<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-16T00:45:36.959870" 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-04-16T00:45:37.545314" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-16T00:45:37.545175" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:37.545145" elapsed="0.000303"/>
</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-04-16T00:45:37.545616" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T00:45:37.546622" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-04-16T00:45:38.258464" 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-04-16T00:45:37.546305" elapsed="0.712406"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T00:45:38.308385" 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-04-16T00:45:38.259025" elapsed="0.049453"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T00:45:38.310663" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T00:45:38.310786" 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-04-16T00:45:38.308719" elapsed="0.002099"/>
</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-04-16T00:45:38.310978" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:45:38.311392" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.312191" 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-04-16T00:45:38.311825" elapsed="0.000422"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T00:45:38.312302" elapsed="0.000066"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T00:45:37.544792" elapsed="0.767711"/>
</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-04-16T00:45:37.541016" elapsed="0.771585"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T00:45:38.313478" 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-04-16T00:45:38.312809" elapsed="0.000752"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T00:45:38.313968" 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-04-16T00:45:38.313716" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.314639" 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-04-16T00:45:38.314195" elapsed="0.000472"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.315182" 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-04-16T00:45:38.314837" elapsed="0.000386"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.315771" 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-04-16T00:45:38.315371" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.316267" 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-04-16T00:45:38.315957" elapsed="0.000352"/>
</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-04-16T00:45:38.316654" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-16T00:45:38.316401" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T00:45:38.321178" 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-04-16T00:45:38.320740" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T00:45:38.322653" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T00:45:38.322744" 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-04-16T00:45:38.321778" elapsed="0.000990"/>
</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-04-16T00:45:38.322925" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T00:45:38.324347" level="INFO">Logging into '10.30.171.155:22' as 'jenkins'.</msg>
<msg time="2026-04-16T00:45:39.006338" 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 Thu Apr 16 00:45:38 UTC 2026

  System load:  0.23               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.155
  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-185-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-04-16T00:45:38.323827" elapsed="0.682669"/>
</kw>
<msg time="2026-04-16T00:45:39.006612" 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-04-16T00:45:38.323452" elapsed="0.683257"/>
</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-04-16T00:45:38.321411" elapsed="0.685421"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.014275" 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-04-16T00:45:39.007048" elapsed="0.009083"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:45:39.016561" elapsed="0.000618"/>
</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-04-16T00:45:38.320185" elapsed="0.697133"/>
</kw>
<status status="PASS" start="2026-04-16T00:45:38.316784" elapsed="0.700618"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:38.316376" elapsed="0.701087"/>
</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-04-16T00:45:39.017834" elapsed="0.001013"/>
</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-04-16T00:45:39.026688" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-16T00:45:39.026562" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:39.026536" elapsed="0.000231"/>
</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-04-16T00:45:39.030359" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-16T00:45:39.030244" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:39.030224" elapsed="0.000205"/>
</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-04-16T00:45:39.030583" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.031450" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-04-16T00:45:39.229090" 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-04-16T00:45:39.031186" elapsed="0.197996"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.320670" 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-04-16T00:45:39.229349" elapsed="0.091399"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.326192" 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-04-16T00:45:39.326381" 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-04-16T00:45:39.320904" elapsed="0.005510"/>
</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-04-16T00:45:39.326578" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:45:39.326930" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.327559" 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-04-16T00:45:39.327265" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T00:45:39.327669" elapsed="0.000040"/>
</return>
<msg time="2026-04-16T00:45:39.327864" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T00:45:39.029879" elapsed="0.298025"/>
</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-04-16T00:45:39.328056" elapsed="0.000561"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T00:45:39.328670" 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-04-16T00:45:39.026237" elapsed="0.302564"/>
</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-04-16T00:45:39.332433" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-16T00:45:39.332315" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:39.332293" elapsed="0.000240"/>
</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-04-16T00:45:39.332719" elapsed="0.000430"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.333575" level="INFO">Logging into '10.30.171.233:8101' as 'karaf'.</msg>
<msg time="2026-04-16T00:45:39.568467" 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-04-16T00:45:39.333299" elapsed="0.235302"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.593963" 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-04-16T00:45:39.568798" elapsed="0.025230"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.595838" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T00:45:39.595937" 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-04-16T00:45:39.594178" elapsed="0.001789"/>
</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-04-16T00:45:39.596104" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:45:39.596463" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.597119" 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-04-16T00:45:39.596823" elapsed="0.000346"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T00:45:39.597220" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T00:45:39.332007" elapsed="0.265378"/>
</kw>
<status status="PASS" start="2026-04-16T00:45:37.539000" elapsed="2.058500"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.599884" 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-04-16T00:45:39.598638" elapsed="0.001312"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.601487" 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-04-16T00:45:39.601137" elapsed="0.000420"/>
</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-04-16T00:45:39.601880" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-16T00:45:39.601638" elapsed="0.000301"/>
</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-04-16T00:45:39.604979" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-16T00:45:39.604726" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:39.604706" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.605402" 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-04-16T00:45:39.605540" 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-04-16T00:45:39.605197" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.606126" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.155" 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-04-16T00:45:39.605705" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.606820" 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-04-16T00:45:39.606327" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T00:45:39.607770" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T00:45:39.607859" 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-04-16T00:45:39.607424" elapsed="0.000459"/>
</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-04-16T00:45:39.608027" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.609259" level="INFO">Logging into '10.30.171.155:22' as 'jenkins'.</msg>
<msg time="2026-04-16T00:45:39.936891" 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 Thu Apr 16 00:45:38 UTC 2026

  System load:  0.23               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.155
  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: Thu Apr 16 00:45:38 2026 from 10.30.170.240
[?2004h[jenkins@releng-63164-185-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-04-16T00:45:39.608895" elapsed="0.328211"/>
</kw>
<msg time="2026-04-16T00:45:39.937198" 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-04-16T00:45:39.608544" elapsed="0.328752"/>
</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-04-16T00:45:39.607048" elapsed="0.330376"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T00:45:39.938256" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T00:55:46.024695" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T00:55:46.025303" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T00:55:46.025472" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-04-16T00:45:39.937671" elapsed="606.088217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:55:46.026737" elapsed="0.000976"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.029550" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. 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:45.117 16  switches: flows:  112525 114841 113395 113560 113112 114496 113852 112582 109466 114639 111113 110898 109171 110125 112212 110585  total = 29.942867 per ms 
00:47:45.217 16  switches: flows:  126978 124474 126192 127216 126954 127766 128037 125703 122563 125019 122506 122691 121264 119463 122584 125991  total = 33.201205 per ms 
00:48:45.318 16  switches: flows:  127066 123248 127334 126679 126736 128836 126979 124162 121512 123897 123176 121617 121324 122341 123472 123949  total = 33.150131 per ms 
00:49:45.418 16  switches: flows:  128981 123812 127894 128891 127335 127170 125601 125735 122821 124655 123962 122771 121742 120479 123101 124325  total = 33.265668 per ms 
00:50:45.518 16  switches: flows:  127926 125299 126282 126948 126637 127849 125551 126238 122923 123870 123201 121742 122134 121679 122189 125703  total = 33.214075 per ms 
00:51:45.619 16  switches: flows:  128403 127780 128629 129272 128145 130293 125136 126387 125782 126933 125431 125144 123605 122376 124486 126125  total = 33.675881 per ms 
00:52:45.719 16  switches: flows:  128999 127422 129480 128514 128400 129969 125566 125110 124326 125472 124147 123547 124517 122611 126244 126267  total = 33.620383 per ms 
00:53:45.819 16  switches: flows:  129303 129594 129833 129109 128973 129394 125253 127085 124614 125772 125623 123531 125860 121933 126245 126993  total = 33.762180 per ms 
00:54:45.920 16  switches: flows:  121992 122624 123949 125379 122967 125983 123397 123639 121732 121312 121232 120987 120858 121336 118524 121858  total = 32.575064 per ms 
00:55:46.020 16  switches: flows:  127884 124821 127953 129146 126163 127366 126317 126667 124010 125988 126882 123970 122829 124318 123522 125761  total = 33.503999 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32575.06/33762.18/33329.84/11115.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T00:55:46.028253" elapsed="0.001680"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T00:55:46.030751" elapsed="0.000130"/>
</return>
<status status="PASS" start="2026-04-16T00:55:46.030214" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-04-16T00:55:46.030090" elapsed="0.001196"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T00:55:46.031640" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-04-16T00:55:46.031498" elapsed="0.000318"/>
</branch>
<status status="NOT RUN" start="2026-04-16T00:55:46.031449" elapsed="0.000448"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T00:55:46.032011" elapsed="0.000047"/>
</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-04-16T00:55:46.036356" elapsed="0.000387"/>
</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-04-16T00:55:46.036937" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T00:55:46.037357" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T00:55:46.032954" elapsed="0.004587"/>
</kw>
<msg time="2026-04-16T00:55:46.037682" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-04-16T00:45:39.602297" elapsed="606.435413"/>
</kw>
<status status="PASS" start="2026-04-16T00:45:39.601966" elapsed="606.435803"/>
</branch>
<status status="PASS" start="2026-04-16T00:45:39.601615" elapsed="606.436190"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.038362" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. 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:45.117 16  switches: flows:  112525 114841 113395 113560 113112 114496 113852 112582 109466 114639 111113 110898 109171 110125 112212 110585  total = 29.942867 per ms 
00:47:45.217 16  switches: flows:  126978 124474 126192 127216 126954 127766 128037 125703 122563 125019 122506 122691 121264 119463 122584 125991  total = 33.201205 per ms 
00:48:45.318 16  switches: flows:  127066 123248 127334 126679 126736 128836 126979 124162 121512 123897 123176 121617 121324 122341 123472 123949  total = 33.150131 per ms 
00:49:45.418 16  switches: flows:  128981 123812 127894 128891 127335 127170 125601 125735 122821 124655 123962 122771 121742 120479 123101 124325  total = 33.265668 per ms 
00:50:45.518 16  switches: flows:  127926 125299 126282 126948 126637 127849 125551 126238 122923 123870 123201 121742 122134 121679 122189 125703  total = 33.214075 per ms 
00:51:45.619 16  switches: flows:  128403 127780 128629 129272 128145 130293 125136 126387 125782 126933 125431 125144 123605 122376 124486 126125  total = 33.675881 per ms 
00:52:45.719 16  switches: flows:  128999 127422 129480 128514 128400 129969 125566 125110 124326 125472 124147 123547 124517 122611 126244 126267  total = 33.620383 per ms 
00:53:45.819 16  switches: flows:  129303 129594 129833 129109 128973 129394 125253 127085 124614 125772 125623 123531 125860 121933 126245 126993  total = 33.762180 per ms 
00:54:45.920 16  switches: flows:  121992 122624 123949 125379 122967 125983 123397 123639 121732 121312 121232 120987 120858 121336 118524 121858  total = 32.575064 per ms 
00:55:46.020 16  switches: flows:  127884 124821 127953 129146 126163 127366 126317 126667 124010 125988 126882 123970 122829 124318 123522 125761  total = 33.503999 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32575.06/33762.18/33329.84/11115.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T00:55:46.038012" elapsed="0.000427"/>
</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-04-16T00:55:46.038612" elapsed="0.000405"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T00:55:46.039489" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T00:55:46.039632" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32575.06/33762.18/33329.84/11115.23 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-04-16T00:55:46.039188" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T00:55:46.040234" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32575.06/33762.18/33329.84/11115.23 | 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-04-16T00:55:46.039875" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.043118" 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-04-16T00:55:46.040472" elapsed="0.002707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.045851" level="INFO">32575.06/33762.18/33329.84/11115.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T00:55:46.043332" elapsed="0.002580"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T00:55:46.048856" 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-04-16T00:55:46.046105" elapsed="0.002788"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T00:55:46.052136" level="INFO">@{result_value_list} = [ 32575.06 | 33762.18 | 33329.84 | 11115.23 ]</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-04-16T00:55:46.049185" elapsed="0.002988"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.052860" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T00:55:46.052976" 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-04-16T00:55:46.052387" elapsed="0.000621"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.059320" level="INFO">min :: 32575.06</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-04-16T00:55:46.053625" elapsed="0.005777"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T00:55:46.053413" elapsed="0.006037"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.064677" level="INFO">max :: 33762.18</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-04-16T00:55:46.059798" elapsed="0.004968"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T00:55:46.059605" elapsed="0.005200"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.070353" level="INFO">avg :: 33329.84</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-04-16T00:55:46.065037" elapsed="0.005398"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T00:55:46.064901" elapsed="0.005582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.076866" level="INFO">stdev :: 11115.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T00:55:46.071012" elapsed="0.005934"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T00:55:46.070863" elapsed="0.006133"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T00:55:46.053108" elapsed="0.023938"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.081645" level="INFO">${min} = 32575.06</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-04-16T00:55:46.077276" elapsed="0.004398"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.085623" level="INFO">${max} = 33762.18</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-04-16T00:55:46.081836" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.089832" level="INFO">${average} = 33329.84</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-04-16T00:55:46.085810" elapsed="0.004049"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.094139" level="INFO">${stdev} = 11115.23</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-04-16T00:55:46.090017" elapsed="0.004149"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.094777" level="INFO">${date} = 2026-04-16 00:55:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-16T00:55:46.094333" elapsed="0.000471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.095372" level="INFO">CBench Result: 2026-04-16 00:55:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32575.06,33762.18,33329.84,11115.23</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-04-16T00:55:46.094957" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T00:55:46.096588" 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-04-16T00:55:46.096115" elapsed="0.000540"/>
</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-04-16T00:55:46.096808" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T00:55:46.095615" elapsed="0.001762"/>
</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-04-16T00:45:39.600395" elapsed="606.497045"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.097935" 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-04-16T00:55:46.097610" elapsed="0.000381"/>
</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-04-16T00:55:46.098555" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-04-16T00:55:46.098214" elapsed="0.000690"/>
</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-04-16T00:45:39.597680" elapsed="606.501261"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.100437" 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-04-16T00:55:46.100047" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.101800" 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-04-16T00:55:46.101444" elapsed="0.000398"/>
</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-04-16T00:55:46.102214" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T00:55:46.101981" elapsed="0.000291"/>
</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-04-16T00:55:46.105242" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-16T00:55:46.104951" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-16T00:55:46.104932" elapsed="0.000392"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T00:55:46.105707" 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-04-16T00:55:46.105834" 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-04-16T00:55:46.105460" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.106421" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.155" 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-04-16T00:55:46.105998" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T00:55:46.107042" 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-04-16T00:55:46.106637" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T00:55:46.108004" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T00:55:46.108096" 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-04-16T00:55:46.107671" elapsed="0.000449"/>
</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-04-16T00:55:46.108263" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T00:55:46.109598" level="INFO">Logging into '10.30.171.155:22' as 'jenkins'.</msg>
<msg time="2026-04-16T00:55:46.690144" 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 Thu Apr 16 00:55:46 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.155
  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: Thu Apr 16 00:45:39 2026 from 10.30.170.240
[?2004h[jenkins@releng-63164-185-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-04-16T00:55:46.109207" elapsed="0.581147"/>
</kw>
<msg time="2026-04-16T00:55:46.690448" 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-04-16T00:55:46.108777" elapsed="0.581790"/>
</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-04-16T00:55:46.107274" elapsed="0.583420"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T00:55:46.691277" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T01:05:54.169789" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T01:05:54.170367" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T01:05:54.170477" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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-04-16T00:55:46.690942" elapsed="607.479621"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:05:54.171050" elapsed="0.000898"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.173676" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. 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:52.981 16  switches: flows:  511112 502110 514433 500814 495380 501910 510777 515530 491447 479105 490727 485882 496902 496651 477869 491414  total = 132.701050 per ms 
00:57:53.083 16  switches: flows:  430001 439207 431321 433410 427785 416655 424381 446878 341364 441271 443428 436682 443288 443011 434158 433538  total = 114.246781 per ms 
00:58:53.185 16  switches: flows:  463640 464054 469535 461443 451738 464685 457015 450892 454163 459156 452710 454007 465468 454585 456242 450060  total = 121.952347 per ms 
00:59:53.286 16  switches: flows:  539750 534008 545027 529672 536785 541497 534333 540892 529297 535581 527631 536610 541288 529932 548767 534549  total = 142.853285 per ms 
01:00:53.387 16  switches: flows:  580198 575356 583348 580462 585105 583802 569690 579835 570115 582372 570183 579322 578067 568004 591455 573341  total = 153.919291 per ms 
01:01:53.490 16  switches: flows:  590318 597683 596768 597854 599165 594453 599986 595704 596394 598666 599322 595948 599004 591503 600626 598028  total = 158.919946 per ms 
01:02:53.853 16  switches: flows:  438665 497285 441915 453214 451405 404035 457730 436498 558776 515691 568034 371694 468222 449930 450482 467278  total = 123.105719 per ms 
01:03:53.953 16  switches: flows:  569914 557753 564775 572186 561233 561196 568914 560679 573881 576359 569771 561494 566877 568025 568901 573484  total = 151.004012 per ms 
01:04:54.055 16  switches: flows:  525320 561186 566623 564747 561931 564723 568956 561579 570161 561619 571471 576153 564914 570699 567055 568071  total = 150.166747 per ms 
01:05:54.157 16  switches: flows:  482995 475681 490551 482139 480416 482307 475873 474714 474992 484116 465027 489356 482307 477759 479816 485888  total = 127.848383 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 114246.78/158919.95/138224.06/48629.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:05:54.172496" elapsed="0.001632"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T01:05:54.174911" elapsed="0.000133"/>
</return>
<status status="PASS" start="2026-04-16T01:05:54.174426" elapsed="0.000743"/>
</branch>
<status status="PASS" start="2026-04-16T01:05:54.174349" elapsed="0.000910"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T01:05:54.175631" elapsed="0.000049"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:05:54.175456" elapsed="0.000323"/>
</branch>
<status status="NOT RUN" start="2026-04-16T01:05:54.175400" elapsed="0.000462"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T01:05:54.175979" elapsed="0.000050"/>
</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-04-16T01:05:54.182670" 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-04-16T01:05:54.183379" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:05:54.183712" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T01:05:54.177085" elapsed="0.006788"/>
</kw>
<msg time="2026-04-16T01:05:54.184006" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233: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-04-16T00:55:46.102637" elapsed="608.081397"/>
</kw>
<status status="PASS" start="2026-04-16T00:55:46.102300" elapsed="608.081783"/>
</branch>
<status status="PASS" start="2026-04-16T00:55:46.101957" elapsed="608.082150"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.184597" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. 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:52.981 16  switches: flows:  511112 502110 514433 500814 495380 501910 510777 515530 491447 479105 490727 485882 496902 496651 477869 491414  total = 132.701050 per ms 
00:57:53.083 16  switches: flows:  430001 439207 431321 433410 427785 416655 424381 446878 341364 441271 443428 436682 443288 443011 434158 433538  total = 114.246781 per ms 
00:58:53.185 16  switches: flows:  463640 464054 469535 461443 451738 464685 457015 450892 454163 459156 452710 454007 465468 454585 456242 450060  total = 121.952347 per ms 
00:59:53.286 16  switches: flows:  539750 534008 545027 529672 536785 541497 534333 540892 529297 535581 527631 536610 541288 529932 548767 534549  total = 142.853285 per ms 
01:00:53.387 16  switches: flows:  580198 575356 583348 580462 585105 583802 569690 579835 570115 582372 570183 579322 578067 568004 591455 573341  total = 153.919291 per ms 
01:01:53.490 16  switches: flows:  590318 597683 596768 597854 599165 594453 599986 595704 596394 598666 599322 595948 599004 591503 600626 598028  total = 158.919946 per ms 
01:02:53.853 16  switches: flows:  438665 497285 441915 453214 451405 404035 457730 436498 558776 515691 568034 371694 468222 449930 450482 467278  total = 123.105719 per ms 
01:03:53.953 16  switches: flows:  569914 557753 564775 572186 561233 561196 568914 560679 573881 576359 569771 561494 566877 568025 568901 573484  total = 151.004012 per ms 
01:04:54.055 16  switches: flows:  525320 561186 566623 564747 561931 564723 568956 561579 570161 561619 571471 576153 564914 570699 567055 568071  total = 150.166747 per ms 
01:05:54.157 16  switches: flows:  482995 475681 490551 482139 480416 482307 475873 474714 474992 484116 465027 489356 482307 477759 479816 485888  total = 127.848383 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 114246.78/158919.95/138224.06/48629.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:05:54.184276" elapsed="0.000424"/>
</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-04-16T01:05:54.184872" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T01:05:54.185795" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T01:05:54.185932" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 114246.78/158919.95/138224.06/48629.93 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-04-16T01:05:54.185435" elapsed="0.000531"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:05:54.186400" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 114246.78/158919.95/138224.06/48629.93 | 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-04-16T01:05:54.186129" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.188944" 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-04-16T01:05:54.186593" elapsed="0.002408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.192092" level="INFO">114246.78/158919.95/138224.06/48629.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:05:54.189159" elapsed="0.003018"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:05:54.195555" 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-04-16T01:05:54.192400" elapsed="0.003193"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:05:54.199334" level="INFO">@{result_value_list} = [ 114246.78 | 158919.95 | 138224.06 | 48629.93 ]</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-04-16T01:05:54.195891" elapsed="0.003493"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.200176" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T01:05:54.200293" 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-04-16T01:05:54.199668" elapsed="0.000660"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.205910" level="INFO">min :: 114246.78</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-04-16T01:05:54.200963" elapsed="0.005021"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T01:05:54.200756" elapsed="0.005265"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.210820" level="INFO">max :: 158919.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:05:54.206247" elapsed="0.004631"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T01:05:54.206116" elapsed="0.004799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.215497" level="INFO">avg :: 138224.06</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-04-16T01:05:54.211137" elapsed="0.004617"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T01:05:54.211008" elapsed="0.004785"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.220401" level="INFO">stdev :: 48629.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:05:54.216019" elapsed="0.004440"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T01:05:54.215886" elapsed="0.004609"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T01:05:54.200421" elapsed="0.020125"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.224472" level="INFO">${min} = 114246.78</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-04-16T01:05:54.220733" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.228432" level="INFO">${max} = 158919.95</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-16T01:05:54.224711" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.232383" level="INFO">${average} = 138224.06</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-04-16T01:05:54.228627" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.236355" level="INFO">${stdev} = 48629.93</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-04-16T01:05:54.232577" elapsed="0.003805"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.236925" level="INFO">${date} = 2026-04-16 01:05:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-16T01:05:54.236555" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.237526" level="INFO">CBench Result: 2026-04-16 01:05:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,114246.78,158919.95,138224.06,48629.93</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-04-16T01:05:54.237099" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T01:05:54.238659" 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-04-16T01:05:54.238221" elapsed="0.000505"/>
</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-04-16T01:05:54.238878" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T01:05:54.237737" elapsed="0.001680"/>
</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-04-16T00:55:46.100843" elapsed="608.138635"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.239959" 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-04-16T01:05:54.239643" elapsed="0.000374"/>
</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-04-16T01:05:54.240540" elapsed="0.000293"/>
</kw>
<status status="PASS" start="2026-04-16T01:05:54.240221" elapsed="0.000685"/>
</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-04-16T00:55:46.099414" elapsed="608.141530"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.242319" 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-04-16T01:05:54.241924" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.243616" 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-04-16T01:05:54.243272" elapsed="0.000387"/>
</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-04-16T01:05:54.244001" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:05:54.243777" elapsed="0.000283"/>
</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-04-16T01:05:54.246990" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:05:54.246732" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-04-16T01:05:54.246712" elapsed="0.000388"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:05:54.247486" 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-04-16T01:05:54.247625" 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-04-16T01:05:54.247276" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.248276" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.155" 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-04-16T01:05:54.247792" elapsed="0.000545"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:05:54.248938" 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-04-16T01:05:54.248482" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:05:54.250092" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T01:05:54.250202" 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-04-16T01:05:54.249576" elapsed="0.000651"/>
</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-04-16T01:05:54.250375" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T01:05:54.251625" level="INFO">Logging into '10.30.171.155:22' as 'jenkins'.</msg>
<msg time="2026-04-16T01:05:54.829929" 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 Thu Apr 16 01:05:54 UTC 2026

  System load:  0.28               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.155
  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: Thu Apr 16 00:55:46 2026 from 10.30.170.240
[?2004h[jenkins@releng-63164-185-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-04-16T01:05:54.251239" elapsed="0.578878"/>
</kw>
<msg time="2026-04-16T01:05:54.830204" 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-04-16T01:05:54.250884" elapsed="0.579401"/>
</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-04-16T01:05:54.249179" elapsed="0.581215"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T01:05:54.830906" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T01:16:00.918282" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T01:16:00.918874" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T01:16:00.918982" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-04-16T01:05:54.830617" elapsed="606.088422"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:16:00.919557" elapsed="0.000710"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.921443" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:00.000 16  switches: flows:  126193 127708 126609 128029 125505 125888 124177 129306 126329 124940 122925 125044 122994 123971 123827 123946  total = 33.456517 per ms 
01:08:00.100 16  switches: flows:  123558 125277 123759 125565 121744 123923 121723 123628 121952 121200 121926 121883 121057 119318 122269 122976  total = 32.641461 per ms 
01:09:00.201 16  switches: flows:  104847 104204 103503 105011 104333 103326 102653 104696 104433 100924 101273 103044 99869 101126 100990 102451  total = 27.398923 per ms 
01:10:00.301 16  switches: flows:  120193 122551 119919 123071 121660 119576 117787 121515 122930 119029 119623 119562 116519 119008 119001 119323  total = 31.967757 per ms 
01:11:00.401 16  switches: flows:  112244 112041 111069 111471 112565 111652 110571 112766 111594 109258 110072 108987 107476 109706 109199 108836  total = 29.442642 per ms 
01:12:00.502 16  switches: flows:  121468 119185 119946 119819 119137 120199 119526 123461 118293 118579 116759 116470 115815 116894 116044 113580  total = 31.533613 per ms 
01:13:00.604 16  switches: flows:  122396 123461 124285 123613 122531 122688 123133 124404 121175 118821 117574 121466 118516 119002 116902 117715  total = 32.240880 per ms 
01:14:00.704 16  switches: flows:  124574 126818 127369 126401 126819 125836 124711 126995 122449 122229 121064 124028 118893 121428 119715 121094  total = 32.951959 per ms 
01:15:00.805 16  switches: flows:  126785 128107 129051 125888 126192 122743 124995 127288 124837 122121 121891 126426 122435 126088 120868 124217  total = 33.276580 per ms 
01:16:00.907 16  switches: flows:  123069 125545 124189 122146 123845 120588 124095 122789 122898 119498 118067 123831 118768 123222 119304 122381  total = 32.516221 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27398.92/33276.58/31552.23/10671.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:16:00.920674" elapsed="0.001118"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T01:16:00.922288" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-04-16T01:16:00.921990" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-04-16T01:16:00.921939" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T01:16:00.922765" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:16:00.922680" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-04-16T01:16:00.922643" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T01:16:00.922977" 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-04-16T01:16:00.926952" elapsed="0.000328"/>
</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-04-16T01:16:00.927436" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:16:00.927749" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T01:16:00.923683" elapsed="0.004225"/>
</kw>
<msg time="2026-04-16T01:16:00.928036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233: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-04-16T01:05:54.244403" elapsed="606.683661"/>
</kw>
<status status="PASS" start="2026-04-16T01:05:54.244086" elapsed="606.684027"/>
</branch>
<status status="PASS" start="2026-04-16T01:05:54.243755" elapsed="606.684381"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.928580" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:00.000 16  switches: flows:  126193 127708 126609 128029 125505 125888 124177 129306 126329 124940 122925 125044 122994 123971 123827 123946  total = 33.456517 per ms 
01:08:00.100 16  switches: flows:  123558 125277 123759 125565 121744 123923 121723 123628 121952 121200 121926 121883 121057 119318 122269 122976  total = 32.641461 per ms 
01:09:00.201 16  switches: flows:  104847 104204 103503 105011 104333 103326 102653 104696 104433 100924 101273 103044 99869 101126 100990 102451  total = 27.398923 per ms 
01:10:00.301 16  switches: flows:  120193 122551 119919 123071 121660 119576 117787 121515 122930 119029 119623 119562 116519 119008 119001 119323  total = 31.967757 per ms 
01:11:00.401 16  switches: flows:  112244 112041 111069 111471 112565 111652 110571 112766 111594 109258 110072 108987 107476 109706 109199 108836  total = 29.442642 per ms 
01:12:00.502 16  switches: flows:  121468 119185 119946 119819 119137 120199 119526 123461 118293 118579 116759 116470 115815 116894 116044 113580  total = 31.533613 per ms 
01:13:00.604 16  switches: flows:  122396 123461 124285 123613 122531 122688 123133 124404 121175 118821 117574 121466 118516 119002 116902 117715  total = 32.240880 per ms 
01:14:00.704 16  switches: flows:  124574 126818 127369 126401 126819 125836 124711 126995 122449 122229 121064 124028 118893 121428 119715 121094  total = 32.951959 per ms 
01:15:00.805 16  switches: flows:  126785 128107 129051 125888 126192 122743 124995 127288 124837 122121 121891 126426 122435 126088 120868 124217  total = 33.276580 per ms 
01:16:00.907 16  switches: flows:  123069 125545 124189 122146 123845 120588 124095 122789 122898 119498 118067 123831 118768 123222 119304 122381  total = 32.516221 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27398.92/33276.58/31552.23/10671.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:16:00.928276" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-16T01:16:00.928802" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T01:16:00.929585" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T01:16:00.929676" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27398.92/33276.58/31552.23/10671.56 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-04-16T01:16:00.929349" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:16:00.930118" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27398.92/33276.58/31552.23/10671.56 | 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-04-16T01:16:00.929854" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.932542" 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-04-16T01:16:00.930298" elapsed="0.002303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.935155" level="INFO">27398.92/33276.58/31552.23/10671.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:16:00.932747" elapsed="0.002465"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:16:00.937610" 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-04-16T01:16:00.935363" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:16:00.940052" level="INFO">@{result_value_list} = [ 27398.92 | 33276.58 | 31552.23 | 10671.56 ]</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-04-16T01:16:00.937826" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.940558" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T01:16:00.940653" 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-04-16T01:16:00.940234" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.945386" level="INFO">min :: 27398.92</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-04-16T01:16:00.941059" elapsed="0.004384"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T01:16:00.940931" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.950047" level="INFO">max :: 33276.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:16:00.945709" elapsed="0.004395"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T01:16:00.945581" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.954682" level="INFO">avg :: 31552.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:16:00.950349" elapsed="0.004396"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T01:16:00.950222" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.959394" level="INFO">stdev :: 10671.56</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-04-16T01:16:00.955008" elapsed="0.004442"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T01:16:00.954863" elapsed="0.004621"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T01:16:00.940744" elapsed="0.018829"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.963458" level="INFO">${min} = 27398.92</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-04-16T01:16:00.959749" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.967592" level="INFO">${max} = 33276.58</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-04-16T01:16:00.963660" elapsed="0.003959"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.971495" level="INFO">${average} = 31552.23</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-04-16T01:16:00.967772" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.975416" level="INFO">${stdev} = 10671.56</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-04-16T01:16:00.971692" elapsed="0.003751"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.975970" level="INFO">${date} = 2026-04-16 01:16:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-16T01:16:00.975622" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.976571" level="INFO">CBench Result: 2026-04-16 01:16:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27398.92,33276.58,31552.23,10671.56</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-04-16T01:16:00.976148" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T01:16:00.977725" 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-04-16T01:16:00.977248" elapsed="0.000544"/>
</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-04-16T01:16:00.977943" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T01:16:00.976766" elapsed="0.001697"/>
</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-04-16T01:05:54.242708" elapsed="606.735831"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.979001" 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-04-16T01:16:00.978688" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T01:16:00.980246" 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-04-16T01:16:00.979770" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-16T01:16:00.980492" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-04-16T01:16:00.980346" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-16T01:16:00.980327" elapsed="0.000268"/>
</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-04-16T01:16:00.980736" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-16T01:16:00.980892" 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-04-16T01:16:00.981056" 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-04-16T01:16:00.981276" 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-04-16T01:16:00.981430" 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-04-16T01:16:00.981593" elapsed="0.000021"/>
</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-04-16T01:16:00.981744" elapsed="0.000021"/>
</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-04-16T01:16:00.981964" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:16:00.981827" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-16T01:16:00.981811" elapsed="0.000233"/>
</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-04-16T01:16:00.979422" elapsed="0.002672"/>
</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-04-16T01:05:54.241362" elapsed="606.740778"/>
</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-04-16T00:45:36.961457" elapsed="1824.021274"/>
</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>
