<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-17T02:55:23.564882" 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-17T02:55:24.172935" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-17T02:55:24.172755" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:24.172723" elapsed="0.000316"/>
</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-17T02:55:24.173185" elapsed="0.000581"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T02:55:24.174252" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-05-17T02:55:24.996183" 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-17T02:55:24.173951" elapsed="0.822430"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.046802" 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-17T02:55:24.996707" elapsed="0.050262"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.049125" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T02:55:25.049259" 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-17T02:55:25.047279" elapsed="0.002022"/>
</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-17T02:55:25.049539" elapsed="0.000295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:55:25.050001" elapsed="0.000470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.050993" 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-17T02:55:25.050631" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T02:55:25.051109" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.167
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-17T02:55:24.172359" elapsed="0.879150"/>
</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-17T02:55:24.168730" elapsed="0.882849"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T02:55:25.052153" 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-17T02:55:25.051770" elapsed="0.000443"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T02:55:25.052677" 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-17T02:55:25.052373" elapsed="0.000365"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.053327" 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-17T02:55:25.052899" elapsed="0.000486"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.053988" 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-17T02:55:25.053598" elapsed="0.000435"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.054644" 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-17T02:55:25.054187" elapsed="0.000486"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.055194" 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-17T02:55:25.054866" elapsed="0.000373"/>
</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-17T02:55:25.055574" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-17T02:55:25.055331" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.060509" 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-17T02:55:25.060018" elapsed="0.000521"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T02:55:25.061802" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T02:55:25.061891" 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-17T02:55:25.061210" elapsed="0.000706"/>
</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-17T02:55:25.062069" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.063637" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-05-17T02:55:25.769316" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 02:55:25 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  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-248-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-17T02:55:25.063013" elapsed="0.706498"/>
</kw>
<msg time="2026-05-17T02:55:25.769606" 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-17T02:55:25.062646" elapsed="0.707074"/>
</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-17T02:55:25.060785" elapsed="0.709088"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.776944" 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-17T02:55:25.770140" elapsed="0.009777"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:55:25.780194" elapsed="0.000412"/>
</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-17T02:55:25.059446" elapsed="0.721276"/>
</kw>
<status status="PASS" start="2026-05-17T02:55:25.055918" elapsed="0.724863"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:25.055304" elapsed="0.725522"/>
</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-17T02:55:25.781053" elapsed="0.000727"/>
</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-17T02:55:25.788262" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-17T02:55:25.788085" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:25.788052" elapsed="0.000323"/>
</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-17T02:55:25.792825" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-17T02:55:25.792706" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:25.792686" elapsed="0.000210"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T02:55:25.793031" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T02:55:25.793910" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-05-17T02:55:25.974994" 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-17T02:55:25.793644" elapsed="0.181509"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.070432" 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-17T02:55:25.975411" elapsed="0.095171"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.082757" 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-17T02:55:26.082974" 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-17T02:55:26.070838" elapsed="0.012169"/>
</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-17T02:55:26.083153" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:55:26.083594" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.084256" 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-17T02:55:26.083938" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T02:55:26.084364" elapsed="0.000077"/>
</return>
<msg time="2026-05-17T02:55:26.084594" 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.171.167
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-17T02:55:25.792311" elapsed="0.292316"/>
</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-17T02:55:26.084774" elapsed="0.000547"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T02:55:26.085485" elapsed="0.000036"/>
</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-17T02:55:25.787648" elapsed="0.297978"/>
</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-17T02:55:26.089523" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-17T02:55:26.089328" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:26.089303" elapsed="0.000316"/>
</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-17T02:55:26.089788" elapsed="0.000511"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.091009" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-05-17T02:55:26.324362" 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-17T02:55:26.090473" elapsed="0.234103"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.351525" 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-17T02:55:26.324888" elapsed="0.026733"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.354265" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T02:55:26.354464" 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-17T02:55:26.351847" elapsed="0.002662"/>
</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-17T02:55:26.354723" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T02:55:26.355256" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.356195" 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-17T02:55:26.355742" elapsed="0.000544"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T02:55:26.356361" elapsed="0.000100"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.167
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-17T02:55:26.088902" elapsed="0.267756"/>
</kw>
<status status="PASS" start="2026-05-17T02:55:24.166851" elapsed="2.189900"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.359624" 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-17T02:55:26.358234" elapsed="0.001469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.361249" 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-17T02:55:26.360890" elapsed="0.000404"/>
</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-17T02:55:26.361641" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T02:55:26.361378" elapsed="0.000322"/>
</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-17T02:55:26.364749" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T02:55:26.364478" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:26.364457" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.365197" 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-17T02:55:26.365323" 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-17T02:55:26.364973" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.365931" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" 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-17T02:55:26.365501" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.366650" 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-17T02:55:26.366133" elapsed="0.000548"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T02:55:26.367651" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T02:55:26.367744" 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-17T02:55:26.367302" elapsed="0.000466"/>
</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-17T02:55:26.367914" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.369137" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-05-17T02:55:26.750834" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 02:55:25 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 02:55:25 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-248-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-17T02:55:26.368774" elapsed="0.382281"/>
</kw>
<msg time="2026-05-17T02:55:26.751142" 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-17T02:55:26.368407" elapsed="0.382831"/>
</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-17T02:55:26.366889" elapsed="0.384476"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T02:55:26.752170" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T03:05:32.844745" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T03:05:32.845482" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T03:05:32.845604" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T02:55:26.751612" elapsed="606.094052"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:05:32.846156" elapsed="0.000915"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.848263" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. 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:31.939 16  switches: flows:  102348 100754 102555 100684 104808 100811 100929 101154 97530 98846 99092 99956 100501 101105 98460 99013  total = 26.809100 per ms 
02:57:32.040 16  switches: flows:  113984 110395 111059 110287 112568 109911 111570 108800 109182 108828 107222 109687 107436 108237 106913 106004  total = 29.152625 per ms 
02:58:32.141 16  switches: flows:  115606 112431 113007 113110 115168 112125 112775 112893 109691 112365 110732 111395 109626 111187 109982 109136  total = 29.804052 per ms 
02:59:32.242 16  switches: flows:  119225 115348 117202 114627 120200 115688 116782 116812 112545 115693 115816 115229 113521 113784 116592 111295  total = 30.787906 per ms 
03:00:32.343 16  switches: flows:  110620 105781 107155 105449 108308 107108 105270 106975 104635 104459 105347 103833 103287 104821 104996 101895  total = 28.118710 per ms 
03:01:32.443 16  switches: flows:  119142 116340 118376 118110 116816 113624 112665 116943 111828 113323 111744 112254 111610 114023 114178 111216  total = 30.485595 per ms 
03:02:32.543 16  switches: flows:  116955 116215 116851 115578 117727 113573 114950 116099 111585 111509 112285 110713 111217 113722 113866 110431  total = 30.337254 per ms 
03:03:32.644 16  switches: flows:  114253 114570 115177 115095 113795 112290 111895 114347 109498 109129 110053 111055 109746 111673 112108 109268  total = 29.849077 per ms 
03:04:32.745 16  switches: flows:  104515 104839 103827 104451 103980 104050 104586 104789 101163 100209 99509 102452 102474 101253 102338 99210  total = 27.348304 per ms 
03:05:32.845 16  switches: flows:  116706 115413 113791 116319 116492 114126 115567 117242 113918 114276 112249 113385 114591 111789 113551 113554  total = 30.498585 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27348.30/30787.91/29598.01/9928.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:05:32.847499" elapsed="0.001142"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T03:05:32.849199" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-17T03:05:32.848871" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-05-17T03:05:32.848780" elapsed="0.000632"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T03:05:32.849664" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-17T03:05:32.849583" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-17T03:05:32.849548" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T03:05:32.849875" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T03:05:32.855144" elapsed="0.000539"/>
</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-17T03:05:32.855919" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:05:32.856451" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T03:05:32.850686" elapsed="0.006019"/>
</kw>
<msg time="2026-05-17T03:05:32.856935" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T02:55:26.362064" elapsed="606.494912"/>
</kw>
<status status="PASS" start="2026-05-17T02:55:26.361729" elapsed="606.495321"/>
</branch>
<status status="PASS" start="2026-05-17T02:55:26.361354" elapsed="606.495741"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.857829" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. 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:31.939 16  switches: flows:  102348 100754 102555 100684 104808 100811 100929 101154 97530 98846 99092 99956 100501 101105 98460 99013  total = 26.809100 per ms 
02:57:32.040 16  switches: flows:  113984 110395 111059 110287 112568 109911 111570 108800 109182 108828 107222 109687 107436 108237 106913 106004  total = 29.152625 per ms 
02:58:32.141 16  switches: flows:  115606 112431 113007 113110 115168 112125 112775 112893 109691 112365 110732 111395 109626 111187 109982 109136  total = 29.804052 per ms 
02:59:32.242 16  switches: flows:  119225 115348 117202 114627 120200 115688 116782 116812 112545 115693 115816 115229 113521 113784 116592 111295  total = 30.787906 per ms 
03:00:32.343 16  switches: flows:  110620 105781 107155 105449 108308 107108 105270 106975 104635 104459 105347 103833 103287 104821 104996 101895  total = 28.118710 per ms 
03:01:32.443 16  switches: flows:  119142 116340 118376 118110 116816 113624 112665 116943 111828 113323 111744 112254 111610 114023 114178 111216  total = 30.485595 per ms 
03:02:32.543 16  switches: flows:  116955 116215 116851 115578 117727 113573 114950 116099 111585 111509 112285 110713 111217 113722 113866 110431  total = 30.337254 per ms 
03:03:32.644 16  switches: flows:  114253 114570 115177 115095 113795 112290 111895 114347 109498 109129 110053 111055 109746 111673 112108 109268  total = 29.849077 per ms 
03:04:32.745 16  switches: flows:  104515 104839 103827 104451 103980 104050 104586 104789 101163 100209 99509 102452 102474 101253 102338 99210  total = 27.348304 per ms 
03:05:32.845 16  switches: flows:  116706 115413 113791 116319 116492 114126 115567 117242 113918 114276 112249 113385 114591 111789 113551 113554  total = 30.498585 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27348.30/30787.91/29598.01/9928.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:05:32.857332" elapsed="0.000615"/>
</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-17T03:05:32.858170" elapsed="0.000610"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T03:05:32.859379" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T03:05:32.859541" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27348.30/30787.91/29598.01/9928.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-17T03:05:32.859034" elapsed="0.000545"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:05:32.860197" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27348.30/30787.91/29598.01/9928.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-17T03:05:32.859811" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.864029" 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-17T03:05:32.860475" elapsed="0.003644"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.867165" level="INFO">27348.30/30787.91/29598.01/9928.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:05:32.864345" elapsed="0.002882"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:05:32.869661" 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-17T03:05:32.867390" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:05:32.872204" level="INFO">@{result_value_list} = [ 27348.30 | 30787.91 | 29598.01 | 9928.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-17T03:05:32.869954" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.872759" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T03:05:32.872878" 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-17T03:05:32.872395" elapsed="0.000510"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.877821" level="INFO">min :: 27348.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:05:32.873357" elapsed="0.004525"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T03:05:32.873220" elapsed="0.004699"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.882634" level="INFO">max :: 30787.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:05:32.878155" elapsed="0.004539"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T03:05:32.878018" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.887311" level="INFO">avg :: 29598.01</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-17T03:05:32.882970" elapsed="0.004401"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T03:05:32.882832" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.894409" level="INFO">stdev :: 9928.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-17T03:05:32.887672" elapsed="0.006825"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T03:05:32.887525" elapsed="0.007010"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T03:05:32.872981" elapsed="0.021591"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.898549" level="INFO">${min} = 27348.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T03:05:32.894751" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.902536" level="INFO">${max} = 30787.91</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-17T03:05:32.898746" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.906649" level="INFO">${average} = 29598.01</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-17T03:05:32.902719" elapsed="0.003957"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.910589" level="INFO">${stdev} = 9928.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-17T03:05:32.906830" elapsed="0.003786"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.911163" level="INFO">${date} = 2026-05-17 03:05:32</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-17T03:05:32.910775" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.911768" level="INFO">CBench Result: 2026-05-17 03:05:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27348.30,30787.91,29598.01,9928.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-17T03:05:32.911338" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T03:05:32.912960" 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-17T03:05:32.912509" elapsed="0.000519"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-17T03:05:32.913182" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T03:05:32.911987" elapsed="0.001752"/>
</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-17T02:55:26.360132" elapsed="606.553669"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.914271" 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-17T03:05:32.913953" elapsed="0.000376"/>
</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-17T03:05:32.914863" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-05-17T03:05:32.914558" elapsed="0.000644"/>
</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-17T02:55:26.356949" elapsed="606.558290"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.916528" 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-17T03:05:32.916133" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.918153" 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-17T03:05:32.917813" elapsed="0.000383"/>
</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-17T03:05:32.918562" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T03:05:32.918321" elapsed="0.000300"/>
</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-17T03:05:32.921567" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-17T03:05:32.921307" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-17T03:05:32.921288" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T03:05:32.922210" 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-17T03:05:32.922339" 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-17T03:05:32.921788" elapsed="0.000578"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.922942" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" 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-17T03:05:32.922519" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T03:05:32.923566" 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-17T03:05:32.923140" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T03:05:32.924507" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T03:05:32.924596" 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-17T03:05:32.924175" elapsed="0.000445"/>
</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-17T03:05:32.924760" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T03:05:32.925977" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-05-17T03:05:33.538962" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 03:05:33 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 02:55:26 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-248-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-17T03:05:32.925622" elapsed="0.613591"/>
</kw>
<msg time="2026-05-17T03:05:33.539333" 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-17T03:05:32.925261" elapsed="0.614214"/>
</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-17T03:05:32.923799" elapsed="0.615850"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T03:05:33.540395" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T03:15:39.590374" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T03:15:39.591043" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T03:15:39.591115" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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-17T03:05:33.539951" elapsed="606.051202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:15:39.591502" elapsed="0.000596"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.592935" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. 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:38.680 16  switches: flows:  467724 458592 466518 467039 458746 472006 472236 475989 461347 480281 465833 477214 464832 469198 457052 468504  total = 124.718517 per ms 
03:07:38.781 16  switches: flows:  569199 562488 566111 567033 569842 563961 569931 570802 558899 569543 568419 571775 565246 572000 571680 567722  total = 151.156899 per ms 
03:08:38.882 16  switches: flows:  546620 542695 542627 547700 542159 544686 546079 537773 545437 543878 541968 548334 541654 547340 544576 544270  total = 144.886348 per ms 
03:09:38.984 16  switches: flows:  539716 527480 529422 541176 530243 528644 538222 540828 550313 549270 532319 539700 535500 541655 529386 533727  total = 142.884765 per ms 
03:10:39.087 16  switches: flows:  548535 555057 548223 552241 547080 544234 548880 552768 555740 552820 551652 549100 551925 552308 552985 548214  total = 146.614733 per ms 
03:11:39.187 16  switches: flows:  482634 468442 472067 486485 483582 484199 476650 487488 481147 482187 478648 473378 477483 477888 489935 486989  total = 127.939356 per ms 
03:12:39.289 16  switches: flows:  552005 554481 550699 548258 554686 552679 545485 548379 548232 554481 556053 551118 552927 549263 549969 545387  total = 146.653704 per ms 
03:13:39.390 16  switches: flows:  502640 511290 503061 504366 511824 495585 502680 504981 500621 503789 498305 498201 509667 504341 502810 508759  total = 134.156967 per ms 
03:14:39.491 16  switches: flows:  498803 548823 506159 556674 541203 545873 553649 545864 551255 555534 553255 508206 549975 551768 545367 549326  total = 144.119483 per ms 
03:15:39.592 16  switches: flows:  550413 549004 559009 543645 559158 541546 554785 561519 545249 552355 551387 558262 551040 553814 559516 549939  total = 147.096703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127939.36/151156.90/142834.33/48098.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:15:39.592377" elapsed="0.000761"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T03:15:39.593549" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-17T03:15:39.593280" elapsed="0.000389"/>
</branch>
<status status="PASS" start="2026-05-17T03:15:39.593238" elapsed="0.000468"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T03:15:39.593838" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-17T03:15:39.593787" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-05-17T03:15:39.593765" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T03:15:39.593967" elapsed="0.000018"/>
</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-17T03:15:39.598379" elapsed="0.000561"/>
</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-17T03:15:39.599155" elapsed="0.000310"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:15:39.599709" elapsed="0.000182"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T03:15:39.594499" elapsed="0.005471"/>
</kw>
<msg time="2026-05-17T03:15:39.600160" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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-17T03:05:32.918961" elapsed="606.681244"/>
</kw>
<status status="PASS" start="2026-05-17T03:05:32.918647" elapsed="606.681637"/>
</branch>
<status status="PASS" start="2026-05-17T03:05:32.918297" elapsed="606.682023"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.601020" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. 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:38.680 16  switches: flows:  467724 458592 466518 467039 458746 472006 472236 475989 461347 480281 465833 477214 464832 469198 457052 468504  total = 124.718517 per ms 
03:07:38.781 16  switches: flows:  569199 562488 566111 567033 569842 563961 569931 570802 558899 569543 568419 571775 565246 572000 571680 567722  total = 151.156899 per ms 
03:08:38.882 16  switches: flows:  546620 542695 542627 547700 542159 544686 546079 537773 545437 543878 541968 548334 541654 547340 544576 544270  total = 144.886348 per ms 
03:09:38.984 16  switches: flows:  539716 527480 529422 541176 530243 528644 538222 540828 550313 549270 532319 539700 535500 541655 529386 533727  total = 142.884765 per ms 
03:10:39.087 16  switches: flows:  548535 555057 548223 552241 547080 544234 548880 552768 555740 552820 551652 549100 551925 552308 552985 548214  total = 146.614733 per ms 
03:11:39.187 16  switches: flows:  482634 468442 472067 486485 483582 484199 476650 487488 481147 482187 478648 473378 477483 477888 489935 486989  total = 127.939356 per ms 
03:12:39.289 16  switches: flows:  552005 554481 550699 548258 554686 552679 545485 548379 548232 554481 556053 551118 552927 549263 549969 545387  total = 146.653704 per ms 
03:13:39.390 16  switches: flows:  502640 511290 503061 504366 511824 495585 502680 504981 500621 503789 498305 498201 509667 504341 502810 508759  total = 134.156967 per ms 
03:14:39.491 16  switches: flows:  498803 548823 506159 556674 541203 545873 553649 545864 551255 555534 553255 508206 549975 551768 545367 549326  total = 144.119483 per ms 
03:15:39.592 16  switches: flows:  550413 549004 559009 543645 559158 541546 554785 561519 545249 552355 551387 558262 551040 553814 559516 549939  total = 147.096703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 127939.36/151156.90/142834.33/48098.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:15:39.600566" elapsed="0.000563"/>
</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-17T03:15:39.601343" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T03:15:39.602478" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T03:15:39.602646" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 127939.36/151156.90/142834.33/48098.26 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-17T03:15:39.602107" elapsed="0.000578"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:15:39.603356" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 127939.36/151156.90/142834.33/48098.26 | 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-17T03:15:39.602912" elapsed="0.000485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.607138" 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-17T03:15:39.603639" elapsed="0.003587"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.609965" level="INFO">127939.36/151156.90/142834.33/48098.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:15:39.607489" elapsed="0.002536"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:15:39.612697" 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-17T03:15:39.610194" elapsed="0.002534"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:15:39.615258" level="INFO">@{result_value_list} = [ 127939.36 | 151156.90 | 142834.33 | 48098.26 ]</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-17T03:15:39.612958" elapsed="0.002328"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.615799" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T03:15:39.615897" 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-17T03:15:39.615460" elapsed="0.000461"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.620833" level="INFO">min :: 127939.36</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-17T03:15:39.616330" elapsed="0.004571"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T03:15:39.616194" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.625804" level="INFO">max :: 151156.90</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-17T03:15:39.621182" elapsed="0.004705"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T03:15:39.621040" elapsed="0.004884"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.630623" level="INFO">avg :: 142834.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:15:39.626149" elapsed="0.004540"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T03:15:39.626018" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.635412" level="INFO">stdev :: 48098.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:15:39.630952" elapsed="0.004534"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T03:15:39.630818" elapsed="0.004704"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T03:15:39.615989" elapsed="0.019566"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.639629" level="INFO">${min} = 127939.36</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-17T03:15:39.635720" elapsed="0.003937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.643833" level="INFO">${max} = 151156.90</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-17T03:15:39.639814" elapsed="0.004046"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.647805" level="INFO">${average} = 142834.33</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-17T03:15:39.644015" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.651726" level="INFO">${stdev} = 48098.26</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-17T03:15:39.647986" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.652488" level="INFO">${date} = 2026-05-17 03:15:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-17T03:15:39.651955" elapsed="0.000570"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.653321" level="INFO">CBench Result: 2026-05-17 03:15:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,127939.36,151156.90,142834.33,48098.26</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-17T03:15:39.652743" elapsed="0.000656"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T03:15:39.654918" 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-17T03:15:39.654290" elapsed="0.000723"/>
</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-17T03:15:39.655226" elapsed="0.000675"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T03:15:39.653625" elapsed="0.002368"/>
</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-17T03:05:32.916945" elapsed="606.739133"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.656746" 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-17T03:15:39.656284" elapsed="0.000543"/>
</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-17T03:15:39.657560" elapsed="0.000411"/>
</kw>
<status status="PASS" start="2026-05-17T03:15:39.657116" elapsed="0.000959"/>
</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-17T03:05:32.915569" elapsed="606.742560"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.660293" 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-17T03:15:39.659898" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.661607" 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-17T03:15:39.661259" elapsed="0.000389"/>
</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-17T03:15:39.662053" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T03:15:39.661785" elapsed="0.000328"/>
</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-17T03:15:39.665645" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T03:15:39.665360" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-05-17T03:15:39.665336" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T03:15:39.666071" 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-17T03:15:39.666194" 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-17T03:15:39.665861" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.666823" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.102" 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-17T03:15:39.666358" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T03:15:39.667444" 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-17T03:15:39.667024" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T03:15:39.668572" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T03:15:39.668669" 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-17T03:15:39.668053" elapsed="0.000641"/>
</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-17T03:15:39.668840" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T03:15:39.670064" level="INFO">Logging into '10.30.170.102:22' as 'jenkins'.</msg>
<msg time="2026-05-17T03:15:40.264655" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 03:15:39 UTC 2026

  System load:  0.42               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.102
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 03:05:33 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-248-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-17T03:15:39.669703" elapsed="0.595191"/>
</kw>
<msg time="2026-05-17T03:15:40.265004" 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-17T03:15:39.669330" elapsed="0.595780"/>
</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-17T03:15:39.667678" elapsed="0.597578"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T03:15:40.265970" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T03:25:46.710902" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T03:25:46.711541" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T03:25:46.711661" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T03:15:40.265574" elapsed="606.446150"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:25:46.712217" elapsed="0.000868"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.714499" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:45.797 16  switches: flows:  101805 102327 101956 102539 101579 103166 104317 102737 99206 101673 101689 100186 101330 103171 99332 101334  total = 27.139117 per ms 
03:17:45.898 16  switches: flows:  114183 112543 112424 113994 114056 113037 114023 113349 112463 113038 113327 113115 113772 112985 111693 113766  total = 30.145698 per ms 
03:18:46.000 16  switches: flows:  114787 114293 113195 114589 113166 112532 113492 112398 113322 114442 113024 111470 113795 113276 110654 112366  total = 30.129670 per ms 
03:19:46.101 16  switches: flows:  104392 100903 101768 102368 102051 101484 101651 102689 102176 100448 100922 100527 102783 101232 100670 101672  total = 27.083528 per ms 
03:20:46.202 16  switches: flows:  112420 111866 110693 113049 113204 111283 111335 113652 112133 108207 112223 108775 109598 109083 111424 110083  total = 29.601005 per ms 
03:21:46.304 16  switches: flows:  112632 115882 111076 115736 113591 113492 111040 115193 114214 111632 112869 111231 111385 110799 112396 111056  total = 30.019829 per ms 
03:22:46.405 16  switches: flows:  113251 117817 113122 115072 116739 116149 114650 115777 114265 112933 116114 110671 113561 112039 114777 112114  total = 30.433373 per ms 
03:23:46.506 16  switches: flows:  112127 113274 111122 112518 111651 112268 112974 113918 111369 111967 112066 108511 110542 109054 110210 109232  total = 29.663839 per ms 
03:24:46.607 16  switches: flows:  104509 104005 104840 105440 103640 104793 104161 103920 102453 103825 104765 100897 104330 102313 101189 101350  total = 27.561077 per ms 
03:25:46.709 16  switches: flows:  113780 117603 117224 118360 115256 116007 117624 115744 115895 113415 113247 112402 116133 113236 113354 115692  total = 30.698268 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27083.53/30698.27/29481.81/9900.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:25:46.713585" elapsed="0.001302"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T03:25:46.715459" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-17T03:25:46.715090" elapsed="0.000539"/>
</branch>
<status status="PASS" start="2026-05-17T03:25:46.715033" elapsed="0.000656"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T03:25:46.715956" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-17T03:25:46.715852" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-17T03:25:46.715800" elapsed="0.000312"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T03:25:46.716190" 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-17T03:25:46.719520" elapsed="0.000375"/>
</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-17T03:25:46.720050" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T03:25:46.720375" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T03:25:46.717152" elapsed="0.003487"/>
</kw>
<msg time="2026-05-17T03:25:46.720775" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T03:15:39.662476" elapsed="607.058327"/>
</kw>
<status status="PASS" start="2026-05-17T03:15:39.662140" elapsed="607.058714"/>
</branch>
<status status="PASS" start="2026-05-17T03:15:39.661761" elapsed="607.059118"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.721393" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:45.797 16  switches: flows:  101805 102327 101956 102539 101579 103166 104317 102737 99206 101673 101689 100186 101330 103171 99332 101334  total = 27.139117 per ms 
03:17:45.898 16  switches: flows:  114183 112543 112424 113994 114056 113037 114023 113349 112463 113038 113327 113115 113772 112985 111693 113766  total = 30.145698 per ms 
03:18:46.000 16  switches: flows:  114787 114293 113195 114589 113166 112532 113492 112398 113322 114442 113024 111470 113795 113276 110654 112366  total = 30.129670 per ms 
03:19:46.101 16  switches: flows:  104392 100903 101768 102368 102051 101484 101651 102689 102176 100448 100922 100527 102783 101232 100670 101672  total = 27.083528 per ms 
03:20:46.202 16  switches: flows:  112420 111866 110693 113049 113204 111283 111335 113652 112133 108207 112223 108775 109598 109083 111424 110083  total = 29.601005 per ms 
03:21:46.304 16  switches: flows:  112632 115882 111076 115736 113591 113492 111040 115193 114214 111632 112869 111231 111385 110799 112396 111056  total = 30.019829 per ms 
03:22:46.405 16  switches: flows:  113251 117817 113122 115072 116739 116149 114650 115777 114265 112933 116114 110671 113561 112039 114777 112114  total = 30.433373 per ms 
03:23:46.506 16  switches: flows:  112127 113274 111122 112518 111651 112268 112974 113918 111369 111967 112066 108511 110542 109054 110210 109232  total = 29.663839 per ms 
03:24:46.607 16  switches: flows:  104509 104005 104840 105440 103640 104793 104161 103920 102453 103825 104765 100897 104330 102313 101189 101350  total = 27.561077 per ms 
03:25:46.709 16  switches: flows:  113780 117603 117224 118360 115256 116007 117624 115744 115895 113415 113247 112402 116133 113236 113354 115692  total = 30.698268 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27083.53/30698.27/29481.81/9900.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:25:46.721045" elapsed="0.000450"/>
</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-17T03:25:46.721648" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T03:25:46.722490" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T03:25:46.722585" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27083.53/30698.27/29481.81/9900.62 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-17T03:25:46.722228" elapsed="0.000383"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:25:46.723045" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27083.53/30698.27/29481.81/9900.62 | 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-17T03:25:46.722769" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.725997" 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-17T03:25:46.723223" elapsed="0.002858"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.729695" level="INFO">27083.53/30698.27/29481.81/9900.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T03:25:46.726296" elapsed="0.003459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:25:46.732202" 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-17T03:25:46.729911" elapsed="0.002319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T03:25:46.734907" level="INFO">@{result_value_list} = [ 27083.53 | 30698.27 | 29481.81 | 9900.62 ]</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-17T03:25:46.732466" elapsed="0.002470"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.735516" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T03:25:46.735611" 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-17T03:25:46.735110" elapsed="0.000526"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.740971" level="INFO">min :: 27083.53</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-17T03:25:46.736042" elapsed="0.004990"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T03:25:46.735908" elapsed="0.005160"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.746165" level="INFO">max :: 30698.27</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-17T03:25:46.741312" elapsed="0.004952"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T03:25:46.741165" elapsed="0.005160"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.753158" level="INFO">avg :: 29481.81</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-17T03:25:46.746734" elapsed="0.006528"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T03:25:46.746503" elapsed="0.006818"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.760175" level="INFO">stdev :: 9900.62</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-17T03:25:46.753745" elapsed="0.006523"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T03:25:46.753508" elapsed="0.006812"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T03:25:46.735704" elapsed="0.024662"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.766299" level="INFO">${min} = 27083.53</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-17T03:25:46.760674" elapsed="0.005670"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.770686" level="INFO">${max} = 30698.27</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-17T03:25:46.766593" elapsed="0.004136"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.774849" level="INFO">${average} = 29481.81</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-17T03:25:46.770907" elapsed="0.003970"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.779089" level="INFO">${stdev} = 9900.62</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-17T03:25:46.775038" elapsed="0.004086"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.779776" level="INFO">${date} = 2026-05-17 03:25: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-17T03:25:46.779346" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.780393" level="INFO">CBench Result: 2026-05-17 03:25:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27083.53,30698.27,29481.81,9900.62</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-17T03:25:46.779961" elapsed="0.000512"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T03:25:46.781769" 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-17T03:25:46.781209" elapsed="0.000632"/>
</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-17T03:25:46.781998" elapsed="0.000601"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T03:25:46.780639" elapsed="0.002042"/>
</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-17T03:15:39.660698" elapsed="607.122058"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.783372" 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-17T03:25:46.782957" elapsed="0.000516"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T03:25:46.785204" 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-17T03:25:46.784517" elapsed="0.000724"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-17T03:25:46.785579" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-05-17T03:25:46.785351" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-05-17T03:25:46.785321" elapsed="0.000389"/>
</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-17T03:25:46.785916" elapsed="0.000029"/>
</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-17T03:25:46.786135" elapsed="0.000028"/>
</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-17T03:25:46.786359" elapsed="0.000032"/>
</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-17T03:25:46.786706" elapsed="0.000030"/>
</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-17T03:25:46.786919" elapsed="0.000029"/>
</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-17T03:25:46.787127" elapsed="0.000028"/>
</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-17T03:25:46.787332" elapsed="0.000028"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-17T03:25:46.787667" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-05-17T03:25:46.787469" elapsed="0.000270"/>
</branch>
<status status="NOT RUN" start="2026-05-17T03:25:46.787443" elapsed="0.000329"/>
</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-17T03:25:46.784008" elapsed="0.003840"/>
</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-17T03:15:39.659066" elapsed="607.128851"/>
</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-17T02:55:23.567003" elapsed="1823.222460"/>
</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>
