<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-18T00:45:56.569290" 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-08-18T00:45:57.115441" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-08-18T00:45:57.115308" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:57.115280" elapsed="0.000275"/>
</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-08-18T00:45:57.115699" elapsed="0.000505"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T00:45:57.116689" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-08-18T00:45:57.756731" 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-08-18T00:45:57.116374" elapsed="0.640529"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T00:45:57.805991" 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-08-18T00:45:57.757170" elapsed="0.048887"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T00:45:57.807848" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T00:45:57.807957" 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-08-18T00:45:57.806218" elapsed="0.001769"/>
</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-08-18T00:45:57.808141" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:45:57.808504" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.809154" 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-08-18T00:45:57.808844" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T00:45:57.809260" elapsed="0.000050"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T00:45:57.114931" elapsed="0.694494"/>
</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-08-18T00:45:57.111351" elapsed="0.698159"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T00:45:57.810054" 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-08-18T00:45:57.809691" elapsed="0.000421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T00:45:57.810564" 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-08-18T00:45:57.810265" elapsed="0.000360"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.811212" 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-08-18T00:45:57.810819" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.811760" 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-08-18T00:45:57.811404" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.812376" 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-08-18T00:45:57.811968" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.812891" 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-08-18T00:45:57.812579" elapsed="0.000354"/>
</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-08-18T00:45:57.813225" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T00:45:57.813016" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T00:45:57.817518" 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-08-18T00:45:57.817102" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T00:45:57.818718" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T00:45:57.818806" 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-08-18T00:45:57.818097" elapsed="0.000734"/>
</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-08-18T00:45:57.818976" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T00:45:57.820308" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-08-18T00:45:58.263775" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 00:45:16 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-374-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-08-18T00:45:57.819837" elapsed="0.444072"/>
</kw>
<msg time="2026-08-18T00:45:58.263990" 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-08-18T00:45:57.819490" elapsed="0.444579"/>
</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-08-18T00:45:57.817753" elapsed="0.446426"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.271237" 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-08-18T00:45:58.264366" elapsed="0.008573"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:45:58.273125" elapsed="0.000307"/>
</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-08-18T00:45:57.816586" elapsed="0.456933"/>
</kw>
<status status="PASS" start="2026-08-18T00:45:57.813354" elapsed="0.460204"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:57.812992" elapsed="0.460598"/>
</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-08-18T00:45:58.273744" elapsed="0.000484"/>
</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-08-18T00:45:58.278917" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-18T00:45:58.278749" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:58.278714" elapsed="0.000312"/>
</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-08-18T00:45:58.284026" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-18T00:45:58.283855" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:58.283827" elapsed="0.000299"/>
</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-08-18T00:45:58.284310" elapsed="0.000617"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.285554" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-08-18T00:45:58.474805" 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-08-18T00:45:58.285160" elapsed="0.189769"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.571505" 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-08-18T00:45:58.475122" elapsed="0.096467"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.575704" 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-08-18T00:45:58.575901" 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-08-18T00:45:58.571761" elapsed="0.004172"/>
</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-08-18T00:45:58.576074" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:45:58.576413" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.577058" 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-08-18T00:45:58.576767" elapsed="0.000346"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T00:45:58.577164" elapsed="0.000047"/>
</return>
<msg time="2026-08-18T00:45:58.577356" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T00:45:58.283333" elapsed="0.294056"/>
</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-08-18T00:45:58.577556" elapsed="0.000539"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T00:45:58.578188" elapsed="0.000035"/>
</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-08-18T00:45:58.278312" elapsed="0.300013"/>
</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-08-18T00:45:58.582052" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-18T00:45:58.581912" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:58.581888" elapsed="0.000234"/>
</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-08-18T00:45:58.582250" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.583105" level="INFO">Logging into '10.30.170.89:8101' as 'karaf'.</msg>
<msg time="2026-08-18T00:45:58.747176" 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-08-18T00:45:58.582848" elapsed="0.164420"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.774639" 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-08-18T00:45:58.747434" elapsed="0.027266"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.776769" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-18T00:45:58.776871" 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-08-18T00:45:58.774847" elapsed="0.002054"/>
</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-08-18T00:45:58.777037" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:45:58.777357" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.777977" 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-08-18T00:45:58.777686" elapsed="0.000341"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-18T00:45:58.778076" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-18T00:45:58.581576" elapsed="0.196651"/>
</kw>
<status status="PASS" start="2026-08-18T00:45:57.109655" elapsed="1.668633"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.780382" 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-08-18T00:45:58.779317" elapsed="0.001130"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.781853" 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-08-18T00:45:58.781507" elapsed="0.000390"/>
</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-08-18T00:45:58.782210" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T00:45:58.781974" elapsed="0.000295"/>
</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-08-18T00:45:58.785219" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-18T00:45:58.784968" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:58.784948" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.785645" 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-08-18T00:45:58.785767" 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-08-18T00:45:58.785432" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.786348" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" 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-08-18T00:45:58.785929" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.787018" 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-08-18T00:45:58.786562" elapsed="0.000483"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T00:45:58.787966" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T00:45:58.788055" 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-08-18T00:45:58.787650" elapsed="0.000429"/>
</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-08-18T00:45:58.788220" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T00:45:58.789405" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-08-18T00:45:59.121731" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 00:45:16 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Tue Aug 18 00:45:58 2026 from 10.30.170.233
[?2004h[jenkins@releng-63164-374-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-08-18T00:45:58.789058" elapsed="0.332816"/>
</kw>
<msg time="2026-08-18T00:45:59.121949" 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-08-18T00:45:58.788717" elapsed="0.333310"/>
</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-08-18T00:45:58.787245" elapsed="0.334891"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T00:45:59.122625" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T00:56:05.237324" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T00:56:05.237884" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T00:56:05.237992" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T00:45:59.122328" elapsed="606.115732"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:56:05.238520" elapsed="0.000662"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.240316" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:04.312 16  switches: flows:  114360 114990 113002 109870 112747 110590 114062 110092 109322 110331 109892 108170 108851 109166 106954 108355  total = 29.512567 per ms 
00:48:04.412 16  switches: flows:  127449 129018 128230 124867 124976 126789 128461 124761 123278 122161 125651 124385 122660 123276 121229 123759  total = 33.293581 per ms 
00:49:04.512 16  switches: flows:  128499 130245 129517 126589 127100 128077 129158 125832 126176 124297 127775 124549 125394 126143 122202 124806  total = 33.716382 per ms 
00:50:04.613 16  switches: flows:  128923 130322 130946 126831 128108 128850 131063 125082 125872 124713 128103 126085 124737 125911 123427 123156  total = 33.812220 per ms 
00:51:04.713 16  switches: flows:  129243 128594 129414 125359 127282 129905 130367 126771 125814 123753 125463 125513 124938 124036 121251 124630  total = 33.649347 per ms 
00:52:04.814 16  switches: flows:  129641 127982 129121 125298 126855 130296 129798 126570 126592 125391 123333 125306 124461 123447 121979 125149  total = 33.630817 per ms 
00:53:04.914 16  switches: flows:  133716 131919 130000 130237 129456 131372 129640 130282 127527 126716 127045 128044 126867 126975 125498 128162  total = 34.333587 per ms 
00:54:05.014 16  switches: flows:  127941 128797 125170 124212 125177 125480 125921 124749 124126 123833 124414 122948 123926 123900 123114 124609  total = 33.249698 per ms 
00:55:05.115 16  switches: flows:  129137 131499 129561 127483 127855 128002 128386 127901 127771 126966 128229 126278 126986 127221 124797 127005  total = 34.027769 per ms 
00:56:05.215 16  switches: flows:  127687 126925 125474 121764 126303 125526 127088 124927 124537 124327 122004 121758 119822 124176 122524 123139  total = 33.077750 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33077.75/34333.59/33643.46/11220.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T00:56:05.239566" elapsed="0.001073"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T00:56:05.241202" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-18T00:56:05.240899" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-08-18T00:56:05.240836" elapsed="0.000581"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T00:56:05.241654" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-18T00:56:05.241586" elapsed="0.000127"/>
</branch>
<status status="NOT RUN" start="2026-08-18T00:56:05.241549" elapsed="0.000194"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T00:56:05.241789" 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-08-18T00:56:05.245298" elapsed="0.000485"/>
</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-08-18T00:56:05.245986" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T00:56:05.246391" elapsed="0.000163"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T00:56:05.242233" elapsed="0.004396"/>
</kw>
<msg time="2026-08-18T00:56:05.246806" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T00:45:58.782640" elapsed="606.464204"/>
</kw>
<status status="PASS" start="2026-08-18T00:45:58.782296" elapsed="606.464617"/>
</branch>
<status status="PASS" start="2026-08-18T00:45:58.781951" elapsed="606.464993"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.247557" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:04.312 16  switches: flows:  114360 114990 113002 109870 112747 110590 114062 110092 109322 110331 109892 108170 108851 109166 106954 108355  total = 29.512567 per ms 
00:48:04.412 16  switches: flows:  127449 129018 128230 124867 124976 126789 128461 124761 123278 122161 125651 124385 122660 123276 121229 123759  total = 33.293581 per ms 
00:49:04.512 16  switches: flows:  128499 130245 129517 126589 127100 128077 129158 125832 126176 124297 127775 124549 125394 126143 122202 124806  total = 33.716382 per ms 
00:50:04.613 16  switches: flows:  128923 130322 130946 126831 128108 128850 131063 125082 125872 124713 128103 126085 124737 125911 123427 123156  total = 33.812220 per ms 
00:51:04.713 16  switches: flows:  129243 128594 129414 125359 127282 129905 130367 126771 125814 123753 125463 125513 124938 124036 121251 124630  total = 33.649347 per ms 
00:52:04.814 16  switches: flows:  129641 127982 129121 125298 126855 130296 129798 126570 126592 125391 123333 125306 124461 123447 121979 125149  total = 33.630817 per ms 
00:53:04.914 16  switches: flows:  133716 131919 130000 130237 129456 131372 129640 130282 127527 126716 127045 128044 126867 126975 125498 128162  total = 34.333587 per ms 
00:54:05.014 16  switches: flows:  127941 128797 125170 124212 125177 125480 125921 124749 124126 123833 124414 122948 123926 123900 123114 124609  total = 33.249698 per ms 
00:55:05.115 16  switches: flows:  129137 131499 129561 127483 127855 128002 128386 127901 127771 126966 128229 126278 126986 127221 124797 127005  total = 34.027769 per ms 
00:56:05.215 16  switches: flows:  127687 126925 125474 121764 126303 125526 127088 124927 124537 124327 122004 121758 119822 124176 122524 123139  total = 33.077750 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33077.75/34333.59/33643.46/11220.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T00:56:05.247135" elapsed="0.000526"/>
</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-08-18T00:56:05.247862" elapsed="0.000493"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T00:56:05.249017" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T00:56:05.249227" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33077.75/34333.59/33643.46/11220.70 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-08-18T00:56:05.248599" elapsed="0.000668"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T00:56:05.250168" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33077.75/34333.59/33643.46/11220.70 | 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-08-18T00:56:05.249732" elapsed="0.000465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.253783" 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-08-18T00:56:05.250401" elapsed="0.003531"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.256954" level="INFO">33077.75/34333.59/33643.46/11220.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T00:56:05.254109" elapsed="0.002900"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T00:56:05.259372" 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-08-18T00:56:05.257192" elapsed="0.002207"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T00:56:05.261824" level="INFO">@{result_value_list} = [ 33077.75 | 34333.59 | 33643.46 | 11220.70 ]</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-08-18T00:56:05.259602" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.262307" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T00:56:05.262395" 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-08-18T00:56:05.262003" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.267064" level="INFO">min :: 33077.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-08-18T00:56:05.262819" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T00:56:05.262689" elapsed="0.004477"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.271636" level="INFO">max :: 34333.59</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-08-18T00:56:05.267382" elapsed="0.004310"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T00:56:05.267256" elapsed="0.004470"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.276222" level="INFO">avg :: 33643.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T00:56:05.271939" elapsed="0.004339"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T00:56:05.271813" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.280840" level="INFO">stdev :: 11220.70</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-08-18T00:56:05.276588" elapsed="0.004307"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T00:56:05.276401" elapsed="0.004528"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T00:56:05.262504" elapsed="0.018458"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.284950" level="INFO">${min} = 33077.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-08-18T00:56:05.281119" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.289861" level="INFO">${max} = 34333.59</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-08-18T00:56:05.285127" elapsed="0.004763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.293757" level="INFO">${average} = 33643.46</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-08-18T00:56:05.290045" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.297628" level="INFO">${stdev} = 11220.70</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-08-18T00:56:05.293937" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.298203" level="INFO">${date} = 2026-08-18 00:56:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T00:56:05.297850" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.298921" level="INFO">CBench Result: 2026-08-18 00:56:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33077.75,34333.59,33643.46,11220.70</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-08-18T00:56:05.298375" elapsed="0.000603"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T00:56:05.300009" 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-08-18T00:56:05.299614" elapsed="0.000460"/>
</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-08-18T00:56:05.300228" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T00:56:05.299116" elapsed="0.001645"/>
</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-08-18T00:45:58.780875" elapsed="606.519944"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.301274" 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-08-18T00:56:05.300965" elapsed="0.000364"/>
</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-08-18T00:56:05.301851" elapsed="0.000275"/>
</kw>
<status status="PASS" start="2026-08-18T00:56:05.301555" elapsed="0.000641"/>
</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-08-18T00:45:58.778431" elapsed="606.523802"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.303698" 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-08-18T00:56:05.303302" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.304980" 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-08-18T00:56:05.304655" elapsed="0.000367"/>
</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-08-18T00:56:05.305342" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T00:56:05.305130" elapsed="0.000269"/>
</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-08-18T00:56:05.308256" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T00:56:05.308015" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-08-18T00:56:05.307996" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T00:56:05.308670" 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-08-18T00:56:05.308788" 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-08-18T00:56:05.308462" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.309359" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" 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-08-18T00:56:05.308947" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T00:56:05.309958" 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-08-18T00:56:05.309569" elapsed="0.000415"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T00:56:05.310885" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T00:56:05.310972" 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-08-18T00:56:05.310584" elapsed="0.000412"/>
</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-08-18T00:56:05.311133" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T00:56:05.312293" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-08-18T00:56:05.902136" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 00:56:05 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Tue Aug 18 00:45:59 2026 from 10.30.170.233
[?2004h[jenkins@releng-63164-374-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-08-18T00:56:05.311948" elapsed="0.590373"/>
</kw>
<msg time="2026-08-18T00:56:05.902406" 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-08-18T00:56:05.311614" elapsed="0.590899"/>
</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-08-18T00:56:05.310200" elapsed="0.592430"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T00:56:05.903153" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T01:06:11.953833" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T01:06:11.954428" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T01:06:11.954573" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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-08-18T00:56:05.902849" elapsed="606.051798"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:11.955112" elapsed="0.000705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.956979" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:11.015 16  switches: flows:  531184 507101 528589 530918 537286 517610 524381 533064 513805 529385 521660 516269 518210 522997 517831 507429  total = 139.295317 per ms 
00:58:11.118 16  switches: flows:  529208 528508 535430 531675 527994 521763 527827 522130 521300 523522 527549 523291 530197 529034 531281 526777  total = 140.387080 per ms 
00:59:11.220 16  switches: flows:  521099 530906 515122 535284 522309 518857 529556 525079 521635 494073 527427 521503 526753 514149 517101 524368  total = 138.853188 per ms 
01:00:11.323 16  switches: flows:  522946 526091 528978 536453 533010 530805 520856 527031 528780 534995 531858 520150 526267 524238 539510 536738  total = 140.905368 per ms 
01:01:11.426 16  switches: flows:  507267 500728 505235 497555 510893 500714 508181 500645 505897 513256 500087 511052 494156 502692 494216 509662  total = 134.140723 per ms 
01:02:11.527 16  switches: flows:  544831 541754 545673 551178 542878 545875 540549 546957 543161 544697 541821 538925 541752 538894 553820 541269  total = 144.823095 per ms 
01:03:11.631 16  switches: flows:  583266 581404 574450 583549 586855 581523 573779 581811 581184 581821 582590 585021 586276 583899 586714 580789  total = 154.988106 per ms 
01:04:11.733 16  switches: flows:  571870 570294 559690 569549 576113 573306 570176 570110 559988 576543 572143 568450 573594 561394 563949 569588  total = 151.524669 per ms 
01:05:11.834 16  switches: flows:  555987 580239 575320 576107 577586 568769 575338 571444 583822 574529 578489 583601 573541 579885 576575 566447  total = 153.036139 per ms 
01:06:11.936 16  switches: flows:  563185 579732 586599 587645 590161 582478 592429 591173 592812 598058 602061 595420 591473 586499 589553 586646  total = 156.667901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134140.72/156667.90/146147.36/49310.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.956180" elapsed="0.001143"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T01:06:11.957887" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-18T01:06:11.957550" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:11.957458" elapsed="0.000642"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T01:06:11.958310" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:06:11.958228" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:06:11.958191" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T01:06:11.958558" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-18T01:06:11.962892" elapsed="0.000339"/>
</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-08-18T01:06:11.963380" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:06:11.963705" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T01:06:11.959259" elapsed="0.004607"/>
</kw>
<msg time="2026-08-18T01:06:11.963997" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89: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-08-18T00:56:05.305753" elapsed="606.658272"/>
</kw>
<status status="PASS" start="2026-08-18T00:56:05.305424" elapsed="606.658650"/>
</branch>
<status status="PASS" start="2026-08-18T00:56:05.305109" elapsed="606.658988"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.964566" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:11.015 16  switches: flows:  531184 507101 528589 530918 537286 517610 524381 533064 513805 529385 521660 516269 518210 522997 517831 507429  total = 139.295317 per ms 
00:58:11.118 16  switches: flows:  529208 528508 535430 531675 527994 521763 527827 522130 521300 523522 527549 523291 530197 529034 531281 526777  total = 140.387080 per ms 
00:59:11.220 16  switches: flows:  521099 530906 515122 535284 522309 518857 529556 525079 521635 494073 527427 521503 526753 514149 517101 524368  total = 138.853188 per ms 
01:00:11.323 16  switches: flows:  522946 526091 528978 536453 533010 530805 520856 527031 528780 534995 531858 520150 526267 524238 539510 536738  total = 140.905368 per ms 
01:01:11.426 16  switches: flows:  507267 500728 505235 497555 510893 500714 508181 500645 505897 513256 500087 511052 494156 502692 494216 509662  total = 134.140723 per ms 
01:02:11.527 16  switches: flows:  544831 541754 545673 551178 542878 545875 540549 546957 543161 544697 541821 538925 541752 538894 553820 541269  total = 144.823095 per ms 
01:03:11.631 16  switches: flows:  583266 581404 574450 583549 586855 581523 573779 581811 581184 581821 582590 585021 586276 583899 586714 580789  total = 154.988106 per ms 
01:04:11.733 16  switches: flows:  571870 570294 559690 569549 576113 573306 570176 570110 559988 576543 572143 568450 573594 561394 563949 569588  total = 151.524669 per ms 
01:05:11.834 16  switches: flows:  555987 580239 575320 576107 577586 568769 575338 571444 583822 574529 578489 583601 573541 579885 576575 566447  total = 153.036139 per ms 
01:06:11.936 16  switches: flows:  563185 579732 586599 587645 590161 582478 592429 591173 592812 598058 602061 595420 591473 586499 589553 586646  total = 156.667901 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134140.72/156667.90/146147.36/49310.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.964237" elapsed="0.000405"/>
</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-08-18T01:06:11.964792" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T01:06:11.965589" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T01:06:11.965681" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134140.72/156667.90/146147.36/49310.85 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-18T01:06:11.965353" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:06:11.966108" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134140.72/156667.90/146147.36/49310.85 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:06:11.965855" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.968545" 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-08-18T01:06:11.966276" elapsed="0.002326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.971002" level="INFO">134140.72/156667.90/146147.36/49310.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.968746" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:06:11.973421" 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-08-18T01:06:11.971209" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:06:11.975845" level="INFO">@{result_value_list} = [ 134140.72 | 156667.90 | 146147.36 | 49310.85 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-18T01:06:11.973654" elapsed="0.002218"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.976325" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T01:06:11.976413" 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-08-18T01:06:11.976024" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.981316" level="INFO">min :: 134140.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.976833" elapsed="0.004539"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T01:06:11.976705" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.986051" level="INFO">max :: 156667.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.981637" elapsed="0.004470"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T01:06:11.981511" elapsed="0.004631"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.990612" level="INFO">avg :: 146147.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.986353" elapsed="0.004315"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T01:06:11.986228" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.995179" level="INFO">stdev :: 49310.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:11.990917" elapsed="0.004318"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T01:06:11.990788" elapsed="0.004481"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T01:06:11.976518" elapsed="0.018782"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:11.999217" level="INFO">${min} = 134140.72</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-08-18T01:06:11.995471" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.003198" level="INFO">${max} = 156667.90</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:06:11.999395" elapsed="0.003830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.007295" level="INFO">${average} = 146147.36</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-08-18T01:06:12.003378" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.011207" level="INFO">${stdev} = 49310.85</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-18T01:06:12.007497" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.011756" level="INFO">${date} = 2026-08-18 01:06:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T01:06:12.011391" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.012335" level="INFO">CBench Result: 2026-08-18 01:06:12,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134140.72,156667.90,146147.36,49310.85</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:06:12.011926" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:06:12.013432" 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-08-18T01:06:12.013014" elapsed="0.000501"/>
</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-08-18T01:06:12.013665" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T01:06:12.012548" elapsed="0.001635"/>
</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-08-18T00:56:05.304062" elapsed="606.710181"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.014720" 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-08-18T01:06:12.014388" elapsed="0.000389"/>
</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-08-18T01:06:12.015274" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-08-18T01:06:12.014976" elapsed="0.000646"/>
</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-08-18T00:56:05.302711" elapsed="606.712948"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.016998" 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-08-18T01:06:12.016621" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.018316" 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-08-18T01:06:12.017960" elapsed="0.000407"/>
</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-08-18T01:06:12.018728" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:06:12.018498" elapsed="0.000288"/>
</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-08-18T01:06:12.022026" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:06:12.021695" elapsed="0.000406"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:12.021668" elapsed="0.000466"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:06:12.022516" 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-08-18T01:06:12.022637" 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-08-18T01:06:12.022289" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.023214" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" 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-08-18T01:06:12.022796" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-18T01:06:12.023822" 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-08-18T01:06:12.023407" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:06:12.024749" level="INFO">Length is 0.</msg>
<msg time="2026-08-18T01:06:12.024835" 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-08-18T01:06:12.024418" elapsed="0.000441"/>
</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-08-18T01:06:12.024997" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-18T01:06:12.026206" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-08-18T01:06:12.575676" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 18 01:06:12 UTC 2026

  System load:  0.24               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Tue Aug 18 00:56:05 2026 from 10.30.170.233
[?2004h[jenkins@releng-63164-374-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-08-18T01:06:12.025860" elapsed="0.549985"/>
</kw>
<msg time="2026-08-18T01:06:12.575924" 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-08-18T01:06:12.025521" elapsed="0.550483"/>
</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-08-18T01:06:12.024048" elapsed="0.552068"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-18T01:06:12.576655" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-18T01:16:18.625174" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-18T01:16:18.625842" level="INFO">${stdout} = </msg>
<msg time="2026-08-18T01:16:18.625954" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-18T01:06:12.576334" elapsed="606.049687"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:16:18.626560" elapsed="0.000673"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.628686" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:17.687 16  switches: flows:  116221 114096 112896 112247 112536 113732 112881 112943 111774 112133 109862 109511 112850 111032 111880 109464  total = 29.934300 per ms 
01:08:17.789 16  switches: flows:  119930 117807 116511 116122 114507 117425 116207 116574 115770 114742 113648 113021 115603 114481 114665 112069  total = 30.766604 per ms 
01:09:17.889 16  switches: flows:  125559 121020 121451 122462 122991 121166 121925 123514 123176 122610 121201 120626 120926 121949 120876 118803  total = 32.450069 per ms 
01:10:17.991 16  switches: flows:  130105 128638 126999 128275 130590 127893 128520 127896 131247 129884 128445 129350 125858 128478 128081 124854  total = 34.194373 per ms 
01:11:18.093 16  switches: flows:  127622 127255 125605 126755 129638 125659 126743 126446 129133 128265 127743 126785 125180 126390 126853 123743  total = 33.773838 per ms 
01:12:18.194 16  switches: flows:  124589 126156 124597 126046 125478 122447 124194 124502 125401 124695 120144 122538 121648 121421 121470 121141  total = 32.886185 per ms 
01:13:18.295 16  switches: flows:  130730 129420 130363 130289 131733 127500 130201 130541 131435 128198 125897 130053 127992 129097 127950 127297  total = 34.420774 per ms 
01:14:18.396 16  switches: flows:  129916 130393 130716 127920 130531 126341 129453 128298 129531 128080 124402 127293 128542 128921 127498 125944  total = 34.172616 per ms 
01:15:18.497 16  switches: flows:  130656 131557 131600 129185 129481 127221 129868 128505 130415 127521 126222 128159 127291 128209 128148 126606  total = 34.286802 per ms 
01:16:18.599 16  switches: flows:  129660 127511 127317 127150 127570 127370 127637 126442 126522 125923 123671 125516 124105 126404 126237 123467  total = 33.652197 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30766.60/34420.77/33400.38/11190.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:18.627681" elapsed="0.001332"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-18T01:16:18.629534" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-08-18T01:16:18.629198" elapsed="0.000509"/>
</branch>
<status status="PASS" start="2026-08-18T01:16:18.629148" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-18T01:16:18.629975" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-18T01:16:18.629892" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:16:18.629856" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-18T01:16:18.630180" 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-08-18T01:16:18.634766" elapsed="0.000338"/>
</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-08-18T01:16:18.635251" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-18T01:16:18.635570" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-18T01:16:18.630941" elapsed="0.004793"/>
</kw>
<msg time="2026-08-18T01:16:18.635875" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-18T01:06:12.019242" elapsed="606.616659"/>
</kw>
<status status="PASS" start="2026-08-18T01:06:12.018812" elapsed="606.617140"/>
</branch>
<status status="PASS" start="2026-08-18T01:06:12.018476" elapsed="606.617500"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.636426" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.89. 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:17.687 16  switches: flows:  116221 114096 112896 112247 112536 113732 112881 112943 111774 112133 109862 109511 112850 111032 111880 109464  total = 29.934300 per ms 
01:08:17.789 16  switches: flows:  119930 117807 116511 116122 114507 117425 116207 116574 115770 114742 113648 113021 115603 114481 114665 112069  total = 30.766604 per ms 
01:09:17.889 16  switches: flows:  125559 121020 121451 122462 122991 121166 121925 123514 123176 122610 121201 120626 120926 121949 120876 118803  total = 32.450069 per ms 
01:10:17.991 16  switches: flows:  130105 128638 126999 128275 130590 127893 128520 127896 131247 129884 128445 129350 125858 128478 128081 124854  total = 34.194373 per ms 
01:11:18.093 16  switches: flows:  127622 127255 125605 126755 129638 125659 126743 126446 129133 128265 127743 126785 125180 126390 126853 123743  total = 33.773838 per ms 
01:12:18.194 16  switches: flows:  124589 126156 124597 126046 125478 122447 124194 124502 125401 124695 120144 122538 121648 121421 121470 121141  total = 32.886185 per ms 
01:13:18.295 16  switches: flows:  130730 129420 130363 130289 131733 127500 130201 130541 131435 128198 125897 130053 127992 129097 127950 127297  total = 34.420774 per ms 
01:14:18.396 16  switches: flows:  129916 130393 130716 127920 130531 126341 129453 128298 129531 128080 124402 127293 128542 128921 127498 125944  total = 34.172616 per ms 
01:15:18.497 16  switches: flows:  130656 131557 131600 129185 129481 127221 129868 128505 130415 127521 126222 128159 127291 128209 128148 126606  total = 34.286802 per ms 
01:16:18.599 16  switches: flows:  129660 127511 127317 127150 127570 127370 127637 126442 126522 125923 123671 125516 124105 126404 126237 123467  total = 33.652197 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30766.60/34420.77/33400.38/11190.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:18.636117" elapsed="0.000398"/>
</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-08-18T01:16:18.636664" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-18T01:16:18.637432" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-18T01:16:18.637539" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30766.60/34420.77/33400.38/11190.01 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-08-18T01:16:18.637207" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:18.637980" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30766.60/34420.77/33400.38/11190.01 | 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-08-18T01:16:18.637716" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.640399" 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-08-18T01:16:18.638150" elapsed="0.002321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.642811" level="INFO">30766.60/34420.77/33400.38/11190.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:18.640619" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:18.645294" 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-08-18T01:16:18.643032" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-18T01:16:18.647708" level="INFO">@{result_value_list} = [ 30766.60 | 34420.77 | 33400.38 | 11190.01 ]</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-08-18T01:16:18.645528" elapsed="0.002207"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.648189" level="INFO">Length is 4.</msg>
<msg time="2026-08-18T01:16:18.648277" 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-08-18T01:16:18.647888" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.653019" level="INFO">min :: 30766.60</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-08-18T01:16:18.648720" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-18T01:16:18.648593" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.659323" level="INFO">max :: 34420.77</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-08-18T01:16:18.653357" elapsed="0.006045"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-18T01:16:18.653197" elapsed="0.006253"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.666947" level="INFO">avg :: 33400.38</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-08-18T01:16:18.659762" elapsed="0.007241"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-18T01:16:18.659587" elapsed="0.007451"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.671473" level="INFO">stdev :: 11190.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-18T01:16:18.667245" elapsed="0.004286"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-18T01:16:18.667121" elapsed="0.004443"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-18T01:16:18.648389" elapsed="0.023205"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.675575" level="INFO">${min} = 30766.60</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-08-18T01:16:18.671753" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.679431" level="INFO">${max} = 34420.77</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-08-18T01:16:18.675755" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.683267" level="INFO">${average} = 33400.38</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-08-18T01:16:18.679625" elapsed="0.003669"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.687149" level="INFO">${stdev} = 11190.01</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-08-18T01:16:18.683448" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.687693" level="INFO">${date} = 2026-08-18 01:16:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-18T01:16:18.687334" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.688262" level="INFO">CBench Result: 2026-08-18 01:16:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30766.60,34420.77,33400.38,11190.01</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-08-18T01:16:18.687863" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-18T01:16:18.689471" 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-08-18T01:16:18.689007" elapsed="0.000534"/>
</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-08-18T01:16:18.689692" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-18T01:16:18.688496" elapsed="0.001708"/>
</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-08-18T01:06:12.017392" elapsed="606.672870"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.690733" 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-08-18T01:16:18.690407" elapsed="0.000391"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-18T01:16:18.692020" 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-08-18T01:16:18.691526" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-18T01:16:18.692265" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-18T01:16:18.692122" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-08-18T01:16:18.692103" elapsed="0.000274"/>
</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-08-18T01:16:18.692534" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-18T01:16:18.692691" 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-08-18T01:16:18.692847" 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-08-18T01:16:18.693037" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-18T01:16:18.693184" 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-08-18T01:16:18.693327" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-18T01:16:18.693482" elapsed="0.000026"/>
</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-08-18T01:16:18.693708" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-18T01:16:18.693571" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-18T01:16:18.693554" elapsed="0.000227"/>
</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-08-18T01:16:18.691179" elapsed="0.002652"/>
</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-08-18T01:06:12.016078" elapsed="606.677798"/>
</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-08-18T00:45:56.570879" elapsed="1822.123559"/>
</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>
