<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-25T02:55:37.581587" 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-05-25T02:55:38.154795" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:55:38.154636" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:38.154607" elapsed="0.000287"/>
</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-05-25T02:55:38.155040" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T02:55:38.156049" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-05-25T02:55:38.998680" 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-05-25T02:55:38.155735" elapsed="0.843149"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.049035" 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-05-25T02:55:38.999181" elapsed="0.049922"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.051098" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T02:55:39.051208" 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-05-25T02:55:39.049271" elapsed="0.001967"/>
</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-05-25T02:55:39.051396" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:55:39.051761" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.052471" 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-05-25T02:55:39.052140" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T02:55:39.052577" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T02:55:38.154247" elapsed="0.898506"/>
</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-05-25T02:55:38.150624" elapsed="0.902218"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T02:55:39.053395" 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-05-25T02:55:39.053030" elapsed="0.000422"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T02:55:39.053870" 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-05-25T02:55:39.053606" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.054503" 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-05-25T02:55:39.054084" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.055061" 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-05-25T02:55:39.054703" elapsed="0.000401"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.055631" 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-05-25T02:55:39.055257" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.056153" 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-05-25T02:55:39.055838" elapsed="0.000358"/>
</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-05-25T02:55:39.056497" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:55:39.056283" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.060906" 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-05-25T02:55:39.060490" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:55:39.061944" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T02:55:39.062029" 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-05-25T02:55:39.061496" elapsed="0.000558"/>
</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-05-25T02:55:39.062201" elapsed="0.000707"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.063941" level="INFO">Logging into '10.30.170.47:22' as 'jenkins'.</msg>
<msg time="2026-05-25T02:55:39.769128" 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 Mon May 25 02:55:39 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.47
  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-264-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-05-25T02:55:39.063423" elapsed="0.705867"/>
</kw>
<msg time="2026-05-25T02:55:39.769381" 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-05-25T02:55:39.063071" elapsed="0.706406"/>
</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-05-25T02:55:39.061140" elapsed="0.708465"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.779729" 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-05-25T02:55:39.769845" elapsed="0.011753"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:55:39.782026" elapsed="0.000601"/>
</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-05-25T02:55:39.059978" elapsed="0.722782"/>
</kw>
<status status="PASS" start="2026-05-25T02:55:39.056622" elapsed="0.726253"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:39.056257" elapsed="0.726685"/>
</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-05-25T02:55:39.783277" elapsed="0.001021"/>
</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-05-25T02:55:39.792548" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:55:39.792423" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:39.792396" elapsed="0.000230"/>
</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-05-25T02:55:39.796289" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:55:39.796173" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:39.796152" elapsed="0.000209"/>
</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-05-25T02:55:39.796496" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T02:55:39.797365" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-05-25T02:55:40.003810" 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-05-25T02:55:39.797103" elapsed="0.206849"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.097785" 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-05-25T02:55:40.004184" elapsed="0.093665"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.116317" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-25T02:55:40.116519" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-25T02:55:40.097997" elapsed="0.018554"/>
</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-05-25T02:55:40.116694" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:55:40.117040" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.117709" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-25T02:55:40.117385" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T02:55:40.117839" elapsed="0.000053"/>
</return>
<msg time="2026-05-25T02:55:40.118045" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T02:55:39.795803" elapsed="0.322273"/>
</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-05-25T02:55:40.118224" elapsed="0.000566"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T02:55:40.118863" 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-05-25T02:55:39.792113" elapsed="0.326883"/>
</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-05-25T02:55:40.122758" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-25T02:55:40.122614" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:40.122590" elapsed="0.000255"/>
</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-05-25T02:55:40.122978" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.123851" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-05-25T02:55:40.313943" 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-05-25T02:55:40.123571" elapsed="0.190516"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.347998" 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-05-25T02:55:40.314327" elapsed="0.033751"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.349915" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T02:55:40.350020" 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-05-25T02:55:40.348261" elapsed="0.001787"/>
</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-05-25T02:55:40.350184" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T02:55:40.350548" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.351216" 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-05-25T02:55:40.350899" elapsed="0.000368"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T02:55:40.351319" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T02:55:40.122270" elapsed="0.229215"/>
</kw>
<status status="PASS" start="2026-05-25T02:55:38.148654" elapsed="2.202896"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.353796" 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-05-25T02:55:40.352404" elapsed="0.001464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.355509" 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-05-25T02:55:40.355158" elapsed="0.000394"/>
</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-05-25T02:55:40.355894" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:55:40.355635" elapsed="0.000319"/>
</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-05-25T02:55:40.358948" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T02:55:40.358675" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:40.358654" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.359367" 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-05-25T02:55:40.359490" 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-05-25T02:55:40.359164" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.360100" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.47" 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-05-25T02:55:40.359653" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.360777" 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-05-25T02:55:40.360302" elapsed="0.000503"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T02:55:40.361707" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T02:55:40.361814" 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-05-25T02:55:40.361388" elapsed="0.000452"/>
</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-05-25T02:55:40.361984" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.363225" level="INFO">Logging into '10.30.170.47:22' as 'jenkins'.</msg>
<msg time="2026-05-25T02:55:40.691190" 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 Mon May 25 02:55:39 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.47
  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: Mon May 25 02:55:39 2026 from 10.30.171.34
[?2004h[jenkins@releng-63164-264-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-05-25T02:55:40.362866" elapsed="0.328527"/>
</kw>
<msg time="2026-05-25T02:55:40.691487" 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-05-25T02:55:40.362500" elapsed="0.329082"/>
</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-05-25T02:55:40.361009" elapsed="0.330698"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T02:55:40.692516" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T03:05:46.832694" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T03:05:46.833393" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T03:05:46.833505" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-05-25T02:55:40.691949" elapsed="606.141624"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:05:46.834106" elapsed="0.000908"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.836316" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:45.917 16  switches: flows:  104490 103479 106368 104480 102144 102672 106698 101894 100907 102610 99033 97391 98457 102436 99396 103245  total = 27.261667 per ms 
02:57:46.018 16  switches: flows:  115476 116310 119515 117947 115570 114985 118697 112305 113134 115194 110200 110265 111322 114226 109885 115824  total = 30.463384 per ms 
02:58:46.119 16  switches: flows:  110005 108001 110376 111589 110505 109897 111782 106897 108259 107922 104782 104921 104248 108441 105062 109643  total = 28.824050 per ms 
02:59:46.220 16  switches: flows:  120309 119115 122033 119994 118799 118915 121255 115319 114073 116782 115193 112423 112307 116731 115627 116201  total = 31.199207 per ms 
03:00:46.321 16  switches: flows:  116917 115745 118843 118290 116593 116147 118907 113084 112704 114625 110589 109486 109811 114792 111502 114694  total = 30.494563 per ms 
03:01:46.422 16  switches: flows:  119657 117541 119703 119090 117416 117391 118883 114588 115330 116351 114078 111926 112264 115315 114193 114709  total = 30.922318 per ms 
03:02:46.523 16  switches: flows:  121087 117435 122917 121913 118883 118700 121132 117097 115870 119270 113506 114535 113457 116857 115181 116823  total = 31.358715 per ms 
03:03:46.623 16  switches: flows:  111773 112246 113760 112568 111290 110762 112507 110276 108588 110191 108240 107630 107958 108492 108467 108602  total = 29.340214 per ms 
03:04:46.724 16  switches: flows:  123403 118379 122602 119433 119281 119132 121158 120331 118434 118669 114275 115590 115838 117762 115812 117134  total = 31.567872 per ms 
03:05:46.825 16  switches: flows:  119896 115866 120430 117688 117196 117570 119238 118810 115584 117001 112943 112982 114374 116018 115195 116181  total = 31.064202 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28824.05/31567.87/30581.61/10231.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:05:46.835476" elapsed="0.001194"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T03:05:46.837219" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-05-25T03:05:46.836905" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-25T03:05:46.836837" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T03:05:46.837678" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-25T03:05:46.837597" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-05-25T03:05:46.837562" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T03:05:46.837939" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T03:05:46.844055" elapsed="0.000430"/>
</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-05-25T03:05:46.844650" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:05:46.845011" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T03:05:46.838718" elapsed="0.006453"/>
</kw>
<msg time="2026-05-25T03:05:46.845315" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-05-25T02:55:40.356302" elapsed="606.489041"/>
</kw>
<status status="PASS" start="2026-05-25T02:55:40.355983" elapsed="606.489411"/>
</branch>
<status status="PASS" start="2026-05-25T02:55:40.355610" elapsed="606.489814"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.845941" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:45.917 16  switches: flows:  104490 103479 106368 104480 102144 102672 106698 101894 100907 102610 99033 97391 98457 102436 99396 103245  total = 27.261667 per ms 
02:57:46.018 16  switches: flows:  115476 116310 119515 117947 115570 114985 118697 112305 113134 115194 110200 110265 111322 114226 109885 115824  total = 30.463384 per ms 
02:58:46.119 16  switches: flows:  110005 108001 110376 111589 110505 109897 111782 106897 108259 107922 104782 104921 104248 108441 105062 109643  total = 28.824050 per ms 
02:59:46.220 16  switches: flows:  120309 119115 122033 119994 118799 118915 121255 115319 114073 116782 115193 112423 112307 116731 115627 116201  total = 31.199207 per ms 
03:00:46.321 16  switches: flows:  116917 115745 118843 118290 116593 116147 118907 113084 112704 114625 110589 109486 109811 114792 111502 114694  total = 30.494563 per ms 
03:01:46.422 16  switches: flows:  119657 117541 119703 119090 117416 117391 118883 114588 115330 116351 114078 111926 112264 115315 114193 114709  total = 30.922318 per ms 
03:02:46.523 16  switches: flows:  121087 117435 122917 121913 118883 118700 121132 117097 115870 119270 113506 114535 113457 116857 115181 116823  total = 31.358715 per ms 
03:03:46.623 16  switches: flows:  111773 112246 113760 112568 111290 110762 112507 110276 108588 110191 108240 107630 107958 108492 108467 108602  total = 29.340214 per ms 
03:04:46.724 16  switches: flows:  123403 118379 122602 119433 119281 119132 121158 120331 118434 118669 114275 115590 115838 117762 115812 117134  total = 31.567872 per ms 
03:05:46.825 16  switches: flows:  119896 115866 120430 117688 117196 117570 119238 118810 115584 117001 112943 112982 114374 116018 115195 116181  total = 31.064202 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28824.05/31567.87/30581.61/10231.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:05:46.845597" elapsed="0.000420"/>
</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-05-25T03:05:46.846173" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T03:05:46.846950" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T03:05:46.847062" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28824.05/31567.87/30581.61/10231.72 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-05-25T03:05:46.846703" elapsed="0.000387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:05:46.847507" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28824.05/31567.87/30581.61/10231.72 | 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-05-25T03:05:46.847247" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.849951" 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-05-25T03:05:46.847680" elapsed="0.002327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.852426" level="INFO">28824.05/31567.87/30581.61/10231.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:05:46.850153" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:05:46.854874" 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-05-25T03:05:46.852635" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:05:46.857426" level="INFO">@{result_value_list} = [ 28824.05 | 31567.87 | 30581.61 | 10231.72 ]</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-05-25T03:05:46.855199" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.857949" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T03:05:46.858037" 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-05-25T03:05:46.857611" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.862850" level="INFO">min :: 28824.05</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-05-25T03:05:46.858485" elapsed="0.004427"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T03:05:46.858350" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.867734" level="INFO">max :: 31567.87</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-05-25T03:05:46.863350" elapsed="0.004462"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T03:05:46.863168" elapsed="0.004684"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.872535" level="INFO">avg :: 30581.61</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-05-25T03:05:46.868100" elapsed="0.004508"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T03:05:46.867952" elapsed="0.004703"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.877637" level="INFO">stdev :: 10231.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:05:46.872990" elapsed="0.004711"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T03:05:46.872808" elapsed="0.004933"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T03:05:46.858143" elapsed="0.019654"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.881845" level="INFO">${min} = 28824.05</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-05-25T03:05:46.877995" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.885942" level="INFO">${max} = 31567.87</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-05-25T03:05:46.882056" elapsed="0.003917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.890146" level="INFO">${average} = 30581.61</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-05-25T03:05:46.886157" elapsed="0.004020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.894188" level="INFO">${stdev} = 10231.72</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-05-25T03:05:46.890352" elapsed="0.003865"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.894821" level="INFO">${date} = 2026-05-25 03:05: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-05-25T03:05:46.894400" elapsed="0.000448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.895457" level="INFO">CBench Result: 2026-05-25 03:05:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28824.05,31567.87,30581.61,10231.72</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-05-25T03:05:46.895018" elapsed="0.000495"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T03:05:46.896727" 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-05-25T03:05:46.896274" elapsed="0.000537"/>
</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-05-25T03:05:46.896965" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T03:05:46.895680" elapsed="0.001829"/>
</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-05-25T02:55:40.354486" elapsed="606.543086"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.898062" 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-05-25T03:05:46.897723" elapsed="0.000395"/>
</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-05-25T03:05:46.898639" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-05-25T03:05:46.898335" elapsed="0.000666"/>
</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-05-25T02:55:40.351694" elapsed="606.547381"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.900551" 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-05-25T03:05:46.900159" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.901912" 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-05-25T03:05:46.901562" elapsed="0.000393"/>
</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-05-25T03:05:46.902342" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T03:05:46.902106" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-25T03:05:46.905466" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T03:05:46.905211" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-25T03:05:46.905191" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T03:05:46.905969" 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-05-25T03:05:46.906105" 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-05-25T03:05:46.905692" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.906702" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.47" 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-05-25T03:05:46.906270" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T03:05:46.907362" 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-05-25T03:05:46.906922" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T03:05:46.908310" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T03:05:46.908399" 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-05-25T03:05:46.907992" elapsed="0.000432"/>
</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-05-25T03:05:46.908568" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T03:05:46.910784" level="INFO">Logging into '10.30.170.47:22' as 'jenkins'.</msg>
<msg time="2026-05-25T03:05:47.514268" 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 Mon May 25 03:05:47 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.47
  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: Mon May 25 02:55:40 2026 from 10.30.171.34
[?2004h[jenkins@releng-63164-264-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-05-25T03:05:46.909433" elapsed="0.605059"/>
</kw>
<msg time="2026-05-25T03:05:47.514589" 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-05-25T03:05:46.909078" elapsed="0.605621"/>
</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-05-25T03:05:46.907593" elapsed="0.607256"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T03:05:47.515471" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T03:15:56.197838" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T03:15:56.198291" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T03:15:56.198353" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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-05-25T03:05:47.515129" elapsed="608.683257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:15:56.199227" elapsed="0.000604"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.200647" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:52.640 16  switches: flows:  353682 414172 389783 396155 424279 390998 419465 422095 416791 393796 407119 371302 394217 406188 393295 405459  total = 106.646600 per ms 
03:07:55.004 16  switches: flows:  496055 495165 499041 492375 501250 499326 494686 499022 500271 487085 489665 472348 482576 496615 500569 496551  total = 126.718818 per ms 
03:08:55.109 16  switches: flows:  524217 509054 519514 439248 529722 528124 533259 521771 520165 526609 531753 529148 519848 526548 525251 533958  total = 138.394963 per ms 
03:09:55.212 16  switches: flows:  457392 434068 449559 459693 447960 460674 450803 441556 447645 444518 294802 442205 451298 439093 441608 452595  total = 116.725204 per ms 
03:10:55.501 16  switches: flows:  562906 578994 560297 556198 556775 565821 560990 566570 566859 561885 565237 567923 559624 551932 572963 564343  total = 149.602298 per ms 
03:11:55.603 16  switches: flows:  444197 450142 458825 460558 457674 459205 459727 441557 444693 459054 450412 451794 462211 462610 453338 476972  total = 121.344716 per ms 
03:12:55.705 16  switches: flows:  619006 614766 599990 617577 622505 618841 618339 616662 616465 620972 622061 625144 613481 602249 614076 611898  total = 163.956016 per ms 
03:13:55.806 16  switches: flows:  570226 569143 556530 569767 560960 560798 567895 554794 562524 561998 570649 560859 556191 556551 562231 557334  total = 149.722563 per ms 
03:14:55.908 16  switches: flows:  593318 591997 585541 594914 592116 596656 593398 586114 593135 598474 591003 595714 587697 594306 584910 592522  total = 157.597060 per ms 
03:15:56.190 16  switches: flows:  478269 464760 476484 478299 469953 459966 466501 461616 473071 468707 477870 456697 472211 475831 467048 477671  total = 124.830516 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 116725.20/163956.02/138765.79/49002.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:15:56.200094" elapsed="0.000796"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T03:15:56.201217" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-05-25T03:15:56.201013" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-05-25T03:15:56.200976" elapsed="0.000412"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T03:15:56.201545" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-25T03:15:56.201484" elapsed="0.000128"/>
</branch>
<status status="NOT RUN" start="2026-05-25T03:15:56.201457" elapsed="0.000192"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T03:15:56.201701" elapsed="0.000022"/>
</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-05-25T03:15:56.205482" elapsed="0.000494"/>
</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-05-25T03:15:56.206188" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:15:56.206631" elapsed="0.000169"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T03:15:56.202211" elapsed="0.004666"/>
</kw>
<msg time="2026-05-25T03:15:56.207063" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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-05-25T03:05:46.902854" elapsed="609.304248"/>
</kw>
<status status="PASS" start="2026-05-25T03:05:46.902426" elapsed="609.304747"/>
</branch>
<status status="PASS" start="2026-05-25T03:05:46.902082" elapsed="609.305126"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.207863" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:52.640 16  switches: flows:  353682 414172 389783 396155 424279 390998 419465 422095 416791 393796 407119 371302 394217 406188 393295 405459  total = 106.646600 per ms 
03:07:55.004 16  switches: flows:  496055 495165 499041 492375 501250 499326 494686 499022 500271 487085 489665 472348 482576 496615 500569 496551  total = 126.718818 per ms 
03:08:55.109 16  switches: flows:  524217 509054 519514 439248 529722 528124 533259 521771 520165 526609 531753 529148 519848 526548 525251 533958  total = 138.394963 per ms 
03:09:55.212 16  switches: flows:  457392 434068 449559 459693 447960 460674 450803 441556 447645 444518 294802 442205 451298 439093 441608 452595  total = 116.725204 per ms 
03:10:55.501 16  switches: flows:  562906 578994 560297 556198 556775 565821 560990 566570 566859 561885 565237 567923 559624 551932 572963 564343  total = 149.602298 per ms 
03:11:55.603 16  switches: flows:  444197 450142 458825 460558 457674 459205 459727 441557 444693 459054 450412 451794 462211 462610 453338 476972  total = 121.344716 per ms 
03:12:55.705 16  switches: flows:  619006 614766 599990 617577 622505 618841 618339 616662 616465 620972 622061 625144 613481 602249 614076 611898  total = 163.956016 per ms 
03:13:55.806 16  switches: flows:  570226 569143 556530 569767 560960 560798 567895 554794 562524 561998 570649 560859 556191 556551 562231 557334  total = 149.722563 per ms 
03:14:55.908 16  switches: flows:  593318 591997 585541 594914 592116 596656 593398 586114 593135 598474 591003 595714 587697 594306 584910 592522  total = 157.597060 per ms 
03:15:56.190 16  switches: flows:  478269 464760 476484 478299 469953 459966 466501 461616 473071 468707 477870 456697 472211 475831 467048 477671  total = 124.830516 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 116725.20/163956.02/138765.79/49002.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:15:56.207429" elapsed="0.000537"/>
</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-05-25T03:15:56.208188" elapsed="0.000545"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T03:15:56.209285" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T03:15:56.209411" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 116725.20/163956.02/138765.79/49002.64 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-05-25T03:15:56.208979" elapsed="0.000469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:15:56.210053" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 116725.20/163956.02/138765.79/49002.64 | 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-05-25T03:15:56.209667" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.213631" 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-05-25T03:15:56.210292" elapsed="0.003422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.217186" level="INFO">116725.20/163956.02/138765.79/49002.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:15:56.213948" elapsed="0.003319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:15:56.220631" 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-05-25T03:15:56.217488" elapsed="0.003181"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:15:56.224147" level="INFO">@{result_value_list} = [ 116725.20 | 163956.02 | 138765.79 | 49002.64 ]</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-05-25T03:15:56.220989" elapsed="0.003196"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.224952" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T03:15:56.225072" 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-05-25T03:15:56.224453" elapsed="0.000651"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.231883" level="INFO">min :: 116725.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:15:56.225708" elapsed="0.006257"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T03:15:56.225498" elapsed="0.006517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.238831" level="INFO">max :: 163956.02</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-05-25T03:15:56.232351" elapsed="0.006566"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T03:15:56.232146" elapsed="0.006823"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.245671" level="INFO">avg :: 138765.79</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-05-25T03:15:56.239294" elapsed="0.006460"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T03:15:56.239096" elapsed="0.006737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.251303" level="INFO">stdev :: 49002.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:15:56.246177" elapsed="0.005186"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T03:15:56.245969" elapsed="0.005432"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T03:15:56.225202" elapsed="0.026237"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.255408" level="INFO">${min} = 116725.20</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-05-25T03:15:56.251613" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.263059" level="INFO">${max} = 163956.02</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-05-25T03:15:56.255596" elapsed="0.007508"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.269271" level="INFO">${average} = 138765.79</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-05-25T03:15:56.263360" elapsed="0.005952"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.274787" level="INFO">${stdev} = 49002.64</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-05-25T03:15:56.269568" elapsed="0.005251"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.275370" level="INFO">${date} = 2026-05-25 03:15:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T03:15:56.274992" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.275999" level="INFO">CBench Result: 2026-05-25 03:15:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,116725.20,163956.02,138765.79,49002.64</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-05-25T03:15:56.275551" elapsed="0.000530"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T03:15:56.277838" 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-05-25T03:15:56.276862" elapsed="0.001052"/>
</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-05-25T03:15:56.278072" elapsed="0.000554"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T03:15:56.276284" elapsed="0.002415"/>
</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-05-25T03:05:46.900962" elapsed="609.377818"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.279302" 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-05-25T03:15:56.278938" elapsed="0.000426"/>
</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-05-25T03:15:56.279924" elapsed="0.000351"/>
</kw>
<status status="PASS" start="2026-05-25T03:15:56.279590" elapsed="0.000776"/>
</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-05-25T03:05:46.899397" elapsed="609.381016"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.282304" 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-05-25T03:15:56.281847" elapsed="0.000520"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.283660" 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-05-25T03:15:56.283318" elapsed="0.000385"/>
</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-05-25T03:15:56.284102" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-25T03:15:56.283866" elapsed="0.000307"/>
</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-05-25T03:15:56.287747" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-05-25T03:15:56.287485" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-05-25T03:15:56.287463" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T03:15:56.288248" 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-05-25T03:15:56.288381" 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-05-25T03:15:56.287989" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.289001" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.47" 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-05-25T03:15:56.288548" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T03:15:56.289673" 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-05-25T03:15:56.289206" elapsed="0.000497"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T03:15:56.290905" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T03:15:56.291003" 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-05-25T03:15:56.290364" elapsed="0.000664"/>
</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-05-25T03:15:56.291189" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T03:15:56.292462" level="INFO">Logging into '10.30.170.47:22' as 'jenkins'.</msg>
<msg time="2026-05-25T03:15:57.053553" 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 Mon May 25 03:15:56 UTC 2026

  System load:  0.37               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.47
  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: Mon May 25 03:05:47 2026 from 10.30.171.34
[?2004h[jenkins@releng-63164-264-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-05-25T03:15:56.292069" elapsed="0.761804"/>
</kw>
<msg time="2026-05-25T03:15:57.053974" 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-05-25T03:15:56.291695" elapsed="0.762375"/>
</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-05-25T03:15:56.289930" elapsed="0.764290"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T03:15:57.054881" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T03:26:03.480909" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T03:26:03.481486" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T03:26:03.481592" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-05-25T03:15:57.054492" elapsed="606.427157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:26:03.482138" elapsed="0.000754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.484038" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:02.569 16  switches: flows:  107790 107127 107490 107715 106220 107409 107843 106540 106107 105020 106253 106014 107419 106017 105878 104884  total = 28.428767 per ms 
03:18:02.669 16  switches: flows:  114868 114915 116684 116066 113781 113372 115110 113883 114087 113288 113043 112514 113895 112852 114047 110084  total = 30.324232 per ms 
03:19:02.771 16  switches: flows:  115900 116632 118736 118396 114743 114177 117487 116080 117076 114423 112784 114710 113107 114023 114147 111449  total = 30.678915 per ms 
03:20:02.871 16  switches: flows:  115181 117855 119067 117819 116136 114709 116761 116774 117413 114864 112540 114392 113923 116080 111974 112165  total = 30.742894 per ms 
03:21:02.971 16  switches: flows:  117751 120670 119669 118792 117934 117170 120856 117016 118495 116807 114439 115831 117112 119288 116248 114594  total = 31.325594 per ms 
03:22:03.072 16  switches: flows:  119776 122185 122755 122635 119357 118804 121428 120075 120759 117679 117112 118528 119247 119752 117202 115852  total = 31.832615 per ms 
03:23:03.172 16  switches: flows:  119961 121977 121546 123207 118631 118237 122210 119781 120529 118806 116810 119788 119617 119911 117113 115085  total = 31.833660 per ms 
03:24:03.272 16  switches: flows:  121705 119431 122280 120110 117886 118682 121873 119236 118340 120665 117088 120393 118837 119416 118371 115984  total = 31.785228 per ms 
03:25:03.372 16  switches: flows:  115966 114524 115631 114394 114036 113874 116902 115166 112840 114505 113143 115026 115396 113338 113510 111301  total = 30.441701 per ms 
03:26:03.473 16  switches: flows:  122286 120657 122792 123085 121472 122766 124584 123366 122437 123613 121252 122711 124711 120992 121405 118903  total = 32.562841 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30324.23/32562.84/31280.85/10452.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:26:03.483273" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T03:26:03.484848" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-05-25T03:26:03.484518" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-05-25T03:26:03.484466" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T03:26:03.485333" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-25T03:26:03.485245" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-05-25T03:26:03.485201" elapsed="0.000277"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T03:26:03.485549" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T03:26:03.490635" elapsed="0.000349"/>
</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-05-25T03:26:03.491143" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T03:26:03.491445" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T03:26:03.486292" elapsed="0.005305"/>
</kw>
<msg time="2026-05-25T03:26:03.491725" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-05-25T03:15:56.284574" elapsed="607.207179"/>
</kw>
<status status="PASS" start="2026-05-25T03:15:56.284202" elapsed="607.207616"/>
</branch>
<status status="PASS" start="2026-05-25T03:15:56.283840" elapsed="607.208001"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.492276" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.40. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:02.569 16  switches: flows:  107790 107127 107490 107715 106220 107409 107843 106540 106107 105020 106253 106014 107419 106017 105878 104884  total = 28.428767 per ms 
03:18:02.669 16  switches: flows:  114868 114915 116684 116066 113781 113372 115110 113883 114087 113288 113043 112514 113895 112852 114047 110084  total = 30.324232 per ms 
03:19:02.771 16  switches: flows:  115900 116632 118736 118396 114743 114177 117487 116080 117076 114423 112784 114710 113107 114023 114147 111449  total = 30.678915 per ms 
03:20:02.871 16  switches: flows:  115181 117855 119067 117819 116136 114709 116761 116774 117413 114864 112540 114392 113923 116080 111974 112165  total = 30.742894 per ms 
03:21:02.971 16  switches: flows:  117751 120670 119669 118792 117934 117170 120856 117016 118495 116807 114439 115831 117112 119288 116248 114594  total = 31.325594 per ms 
03:22:03.072 16  switches: flows:  119776 122185 122755 122635 119357 118804 121428 120075 120759 117679 117112 118528 119247 119752 117202 115852  total = 31.832615 per ms 
03:23:03.172 16  switches: flows:  119961 121977 121546 123207 118631 118237 122210 119781 120529 118806 116810 119788 119617 119911 117113 115085  total = 31.833660 per ms 
03:24:03.272 16  switches: flows:  121705 119431 122280 120110 117886 118682 121873 119236 118340 120665 117088 120393 118837 119416 118371 115984  total = 31.785228 per ms 
03:25:03.372 16  switches: flows:  115966 114524 115631 114394 114036 113874 116902 115166 112840 114505 113143 115026 115396 113338 113510 111301  total = 30.441701 per ms 
03:26:03.473 16  switches: flows:  122286 120657 122792 123085 121472 122766 124584 123366 122437 123613 121252 122711 124711 120992 121405 118903  total = 32.562841 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30324.23/32562.84/31280.85/10452.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:26:03.491982" elapsed="0.000369"/>
</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-05-25T03:26:03.492499" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T03:26:03.493278" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T03:26:03.493370" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30324.23/32562.84/31280.85/10452.39 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-25T03:26:03.493035" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:26:03.493819" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30324.23/32562.84/31280.85/10452.39 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T03:26:03.493550" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.496237" 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-05-25T03:26:03.493993" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.498860" level="INFO">30324.23/32562.84/31280.85/10452.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:26:03.496442" elapsed="0.002475"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:26:03.501313" 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-05-25T03:26:03.499070" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T03:26:03.503760" level="INFO">@{result_value_list} = [ 30324.23 | 32562.84 | 31280.85 | 10452.39 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T03:26:03.501534" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.504264" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T03:26:03.504352" 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-05-25T03:26:03.503961" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.509112" level="INFO">min :: 30324.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-05-25T03:26:03.504743" elapsed="0.004653"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T03:26:03.504614" elapsed="0.004818"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.513965" level="INFO">max :: 32562.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-05-25T03:26:03.509650" elapsed="0.004372"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T03:26:03.509523" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.519350" level="INFO">avg :: 31280.85</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-05-25T03:26:03.514265" elapsed="0.005220"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T03:26:03.514139" elapsed="0.005425"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.525961" level="INFO">stdev :: 10452.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:26:03.520082" elapsed="0.005943"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T03:26:03.519753" elapsed="0.006308"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T03:26:03.504437" elapsed="0.021653"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.530014" level="INFO">${min} = 30324.23</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-05-25T03:26:03.526255" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.533918" level="INFO">${max} = 32562.84</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-05-25T03:26:03.530197" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.537864" level="INFO">${average} = 31280.85</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-05-25T03:26:03.534097" elapsed="0.003794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.541824" level="INFO">${stdev} = 10452.39</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T03:26:03.538045" elapsed="0.003806"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.542357" level="INFO">${date} = 2026-05-25 03:26:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T03:26:03.542012" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.542964" level="INFO">CBench Result: 2026-05-25 03:26:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30324.23,32562.84,31280.85,10452.39</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T03:26:03.542534" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T03:26:03.544097" 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-05-25T03:26:03.543624" 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-05-25T03:26:03.544317" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T03:26:03.543160" elapsed="0.001689"/>
</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-05-25T03:15:56.282716" elapsed="607.262191"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.545396" 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-05-25T03:26:03.545056" elapsed="0.000396"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T03:26:03.546647" 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-05-25T03:26:03.546167" elapsed="0.000507"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-25T03:26:03.546913" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-25T03:26:03.546750" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-05-25T03:26:03.546730" elapsed="0.000267"/>
</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-05-25T03:26:03.547140" 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-05-25T03:26:03.547296" 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-05-25T03:26:03.547454" 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-05-25T03:26:03.547647" elapsed="0.000020"/>
</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-05-25T03:26:03.547813" elapsed="0.000021"/>
</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-05-25T03:26:03.547970" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-25T03:26:03.548116" elapsed="0.000022"/>
</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-05-25T03:26:03.548339" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-25T03:26:03.548201" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-25T03:26:03.548184" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-25T03:26:03.545836" elapsed="0.002627"/>
</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-05-25T03:15:56.281143" elapsed="607.267366"/>
</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-05-25T02:55:37.583179" elapsed="1825.965953"/>
</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>
