<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-21T00:44:57.332307" 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-21T00:44:57.907203" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-21T00:44:57.907022" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:57.906989" elapsed="0.000323"/>
</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-21T00:44:57.907460" elapsed="0.000544"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T00:44:57.908513" level="INFO">Logging into '10.30.170.247:8101' as 'karaf'.</msg>
<msg time="2026-07-21T00:44:58.582054" 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-21T00:44:57.908205" elapsed="0.674061"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T00:44:58.631397" 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-21T00:44:58.582578" elapsed="0.048884"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T00:44:58.633346" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T00:44:58.633463" 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-21T00:44:58.631627" elapsed="0.001865"/>
</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-21T00:44:58.633651" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:44:58.634056" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.634870" 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-21T00:44:58.634489" elapsed="0.000436"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T00:44:58.634982" elapsed="0.000085"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.247
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-21T00:44:57.906632" elapsed="0.728570"/>
</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-21T00:44:57.902927" elapsed="0.732344"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T00:44:58.635878" 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-21T00:44:58.635470" elapsed="0.000466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T00:44:58.636354" 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-21T00:44:58.636106" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.637002" 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-21T00:44:58.636595" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.637557" 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-21T00:44:58.637225" elapsed="0.000374"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.638130" 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-21T00:44:58.637744" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.638630" 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-21T00:44:58.638320" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-21T00:44:58.638984" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T00:44:58.638764" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T00:44:58.643608" 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-21T00:44:58.643190" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T00:44:58.644685" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T00:44:58.644769" 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-21T00:44:58.644207" elapsed="0.000585"/>
</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-21T00:44:58.644947" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T00:44:58.646329" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-07-21T00:44:59.341533" 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 Tue Jul 21 00:44:58 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  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-346-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-21T00:44:58.645815" elapsed="0.695877"/>
</kw>
<msg time="2026-07-21T00:44:59.341787" 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-21T00:44:58.645466" elapsed="0.696419"/>
</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-21T00:44:58.643842" elapsed="0.698167"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.349599" 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-21T00:44:59.342254" elapsed="0.009067"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:44:59.351578" elapsed="0.000368"/>
</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-21T00:44:58.642650" elapsed="0.709408"/>
</kw>
<status status="PASS" start="2026-07-21T00:44:58.639300" elapsed="0.712814"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:58.638737" elapsed="0.713423"/>
</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-21T00:44:59.352374" elapsed="0.000679"/>
</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-21T00:44:59.359226" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-21T00:44:59.359019" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:59.358982" elapsed="0.000359"/>
</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-21T00:44:59.364314" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-21T00:44:59.364155" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:59.364128" elapsed="0.000282"/>
</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-21T00:44:59.364599" elapsed="0.000646"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.366121" level="INFO">Logging into '10.30.170.247:8101' as 'karaf'.</msg>
<msg time="2026-07-21T00:44:59.601338" 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-21T00:44:59.365688" elapsed="0.235859"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.699600" 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-21T00:44:59.601835" elapsed="0.097972"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.706758" 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-21T00:44:59.706998" 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-21T00:44:59.700156" elapsed="0.006877"/>
</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-21T00:44:59.707204" elapsed="0.000307"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:44:59.707668" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.708412" 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-21T00:44:59.708089" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T00:44:59.708521" elapsed="0.000059"/>
</return>
<msg time="2026-07-21T00:44:59.708738" 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.170.247
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-21T00:44:59.363637" elapsed="0.345133"/>
</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-21T00:44:59.708918" elapsed="0.000632"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T00:44:59.709603" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-21T00:44:59.358566" elapsed="0.351172"/>
</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-21T00:44:59.713688" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-21T00:44:59.713546" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:59.713519" elapsed="0.000242"/>
</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-21T00:44:59.713895" elapsed="0.000520"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.715170" level="INFO">Logging into '10.30.170.247:8101' as 'karaf'.</msg>
<msg time="2026-07-21T00:44:59.907323" 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-21T00:44:59.714567" elapsed="0.192923"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.939100" 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-21T00:44:59.907755" elapsed="0.031407"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.940940" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-21T00:44:59.941061" 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-21T00:44:59.939314" elapsed="0.001779"/>
</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-21T00:44:59.941229" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:44:59.941612" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.942325" 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-21T00:44:59.941963" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-21T00:44:59.942430" elapsed="0.000063"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.247
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-21T00:44:59.713178" elapsed="0.229442"/>
</kw>
<status status="PASS" start="2026-07-21T00:44:57.901072" elapsed="2.041614"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.945211" 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-21T00:44:59.943986" elapsed="0.001290"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.946770" 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-21T00:44:59.946417" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-21T00:44:59.947164" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-21T00:44:59.946897" elapsed="0.000326"/>
</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-21T00:44:59.950219" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T00:44:59.949955" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:59.949935" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.950640" 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-21T00:44:59.950762" 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-21T00:44:59.950435" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.951362" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.247 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.49" 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-21T00:44:59.950922" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.952031" 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-21T00:44:59.951561" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T00:44:59.952988" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T00:44:59.953094" 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-21T00:44:59.952654" elapsed="0.000465"/>
</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-21T00:44:59.953261" elapsed="0.000484"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T00:44:59.954676" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-07-21T00:45:00.273700" 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 Tue Jul 21 00:44:58 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  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: Tue Jul 21 00:44:59 2026 from 10.30.171.9
[?2004h[jenkins@releng-63164-346-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-21T00:44:59.954316" elapsed="0.319674"/>
</kw>
<msg time="2026-07-21T00:45:00.274122" 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-21T00:44:59.953923" elapsed="0.320316"/>
</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-21T00:44:59.952276" elapsed="0.322128"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T00:45:00.275132" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.247 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T00:55:06.354783" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T00:55:06.355457" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T00:55:06.355571" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247: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-21T00:45:00.274692" elapsed="606.080938"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:55:06.356202" elapsed="0.000757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.358146" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:05.488 16  switches: flows:  113339 117396 113216 110961 112016 110677 112355 114247 110151 114442 107818 111555 110480 109281 106759 110650  total = 29.755717 per ms 
00:47:05.588 16  switches: flows:  122898 126637 126125 123004 124573 122441 125892 126106 121054 121612 118158 121806 123318 122502 120306 120487  total = 32.727297 per ms 
00:48:05.688 16  switches: flows:  123357 125512 126896 124766 123646 124132 126852 129054 124237 123822 120007 123180 123266 124045 122207 121004  total = 33.044576 per ms 
00:49:05.788 16  switches: flows:  124926 125994 127629 125541 124471 125721 128243 129174 123551 123123 120193 123549 124237 124388 122437 122825  total = 33.211290 per ms 
00:50:05.889 16  switches: flows:  122489 125934 125250 125818 124233 123450 125157 125861 122820 122643 120664 121201 121075 121484 121232 122187  total = 32.803493 per ms 
00:51:05.989 16  switches: flows:  127282 126989 128126 127550 127073 125509 127514 129950 126086 125330 121377 123653 124490 123673 125781 123250  total = 33.504529 per ms 
00:52:06.089 16  switches: flows:  126365 129017 130837 130212 126541 127429 128779 129583 126241 126931 123769 124707 126578 124971 127650 125331  total = 33.859180 per ms 
00:53:06.190 16  switches: flows:  126188 129029 129080 129169 128297 127209 126977 127259 123259 126492 122852 123093 124450 122324 123818 125510  total = 33.527410 per ms 
00:54:06.290 16  switches: flows:  131071 129766 127928 131761 129618 130349 131279 127442 125495 127221 124487 123117 125521 122799 124126 128159  total = 33.945657 per ms 
00:55:06.390 16  switches: flows:  128798 127958 127241 130979 129714 129846 130737 127908 124915 126924 125480 123580 126174 123346 123584 127980  total = 33.862886 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32727.30/33945.66/33387.37/11137.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T00:55:06.357366" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T00:55:06.358982" elapsed="0.000112"/>
</return>
<status status="PASS" start="2026-07-21T00:55:06.358669" elapsed="0.000511"/>
</branch>
<status status="PASS" start="2026-07-21T00:55:06.358612" elapsed="0.000625"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T00:55:06.359447" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-21T00:55:06.359366" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-21T00:55:06.359331" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T00:55:06.359657" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T00:55:06.365252" elapsed="0.000467"/>
</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-21T00:55:06.365924" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T00:55:06.366375" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T00:55:06.360416" elapsed="0.006169"/>
</kw>
<msg time="2026-07-21T00:55:06.366764" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247: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-21T00:44:59.947577" elapsed="606.419224"/>
</kw>
<status status="PASS" start="2026-07-21T00:44:59.947253" elapsed="606.419616"/>
</branch>
<status status="PASS" start="2026-07-21T00:44:59.946873" elapsed="606.420028"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.367533" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:05.488 16  switches: flows:  113339 117396 113216 110961 112016 110677 112355 114247 110151 114442 107818 111555 110480 109281 106759 110650  total = 29.755717 per ms 
00:47:05.588 16  switches: flows:  122898 126637 126125 123004 124573 122441 125892 126106 121054 121612 118158 121806 123318 122502 120306 120487  total = 32.727297 per ms 
00:48:05.688 16  switches: flows:  123357 125512 126896 124766 123646 124132 126852 129054 124237 123822 120007 123180 123266 124045 122207 121004  total = 33.044576 per ms 
00:49:05.788 16  switches: flows:  124926 125994 127629 125541 124471 125721 128243 129174 123551 123123 120193 123549 124237 124388 122437 122825  total = 33.211290 per ms 
00:50:05.889 16  switches: flows:  122489 125934 125250 125818 124233 123450 125157 125861 122820 122643 120664 121201 121075 121484 121232 122187  total = 32.803493 per ms 
00:51:05.989 16  switches: flows:  127282 126989 128126 127550 127073 125509 127514 129950 126086 125330 121377 123653 124490 123673 125781 123250  total = 33.504529 per ms 
00:52:06.089 16  switches: flows:  126365 129017 130837 130212 126541 127429 128779 129583 126241 126931 123769 124707 126578 124971 127650 125331  total = 33.859180 per ms 
00:53:06.190 16  switches: flows:  126188 129029 129080 129169 128297 127209 126977 127259 123259 126492 122852 123093 124450 122324 123818 125510  total = 33.527410 per ms 
00:54:06.290 16  switches: flows:  131071 129766 127928 131761 129618 130349 131279 127442 125495 127221 124487 123117 125521 122799 124126 128159  total = 33.945657 per ms 
00:55:06.390 16  switches: flows:  128798 127958 127241 130979 129714 129846 130737 127908 124915 126924 125480 123580 126174 123346 123584 127980  total = 33.862886 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32727.30/33945.66/33387.37/11137.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T00:55:06.367129" elapsed="0.000506"/>
</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-21T00:55:06.367847" elapsed="0.000581"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T00:55:06.368971" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T00:55:06.369127" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32727.30/33945.66/33387.37/11137.70 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-21T00:55:06.368656" elapsed="0.000506"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T00:55:06.369734" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32727.30/33945.66/33387.37/11137.70 | 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-21T00:55:06.369378" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.373156" 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-21T00:55:06.369972" elapsed="0.003256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.375568" level="INFO">32727.30/33945.66/33387.37/11137.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T00:55:06.373377" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T00:55:06.377966" 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-21T00:55:06.375772" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T00:55:06.380450" level="INFO">@{result_value_list} = [ 32727.30 | 33945.66 | 33387.37 | 11137.70 ]</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-21T00:55:06.378236" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.380941" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T00:55:06.381057" 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-21T00:55:06.380635" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.385727" level="INFO">min :: 32727.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T00:55:06.381482" elapsed="0.004301"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T00:55:06.381349" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.390311" level="INFO">max :: 33945.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T00:55:06.386041" elapsed="0.004326"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T00:55:06.385911" elapsed="0.004490"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.395087" level="INFO">avg :: 33387.37</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-21T00:55:06.390615" elapsed="0.004531"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T00:55:06.390489" elapsed="0.004691"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.399883" level="INFO">stdev :: 11137.70</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-21T00:55:06.395401" elapsed="0.004539"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T00:55:06.395272" elapsed="0.004702"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T00:55:06.381154" elapsed="0.018853"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.403894" level="INFO">${min} = 32727.30</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-21T00:55:06.400202" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.408004" level="INFO">${max} = 33945.66</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-21T00:55:06.404120" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.411914" level="INFO">${average} = 33387.37</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-21T00:55:06.408200" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.415804" level="INFO">${stdev} = 11137.70</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-21T00:55:06.412113" elapsed="0.003717"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.416359" level="INFO">${date} = 2026-07-21 00:55:06</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-21T00:55:06.415989" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.416975" level="INFO">CBench Result: 2026-07-21 00:55:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32727.30,33945.66,33387.37,11137.70</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-21T00:55:06.416560" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T00:55:06.418068" 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-21T00:55:06.417652" elapsed="0.000482"/>
</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-21T00:55:06.418286" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T00:55:06.417188" elapsed="0.001619"/>
</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-21T00:44:59.945742" elapsed="606.473126"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.419355" 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-21T00:55:06.419019" 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-21T00:55:06.419921" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-07-21T00:55:06.419625" elapsed="0.000649"/>
</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-21T00:44:59.942847" elapsed="606.477465"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.421616" 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-21T00:55:06.421244" elapsed="0.000427"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.422912" 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-21T00:55:06.422584" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-21T00:55:06.423301" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T00:55:06.423079" elapsed="0.000279"/>
</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-21T00:55:06.426231" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T00:55:06.425969" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-07-21T00:55:06.425951" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T00:55:06.426635" 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-21T00:55:06.426754" 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-21T00:55:06.426444" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.427372" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.247 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.49" 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-21T00:55:06.426915" elapsed="0.000516"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T00:55:06.427973" 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-21T00:55:06.427571" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T00:55:06.428915" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T00:55:06.429008" 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-21T00:55:06.428597" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-21T00:55:06.429189" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T00:55:06.430366" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-07-21T00:55:07.008210" 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 Tue Jul 21 00:55:06 UTC 2026

  System load:  1.02               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  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: Tue Jul 21 00:45:00 2026 from 10.30.171.9
[?2004h[jenkins@releng-63164-346-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-21T00:55:06.429998" elapsed="0.578364"/>
</kw>
<msg time="2026-07-21T00:55:07.008437" 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-21T00:55:06.429660" elapsed="0.578859"/>
</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-21T00:55:06.428229" elapsed="0.580396"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T00:55:07.009134" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.247 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T01:05:13.064499" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T01:05:13.065143" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T01:05:13.065270" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.247: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-21T00:55:07.008824" elapsed="606.056514"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:05:13.065816" elapsed="0.000812"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.067760" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:12.195 16  switches: flows:  609733 592566 606114 588130 612694 596515 592314 598159 577865 578034 589580 576830 573789 577445 597474 569098  total = 157.272333 per ms 
00:57:12.297 16  switches: flows:  599999 587144 590847 587126 596492 596130 590199 590249 595090 590106 591035 587464 595687 593671 587841 589508  total = 157.543127 per ms 
00:58:12.401 16  switches: flows:  597185 597996 599531 591516 594858 602717 593667 584648 599764 586391 589686 587570 590655 587424 585736 591228  total = 157.738565 per ms 
00:59:12.504 16  switches: flows:  596201 610188 603937 611692 620712 602791 617476 598470 614749 601646 602545 597380 607489 599007 619243 606946  total = 161.568357 per ms 
01:00:12.608 16  switches: flows:  627952 615549 634972 624745 620884 622992 620841 626318 618456 622358 618316 624409 628314 621635 618636 623556  total = 165.879576 per ms 
01:01:12.710 16  switches: flows:  658359 654633 660780 660412 657099 652070 671179 657363 651715 666369 659753 655234 657341 652044 661440 663606  total = 175.360512 per ms 
01:02:12.815 16  switches: flows:  622409 621602 616347 618360 624675 621546 619382 613434 627400 608533 621426 622586 628681 617905 628839 622479  total = 165.303361 per ms 
01:03:12.917 16  switches: flows:  641934 638849 645054 635302 644324 647527 635666 636343 640147 635978 639150 647632 635062 633241 650429 646521  total = 170.597594 per ms 
01:04:13.019 16  switches: flows:  609043 601948 612391 597428 604846 605960 603687 601173 606481 603481 601082 604503 610301 614551 603047 615803  total = 161.323917 per ms 
01:05:13.121 16  switches: flows:  566384 568601 574760 575673 567326 561990 568200 570345 570621 564660 570660 562644 566157 578546 558364 547393  total = 150.950467 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150950.47/175360.51/162918.39/54745.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:05:13.067013" elapsed="0.001074"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T01:05:13.068568" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-07-21T01:05:13.068267" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-07-21T01:05:13.068217" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T01:05:13.068982" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:05:13.068900" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-07-21T01:05:13.068866" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T01:05:13.069226" 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-21T01:05:13.074731" elapsed="0.000822"/>
</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-21T01:05:13.075885" elapsed="0.000302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:05:13.076321" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T01:05:13.069912" elapsed="0.006566"/>
</kw>
<msg time="2026-07-21T01:05:13.076609" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.247: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-21T00:55:06.423695" elapsed="606.652941"/>
</kw>
<status status="PASS" start="2026-07-21T00:55:06.423383" elapsed="606.653302"/>
</branch>
<status status="PASS" start="2026-07-21T00:55:06.423058" elapsed="606.653651"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.077173" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:12.195 16  switches: flows:  609733 592566 606114 588130 612694 596515 592314 598159 577865 578034 589580 576830 573789 577445 597474 569098  total = 157.272333 per ms 
00:57:12.297 16  switches: flows:  599999 587144 590847 587126 596492 596130 590199 590249 595090 590106 591035 587464 595687 593671 587841 589508  total = 157.543127 per ms 
00:58:12.401 16  switches: flows:  597185 597996 599531 591516 594858 602717 593667 584648 599764 586391 589686 587570 590655 587424 585736 591228  total = 157.738565 per ms 
00:59:12.504 16  switches: flows:  596201 610188 603937 611692 620712 602791 617476 598470 614749 601646 602545 597380 607489 599007 619243 606946  total = 161.568357 per ms 
01:00:12.608 16  switches: flows:  627952 615549 634972 624745 620884 622992 620841 626318 618456 622358 618316 624409 628314 621635 618636 623556  total = 165.879576 per ms 
01:01:12.710 16  switches: flows:  658359 654633 660780 660412 657099 652070 671179 657363 651715 666369 659753 655234 657341 652044 661440 663606  total = 175.360512 per ms 
01:02:12.815 16  switches: flows:  622409 621602 616347 618360 624675 621546 619382 613434 627400 608533 621426 622586 628681 617905 628839 622479  total = 165.303361 per ms 
01:03:12.917 16  switches: flows:  641934 638849 645054 635302 644324 647527 635666 636343 640147 635978 639150 647632 635062 633241 650429 646521  total = 170.597594 per ms 
01:04:13.019 16  switches: flows:  609043 601948 612391 597428 604846 605960 603687 601173 606481 603481 601082 604503 610301 614551 603047 615803  total = 161.323917 per ms 
01:05:13.121 16  switches: flows:  566384 568601 574760 575673 567326 561990 568200 570345 570621 564660 570660 562644 566157 578546 558364 547393  total = 150.950467 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150950.47/175360.51/162918.39/54745.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:05:13.076850" elapsed="0.000414"/>
</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-21T01:05:13.077415" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T01:05:13.078193" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T01:05:13.078283" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150950.47/175360.51/162918.39/54745.83 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-21T01:05:13.077958" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:05:13.078709" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150950.47/175360.51/162918.39/54745.83 | 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-21T01:05:13.078459" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.081124" 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-21T01:05:13.078878" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.083540" level="INFO">150950.47/175360.51/162918.39/54745.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:05:13.081325" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:05:13.085960" 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-21T01:05:13.083748" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:05:13.088405" level="INFO">@{result_value_list} = [ 150950.47 | 175360.51 | 162918.39 | 54745.83 ]</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-21T01:05:13.086189" elapsed="0.002244"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.088889" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T01:05:13.088977" 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-21T01:05:13.088588" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.094018" level="INFO">min :: 150950.47</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-21T01:05:13.089443" elapsed="0.004647"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T01:05:13.089314" elapsed="0.004811"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.098644" level="INFO">max :: 175360.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:05:13.094346" elapsed="0.004354"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T01:05:13.094217" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.103259" level="INFO">avg :: 162918.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-21T01:05:13.098973" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T01:05:13.098823" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.107836" level="INFO">stdev :: 54745.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-21T01:05:13.103568" elapsed="0.004324"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T01:05:13.103438" elapsed="0.004489"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T01:05:13.089089" elapsed="0.018869"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.112104" level="INFO">${min} = 150950.47</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-21T01:05:13.108133" elapsed="0.003998"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.116002" level="INFO">${max} = 175360.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-21T01:05:13.112286" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.119916" level="INFO">${average} = 162918.39</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-21T01:05:13.116201" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.123827" level="INFO">${stdev} = 54745.83</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-21T01:05:13.120109" elapsed="0.003745"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.124387" level="INFO">${date} = 2026-07-21 01:05:13</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-21T01:05:13.124015" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.124966" level="INFO">CBench Result: 2026-07-21 01:05:13,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150950.47,175360.51,162918.39,54745.83</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-21T01:05:13.124559" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T01:05:13.126085" 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-21T01:05:13.125644" elapsed="0.000509"/>
</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-21T01:05:13.126303" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-21T01:05:13.125180" elapsed="0.001641"/>
</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-21T00:55:06.421988" elapsed="606.704894"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.127395" 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-21T01:05:13.127076" elapsed="0.000375"/>
</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-21T01:05:13.127957" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-07-21T01:05:13.127661" elapsed="0.000646"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-21T00:55:06.420646" elapsed="606.707701"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.129561" 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-21T01:05:13.129187" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.130820" 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-21T01:05:13.130492" elapsed="0.000369"/>
</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-21T01:05:13.131219" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:05:13.130980" elapsed="0.000297"/>
</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-21T01:05:13.134312" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:05:13.134056" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-21T01:05:13.134022" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-21T01:05:13.134696" 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-21T01:05:13.134812" 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-21T01:05:13.134520" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.135418" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.247 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.49" 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-21T01:05:13.134985" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-21T01:05:13.136001" 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-21T01:05:13.135615" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T01:05:13.136915" level="INFO">Length is 0.</msg>
<msg time="2026-07-21T01:05:13.137002" 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-21T01:05:13.136618" elapsed="0.000408"/>
</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-21T01:05:13.137181" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-21T01:05:13.138349" level="INFO">Logging into '10.30.170.49:22' as 'jenkins'.</msg>
<msg time="2026-07-21T01:05:13.718766" 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 Tue Jul 21 01:05:13 UTC 2026

  System load:  0.31               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.49
  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: Tue Jul 21 00:55:06 2026 from 10.30.171.9
[?2004h[jenkins@releng-63164-346-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-21T01:05:13.137983" elapsed="0.580990"/>
</kw>
<msg time="2026-07-21T01:05:13.719095" 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-21T01:05:13.137646" elapsed="0.581539"/>
</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-21T01:05:13.136249" elapsed="0.583051"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-21T01:05:13.719871" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.247 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-21T01:15:19.822320" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-21T01:15:19.822957" level="INFO">${stdout} = </msg>
<msg time="2026-07-21T01:15:19.823123" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247: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-21T01:05:13.719544" elapsed="606.103644"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:15:19.823655" elapsed="0.000819"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.825641" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:18.963 16  switches: flows:  105196 105867 104399 104042 106119 104077 104624 104110 103023 105632 102522 101845 104190 102541 102349 102680  total = 27.720267 per ms 
01:07:19.064 16  switches: flows:  125349 123518 122435 123394 126525 123602 123461 124407 120033 122032 122757 119954 120106 120349 121378 119424  total = 32.590982 per ms 
01:08:19.164 16  switches: flows:  122750 121130 120278 122038 124227 122438 121903 122124 117762 121147 121160 117244 118303 118935 120027 116639  total = 32.081509 per ms 
01:09:19.265 16  switches: flows:  115539 114568 112389 113707 115693 114832 113228 112890 113398 112567 113125 110392 113578 112084 113632 111416  total = 30.166923 per ms 
01:10:19.365 16  switches: flows:  103429 107812 102828 104741 107491 105134 107042 106321 104938 104565 105468 100696 103988 104330 103342 105481  total = 27.913479 per ms 
01:11:19.465 16  switches: flows:  114777 118944 114722 116016 117723 114615 118925 115754 116005 114433 116733 110976 111921 116766 111332 112035  total = 30.643451 per ms 
01:12:19.565 16  switches: flows:  122748 125654 122446 124446 125712 122614 126385 124561 124740 121150 123350 119133 121018 125468 119668 120012  total = 32.763654 per ms 
01:13:19.666 16  switches: flows:  121485 126256 122215 122631 126247 122149 126891 124532 123062 121528 123737 118078 121101 124700 119805 119345  total = 32.674752 per ms 
01:14:19.766 16  switches: flows:  125422 129160 124580 125886 128204 124878 129286 126741 127757 123899 124136 121499 123925 126045 123469 122657  total = 33.403263 per ms 
01:15:19.867 16  switches: flows:  118845 121857 118729 119391 121055 118323 122660 121737 120149 117268 117852 114940 115494 120143 116560 114834  total = 31.611143 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27913.48/33403.26/31538.80/10636.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:15:19.824859" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-21T01:15:19.826488" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-21T01:15:19.826180" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-07-21T01:15:19.826128" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-21T01:15:19.826980" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-21T01:15:19.826829" elapsed="0.000280"/>
</branch>
<status status="NOT RUN" start="2026-07-21T01:15:19.826793" elapsed="0.000367"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-21T01:15:19.827232" elapsed="0.000031"/>
</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-21T01:15:19.831411" elapsed="0.000528"/>
</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-21T01:15:19.832197" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-21T01:15:19.832620" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-21T01:15:19.827949" elapsed="0.004884"/>
</kw>
<msg time="2026-07-21T01:15:19.833023" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247: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-21T01:05:13.131619" elapsed="606.701465"/>
</kw>
<status status="PASS" start="2026-07-21T01:05:13.131303" elapsed="606.701853"/>
</branch>
<status status="PASS" start="2026-07-21T01:05:13.130960" elapsed="606.702230"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.833791" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.247:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.247. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:18.963 16  switches: flows:  105196 105867 104399 104042 106119 104077 104624 104110 103023 105632 102522 101845 104190 102541 102349 102680  total = 27.720267 per ms 
01:07:19.064 16  switches: flows:  125349 123518 122435 123394 126525 123602 123461 124407 120033 122032 122757 119954 120106 120349 121378 119424  total = 32.590982 per ms 
01:08:19.164 16  switches: flows:  122750 121130 120278 122038 124227 122438 121903 122124 117762 121147 121160 117244 118303 118935 120027 116639  total = 32.081509 per ms 
01:09:19.265 16  switches: flows:  115539 114568 112389 113707 115693 114832 113228 112890 113398 112567 113125 110392 113578 112084 113632 111416  total = 30.166923 per ms 
01:10:19.365 16  switches: flows:  103429 107812 102828 104741 107491 105134 107042 106321 104938 104565 105468 100696 103988 104330 103342 105481  total = 27.913479 per ms 
01:11:19.465 16  switches: flows:  114777 118944 114722 116016 117723 114615 118925 115754 116005 114433 116733 110976 111921 116766 111332 112035  total = 30.643451 per ms 
01:12:19.565 16  switches: flows:  122748 125654 122446 124446 125712 122614 126385 124561 124740 121150 123350 119133 121018 125468 119668 120012  total = 32.763654 per ms 
01:13:19.666 16  switches: flows:  121485 126256 122215 122631 126247 122149 126891 124532 123062 121528 123737 118078 121101 124700 119805 119345  total = 32.674752 per ms 
01:14:19.766 16  switches: flows:  125422 129160 124580 125886 128204 124878 129286 126741 127757 123899 124136 121499 123925 126045 123469 122657  total = 33.403263 per ms 
01:15:19.867 16  switches: flows:  118845 121857 118729 119391 121055 118323 122660 121737 120149 117268 117852 114940 115494 120143 116560 114834  total = 31.611143 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27913.48/33403.26/31538.80/10636.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:15:19.833385" elapsed="0.000510"/>
</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-21T01:15:19.834128" elapsed="0.000512"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-21T01:15:19.835232" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-21T01:15:19.835359" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27913.48/33403.26/31538.80/10636.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-21T01:15:19.834884" elapsed="0.000511"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:15:19.835984" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27913.48/33403.26/31538.80/10636.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-21T01:15:19.835612" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.839495" 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-21T01:15:19.836265" elapsed="0.003308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.842106" level="INFO">27913.48/33403.26/31538.80/10636.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:15:19.839782" elapsed="0.002382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:15:19.844523" 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-21T01:15:19.842317" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-21T01:15:19.846942" level="INFO">@{result_value_list} = [ 27913.48 | 33403.26 | 31538.80 | 10636.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-21T01:15:19.844738" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.847453" level="INFO">Length is 4.</msg>
<msg time="2026-07-21T01:15:19.847542" 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-21T01:15:19.847145" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.852280" level="INFO">min :: 27913.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-21T01:15:19.847949" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-21T01:15:19.847821" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.856839" level="INFO">max :: 33403.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-21T01:15:19.852590" elapsed="0.004305"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-21T01:15:19.852461" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.861482" level="INFO">avg :: 31538.80</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-21T01:15:19.857157" elapsed="0.004382"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-21T01:15:19.857013" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.866275" level="INFO">stdev :: 10636.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-21T01:15:19.861840" elapsed="0.004492"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-21T01:15:19.861694" elapsed="0.004672"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-21T01:15:19.847635" elapsed="0.018761"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.870519" level="INFO">${min} = 27913.48</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-21T01:15:19.866557" elapsed="0.003990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.874452" level="INFO">${max} = 33403.26</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-21T01:15:19.870703" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.878337" level="INFO">${average} = 31538.80</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-21T01:15:19.874633" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.882225" level="INFO">${stdev} = 10636.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-21T01:15:19.878517" elapsed="0.003734"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.882759" level="INFO">${date} = 2026-07-21 01:15:19</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-21T01:15:19.882411" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.883367" level="INFO">CBench Result: 2026-07-21 01:15:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27913.48,33403.26,31538.80,10636.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-21T01:15:19.882944" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-21T01:15:19.884506" 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-21T01:15:19.884031" elapsed="0.000543"/>
</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-21T01:15:19.884725" 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-21T01:15:19.883572" elapsed="0.001686"/>
</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-21T01:05:13.129928" elapsed="606.755389"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.885773" 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-21T01:15:19.885465" elapsed="0.000363"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-21T01:15:19.887073" 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-21T01:15:19.886551" elapsed="0.000550"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-21T01:15:19.887324" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-07-21T01:15:19.887176" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-07-21T01:15:19.887157" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-21T01:15:19.887550" 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-21T01:15:19.887705" 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-21T01:15:19.887863" 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-21T01:15:19.888077" elapsed="0.000022"/>
</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-21T01:15:19.888229" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-21T01:15:19.888373" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-21T01:15:19.888522" elapsed="0.000020"/>
</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-21T01:15:19.888746" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-21T01:15:19.888608" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-07-21T01:15:19.888591" elapsed="0.000228"/>
</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-21T01:15:19.886215" elapsed="0.002655"/>
</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-21T01:05:13.128651" elapsed="606.760265"/>
</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-21T00:44:57.333905" elapsed="1822.555473"/>
</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>
