<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-04T00:46:16.935734" 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-04T00:46:17.507766" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T00:46:17.507617" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:17.507585" elapsed="0.000295"/>
</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-04T00:46:17.508030" elapsed="0.000593"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T00:46:17.509128" level="INFO">Logging into '10.30.171.175:8101' as 'karaf'.</msg>
<msg time="2026-04-04T00:46:18.731633" 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-04T00:46:17.508805" elapsed="1.223033"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T00:46:18.781369" 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-04T00:46:18.732137" elapsed="0.049303"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T00:46:18.783178" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T00:46:18.783287" 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-04T00:46:18.781607" elapsed="0.001711"/>
</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-04T00:46:18.783474" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:46:18.783841" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.784562" 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-04T00:46:18.784219" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T00:46:18.784670" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.175
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-04T00:46:17.507203" elapsed="1.277653"/>
</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-04T00:46:17.503403" elapsed="1.281519"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T00:46:18.785537" 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-04T00:46:18.785169" elapsed="0.000425"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T00:46:18.785992" 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-04T00:46:18.785748" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.786624" 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-04T00:46:18.786234" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.787174" 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-04T00:46:18.786820" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.787740" 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-04T00:46:18.787367" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.788260" 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-04T00:46:18.787926" elapsed="0.000377"/>
</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-04T00:46:18.788605" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T00:46:18.788390" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T00:46:18.793048" 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-04T00:46:18.792631" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T00:46:18.794459" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T00:46:18.794551" 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-04T00:46:18.793673" elapsed="0.000902"/>
</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-04T00:46:18.794739" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T00:46:18.796144" level="INFO">Logging into '10.30.171.75:22' as 'jenkins'.</msg>
<msg time="2026-04-04T00:46:19.488144" 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 Sat Apr  4 00:46:19 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.75
  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-162-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-04T00:46:18.795624" elapsed="0.692701"/>
</kw>
<msg time="2026-04-04T00:46:19.488428" 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-04T00:46:18.795273" elapsed="0.693266"/>
</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-04T00:46:18.793307" elapsed="0.695370"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-04T00:46:19.496957" 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-04T00:46:19.488924" elapsed="0.010432"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:46:19.499755" elapsed="0.000694"/>
</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-04T00:46:18.792095" elapsed="0.708496"/>
</kw>
<status status="PASS" start="2026-04-04T00:46:18.788731" elapsed="0.711943"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:18.788364" elapsed="0.712381"/>
</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-04T00:46:19.501098" elapsed="0.001119"/>
</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-04T00:46:19.511388" elapsed="0.000043"/>
</return>
<status status="NOT RUN" start="2026-04-04T00:46:19.511097" elapsed="0.000406"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:19.511045" elapsed="0.000504"/>
</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-04T00:46:19.517572" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-04T00:46:19.517409" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:19.517382" elapsed="0.000292"/>
</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-04T00:46:19.517866" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T00:46:19.518833" level="INFO">Logging into '10.30.171.175:8101' as 'karaf'.</msg>
<msg time="2026-04-04T00:46:19.705681" 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-04T00:46:19.518544" elapsed="0.187255"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T00:46:19.803170" 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-04T00:46:19.706004" elapsed="0.097228"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T00:46:19.814051" 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-04T00:46:19.814283" 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-04T00:46:19.803380" elapsed="0.010937"/>
</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-04T00:46:19.814484" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:46:19.814850" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:46:19.815561" 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-04T00:46:19.815222" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T00:46:19.815667" elapsed="0.000057"/>
</return>
<msg time="2026-04-04T00:46:19.815878" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.175
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-04T00:46:19.516888" elapsed="0.299023"/>
</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-04T00:46:19.816060" elapsed="0.000583"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T00:46:19.816696" 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-04T00:46:19.510516" elapsed="0.306309"/>
</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-04T00:46:19.820637" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-04T00:46:19.820502" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:19.820478" elapsed="0.000263"/>
</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-04T00:46:19.820879" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T00:46:19.821786" level="INFO">Logging into '10.30.171.175:8101' as 'karaf'.</msg>
<msg time="2026-04-04T00:46:20.017260" 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-04T00:46:19.821523" elapsed="0.195862"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.048996" 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-04T00:46:20.017608" elapsed="0.031448"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.050844" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T00:46:20.050940" 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-04T00:46:20.049223" 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-04T00:46:20.051147" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:46:20.051497" elapsed="0.000164"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:46:20.052053" 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-04T00:46:20.051796" elapsed="0.000310"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T00:46:20.052174" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.175
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-04T00:46:19.820161" elapsed="0.232151"/>
</kw>
<status status="PASS" start="2026-04-04T00:46:17.501359" elapsed="2.551012"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:46:20.054591" 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-04T00:46:20.053534" elapsed="0.001122"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T00:46:20.056220" 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-04T00:46:20.055832" elapsed="0.000433"/>
</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-04T00:46:20.056567" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T00:46:20.056340" elapsed="0.000285"/>
</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-04T00:46:20.059583" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T00:46:20.059334" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:20.059313" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.059994" 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-04T00:46:20.060131" 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-04T00:46:20.059798" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:46:20.060718" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.175 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.75" 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-04T00:46:20.060294" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.061405" 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-04T00:46:20.060916" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T00:46:20.062337" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T00:46:20.062427" 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-04T00:46:20.062004" elapsed="0.000446"/>
</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-04T00:46:20.062590" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.063807" level="INFO">Logging into '10.30.171.75:22' as 'jenkins'.</msg>
<msg time="2026-04-04T00:46:20.391008" 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 Sat Apr  4 00:46:19 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.75
  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: Sat Apr  4 00:46:19 2026 from 10.30.170.243
[?2004h[jenkins@releng-63164-162-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-04T00:46:20.063453" elapsed="0.327743"/>
</kw>
<msg time="2026-04-04T00:46:20.391287" 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-04T00:46:20.063073" elapsed="0.328305"/>
</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-04T00:46:20.061632" elapsed="0.329882"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T00:46:20.392345" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.175 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T00:56:26.489779" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T00:56:26.490406" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T00:56:26.490511" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-04T00:46:20.391739" elapsed="606.098830"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:56:26.491019" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.492926" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:25.573 16  switches: flows:  113112 113778 116439 113921 116087 116937 115449 113056 109886 108596 110122 107395 110582 110226 111912 108562  total = 29.934333 per ms 
00:48:25.673 16  switches: flows:  122545 124579 126514 126208 123585 124476 122456 124608 120855 118346 117473 119113 119013 118956 119859 119502  total = 32.413981 per ms 
00:49:25.774 16  switches: flows:  122001 122550 121466 120187 121465 122169 124220 120468 116177 116185 118289 118097 116675 115898 115940 115803  total = 31.740155 per ms 
00:50:25.875 16  switches: flows:  129549 129732 126262 126193 129512 128328 129070 128784 123700 122504 125801 121890 121244 124683 120277 122036  total = 33.436506 per ms 
00:51:25.975 16  switches: flows:  131157 131895 128828 129876 131426 128048 131343 130751 124440 125190 127381 125760 123715 127410 123331 124294  total = 34.023894 per ms 
00:52:26.075 16  switches: flows:  123535 122404 121505 120284 123545 119271 123448 122287 116784 117328 117974 118162 115674 118436 114443 115588  total = 31.791383 per ms 
00:53:26.176 16  switches: flows:  125672 124615 125462 123775 124381 123264 124841 124605 119709 117629 118504 119509 121219 119495 120130 118829  total = 32.473101 per ms 
00:54:26.276 16  switches: flows:  126425 127857 127656 127150 126174 127061 127080 126042 124135 119396 123157 123464 123093 123009 121208 122381  total = 33.199359 per ms 
00:55:26.376 16  switches: flows:  129346 132214 131203 130331 129415 131133 132732 130698 129148 122370 128132 126677 128619 126222 124410 129215  total = 34.307055 per ms 
00:56:26.477 16  switches: flows:  129904 132938 129526 129896 128444 131990 131818 129057 129312 123753 126241 128331 127875 127183 124865 128032  total = 34.262214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31740.16/34307.06/33071.96/11065.25 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T00:56:26.492183" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T00:56:26.493743" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-04T00:56:26.493446" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-04-04T00:56:26.493384" elapsed="0.000569"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T00:56:26.494202" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-04T00:56:26.494086" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-04-04T00:56:26.494051" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T00:56:26.494425" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T00:56:26.500047" elapsed="0.000736"/>
</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-04T00:56:26.500928" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T00:56:26.501249" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T00:56:26.495140" elapsed="0.006275"/>
</kw>
<msg time="2026-04-04T00:56:26.501551" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-04T00:46:20.056980" elapsed="606.444598"/>
</kw>
<status status="PASS" start="2026-04-04T00:46:20.056654" elapsed="606.444974"/>
</branch>
<status status="PASS" start="2026-04-04T00:46:20.056318" elapsed="606.445333"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.502079" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:25.573 16  switches: flows:  113112 113778 116439 113921 116087 116937 115449 113056 109886 108596 110122 107395 110582 110226 111912 108562  total = 29.934333 per ms 
00:48:25.673 16  switches: flows:  122545 124579 126514 126208 123585 124476 122456 124608 120855 118346 117473 119113 119013 118956 119859 119502  total = 32.413981 per ms 
00:49:25.774 16  switches: flows:  122001 122550 121466 120187 121465 122169 124220 120468 116177 116185 118289 118097 116675 115898 115940 115803  total = 31.740155 per ms 
00:50:25.875 16  switches: flows:  129549 129732 126262 126193 129512 128328 129070 128784 123700 122504 125801 121890 121244 124683 120277 122036  total = 33.436506 per ms 
00:51:25.975 16  switches: flows:  131157 131895 128828 129876 131426 128048 131343 130751 124440 125190 127381 125760 123715 127410 123331 124294  total = 34.023894 per ms 
00:52:26.075 16  switches: flows:  123535 122404 121505 120284 123545 119271 123448 122287 116784 117328 117974 118162 115674 118436 114443 115588  total = 31.791383 per ms 
00:53:26.176 16  switches: flows:  125672 124615 125462 123775 124381 123264 124841 124605 119709 117629 118504 119509 121219 119495 120130 118829  total = 32.473101 per ms 
00:54:26.276 16  switches: flows:  126425 127857 127656 127150 126174 127061 127080 126042 124135 119396 123157 123464 123093 123009 121208 122381  total = 33.199359 per ms 
00:55:26.376 16  switches: flows:  129346 132214 131203 130331 129415 131133 132732 130698 129148 122370 128132 126677 128619 126222 124410 129215  total = 34.307055 per ms 
00:56:26.477 16  switches: flows:  129904 132938 129526 129896 128444 131990 131818 129057 129312 123753 126241 128331 127875 127183 124865 128032  total = 34.262214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31740.16/34307.06/33071.96/11065.25 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T00:56:26.501793" elapsed="0.000379"/>
</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-04T00:56:26.502319" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T00:56:26.503076" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T00:56:26.503186" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31740.16/34307.06/33071.96/11065.25 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-04T00:56:26.502848" elapsed="0.000363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T00:56:26.503619" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31740.16/34307.06/33071.96/11065.25 | 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-04T00:56:26.503365" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.506050" 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-04T00:56:26.503791" elapsed="0.002329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.508490" level="INFO">31740.16/34307.06/33071.96/11065.25</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T00:56:26.506266" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T00:56:26.510879" 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-04T00:56:26.508693" elapsed="0.002213"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T00:56:26.513312" level="INFO">@{result_value_list} = [ 31740.16 | 34307.06 | 33071.96 | 11065.25 ]</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-04T00:56:26.511090" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.513808" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T00:56:26.513895" 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-04T00:56:26.513493" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.518615" level="INFO">min :: 31740.16</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-04T00:56:26.514337" elapsed="0.004334"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T00:56:26.514205" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.523188" level="INFO">max :: 34307.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T00:56:26.518932" elapsed="0.004311"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T00:56:26.518803" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.527797" level="INFO">avg :: 33071.96</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-04T00:56:26.523491" elapsed="0.004430"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T00:56:26.523365" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.532616" level="INFO">stdev :: 11065.25</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-04T00:56:26.528215" elapsed="0.004456"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T00:56:26.528072" elapsed="0.004633"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T00:56:26.513991" elapsed="0.018747"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.536936" level="INFO">${min} = 31740.16</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-04T00:56:26.532892" elapsed="0.004072"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.540847" level="INFO">${max} = 34307.06</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-04T00:56:26.537135" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.544888" level="INFO">${average} = 33071.96</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-04T00:56:26.541024" elapsed="0.003891"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.548800" level="INFO">${stdev} = 11065.25</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-04T00:56:26.545064" elapsed="0.003762"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.549370" level="INFO">${date} = 2026-04-04 00:56:26</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-04T00:56:26.548983" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.549946" level="INFO">CBench Result: 2026-04-04 00:56:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31740.16,34307.06,33071.96,11065.25</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-04T00:56:26.549543" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T00:56:26.551037" 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-04T00:56:26.550629" elapsed="0.000489"/>
</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-04T00:56:26.551271" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T00:56:26.550160" elapsed="0.001629"/>
</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-04T00:46:20.055203" elapsed="606.496656"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.552387" 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-04T00:56:26.552054" elapsed="0.000388"/>
</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-04T00:56:26.552956" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-04-04T00:56:26.552659" elapsed="0.000649"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-04T00:46:20.052525" elapsed="606.500819"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.555467" 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-04T00:56:26.554662" elapsed="0.000879"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.557080" 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-04T00:56:26.556664" elapsed="0.000491"/>
</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-04T00:56:26.557551" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-04T00:56:26.557298" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-04T00:56:26.560947" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-04T00:56:26.560662" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-04-04T00:56:26.560641" elapsed="0.000395"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T00:56:26.561437" 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-04T00:56:26.561571" 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-04T00:56:26.561206" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.562204" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.175 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.75" 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-04T00:56:26.561756" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T00:56:26.562799" 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-04T00:56:26.562404" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T00:56:26.563723" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T00:56:26.563812" 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-04T00:56:26.563417" elapsed="0.000419"/>
</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-04T00:56:26.564020" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T00:56:26.565242" level="INFO">Logging into '10.30.171.75:22' as 'jenkins'.</msg>
<msg time="2026-04-04T00:56:27.151522" 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 Sat Apr  4 00:56:26 UTC 2026

  System load:  1.15               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.75
  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: Sat Apr  4 00:46:20 2026 from 10.30.170.243
[?2004h[jenkins@releng-63164-162-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-04T00:56:26.564872" elapsed="0.586777"/>
</kw>
<msg time="2026-04-04T00:56:27.151718" 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-04T00:56:26.564528" elapsed="0.587271"/>
</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-04T00:56:26.563025" elapsed="0.588868"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T00:56:27.152332" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.175 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T01:06:33.223132" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T01:06:33.223596" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T01:06:33.223663" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.175: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-04T00:56:27.152063" elapsed="606.071637"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:06:33.224034" elapsed="0.000530"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.225337" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:32.278 16  switches: flows:  593165 582460 587861 583743 599119 584811 580602 588829 574280 570657 585838 573384 582083 588398 579662 560283  total = 155.252917 per ms 
00:58:32.379 16  switches: flows:  608138 604886 608860 599216 620786 618441 615530 612709 619801 611328 608780 599145 615489 618781 614294 606026  total = 162.762784 per ms 
00:59:32.490 16  switches: flows:  653950 664658 651420 652909 655256 663287 668795 638210 637393 649023 645862 656273 642509 663136 631811 642869  total = 173.304958 per ms 
01:00:32.592 16  switches: flows:  624959 625471 615719 594851 641438 653891 623459 652862 636733 635162 658771 628290 624256 587728 615583 631345  total = 167.225304 per ms 
01:01:32.694 16  switches: flows:  694985 693247 678789 694137 696833 695222 683308 694737 697715 678581 693755 692550 689784 691842 684654 692345  total = 183.898051 per ms 
01:02:32.797 16  switches: flows:  682253 686474 680006 682718 689250 689196 681158 686857 687141 687122 683142 688277 687518 680483 681115 680257  total = 182.236004 per ms 
01:03:32.899 16  switches: flows:  576749 585784 487432 496117 504526 495059 554682 548701 563192 592012 551004 519999 508370 576900 574147 515184  total = 143.919740 per ms 
01:04:33.000 16  switches: flows:  682893 674787 674770 676152 686656 681971 687814 676229 672808 670279 670596 678644 677065 669790 678887 683012  total = 180.403803 per ms 
01:05:33.102 16  switches: flows:  668793 676021 664620 680056 668635 671401 680335 659607 677256 674495 675287 665770 678931 678071 676902 683912  total = 179.366204 per ms 
01:06:33.202 16  switches: flows:  673336 675640 660711 683083 679565 671019 666966 662294 669499 677095 673164 673748 676095 674217 669054 667578  total = 178.917873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143919.74/183898.05/172448.30/58740.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:06:33.224811" elapsed="0.000749"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T01:06:33.225899" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-04-04T01:06:33.225690" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-04T01:06:33.225648" elapsed="0.000390"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T01:06:33.226198" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:06:33.226144" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-04-04T01:06:33.226119" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T01:06:33.226329" elapsed="0.000019"/>
</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-04T01:06:33.229954" elapsed="0.000560"/>
</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-04T01:06:33.230732" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:06:33.231176" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T01:06:33.226817" elapsed="0.004582"/>
</kw>
<msg time="2026-04-04T01:06:33.231598" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.175: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-04T00:56:26.557983" elapsed="606.673662"/>
</kw>
<status status="PASS" start="2026-04-04T00:56:26.557656" elapsed="606.674059"/>
</branch>
<status status="PASS" start="2026-04-04T00:56:26.557271" elapsed="606.674477"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.232382" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:32.278 16  switches: flows:  593165 582460 587861 583743 599119 584811 580602 588829 574280 570657 585838 573384 582083 588398 579662 560283  total = 155.252917 per ms 
00:58:32.379 16  switches: flows:  608138 604886 608860 599216 620786 618441 615530 612709 619801 611328 608780 599145 615489 618781 614294 606026  total = 162.762784 per ms 
00:59:32.490 16  switches: flows:  653950 664658 651420 652909 655256 663287 668795 638210 637393 649023 645862 656273 642509 663136 631811 642869  total = 173.304958 per ms 
01:00:32.592 16  switches: flows:  624959 625471 615719 594851 641438 653891 623459 652862 636733 635162 658771 628290 624256 587728 615583 631345  total = 167.225304 per ms 
01:01:32.694 16  switches: flows:  694985 693247 678789 694137 696833 695222 683308 694737 697715 678581 693755 692550 689784 691842 684654 692345  total = 183.898051 per ms 
01:02:32.797 16  switches: flows:  682253 686474 680006 682718 689250 689196 681158 686857 687141 687122 683142 688277 687518 680483 681115 680257  total = 182.236004 per ms 
01:03:32.899 16  switches: flows:  576749 585784 487432 496117 504526 495059 554682 548701 563192 592012 551004 519999 508370 576900 574147 515184  total = 143.919740 per ms 
01:04:33.000 16  switches: flows:  682893 674787 674770 676152 686656 681971 687814 676229 672808 670279 670596 678644 677065 669790 678887 683012  total = 180.403803 per ms 
01:05:33.102 16  switches: flows:  668793 676021 664620 680056 668635 671401 680335 659607 677256 674495 675287 665770 678931 678071 676902 683912  total = 179.366204 per ms 
01:06:33.202 16  switches: flows:  673336 675640 660711 683083 679565 671019 666966 662294 669499 677095 673164 673748 676095 674217 669054 667578  total = 178.917873 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143919.74/183898.05/172448.30/58740.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:06:33.231946" elapsed="0.000540"/>
</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-04T01:06:33.232708" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T01:06:33.233786" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T01:06:33.233915" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143919.74/183898.05/172448.30/58740.50 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-04T01:06:33.233468" elapsed="0.000481"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:06:33.234569" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143919.74/183898.05/172448.30/58740.50 | 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-04T01:06:33.234186" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.238047" 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-04T01:06:33.234818" elapsed="0.003331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.241491" level="INFO">143919.74/183898.05/172448.30/58740.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:06:33.238354" elapsed="0.003217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:06:33.244428" 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-04T01:06:33.241790" elapsed="0.002664"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:06:33.246885" level="INFO">@{result_value_list} = [ 143919.74 | 183898.05 | 172448.30 | 58740.50 ]</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-04T01:06:33.244642" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.247390" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T01:06:33.247478" 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-04T01:06:33.247068" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.252279" level="INFO">min :: 143919.74</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-04T01:06:33.247904" elapsed="0.004434"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T01:06:33.247761" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.257139" level="INFO">max :: 183898.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:06:33.252590" elapsed="0.004608"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T01:06:33.252463" elapsed="0.004771"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.261956" level="INFO">avg :: 172448.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:06:33.257501" elapsed="0.004521"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T01:06:33.257323" elapsed="0.004734"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.266922" level="INFO">stdev :: 58740.50</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-04T01:06:33.262304" elapsed="0.004675"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T01:06:33.262173" elapsed="0.004841"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T01:06:33.247570" elapsed="0.019478"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.271030" level="INFO">${min} = 143919.74</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-04T01:06:33.267265" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.274983" level="INFO">${max} = 183898.05</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-04T01:06:33.271233" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.278930" level="INFO">${average} = 172448.30</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-04T01:06:33.275184" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.282902" level="INFO">${stdev} = 58740.50</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-04T01:06:33.279124" elapsed="0.003805"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.283469" level="INFO">${date} = 2026-04-04 01:06:33</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-04T01:06:33.283087" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.284049" level="INFO">CBench Result: 2026-04-04 01:06:33,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143919.74,183898.05,172448.30,58740.50</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-04T01:06:33.283643" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T01:06:33.285189" 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-04T01:06:33.284758" elapsed="0.000515"/>
</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-04T01:06:33.285449" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T01:06:33.284273" elapsed="0.001703"/>
</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-04T00:56:26.555961" elapsed="606.730074"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.286544" 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-04T01:06:33.286201" elapsed="0.000401"/>
</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-04T01:06:33.287126" elapsed="0.000310"/>
</kw>
<status status="PASS" start="2026-04-04T01:06:33.286810" elapsed="0.000699"/>
</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-04T00:56:26.553926" elapsed="606.733622"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.289188" 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-04T01:06:33.288761" elapsed="0.000501"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.290628" 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-04T01:06:33.290251" elapsed="0.000421"/>
</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-04T01:06:33.291015" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:06:33.290790" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-04T01:06:33.293988" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:06:33.293742" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-04T01:06:33.293722" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T01:06:33.294474" 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-04T01:06:33.294596" 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-04T01:06:33.294229" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.295191" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.175 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.75" 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-04T01:06:33.294757" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T01:06:33.295802" 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-04T01:06:33.295392" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T01:06:33.296904" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T01:06:33.296999" 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-04T01:06:33.296429" elapsed="0.000594"/>
</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-04T01:06:33.297184" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T01:06:33.298415" level="INFO">Logging into '10.30.171.75:22' as 'jenkins'.</msg>
<msg time="2026-04-04T01:06:33.875032" 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 Sat Apr  4 01:06:33 UTC 2026

  System load:  0.36               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.75
  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: Sat Apr  4 00:56:27 2026 from 10.30.170.243
[?2004h[jenkins@releng-63164-162-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-04T01:06:33.298022" elapsed="0.577225"/>
</kw>
<msg time="2026-04-04T01:06:33.875340" 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-04T01:06:33.297674" elapsed="0.577753"/>
</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-04T01:06:33.296032" elapsed="0.579530"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T01:06:33.876125" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.175 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T01:16:39.927536" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T01:16:39.928153" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T01:16:39.928263" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-04T01:06:33.875788" elapsed="606.052533"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:16:39.929517" elapsed="0.000801"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.931536" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:38.995 16  switches: flows:  120608 120598 120871 118916 119845 118491 119755 120160 118903 117859 118689 117755 117230 118785 117596 116842  total = 31.715050 per ms 
01:08:39.098 16  switches: flows:  130874 131953 131718 131464 129685 133369 130816 131895 129601 126070 129758 127323 129898 129157 125872 126649  total = 34.542732 per ms 
01:09:39.198 16  switches: flows:  133039 134363 133470 130755 130395 132918 132565 133247 129983 130861 128312 131065 131628 128339 127201 127576  total = 34.870380 per ms 
01:10:39.298 16  switches: flows:  125336 125356 124306 123598 122437 122895 123530 121381 122731 123686 120753 119735 121680 117854 120596 119470  total = 32.534746 per ms 
01:11:39.398 16  switches: flows:  136018 134188 134495 136506 131874 135346 133878 130781 130695 131831 130869 128793 132920 129054 130944 130837  total = 35.258296 per ms 
01:12:39.499 16  switches: flows:  135650 133343 134785 134877 131241 135052 132275 131191 131179 133387 129645 127918 131811 128370 131987 131898  total = 35.184766 per ms 
01:13:39.599 16  switches: flows:  132055 132224 131779 131046 128642 132250 128785 128145 126675 130158 128198 125749 128710 126452 129094 128350  total = 34.414420 per ms 
01:14:39.699 16  switches: flows:  133983 132577 134287 132253 131509 134165 134311 130154 131227 131350 132379 126740 132002 127857 126648 130030  total = 34.966184 per ms 
01:15:39.801 16  switches: flows:  134262 132706 135506 136089 131947 137687 136899 131762 134544 133407 130381 127114 134554 129750 127665 133738  total = 35.406521 per ms 
01:16:39.902 16  switches: flows:  132090 131549 133267 134081 129516 135243 134729 129336 131735 131707 128614 127146 131805 130047 128294 131760  total = 34.956917 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32534.75/35406.52/34681.66/11589.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:16:39.930689" elapsed="0.001163"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T01:16:39.932396" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-04T01:16:39.932046" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-04-04T01:16:39.931983" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T01:16:39.932816" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:16:39.932735" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-04T01:16:39.932700" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T01:16:39.933022" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T01:16:39.938701" elapsed="0.000409"/>
</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-04T01:16:39.939259" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:16:39.939551" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T01:16:39.933749" elapsed="0.005951"/>
</kw>
<msg time="2026-04-04T01:16:39.939829" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-04T01:06:33.291455" elapsed="606.648401"/>
</kw>
<status status="PASS" start="2026-04-04T01:06:33.291118" elapsed="606.648788"/>
</branch>
<status status="PASS" start="2026-04-04T01:06:33.290767" elapsed="606.649163"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.940368" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.175:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.175. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:38.995 16  switches: flows:  120608 120598 120871 118916 119845 118491 119755 120160 118903 117859 118689 117755 117230 118785 117596 116842  total = 31.715050 per ms 
01:08:39.098 16  switches: flows:  130874 131953 131718 131464 129685 133369 130816 131895 129601 126070 129758 127323 129898 129157 125872 126649  total = 34.542732 per ms 
01:09:39.198 16  switches: flows:  133039 134363 133470 130755 130395 132918 132565 133247 129983 130861 128312 131065 131628 128339 127201 127576  total = 34.870380 per ms 
01:10:39.298 16  switches: flows:  125336 125356 124306 123598 122437 122895 123530 121381 122731 123686 120753 119735 121680 117854 120596 119470  total = 32.534746 per ms 
01:11:39.398 16  switches: flows:  136018 134188 134495 136506 131874 135346 133878 130781 130695 131831 130869 128793 132920 129054 130944 130837  total = 35.258296 per ms 
01:12:39.499 16  switches: flows:  135650 133343 134785 134877 131241 135052 132275 131191 131179 133387 129645 127918 131811 128370 131987 131898  total = 35.184766 per ms 
01:13:39.599 16  switches: flows:  132055 132224 131779 131046 128642 132250 128785 128145 126675 130158 128198 125749 128710 126452 129094 128350  total = 34.414420 per ms 
01:14:39.699 16  switches: flows:  133983 132577 134287 132253 131509 134165 134311 130154 131227 131350 132379 126740 132002 127857 126648 130030  total = 34.966184 per ms 
01:15:39.801 16  switches: flows:  134262 132706 135506 136089 131947 137687 136899 131762 134544 133407 130381 127114 134554 129750 127665 133738  total = 35.406521 per ms 
01:16:39.902 16  switches: flows:  132090 131549 133267 134081 129516 135243 134729 129336 131735 131707 128614 127146 131805 130047 128294 131760  total = 34.956917 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32534.75/35406.52/34681.66/11589.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:16:39.940070" elapsed="0.000371"/>
</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-04T01:16:39.940587" elapsed="0.000366"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T01:16:39.941348" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T01:16:39.941438" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32534.75/35406.52/34681.66/11589.37 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-04T01:16:39.941128" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:16:39.941868" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32534.75/35406.52/34681.66/11589.37 | 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-04T01:16:39.941613" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.944298" 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-04T01:16:39.942053" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.946880" level="INFO">32534.75/35406.52/34681.66/11589.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:16:39.944496" elapsed="0.002440"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:16:39.949299" 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-04T01:16:39.947084" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T01:16:39.951762" level="INFO">@{result_value_list} = [ 32534.75 | 35406.52 | 34681.66 | 11589.37 ]</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-04T01:16:39.949511" elapsed="0.002278"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.952260" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T01:16:39.952347" 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-04T01:16:39.951942" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.957057" level="INFO">min :: 32534.75</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-04T01:16:39.952747" elapsed="0.004382"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T01:16:39.952620" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.961642" level="INFO">max :: 35406.52</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-04T01:16:39.957376" elapsed="0.004322"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T01:16:39.957252" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.966424" level="INFO">avg :: 34681.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:16:39.961938" elapsed="0.004542"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T01:16:39.961814" elapsed="0.004700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.971037" level="INFO">stdev :: 11589.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T01:16:39.966733" elapsed="0.004541"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T01:16:39.966597" elapsed="0.004721"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T01:16:39.952435" elapsed="0.018914"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.975229" level="INFO">${min} = 32534.75</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-04T01:16:39.971508" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.979149" level="INFO">${max} = 35406.52</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-04T01:16:39.975411" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.983073" level="INFO">${average} = 34681.66</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-04T01:16:39.979331" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.986991" level="INFO">${stdev} = 11589.37</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-04T01:16:39.983271" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.987532" level="INFO">${date} = 2026-04-04 01:16:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-04T01:16:39.987192" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.988126" level="INFO">CBench Result: 2026-04-04 01:16:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32534.75,35406.52,34681.66,11589.37</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-04T01:16:39.987708" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T01:16:39.989249" 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-04T01:16:39.988795" elapsed="0.000524"/>
</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-04T01:16:39.989471" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T01:16:39.988327" elapsed="0.001660"/>
</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-04T01:06:33.289675" elapsed="606.700372"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.990529" 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-04T01:16:39.990219" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T01:16:39.991803" 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-04T01:16:39.991299" elapsed="0.000532"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-04T01:16:39.992049" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-04T01:16:39.991905" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-04-04T01:16:39.991886" elapsed="0.000266"/>
</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-04T01:16:39.992293" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-04T01:16:39.992448" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-04T01:16:39.992606" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-04T01:16:39.992797" elapsed="0.000021"/>
</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-04T01:16:39.992952" 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-04T01:16:39.993113" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-04T01:16:39.993264" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-04T01:16:39.993485" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:16:39.993349" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-04-04T01:16:39.993332" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-04T01:16:39.990952" elapsed="0.002658"/>
</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-04T01:06:33.288118" elapsed="606.705537"/>
</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-04T00:46:16.937344" elapsed="1823.056896"/>
</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>
