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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-12T00:38:31.085703" elapsed="0.838765"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T00:38:31.974242" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:31.924740" elapsed="0.049568"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T00:38:31.976231" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-12T00:38:31.976342" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-12T00:38:31.974472" elapsed="0.001899"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:31.976527" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:38:31.976881" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.977545" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:38:31.977229" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T00:38:31.977653" elapsed="0.000049"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-12T00:38:31.084177" elapsed="0.893641"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-12T00:38:31.080537" elapsed="0.897360"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T00:38:31.978454" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-12T00:38:31.978096" elapsed="0.000415"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T00:38:31.978910" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-12T00:38:31.978666" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.979558" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-12T00:38:31.979152" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.980102" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-12T00:38:31.979753" elapsed="0.000392"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.980663" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-12T00:38:31.980292" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.981180" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-12T00:38:31.980849" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-12T00:38:31.981519" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:38:31.981307" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:38:31.986057" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:38:31.985612" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:38:31.987068" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T00:38:31.987152" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:38:31.986636" elapsed="0.000540"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:38:31.987320" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T00:38:31.988655" level="INFO">Logging into '10.30.171.188:22' as 'jenkins'.</msg>
<msg time="2026-07-12T00:38:32.698491" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 12 00:38:32 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-337-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-12T00:38:31.988180" elapsed="0.710405"/>
</kw>
<msg time="2026-07-12T00:38:32.698659" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:38:31.987818" elapsed="0.710907"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-12T00:38:31.986296" elapsed="0.712522"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-12T00:38:32.706758" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-12T00:38:32.698984" elapsed="0.009370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:38:32.708644" elapsed="0.000598"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-12T00:38:31.985093" elapsed="0.724282"/>
</kw>
<status status="PASS" start="2026-07-12T00:38:31.981795" elapsed="0.727659"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:31.981282" elapsed="0.728259"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-12T00:38:32.709873" elapsed="0.000987"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-12T00:38:32.719446" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-12T00:38:32.719326" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:32.719303" elapsed="0.000219"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-12T00:38:32.723117" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-12T00:38:32.722988" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:32.722969" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:38:32.723316" elapsed="0.000429"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-12T00:38:32.724164" level="INFO">Logging into '10.30.171.117:8101' as 'karaf'.</msg>
<msg time="2026-07-12T00:38:32.884711" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-12T00:38:32.723890" elapsed="0.160921"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T00:38:32.977714" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:32.884977" elapsed="0.092803"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T00:38:32.983548" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-12T00:38:32.983714" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-12T00:38:32.977927" elapsed="0.005818"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:32.983883" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:38:32.984220" elapsed="0.000165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:38:32.984800" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:38:32.984519" elapsed="0.000335"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T00:38:32.984899" elapsed="0.000038"/>
</return>
<msg time="2026-07-12T00:38:32.985099" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-12T00:38:32.722634" elapsed="0.262497"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-12T00:38:32.985273" elapsed="0.000530"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T00:38:32.985854" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-12T00:38:32.719034" elapsed="0.266948"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-12T00:38:32.989536" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-12T00:38:32.989417" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:32.989396" elapsed="0.000210"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:38:32.989735" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-12T00:38:32.990565" level="INFO">Logging into '10.30.171.117:8101' as 'karaf'.</msg>
<msg time="2026-07-12T00:38:33.171373" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-12T00:38:32.990311" elapsed="0.181210"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.193080" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:33.171754" elapsed="0.021384"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.194920" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-12T00:38:33.195036" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-12T00:38:33.193296" elapsed="0.001770"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-12T00:38:33.195200" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:38:33.195516" elapsed="0.000171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:38:33.196139" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:38:33.195821" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T00:38:33.196242" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-12T00:38:32.989098" elapsed="0.207378"/>
</kw>
<status status="PASS" start="2026-07-12T00:38:31.078648" elapsed="2.117897"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:38:33.198645" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:38:33.197646" elapsed="0.001063"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T00:38:33.200341" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-12T00:38:33.199972" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-12T00:38:33.200696" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:38:33.200461" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-12T00:38:33.203671" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:38:33.203420" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:33.203401" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.204097" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-12T00:38:33.203886" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:38:33.204803" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.188" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:38:33.204382" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.205477" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:38:33.205001" elapsed="0.000502"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:38:33.206418" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T00:38:33.206508" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:38:33.206099" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:38:33.206674" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.207866" level="INFO">Logging into '10.30.171.188:22' as 'jenkins'.</msg>
<msg time="2026-07-12T00:38:33.522411" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 12 00:38:32 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 12 00:38:32 2026 from 10.30.170.112
[?2004h[jenkins@releng-63164-337-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-12T00:38:33.207511" elapsed="0.315041"/>
</kw>
<msg time="2026-07-12T00:38:33.522623" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:38:33.207169" elapsed="0.315528"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-12T00:38:33.205706" elapsed="0.317092"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T00:38:33.523288" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T00:48:39.640451" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T00:48:39.641008" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T00:48:39.641159" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-12T00:38:33.522997" elapsed="606.118222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:48:39.641682" elapsed="0.000789"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.643613" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:38.734 16  switches: flows:  116473 117872 118323 117851 115129 117585 115911 117720 111590 113202 114906 113107 110923 112161 112428 114244  total = 30.657083 per ms 
00:40:38.835 16  switches: flows:  129291 130494 127816 127063 127447 128874 129280 125137 121725 122677 124779 123175 122857 122815 122382 124053  total = 33.441909 per ms 
00:41:38.936 16  switches: flows:  128943 129924 128522 126980 127130 128724 130910 127100 122026 122472 125818 124040 125783 123900 123549 126134  total = 33.643122 per ms 
00:42:39.037 16  switches: flows:  129560 132867 128619 130544 128701 128606 131775 128054 124365 126008 124151 122924 126019 125591 124761 126734  total = 33.931362 per ms 
00:43:39.138 16  switches: flows:  132404 132747 133576 131444 130965 131448 132300 132625 126748 128066 126020 127139 126802 130559 128551 127826  total = 34.595948 per ms 
00:44:39.238 16  switches: flows:  130199 130012 130320 130284 128473 130072 129154 127362 122588 126942 124989 123015 124434 124238 125631 125218  total = 33.825715 per ms 
00:45:39.339 16  switches: flows:  101610 102095 102245 100494 99305 99756 100662 99030 96058 98449 95591 94103 95394 96167 97233 95761  total = 26.188746 per ms 
00:46:39.440 16  switches: flows:  128855 130964 131280 131986 131172 130980 129818 130590 125742 125552 126430 123677 125063 126011 125711 127244  total = 34.127620 per ms 
00:47:39.541 16  switches: flows:  130217 132737 132180 131214 130992 131486 133034 130113 127720 125900 126518 124309 123204 127193 127778 127460  total = 34.310311 per ms 
00:48:39.642 16  switches: flows:  128076 132854 130917 132753 133545 129933 131800 129363 127873 125814 127057 123040 125836 128532 127841 128334  total = 34.335506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26188.75/34595.95/33155.58/11328.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.642833" elapsed="0.001092"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T00:48:39.644444" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-07-12T00:48:39.644146" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-07-12T00:48:39.644090" elapsed="0.000564"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T00:48:39.644867" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-12T00:48:39.644785" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-12T00:48:39.644750" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T00:48:39.645110" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:48:39.649458" elapsed="0.000814"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:48:39.650507" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:48:39.650941" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T00:48:39.645949" elapsed="0.005228"/>
</kw>
<msg time="2026-07-12T00:48:39.651354" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-12T00:38:33.201117" elapsed="606.450274"/>
</kw>
<status status="PASS" start="2026-07-12T00:38:33.200782" elapsed="606.450676"/>
</branch>
<status status="PASS" start="2026-07-12T00:38:33.200440" elapsed="606.451051"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.652133" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:38.734 16  switches: flows:  116473 117872 118323 117851 115129 117585 115911 117720 111590 113202 114906 113107 110923 112161 112428 114244  total = 30.657083 per ms 
00:40:38.835 16  switches: flows:  129291 130494 127816 127063 127447 128874 129280 125137 121725 122677 124779 123175 122857 122815 122382 124053  total = 33.441909 per ms 
00:41:38.936 16  switches: flows:  128943 129924 128522 126980 127130 128724 130910 127100 122026 122472 125818 124040 125783 123900 123549 126134  total = 33.643122 per ms 
00:42:39.037 16  switches: flows:  129560 132867 128619 130544 128701 128606 131775 128054 124365 126008 124151 122924 126019 125591 124761 126734  total = 33.931362 per ms 
00:43:39.138 16  switches: flows:  132404 132747 133576 131444 130965 131448 132300 132625 126748 128066 126020 127139 126802 130559 128551 127826  total = 34.595948 per ms 
00:44:39.238 16  switches: flows:  130199 130012 130320 130284 128473 130072 129154 127362 122588 126942 124989 123015 124434 124238 125631 125218  total = 33.825715 per ms 
00:45:39.339 16  switches: flows:  101610 102095 102245 100494 99305 99756 100662 99030 96058 98449 95591 94103 95394 96167 97233 95761  total = 26.188746 per ms 
00:46:39.440 16  switches: flows:  128855 130964 131280 131986 131172 130980 129818 130590 125742 125552 126430 123677 125063 126011 125711 127244  total = 34.127620 per ms 
00:47:39.541 16  switches: flows:  130217 132737 132180 131214 130992 131486 133034 130113 127720 125900 126518 124309 123204 127193 127778 127460  total = 34.310311 per ms 
00:48:39.642 16  switches: flows:  128076 132854 130917 132753 133545 129933 131800 129363 127873 125814 127057 123040 125836 128532 127841 128334  total = 34.335506 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26188.75/34595.95/33155.58/11328.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.651686" elapsed="0.000560"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-12T00:48:39.652455" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T00:48:39.653573" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T00:48:39.653742" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26188.75/34595.95/33155.58/11328.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-12T00:48:39.653240" elapsed="0.000570"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:48:39.654433" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26188.75/34595.95/33155.58/11328.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:48:39.654070" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.657842" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.654677" elapsed="0.003247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.660551" level="INFO">26188.75/34595.95/33155.58/11328.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.658199" elapsed="0.002411"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:48:39.662979" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:48:39.660762" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:48:39.665679" level="INFO">@{result_value_list} = [ 26188.75 | 34595.95 | 33155.58 | 11328.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:48:39.663234" elapsed="0.002476"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.666253" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T00:48:39.666354" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:48:39.665874" elapsed="0.000512"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.671168" level="INFO">min :: 26188.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.666813" elapsed="0.004412"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T00:48:39.666670" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.675885" level="INFO">max :: 34595.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.671488" elapsed="0.004455"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T00:48:39.671356" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.680525" level="INFO">avg :: 33155.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.676218" elapsed="0.004363"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T00:48:39.676086" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.685289" level="INFO">stdev :: 11328.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.680842" elapsed="0.004503"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T00:48:39.680709" elapsed="0.004680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T00:48:39.666465" elapsed="0.018961"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.689680" level="INFO">${min} = 26188.75</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:48:39.685595" elapsed="0.004116"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.693780" level="INFO">${max} = 34595.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:48:39.689865" elapsed="0.003942"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.697696" level="INFO">${average} = 33155.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:48:39.693961" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.701643" level="INFO">${stdev} = 11328.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:48:39.697882" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.702245" level="INFO">${date} = 2026-07-12 00:48:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-12T00:48:39.701837" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.702844" level="INFO">CBench Result: 2026-07-12 00:48:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26188.75,34595.95,33155.58,11328.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.702425" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T00:48:39.703991" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-12T00:48:39.703570" elapsed="0.000506"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-12T00:48:39.704240" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T00:48:39.703074" elapsed="0.001704"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-12T00:38:33.199340" elapsed="606.505500"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.705411" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-12T00:48:39.704999" elapsed="0.000471"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-12T00:48:39.706026" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-07-12T00:48:39.705703" elapsed="0.000667"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-12T00:38:33.196698" elapsed="606.509712"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.708175" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.707765" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.709613" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-12T00:48:39.709236" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-12T00:48:39.710009" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:48:39.709776" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-12T00:48:39.713226" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:48:39.712917" elapsed="0.000368"/>
</branch>
<status status="PASS" start="2026-07-12T00:48:39.712897" elapsed="0.000412"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:48:39.713666" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-12T00:48:39.713455" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.714443" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.188" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:48:39.713993" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:48:39.715081" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:48:39.714649" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:48:39.716032" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T00:48:39.716126" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:48:39.715706" elapsed="0.000446"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:48:39.716296" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T00:48:39.717548" level="INFO">Logging into '10.30.171.188:22' as 'jenkins'.</msg>
<msg time="2026-07-12T00:48:40.299214" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 12 00:48:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 12 00:38:33 2026 from 10.30.170.112
[?2004h[jenkins@releng-63164-337-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-12T00:48:39.717186" elapsed="0.582252"/>
</kw>
<msg time="2026-07-12T00:48:40.299531" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:48:39.716777" elapsed="0.582862"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-12T00:48:39.715315" elapsed="0.584442"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T00:48:40.300334" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T00:58:47.072433" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T00:58:47.072971" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T00:58:47.073153" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-12T00:48:40.299997" elapsed="606.773248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:58:47.073739" elapsed="0.000741"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.075711" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:45.430 16  switches: flows:  554517 532021 539071 566750 541041 542237 543849 535559 531915 541463 541660 529783 541544 534245 539254 524690  total = 143.993317 per ms 
00:50:45.533 16  switches: flows:  591757 595123 593971 594471 587019 597780 596261 600757 598914 589631 590537 606783 597690 593479 590890 588554  total = 158.290741 per ms 
00:51:45.636 16  switches: flows:  624686 611687 621205 610747 620827 626254 618008 617339 605659 617967 627328 622624 619599 621525 611503 613060  total = 164.555784 per ms 
00:52:45.738 16  switches: flows:  627846 621056 622263 621777 626100 621590 629346 627405 622930 624015 628016 631519 626884 629257 628149 630349  total = 166.693871 per ms 
00:53:45.840 16  switches: flows:  630327 628594 632663 625533 626103 632728 632566 626630 632562 624858 626986 626529 623697 626010 629489 621748  total = 167.169060 per ms 
00:54:45.940 16  switches: flows:  635943 637997 631701 631654 631730 628875 638247 633065 635505 635316 636958 633686 633699 637501 639148 629173  total = 168.886864 per ms 
00:55:46.043 16  switches: flows:  606900 611076 611694 609907 615606 605578 610096 612268 618122 611840 608252 610395 606887 612363 620229 603989  total = 162.643261 per ms 
00:56:46.509 16  switches: flows:  522653 598159 601897 606039 574507 496684 599244 584721 582453 593171 598419 595817 611711 609541 585868 600116  total = 154.816908 per ms 
00:57:46.610 16  switches: flows:  629927 627920 627946 622933 627805 627015 636451 620673 637699 625382 638557 639194 636755 625127 627176 629939  total = 167.725509 per ms 
00:58:46.790 16  switches: flows:  608356 618698 608067 611433 613455 620599 613640 615126 610388 612604 620083 616931 610898 610602 623147 614504  total = 163.321349 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154816.91/168886.86/163789.26/54773.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.074861" elapsed="0.001220"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T00:58:47.076569" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-12T00:58:47.076267" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-07-12T00:58:47.076214" elapsed="0.000560"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T00:58:47.076980" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-12T00:58:47.076900" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-07-12T00:58:47.076866" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T00:58:47.077226" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:58:47.081693" elapsed="0.000585"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:58:47.082507" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T00:58:47.082956" elapsed="0.000186"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T00:58:47.078021" elapsed="0.005215"/>
</kw>
<msg time="2026-07-12T00:58:47.083438" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-12T00:48:39.710431" elapsed="607.373049"/>
</kw>
<status status="PASS" start="2026-07-12T00:48:39.710113" elapsed="607.373441"/>
</branch>
<status status="PASS" start="2026-07-12T00:48:39.709753" elapsed="607.373837"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.084296" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:45.430 16  switches: flows:  554517 532021 539071 566750 541041 542237 543849 535559 531915 541463 541660 529783 541544 534245 539254 524690  total = 143.993317 per ms 
00:50:45.533 16  switches: flows:  591757 595123 593971 594471 587019 597780 596261 600757 598914 589631 590537 606783 597690 593479 590890 588554  total = 158.290741 per ms 
00:51:45.636 16  switches: flows:  624686 611687 621205 610747 620827 626254 618008 617339 605659 617967 627328 622624 619599 621525 611503 613060  total = 164.555784 per ms 
00:52:45.738 16  switches: flows:  627846 621056 622263 621777 626100 621590 629346 627405 622930 624015 628016 631519 626884 629257 628149 630349  total = 166.693871 per ms 
00:53:45.840 16  switches: flows:  630327 628594 632663 625533 626103 632728 632566 626630 632562 624858 626986 626529 623697 626010 629489 621748  total = 167.169060 per ms 
00:54:45.940 16  switches: flows:  635943 637997 631701 631654 631730 628875 638247 633065 635505 635316 636958 633686 633699 637501 639148 629173  total = 168.886864 per ms 
00:55:46.043 16  switches: flows:  606900 611076 611694 609907 615606 605578 610096 612268 618122 611840 608252 610395 606887 612363 620229 603989  total = 162.643261 per ms 
00:56:46.509 16  switches: flows:  522653 598159 601897 606039 574507 496684 599244 584721 582453 593171 598419 595817 611711 609541 585868 600116  total = 154.816908 per ms 
00:57:46.610 16  switches: flows:  629927 627920 627946 622933 627805 627015 636451 620673 637699 625382 638557 639194 636755 625127 627176 629939  total = 167.725509 per ms 
00:58:46.790 16  switches: flows:  608356 618698 608067 611433 613455 620599 613640 615126 610388 612604 620083 616931 610898 610602 623147 614504  total = 163.321349 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154816.91/168886.86/163789.26/54773.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.083821" elapsed="0.000586"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-12T00:58:47.084628" elapsed="0.000570"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T00:58:47.085757" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T00:58:47.085917" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154816.91/168886.86/163789.26/54773.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-12T00:58:47.085438" elapsed="0.000522"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:58:47.086657" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154816.91/168886.86/163789.26/54773.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:58:47.086276" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.089203" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.086862" elapsed="0.002400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.091731" level="INFO">154816.91/168886.86/163789.26/54773.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.089414" elapsed="0.002375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:58:47.094181" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:58:47.091942" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T00:58:47.096783" level="INFO">@{result_value_list} = [ 154816.91 | 168886.86 | 163789.26 | 54773.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T00:58:47.094556" elapsed="0.002255"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.097335" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T00:58:47.097432" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:58:47.096967" elapsed="0.000489"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.102390" level="INFO">min :: 154816.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.097861" elapsed="0.004586"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T00:58:47.097729" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.107028" level="INFO">max :: 168886.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.102743" elapsed="0.004358"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T00:58:47.102612" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.111848" level="INFO">avg :: 163789.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.107354" elapsed="0.004552"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T00:58:47.107226" elapsed="0.004714"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.116466" level="INFO">stdev :: 54773.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.112178" elapsed="0.004344"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T00:58:47.112032" elapsed="0.004524"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T00:58:47.097528" elapsed="0.019060"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.120479" level="INFO">${min} = 154816.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:58:47.116749" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.124557" level="INFO">${max} = 168886.86</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:58:47.120675" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.128608" level="INFO">${average} = 163789.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:58:47.124745" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.132526" level="INFO">${stdev} = 54773.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T00:58:47.128791" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.133089" level="INFO">${date} = 2026-07-12 00:58:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-12T00:58:47.132716" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.133681" level="INFO">CBench Result: 2026-07-12 00:58:47,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154816.91,168886.86,163789.26,54773.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.133266" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T00:58:47.134860" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-12T00:58:47.134408" elapsed="0.000519"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-12T00:58:47.135102" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T00:58:47.133902" elapsed="0.001730"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-12T00:48:39.708604" elapsed="607.427121"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.136212" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-12T00:58:47.135877" elapsed="0.000391"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-12T00:58:47.136795" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-12T00:58:47.136488" elapsed="0.000659"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-12T00:48:39.706897" elapsed="607.430289"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.138703" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.138314" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.140033" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-12T00:58:47.139650" elapsed="0.000443"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-12T00:58:47.140560" elapsed="0.000084"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:58:47.140237" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-12T00:58:47.143755" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-12T00:58:47.143503" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-12T00:58:47.143484" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:58:47.144232" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-12T00:58:47.144008" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.144934" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.188" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T00:58:47.144514" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T00:58:47.145550" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T00:58:47.145151" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T00:58:47.146489" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T00:58:47.146575" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T00:58:47.146172" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:58:47.146740" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T00:58:47.147923" level="INFO">Logging into '10.30.171.188:22' as 'jenkins'.</msg>
<msg time="2026-07-12T00:58:47.735128" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul 12 00:58:47 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.188
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul 12 00:48:40 2026 from 10.30.170.112
[?2004h[jenkins@releng-63164-337-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-12T00:58:47.147570" elapsed="0.587835"/>
</kw>
<msg time="2026-07-12T00:58:47.735500" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T00:58:47.147229" elapsed="0.588363"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-12T00:58:47.145778" elapsed="0.589940"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T00:58:47.736362" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T01:08:53.752583" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T01:08:53.753203" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T01:08:53.753310" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-12T00:58:47.735972" elapsed="606.017394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T01:08:53.753810" elapsed="0.000711"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.756951" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:52.868 16  switches: flows:  129465 131156 130232 130676 131118 129574 127863 130013 129780 130659 127575 124515 129601 128141 127487 125940  total = 34.396583 per ms 
01:00:52.969 16  switches: flows:  130008 130414 129086 132015 132166 131670 128743 130187 132515 130576 129220 127087 131565 128668 129327 128669  total = 34.640790 per ms 
01:01:53.069 16  switches: flows:  127969 130704 128025 128315 130105 127757 128550 128898 128228 128904 127056 126128 126723 126630 126822 127376  total = 34.079631 per ms 
01:02:53.170 16  switches: flows:  128822 128924 129695 130149 132276 128931 128927 130853 131312 130293 128662 128048 127607 125301 128337 126614  total = 34.355159 per ms 
01:03:53.270 16  switches: flows:  129937 131710 128396 131250 133049 131885 130601 132070 131612 132938 130377 130149 128108 126747 129613 126113  total = 34.684692 per ms 
01:04:53.370 16  switches: flows:  120480 121075 119913 121535 123809 121644 122353 123167 121425 123357 119555 120130 119463 118441 121270 118919  total = 32.221826 per ms 
01:05:53.470 16  switches: flows:  126206 122725 124688 123613 124312 120925 125917 124400 122455 124715 121093 120018 124011 123690 120839 121059  total = 32.789722 per ms 
01:06:53.571 16  switches: flows:  133241 130930 130914 133098 129717 129875 132604 131351 129703 130201 125404 127432 131112 129396 128339 126579  total = 34.607050 per ms 
01:07:53.671 16  switches: flows:  133255 130039 131674 131762 131853 128517 131341 131853 130411 130880 127177 126458 133785 127573 127867 127368  total = 34.639051 per ms 
01:08:53.771 16  switches: flows:  133044 129378 131527 133224 128738 129663 132132 131334 130153 129543 126685 126198 130882 128565 127514 127159  total = 34.538016 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32221.83/34684.69/34061.77/11386.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.754893" elapsed="0.002428"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T01:08:53.757802" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-12T01:08:53.757505" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-07-12T01:08:53.757453" elapsed="0.000554"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T01:08:53.758262" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-12T01:08:53.758179" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-12T01:08:53.758143" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T01:08:53.758468" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T01:08:53.764426" elapsed="0.000327"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T01:08:53.764899" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T01:08:53.765214" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T01:08:53.759185" elapsed="0.006181"/>
</kw>
<msg time="2026-07-12T01:08:53.765494" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-12T00:58:47.141062" elapsed="606.624459"/>
</kw>
<status status="PASS" start="2026-07-12T00:58:47.140720" elapsed="606.624852"/>
</branch>
<status status="PASS" start="2026-07-12T00:58:47.140212" elapsed="606.625383"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.766038" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:52.868 16  switches: flows:  129465 131156 130232 130676 131118 129574 127863 130013 129780 130659 127575 124515 129601 128141 127487 125940  total = 34.396583 per ms 
01:00:52.969 16  switches: flows:  130008 130414 129086 132015 132166 131670 128743 130187 132515 130576 129220 127087 131565 128668 129327 128669  total = 34.640790 per ms 
01:01:53.069 16  switches: flows:  127969 130704 128025 128315 130105 127757 128550 128898 128228 128904 127056 126128 126723 126630 126822 127376  total = 34.079631 per ms 
01:02:53.170 16  switches: flows:  128822 128924 129695 130149 132276 128931 128927 130853 131312 130293 128662 128048 127607 125301 128337 126614  total = 34.355159 per ms 
01:03:53.270 16  switches: flows:  129937 131710 128396 131250 133049 131885 130601 132070 131612 132938 130377 130149 128108 126747 129613 126113  total = 34.684692 per ms 
01:04:53.370 16  switches: flows:  120480 121075 119913 121535 123809 121644 122353 123167 121425 123357 119555 120130 119463 118441 121270 118919  total = 32.221826 per ms 
01:05:53.470 16  switches: flows:  126206 122725 124688 123613 124312 120925 125917 124400 122455 124715 121093 120018 124011 123690 120839 121059  total = 32.789722 per ms 
01:06:53.571 16  switches: flows:  133241 130930 130914 133098 129717 129875 132604 131351 129703 130201 125404 127432 131112 129396 128339 126579  total = 34.607050 per ms 
01:07:53.671 16  switches: flows:  133255 130039 131674 131762 131853 128517 131341 131853 130411 130880 127177 126458 133785 127573 127867 127368  total = 34.639051 per ms 
01:08:53.771 16  switches: flows:  133044 129378 131527 133224 128738 129663 132132 131334 130153 129543 126685 126198 130882 128565 127514 127159  total = 34.538016 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32221.83/34684.69/34061.77/11386.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.765736" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-12T01:08:53.766262" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T01:08:53.767010" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T01:08:53.767117" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32221.83/34684.69/34061.77/11386.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-12T01:08:53.766786" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T01:08:53.767565" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32221.83/34684.69/34061.77/11386.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T01:08:53.767308" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.769962" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.767737" elapsed="0.002312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.772450" level="INFO">32221.83/34684.69/34061.77/11386.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.770202" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T01:08:53.774840" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T01:08:53.772657" elapsed="0.002210"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T01:08:53.777291" level="INFO">@{result_value_list} = [ 32221.83 | 34684.69 | 34061.77 | 11386.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T01:08:53.775068" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.777779" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T01:08:53.777868" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-12T01:08:53.777474" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.782590" level="INFO">min :: 32221.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.778276" elapsed="0.004370"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T01:08:53.778147" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.787163" level="INFO">max :: 34684.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.782892" elapsed="0.004328"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T01:08:53.782767" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.791798" level="INFO">avg :: 34061.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.787516" elapsed="0.004338"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T01:08:53.787389" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.796577" level="INFO">stdev :: 11386.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.792113" elapsed="0.004521"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T01:08:53.791972" elapsed="0.004696"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T01:08:53.777955" elapsed="0.018744"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.800570" level="INFO">${min} = 32221.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T01:08:53.796855" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.804730" level="INFO">${max} = 34684.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T01:08:53.800750" elapsed="0.004007"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.808648" level="INFO">${average} = 34061.77</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T01:08:53.804911" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.812530" level="INFO">${stdev} = 11386.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T01:08:53.808827" elapsed="0.003729"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.813069" level="INFO">${date} = 2026-07-12 01:08:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-12T01:08:53.812714" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.813643" level="INFO">CBench Result: 2026-07-12 01:08:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32221.83,34684.69,34061.77,11386.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T01:08:53.813241" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T01:08:53.815367" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-12T01:08:53.814316" elapsed="0.001125"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-12T01:08:53.815600" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T01:08:53.813835" elapsed="0.002304"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-12T00:58:47.139094" elapsed="606.677106"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.816662" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-12T01:08:53.816354" elapsed="0.000364"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T01:08:53.817910" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-12T01:08:53.817443" elapsed="0.000495"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-12T01:08:53.818181" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-07-12T01:08:53.818029" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-07-12T01:08:53.817994" elapsed="0.000275"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.818415" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.818572" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.818731" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.818935" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.819105" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.819254" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.819449" elapsed="0.000028"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-12T01:08:53.819683" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-12T01:08:53.819541" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-12T01:08:53.819523" elapsed="0.000236"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-12T01:08:53.817104" elapsed="0.002707"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-12T00:58:47.137603" elapsed="606.682254"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-12T00:38:30.543661" elapsed="1823.276927"/>
</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>
