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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T00:47:14.372041" elapsed="1.164188"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T00:47:15.587550" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:15.536599" elapsed="0.051054"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T00:47:15.589447" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T00:47:15.589573" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T00:47:15.587859" elapsed="0.001746"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:15.589769" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:47:15.590207" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.591042" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:47:15.590623" elapsed="0.000521"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T00:47:15.591212" elapsed="0.000074"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T00:47:14.370155" elapsed="1.221289"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-23T00:47:14.366202" elapsed="1.225313"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T00:47:15.592254" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T00:47:15.591766" elapsed="0.000559"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T00:47:15.592756" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T00:47:15.592489" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.593449" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T00:47:15.592989" elapsed="0.000488"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.594012" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T00:47:15.593654" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.594637" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T00:47:15.594243" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.595200" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T00:47:15.594840" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-23T00:47:15.595582" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-23T00:47:15.595348" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T00:47:15.600383" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:47:15.599770" elapsed="0.000642"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T00:47:15.601589" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T00:47:15.601675" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T00:47:15.601098" elapsed="0.000601"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:47:15.602113" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T00:47:15.603587" level="INFO">Logging into '10.30.170.23:22' as 'jenkins'.</msg>
<msg time="2026-04-23T00:47:16.306755" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 23 00:47:15 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.23
  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-199-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T00:47:15.603033" elapsed="0.703995"/>
</kw>
<msg time="2026-04-23T00:47:16.307218" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:47:15.602651" elapsed="0.704739"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T00:47:15.600624" elapsed="0.706986"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.315447" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-23T00:47:16.307993" elapsed="0.009209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:47:16.317399" elapsed="0.000286"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-23T00:47:15.599236" elapsed="0.718513"/>
</kw>
<status status="PASS" start="2026-04-23T00:47:15.595721" elapsed="0.722067"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:15.595317" elapsed="0.722503"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T00:47:16.317975" elapsed="0.000509"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T00:47:16.322940" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-23T00:47:16.322820" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:16.322796" elapsed="0.000224"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T00:47:16.326675" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-23T00:47:16.326560" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:16.326540" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:47:16.326879" elapsed="0.000456"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.327783" level="INFO">Logging into '10.30.170.72:8101' as 'karaf'.</msg>
<msg time="2026-04-23T00:47:16.520016" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T00:47:16.327520" elapsed="0.192675"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.620143" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:16.520474" elapsed="0.099884"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.641229" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T00:47:16.641478" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T00:47:16.620707" elapsed="0.020804"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:16.641663" elapsed="0.000323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:47:16.642158" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.642915" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:47:16.642553" elapsed="0.000431"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T00:47:16.643042" elapsed="0.000088"/>
</return>
<msg time="2026-04-23T00:47:16.643300" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T00:47:16.326203" elapsed="0.317130"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T00:47:16.643494" elapsed="0.000680"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T00:47:16.644229" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-23T00:47:16.322517" elapsed="0.321846"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-23T00:47:16.648352" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-23T00:47:16.648207" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:16.648180" elapsed="0.000247"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:47:16.648563" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.649757" level="INFO">Logging into '10.30.170.72:8101' as 'karaf'.</msg>
<msg time="2026-04-23T00:47:16.825116" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-23T00:47:16.649476" elapsed="0.175845"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.851086" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:16.825656" elapsed="0.025494"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.852949" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-23T00:47:16.853062" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-23T00:47:16.851306" elapsed="0.001801"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-23T00:47:16.853251" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:47:16.853580" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.854330" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:47:16.853943" elapsed="0.000437"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-23T00:47:16.854437" elapsed="0.000067"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.72
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-23T00:47:16.647826" elapsed="0.206814"/>
</kw>
<status status="PASS" start="2026-04-23T00:47:14.363975" elapsed="2.490749"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.857844" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:47:16.856007" elapsed="0.002017"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.861531" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T00:47:16.860621" elapsed="0.001010"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T00:47:16.862273" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-23T00:47:16.861806" elapsed="0.000555"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T00:47:16.866595" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-23T00:47:16.866244" elapsed="0.000431"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:16.866216" elapsed="0.000497"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.867235" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T00:47:16.866911" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.868274" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.23" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:47:16.867648" elapsed="0.000712"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.869266" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:47:16.868562" elapsed="0.000744"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T00:47:16.870472" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T00:47:16.870564" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T00:47:16.870145" elapsed="0.000443"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:47:16.870734" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T00:47:16.871975" level="INFO">Logging into '10.30.170.23:22' as 'jenkins'.</msg>
<msg time="2026-04-23T00:47:17.188965" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 23 00:47:15 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 23 00:47:16 2026 from 10.30.171.125
[?2004h[jenkins@releng-63164-199-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T00:47:16.871604" elapsed="0.317640"/>
</kw>
<msg time="2026-04-23T00:47:17.189351" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:47:16.871249" elapsed="0.318217"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T00:47:16.869593" elapsed="0.320021"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T00:47:17.190664" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T00:57:23.343547" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T00:57:23.343950" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T00:57:23.344022" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T00:47:17.189910" elapsed="606.154180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:57:23.344428" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.345796" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:22.438 16  switches: flows:  115701 117200 114741 114906 115599 114454 113498 115292 111514 109560 108058 109823 111265 109641 112435 109945  total = 30.060533 per ms 
00:49:22.539 16  switches: flows:  136364 137532 136552 136272 136836 135557 134065 135211 129518 129676 128197 128083 128808 130399 131222 127893  total = 35.310770 per ms 
00:50:22.639 16  switches: flows:  138288 140665 137543 136925 134985 137130 133863 133782 131043 127887 129160 129764 127651 130409 131035 128266  total = 35.414125 per ms 
00:51:22.740 16  switches: flows:  139984 139121 136080 136431 136171 135515 135939 132770 130110 129114 128782 131124 130147 129051 130385 131675  total = 35.480734 per ms 
00:52:22.841 16  switches: flows:  134945 131627 129600 130560 127531 130928 127976 128269 123436 122943 125138 124978 126408 123708 124655 126890  total = 33.936540 per ms 
00:53:22.941 16  switches: flows:  131685 132401 124717 128016 127846 129648 124818 124141 121554 122678 122169 127327 127166 123208 123325 124041  total = 33.523054 per ms 
00:54:23.041 16  switches: flows:  131868 131801 129368 129033 128506 130895 125003 126327 122051 123317 127797 127329 128305 122571 124187 126885  total = 33.864094 per ms 
00:55:23.142 16  switches: flows:  135018 134539 128985 132870 130796 134187 127498 129257 125195 126629 125055 131176 130758 126444 126740 127335  total = 34.483728 per ms 
00:56:23.242 16  switches: flows:  130578 129808 124567 128863 127897 126615 125650 124080 122454 123137 123305 126968 126314 120022 124649 123196  total = 33.412567 per ms 
00:57:23.342 16  switches: flows:  124316 124757 118817 121546 123341 123869 119795 121661 115345 116934 117700 120180 120217 115217 119324 114405  total = 31.903794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31903.79/35480.73/34147.71/11435.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.345273" elapsed="0.000727"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T00:57:23.346393" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-23T00:57:23.346169" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-04-23T00:57:23.346120" elapsed="0.000421"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T00:57:23.346689" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-23T00:57:23.346631" elapsed="0.000121"/>
</branch>
<status status="NOT RUN" start="2026-04-23T00:57:23.346607" elapsed="0.000178"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T00:57:23.346836" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:57:23.350678" elapsed="0.000588"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:57:23.351490" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T00:57:23.351879" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T00:57:23.347355" elapsed="0.004676"/>
</kw>
<msg time="2026-04-23T00:57:23.352196" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T00:47:16.862882" elapsed="606.489341"/>
</kw>
<status status="PASS" start="2026-04-23T00:47:16.862404" elapsed="606.489870"/>
</branch>
<status status="PASS" start="2026-04-23T00:47:16.861754" elapsed="606.490544"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.352741" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:22.438 16  switches: flows:  115701 117200 114741 114906 115599 114454 113498 115292 111514 109560 108058 109823 111265 109641 112435 109945  total = 30.060533 per ms 
00:49:22.539 16  switches: flows:  136364 137532 136552 136272 136836 135557 134065 135211 129518 129676 128197 128083 128808 130399 131222 127893  total = 35.310770 per ms 
00:50:22.639 16  switches: flows:  138288 140665 137543 136925 134985 137130 133863 133782 131043 127887 129160 129764 127651 130409 131035 128266  total = 35.414125 per ms 
00:51:22.740 16  switches: flows:  139984 139121 136080 136431 136171 135515 135939 132770 130110 129114 128782 131124 130147 129051 130385 131675  total = 35.480734 per ms 
00:52:22.841 16  switches: flows:  134945 131627 129600 130560 127531 130928 127976 128269 123436 122943 125138 124978 126408 123708 124655 126890  total = 33.936540 per ms 
00:53:22.941 16  switches: flows:  131685 132401 124717 128016 127846 129648 124818 124141 121554 122678 122169 127327 127166 123208 123325 124041  total = 33.523054 per ms 
00:54:23.041 16  switches: flows:  131868 131801 129368 129033 128506 130895 125003 126327 122051 123317 127797 127329 128305 122571 124187 126885  total = 33.864094 per ms 
00:55:23.142 16  switches: flows:  135018 134539 128985 132870 130796 134187 127498 129257 125195 126629 125055 131176 130758 126444 126740 127335  total = 34.483728 per ms 
00:56:23.242 16  switches: flows:  130578 129808 124567 128863 127897 126615 125650 124080 122454 123137 123305 126968 126314 120022 124649 123196  total = 33.412567 per ms 
00:57:23.342 16  switches: flows:  124316 124757 118817 121546 123341 123869 119795 121661 115345 116934 117700 120180 120217 115217 119324 114405  total = 31.903794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31903.79/35480.73/34147.71/11435.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.352442" elapsed="0.000374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T00:57:23.352968" elapsed="0.000423"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T00:57:23.353787" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T00:57:23.353879" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31903.79/35480.73/34147.71/11435.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T00:57:23.353557" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T00:57:23.354338" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31903.79/35480.73/34147.71/11435.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T00:57:23.354076" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.356832" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.354513" elapsed="0.002377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.359360" level="INFO">31903.79/35480.73/34147.71/11435.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.357040" elapsed="0.002377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T00:57:23.361792" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T00:57:23.359572" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T00:57:23.364325" level="INFO">@{result_value_list} = [ 31903.79 | 35480.73 | 34147.71 | 11435.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T00:57:23.362015" elapsed="0.002338"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.364823" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T00:57:23.364919" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T00:57:23.364510" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.369710" level="INFO">min :: 31903.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.365361" elapsed="0.004407"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T00:57:23.365228" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.374405" level="INFO">max :: 35480.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.370028" elapsed="0.004435"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T00:57:23.369896" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.379127" level="INFO">avg :: 34147.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.374725" elapsed="0.004460"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T00:57:23.374589" elapsed="0.004631"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.383839" level="INFO">stdev :: 11435.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.379445" elapsed="0.004451"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T00:57:23.379315" elapsed="0.004616"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T00:57:23.365015" elapsed="0.018949"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.388767" level="INFO">${min} = 31903.79</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T00:57:23.384140" elapsed="0.004658"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.392831" level="INFO">${max} = 35480.73</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T00:57:23.388977" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.397372" level="INFO">${average} = 34147.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T00:57:23.393015" elapsed="0.004384"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.401441" level="INFO">${stdev} = 11435.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T00:57:23.397571" elapsed="0.003897"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.401998" level="INFO">${date} = 2026-04-23 00:57:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T00:57:23.401632" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.402606" level="INFO">CBench Result: 2026-04-23 00:57:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31903.79,35480.73,34147.71,11435.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.402189" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T00:57:23.403906" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T00:57:23.403449" elapsed="0.000526"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T00:57:23.404145" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T00:57:23.402821" elapsed="0.001873"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-23T00:47:16.859039" elapsed="606.545718"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.405248" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T00:57:23.404910" elapsed="0.000395"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T00:57:23.405830" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-04-23T00:57:23.405521" elapsed="0.000670"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T00:47:16.854933" elapsed="606.551296"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.408063" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.407637" elapsed="0.000487"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.409421" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T00:57:23.409084" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T00:57:23.410203" elapsed="0.000150"/>
</kw>
<status status="NOT RUN" start="2026-04-23T00:57:23.409593" elapsed="0.000811"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T00:57:23.413347" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T00:57:23.413096" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-23T00:57:23.413075" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T00:57:23.413766" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T00:57:23.413562" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.414488" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.72 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.23" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T00:57:23.414064" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T00:57:23.415136" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T00:57:23.414689" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T00:57:23.416093" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T00:57:23.416184" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T00:57:23.415751" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:57:23.416352" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T00:57:23.417555" level="INFO">Logging into '10.30.170.23:22' as 'jenkins'.</msg>
<msg time="2026-04-23T00:57:24.052082" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 23 00:57:23 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 23 00:47:17 2026 from 10.30.171.125
[?2004h[jenkins@releng-63164-199-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T00:57:23.417194" elapsed="0.635096"/>
</kw>
<msg time="2026-04-23T00:57:24.052379" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T00:57:23.416836" elapsed="0.635633"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T00:57:23.415371" elapsed="0.637212"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T00:57:24.053116" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.72 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T01:07:30.133332" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T01:07:30.133921" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T01:07:30.134030" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T00:57:24.052802" elapsed="606.081317"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:07:30.134614" elapsed="0.000714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.136588" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:29.196 16  switches: flows:  587588 585399 595478 610107 592725 593630 578036 591757 567622 585097 584264 588393 576995 592024 576869 583884  total = 156.497800 per ms 
00:59:29.297 16  switches: flows:  601933 599581 595318 601973 603658 606182 600411 594577 594872 605410 597232 606382 603049 598671 594571 597882  total = 159.758383 per ms 
01:00:29.398 16  switches: flows:  610823 610433 609433 606477 596693 610515 607304 593511 608887 607134 602671 610642 607676 603687 610162 607063  total = 161.445792 per ms 
01:01:29.500 16  switches: flows:  629169 623913 622904 625512 627633 621057 625395 630021 627130 627324 627424 627711 622318 620116 619975 618147  total = 166.314327 per ms 
01:02:29.604 16  switches: flows:  605824 608151 605213 605312 594328 598703 603471 611408 605960 610600 606412 608501 600419 595433 596626 597884  total = 160.627590 per ms 
01:03:29.706 16  switches: flows:  596299 591573 597128 596953 596301 588051 599306 600497 593628 594296 599453 595751 593512 596275 593793 598592  total = 158.589872 per ms 
01:04:29.818 16  switches: flows:  644440 645046 639264 643394 638662 640178 647090 649886 636678 644042 652863 637065 645758 647589 635962 643012  total = 171.197840 per ms 
01:05:29.920 16  switches: flows:  658693 660798 652501 657261 638518 661330 655786 667742 661355 668410 660068 666147 656088 662635 653361 661012  total = 175.397816 per ms 
01:06:30.022 16  switches: flows:  648302 647455 658596 643249 642686 646212 652424 650033 645715 647181 657269 656900 645782 640634 640252 656143  total = 172.690809 per ms 
01:07:30.124 16  switches: flows:  633067 634758 639173 628828 641987 628415 637996 644889 644349 641132 634118 631204 635087 633013 638639 646544  total = 169.601530 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158589.87/175397.82/166180.44/55709.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.135733" elapsed="0.001223"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T01:07:30.137562" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-04-23T01:07:30.137215" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-04-23T01:07:30.137142" elapsed="0.000650"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T01:07:30.138026" elapsed="0.000065"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:07:30.137933" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-04-23T01:07:30.137893" elapsed="0.000322"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T01:07:30.138293" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:07:30.144508" elapsed="0.000930"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:07:30.145704" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:07:30.146014" elapsed="0.000121"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T01:07:30.139036" elapsed="0.007153"/>
</kw>
<msg time="2026-04-23T01:07:30.146323" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T00:57:23.410764" elapsed="606.735586"/>
</kw>
<status status="PASS" start="2026-04-23T00:57:23.410432" elapsed="606.735968"/>
</branch>
<status status="PASS" start="2026-04-23T00:57:23.409568" elapsed="606.736856"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.146864" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:29.196 16  switches: flows:  587588 585399 595478 610107 592725 593630 578036 591757 567622 585097 584264 588393 576995 592024 576869 583884  total = 156.497800 per ms 
00:59:29.297 16  switches: flows:  601933 599581 595318 601973 603658 606182 600411 594577 594872 605410 597232 606382 603049 598671 594571 597882  total = 159.758383 per ms 
01:00:29.398 16  switches: flows:  610823 610433 609433 606477 596693 610515 607304 593511 608887 607134 602671 610642 607676 603687 610162 607063  total = 161.445792 per ms 
01:01:29.500 16  switches: flows:  629169 623913 622904 625512 627633 621057 625395 630021 627130 627324 627424 627711 622318 620116 619975 618147  total = 166.314327 per ms 
01:02:29.604 16  switches: flows:  605824 608151 605213 605312 594328 598703 603471 611408 605960 610600 606412 608501 600419 595433 596626 597884  total = 160.627590 per ms 
01:03:29.706 16  switches: flows:  596299 591573 597128 596953 596301 588051 599306 600497 593628 594296 599453 595751 593512 596275 593793 598592  total = 158.589872 per ms 
01:04:29.818 16  switches: flows:  644440 645046 639264 643394 638662 640178 647090 649886 636678 644042 652863 637065 645758 647589 635962 643012  total = 171.197840 per ms 
01:05:29.920 16  switches: flows:  658693 660798 652501 657261 638518 661330 655786 667742 661355 668410 660068 666147 656088 662635 653361 661012  total = 175.397816 per ms 
01:06:30.022 16  switches: flows:  648302 647455 658596 643249 642686 646212 652424 650033 645715 647181 657269 656900 645782 640634 640252 656143  total = 172.690809 per ms 
01:07:30.124 16  switches: flows:  633067 634758 639173 628828 641987 628415 637996 644889 644349 641132 634118 631204 635087 633013 638639 646544  total = 169.601530 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158589.87/175397.82/166180.44/55709.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.146571" elapsed="0.000367"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T01:07:30.147107" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T01:07:30.147888" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T01:07:30.147980" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 158589.87/175397.82/166180.44/55709.85 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T01:07:30.147656" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:07:30.148435" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 158589.87/175397.82/166180.44/55709.85 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:07:30.148177" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.150863" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.148608" elapsed="0.002313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.153319" level="INFO">158589.87/175397.82/166180.44/55709.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.151085" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:07:30.155767" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:07:30.153531" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:07:30.158257" level="INFO">@{result_value_list} = [ 158589.87 | 175397.82 | 166180.44 | 55709.85 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:07:30.155988" elapsed="0.002296"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.158753" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T01:07:30.158843" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:07:30.158443" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.163629" level="INFO">min :: 158589.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.159285" elapsed="0.004405"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T01:07:30.159153" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.168460" level="INFO">max :: 175397.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.163947" elapsed="0.004570"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T01:07:30.163819" elapsed="0.004734"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.173140" level="INFO">avg :: 166180.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.168802" elapsed="0.004397"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T01:07:30.168672" elapsed="0.004562"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.177932" level="INFO">stdev :: 55709.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.173458" elapsed="0.004532"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T01:07:30.173325" elapsed="0.004701"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T01:07:30.158938" elapsed="0.019148"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.182255" level="INFO">${min} = 158589.87</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:07:30.178253" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.186235" level="INFO">${max} = 175397.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:07:30.182444" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.190195" level="INFO">${average} = 166180.44</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:07:30.186417" elapsed="0.003804"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.194142" level="INFO">${stdev} = 55709.85</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:07:30.190377" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.194690" level="INFO">${date} = 2026-04-23 01:07:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T01:07:30.194331" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.195290" level="INFO">CBench Result: 2026-04-23 01:07:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,158589.87,175397.82,166180.44,55709.85</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.194865" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T01:07:30.196416" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T01:07:30.195981" elapsed="0.000502"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T01:07:30.196654" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T01:07:30.195497" elapsed="0.001700"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-23T00:57:23.408445" elapsed="606.788812"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.197733" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T01:07:30.197410" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-23T01:07:30.198325" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-04-23T01:07:30.198006" elapsed="0.000664"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T00:57:23.406926" elapsed="606.791782"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.200356" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.199940" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.201974" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-23T01:07:30.201581" elapsed="0.000440"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-23T01:07:30.202393" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:07:30.202161" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-23T01:07:30.205443" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:07:30.205190" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-23T01:07:30.205170" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:07:30.205857" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-23T01:07:30.205660" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.206594" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.23" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:07:30.206166" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-23T01:07:30.207214" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:07:30.206798" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:07:30.208328" level="INFO">Length is 0.</msg>
<msg time="2026-04-23T01:07:30.208426" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:07:30.207835" elapsed="0.000616"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:07:30.208642" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-23T01:07:30.209866" level="INFO">Logging into '10.30.170.23:22' as 'jenkins'.</msg>
<msg time="2026-04-23T01:07:30.778010" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 23 01:07:30 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 23 00:57:23 2026 from 10.30.171.125
[?2004h[jenkins@releng-63164-199-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-23T01:07:30.209498" elapsed="0.568838"/>
</kw>
<msg time="2026-04-23T01:07:30.778462" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:07:30.209149" elapsed="0.569426"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-23T01:07:30.207450" elapsed="0.571285"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-23T01:07:30.779504" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.72 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-23T01:17:36.891207" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-23T01:17:36.891755" level="INFO">${stdout} = </msg>
<msg time="2026-04-23T01:17:36.891863" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-23T01:07:30.779040" elapsed="606.112881"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:17:36.892478" elapsed="0.000727"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.894346" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:35.977 16  switches: flows:  122574 123049 121760 119779 119783 121584 119819 137916 116166 116220 114972 116462 115531 114846 121121 118935  total = 32.008617 per ms 
01:09:36.077 16  switches: flows:  124952 125001 123395 120002 123170 122935 120275 119929 120160 118793 117329 120905 118075 118635 121739 118821  total = 32.181569 per ms 
01:10:36.177 16  switches: flows:  129466 126668 129591 125306 127172 128587 126014 125389 124647 123849 125199 125965 123052 124387 126225 125096  total = 33.554226 per ms 
01:11:36.277 16  switches: flows:  139911 136478 134845 133236 135260 138487 136264 134298 132739 131309 131837 133310 131684 131725 136396 133087  total = 35.788020 per ms 
01:12:36.378 16  switches: flows:  141931 140308 139113 138760 138303 141200 138239 140227 134202 133650 136931 136629 136131 133229 140431 138396  total = 36.733371 per ms 
01:13:36.478 16  switches: flows:  148438 149933 146739 145908 143746 149702 144076 146735 140526 141654 144990 144694 142635 140930 144413 144442  total = 38.594917 per ms 
01:14:36.578 16  switches: flows:  150044 147882 148451 145976 145563 147113 146340 146765 141453 141727 145646 144408 142831 139920 146208 143747  total = 38.669975 per ms 
01:15:36.679 16  switches: flows:  152345 149897 147592 145903 147766 149181 145197 148615 144770 141695 143253 145751 142412 140596 146414 142061  total = 38.825909 per ms 
01:16:36.779 16  switches: flows:  149744 150364 148873 143884 148186 149845 146228 147613 142232 140852 142773 145358 140972 140555 146419 140590  total = 38.676887 per ms 
01:17:36.879 16  switches: flows:  150551 153442 148800 146328 149887 151397 147411 149878 142485 144212 141850 145672 142842 142775 147980 145344  total = 39.115463 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32181.57/39115.46/36904.48/12536.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.893602" elapsed="0.000961"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-23T01:17:36.894958" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-04-23T01:17:36.894716" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-04-23T01:17:36.894668" elapsed="0.000494"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-23T01:17:36.895312" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-23T01:17:36.895254" elapsed="0.000119"/>
</branch>
<status status="NOT RUN" start="2026-04-23T01:17:36.895229" elapsed="0.000202"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-23T01:17:36.895510" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-23T01:17:36.899862" elapsed="0.000550"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-23T01:17:36.900638" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-23T01:17:36.901105" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-23T01:17:36.896014" elapsed="0.005327"/>
</kw>
<msg time="2026-04-23T01:17:36.901538" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-23T01:07:30.202811" elapsed="606.698767"/>
</kw>
<status status="PASS" start="2026-04-23T01:07:30.202480" elapsed="606.699174"/>
</branch>
<status status="PASS" start="2026-04-23T01:07:30.202139" elapsed="606.699550"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.902502" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.72:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.72. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:35.977 16  switches: flows:  122574 123049 121760 119779 119783 121584 119819 137916 116166 116220 114972 116462 115531 114846 121121 118935  total = 32.008617 per ms 
01:09:36.077 16  switches: flows:  124952 125001 123395 120002 123170 122935 120275 119929 120160 118793 117329 120905 118075 118635 121739 118821  total = 32.181569 per ms 
01:10:36.177 16  switches: flows:  129466 126668 129591 125306 127172 128587 126014 125389 124647 123849 125199 125965 123052 124387 126225 125096  total = 33.554226 per ms 
01:11:36.277 16  switches: flows:  139911 136478 134845 133236 135260 138487 136264 134298 132739 131309 131837 133310 131684 131725 136396 133087  total = 35.788020 per ms 
01:12:36.378 16  switches: flows:  141931 140308 139113 138760 138303 141200 138239 140227 134202 133650 136931 136629 136131 133229 140431 138396  total = 36.733371 per ms 
01:13:36.478 16  switches: flows:  148438 149933 146739 145908 143746 149702 144076 146735 140526 141654 144990 144694 142635 140930 144413 144442  total = 38.594917 per ms 
01:14:36.578 16  switches: flows:  150044 147882 148451 145976 145563 147113 146340 146765 141453 141727 145646 144408 142831 139920 146208 143747  total = 38.669975 per ms 
01:15:36.679 16  switches: flows:  152345 149897 147592 145903 147766 149181 145197 148615 144770 141695 143253 145751 142412 140596 146414 142061  total = 38.825909 per ms 
01:16:36.779 16  switches: flows:  149744 150364 148873 143884 148186 149845 146228 147613 142232 140852 142773 145358 140972 140555 146419 140590  total = 38.676887 per ms 
01:17:36.879 16  switches: flows:  150551 153442 148800 146328 149887 151397 147411 149878 142485 144212 141850 145672 142842 142775 147980 145344  total = 39.115463 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32181.57/39115.46/36904.48/12536.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.902012" elapsed="0.000616"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-23T01:17:36.902856" elapsed="0.000449"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-23T01:17:36.903698" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-23T01:17:36.903790" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32181.57/39115.46/36904.48/12536.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-23T01:17:36.903471" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:17:36.904250" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32181.57/39115.46/36904.48/12536.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:17:36.903973" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.906894" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.904452" elapsed="0.002501"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.909750" level="INFO">32181.57/39115.46/36904.48/12536.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.907126" elapsed="0.002683"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:17:36.913111" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:17:36.910082" elapsed="0.003087"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-23T01:17:36.916917" level="INFO">@{result_value_list} = [ 32181.57 | 39115.46 | 36904.48 | 12536.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-23T01:17:36.913519" elapsed="0.003439"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.917700" level="INFO">Length is 4.</msg>
<msg time="2026-04-23T01:17:36.917830" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-23T01:17:36.917218" elapsed="0.000701"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.923161" level="INFO">min :: 32181.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.918542" elapsed="0.004678"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-23T01:17:36.918347" elapsed="0.004910"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.927909" level="INFO">max :: 39115.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.923479" elapsed="0.004487"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-23T01:17:36.923349" elapsed="0.004653"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.932807" level="INFO">avg :: 36904.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.928236" elapsed="0.004630"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-23T01:17:36.928106" elapsed="0.004798"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.937728" level="INFO">stdev :: 12536.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-04-23T01:17:36.933252" elapsed="0.004533"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-23T01:17:36.932994" elapsed="0.004825"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-23T01:17:36.918028" elapsed="0.019823"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.941959" level="INFO">${min} = 32181.57</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:17:36.938129" elapsed="0.004522"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.946764" level="INFO">${max} = 39115.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:17:36.942818" elapsed="0.003973"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.950889" level="INFO">${average} = 36904.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:17:36.946949" elapsed="0.003967"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.954979" level="INFO">${stdev} = 12536.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-23T01:17:36.951100" elapsed="0.003906"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.955560" level="INFO">${date} = 2026-04-23 01:17:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-23T01:17:36.955198" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.956176" level="INFO">CBench Result: 2026-04-23 01:17:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32181.57,39115.46,36904.48,12536.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-23T01:17:36.955743" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-23T01:17:36.957439" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-23T01:17:36.956906" elapsed="0.000603"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-23T01:17:36.957664" elapsed="0.000714"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-23T01:17:36.956408" elapsed="0.002041"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-23T01:07:30.200776" elapsed="606.757736"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.958997" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-23T01:17:36.958668" elapsed="0.000404"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-23T01:17:36.960443" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-23T01:17:36.959895" elapsed="0.000576"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-23T01:17:36.960720" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-04-23T01:17:36.960560" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-23T01:17:36.960534" elapsed="0.000299"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961005" elapsed="0.000025"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961207" elapsed="0.000026"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961385" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961667" elapsed="0.000024"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961827" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.961974" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.962554" elapsed="0.000108"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-23T01:17:36.963314" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-04-23T01:17:36.962895" elapsed="0.000545"/>
</branch>
<status status="NOT RUN" start="2026-04-23T01:17:36.962840" elapsed="0.000661"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-23T01:17:36.959494" elapsed="0.004153"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-23T01:07:30.199324" elapsed="606.764441"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-23T00:47:13.790943" elapsed="1823.174071"/>
</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>
