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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T00:49:06.446321" elapsed="0.572400"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.067827" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:07.019113" elapsed="0.048798"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.069682" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T00:49:07.069794" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T00:49:07.068108" elapsed="0.001716"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:07.069980" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:49:07.070399" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.071122" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:49:07.070788" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T00:49:07.071228" elapsed="0.000078"/>
</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.159
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T00:49:06.444577" elapsed="0.626858"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-02T00:49:06.440772" elapsed="0.630726"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T00:49:07.072090" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T00:49:07.071688" elapsed="0.000464"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T00:49:07.072604" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T00:49:07.072326" elapsed="0.000336"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.073273" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T00:49:07.072852" elapsed="0.000451"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.073807" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T00:49:07.073471" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.074392" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T00:49:07.074000" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.074893" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T00:49:07.074581" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-02T00:49:07.075260" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-02T00:49:07.075024" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.080134" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T00:49:07.079721" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T00:49:07.081349" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T00:49:07.081434" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T00:49:07.080890" elapsed="0.000569"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:49:07.081615" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.082978" level="INFO">Logging into '10.30.171.86:22' as 'jenkins'.</msg>
<msg time="2026-04-02T00:49:07.800474" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 00:49:07 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-158-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T00:49:07.082481" elapsed="0.718238"/>
</kw>
<msg time="2026-04-02T00:49:07.800883" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:49:07.082115" elapsed="0.718922"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T00:49:07.080389" elapsed="0.720904"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.809614" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-02T00:49:07.801686" elapsed="0.009523"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:49:07.811492" elapsed="0.000391"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-02T00:49:07.079181" elapsed="0.732792"/>
</kw>
<status status="PASS" start="2026-04-02T00:49:07.075815" elapsed="0.736233"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:07.074997" elapsed="0.737097"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T00:49:07.812329" elapsed="0.000661"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T00:49:07.819292" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-02T00:49:07.819101" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:07.819067" elapsed="0.000337"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T00:49:07.824472" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-02T00:49:07.824311" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:07.824282" elapsed="0.000289"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T00:49:07.824755" elapsed="0.000627"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-02T00:49:07.825954" level="INFO">Logging into '10.30.170.159:8101' as 'karaf'.</msg>
<msg time="2026-04-02T00:49:08.003277" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T00:49:07.825588" elapsed="0.177842"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.108097" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:08.003681" elapsed="0.104720"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.120434" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T00:49:08.120714" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T00:49:08.108891" elapsed="0.011870"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:08.121032" elapsed="0.000410"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:49:08.121654" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:49:08.122682" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:49:08.122151" elapsed="0.000613"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T00:49:08.122836" elapsed="0.000077"/>
</return>
<msg time="2026-04-02T00:49:08.123190" 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.159
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T00:49:07.823776" elapsed="0.299460"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T00:49:08.123473" elapsed="0.000765"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T00:49:08.124361" elapsed="0.000052"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-02T00:49:07.818669" elapsed="0.305856"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-02T00:49:08.128700" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-02T00:49:08.128536" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:08.128266" elapsed="0.000511"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T00:49:08.128917" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.129865" level="INFO">Logging into '10.30.170.159:8101' as 'karaf'.</msg>
<msg time="2026-04-02T00:49:08.286916" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-02T00:49:08.129592" elapsed="0.157514"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.326500" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:08.287432" elapsed="0.039311"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.331091" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-02T00:49:08.331359" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-02T00:49:08.327210" elapsed="0.004218"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-02T00:49:08.331770" elapsed="0.000539"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:49:08.332700" elapsed="0.000482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:49:08.334319" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:49:08.333606" elapsed="0.000908"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-02T00:49:08.334669" elapsed="0.000144"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.159
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-02T00:49:08.127912" elapsed="0.207246"/>
</kw>
<status status="PASS" start="2026-04-02T00:49:06.438872" elapsed="1.896520"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:49:08.338357" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:49:08.337152" elapsed="0.001271"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T00:49:08.339903" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T00:49:08.339524" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T00:49:08.340294" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-02T00:49:08.340031" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-02T00:49:08.343351" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-02T00:49:08.343084" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:08.343064" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.343845" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Thu Apr  2 00:49:07 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 00:49:07 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-158-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T00:49:08.349799" elapsed="0.321234"/>
</kw>
<msg time="2026-04-02T00:49:08.671145" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:49:08.349451" elapsed="0.321808"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T00:49:08.347146" elapsed="0.324287"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T00:49:08.672311" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.159 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T00:59:14.821613" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-02T00:59:14.822035" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T00:59:14.822105" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T00:49:08.671684" elapsed="606.150462"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:59:14.822500" elapsed="0.000491"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.823738" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:13.888 16  switches: flows:  138476 134758 132697 136861 134456 129989 133337 134524 129978 128142 132048 126792 126824 130335 126892 128301  total = 35.073500 per ms 
00:51:13.989 16  switches: flows:  153779 152117 147951 152669 152894 149204 151673 150396 145197 142899 146986 144326 144062 150701 143955 143527  total = 39.473019 per ms 
00:52:14.090 16  switches: flows:  153633 155669 146390 151223 153654 148505 154240 152694 148028 146097 147764 144522 145200 147364 145693 145109  total = 39.696736 per ms 
00:53:14.191 16  switches: flows:  151211 156121 151611 153827 153551 149615 153735 155564 150487 145706 155001 144579 150521 148822 146896 147211  total = 40.173894 per ms 
00:54:14.292 16  switches: flows:  146003 153011 147605 150641 146636 146865 150180 148501 145681 143937 148782 141926 146044 147428 143597 142243  total = 39.086045 per ms 
00:55:14.394 16  switches: flows:  149149 152479 149289 152873 150448 148091 150810 151456 148838 147450 147243 146084 149230 147689 144480 145580  total = 39.619971 per ms 
00:56:14.496 16  switches: flows:  148615 151204 146990 149846 148393 147805 150834 150806 150089 147076 146211 144151 146885 146970 144743 144374  total = 39.350313 per ms 
00:57:14.598 16  switches: flows:  145736 148497 145923 150380 147706 146699 147852 148454 144907 143580 144489 144399 145193 146818 143066 141842  total = 38.860471 per ms 
00:58:14.699 16  switches: flows:  147556 149707 148153 146834 147724 143628 148251 148885 146328 145204 144539 142730 146986 143819 144876 141472  total = 38.879918 per ms 
00:59:14.800 16  switches: flows:  146122 148596 147545 148636 146213 145789 147759 147738 145729 143457 145612 141883 144328 145033 141459 142349  total = 38.739486 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38739.49/40173.89/39319.98/13114.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.823262" elapsed="0.000672"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T00:59:14.824287" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-02T00:59:14.824060" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-04-02T00:59:14.824022" elapsed="0.000406"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T00:59:14.824571" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-02T00:59:14.824516" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-04-02T00:59:14.824493" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T00:59:14.824709" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:59:14.828277" elapsed="0.000465"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T00:59:14.829002" elapsed="0.000278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T00:59:14.829472" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T00:59:14.825153" elapsed="0.004536"/>
</kw>
<msg time="2026-04-02T00:59:14.829893" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T00:49:08.340712" elapsed="606.489224"/>
</kw>
<status status="PASS" start="2026-04-02T00:49:08.340385" elapsed="606.489621"/>
</branch>
<status status="PASS" start="2026-04-02T00:49:08.340007" elapsed="606.490032"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.830665" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:13.888 16  switches: flows:  138476 134758 132697 136861 134456 129989 133337 134524 129978 128142 132048 126792 126824 130335 126892 128301  total = 35.073500 per ms 
00:51:13.989 16  switches: flows:  153779 152117 147951 152669 152894 149204 151673 150396 145197 142899 146986 144326 144062 150701 143955 143527  total = 39.473019 per ms 
00:52:14.090 16  switches: flows:  153633 155669 146390 151223 153654 148505 154240 152694 148028 146097 147764 144522 145200 147364 145693 145109  total = 39.696736 per ms 
00:53:14.191 16  switches: flows:  151211 156121 151611 153827 153551 149615 153735 155564 150487 145706 155001 144579 150521 148822 146896 147211  total = 40.173894 per ms 
00:54:14.292 16  switches: flows:  146003 153011 147605 150641 146636 146865 150180 148501 145681 143937 148782 141926 146044 147428 143597 142243  total = 39.086045 per ms 
00:55:14.394 16  switches: flows:  149149 152479 149289 152873 150448 148091 150810 151456 148838 147450 147243 146084 149230 147689 144480 145580  total = 39.619971 per ms 
00:56:14.496 16  switches: flows:  148615 151204 146990 149846 148393 147805 150834 150806 150089 147076 146211 144151 146885 146970 144743 144374  total = 39.350313 per ms 
00:57:14.598 16  switches: flows:  145736 148497 145923 150380 147706 146699 147852 148454 144907 143580 144489 144399 145193 146818 143066 141842  total = 38.860471 per ms 
00:58:14.699 16  switches: flows:  147556 149707 148153 146834 147724 143628 148251 148885 146328 145204 144539 142730 146986 143819 144876 141472  total = 38.879918 per ms 
00:59:14.800 16  switches: flows:  146122 148596 147545 148636 146213 145789 147759 147738 145729 143457 145612 141883 144328 145033 141459 142349  total = 38.739486 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38739.49/40173.89/39319.98/13114.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.830236" elapsed="0.000533"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T00:59:14.831022" elapsed="0.000579"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-02T00:59:14.832147" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-02T00:59:14.832294" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38739.49/40173.89/39319.98/13114.21 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-02T00:59:14.831831" elapsed="0.000500"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T00:59:14.832910" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38739.49/40173.89/39319.98/13114.21 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T00:59:14.832549" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.836319" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.833152" elapsed="0.003248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.839317" level="INFO">38739.49/40173.89/39319.98/13114.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.836625" elapsed="0.002756"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T00:59:14.841747" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T00:59:14.839533" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T00:59:14.844219" level="INFO">@{result_value_list} = [ 38739.49 | 40173.89 | 39319.98 | 13114.21 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T00:59:14.841984" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.844725" level="INFO">Length is 4.</msg>
<msg time="2026-04-02T00:59:14.844814" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T00:59:14.844419" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.849587" level="INFO">min :: 38739.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.845226" elapsed="0.004418"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-02T00:59:14.845094" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.854336" level="INFO">max :: 40173.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.849939" elapsed="0.004455"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-02T00:59:14.849771" elapsed="0.004660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.859097" level="INFO">avg :: 39319.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.854659" elapsed="0.004506"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-02T00:59:14.854527" elapsed="0.004674"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.864016" level="INFO">stdev :: 13114.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.859439" elapsed="0.004635"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-02T00:59:14.859309" elapsed="0.004800"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-02T00:59:14.844907" elapsed="0.019237"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.868167" level="INFO">${min} = 38739.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T00:59:14.864321" elapsed="0.003873"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.872105" level="INFO">${max} = 40173.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T00:59:14.868365" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.876307" level="INFO">${average} = 39319.98</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T00:59:14.872303" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.880281" level="INFO">${stdev} = 13114.21</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T00:59:14.876488" elapsed="0.003821"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.880844" level="INFO">${date} = 2026-04-02 00:59:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-02T00:59:14.880472" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.881456" level="INFO">CBench Result: 2026-04-02 00:59:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38739.49,40173.89,39319.98,13114.21</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.881027" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T00:59:14.882565" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T00:59:14.882151" elapsed="0.000481"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T00:59:14.882785" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-02T00:59:14.881656" elapsed="0.001687"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-02T00:49:08.338863" elapsed="606.544551"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.883909" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-02T00:59:14.883577" elapsed="0.000417"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-02T00:59:14.884536" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-02T00:59:14.884214" elapsed="0.000665"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-02T00:49:08.335826" elapsed="606.549091"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.886451" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.886042" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.887740" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T00:59:14.887409" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T00:59:14.888141" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-02T00:59:14.887892" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-02T00:59:14.891130" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T00:59:14.890883" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-02T00:59:14.890863" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T00:59:14.891554" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-02T00:59:14.891358" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.892278" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.159 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.86" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T00:59:14.891838" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T00:59:14.893015" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T00:59:14.892622" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T00:59:14.893987" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T00:59:14.894081" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T00:59:14.893646" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:59:14.894268" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T00:59:14.895620" level="INFO">Logging into '10.30.171.86:22' as 'jenkins'.</msg>
<msg time="2026-04-02T00:59:15.554824" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 00:59:15 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 00:49:08 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-158-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T00:59:14.895260" elapsed="0.659786"/>
</kw>
<msg time="2026-04-02T00:59:15.555141" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T00:59:14.894872" elapsed="0.660401"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T00:59:14.893267" elapsed="0.662142"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T00:59:15.556001" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.159 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T01:09:21.629872" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-02T01:09:21.630460" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T01:09:21.630566" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T00:59:15.555664" elapsed="606.074959"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T01:09:21.631068" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.632866" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:20.670 16  switches: flows:  491951 491775 491744 490678 484237 490550 498491 492317 483703 487416 481549 478707 473076 481129 479041 478006  total = 129.572833 per ms 
01:01:20.796 16  switches: flows:  521886 523418 521830 514091 512158 509995 512153 508740 528116 518615 517923 519203 515162 509765 512817 518383  total = 137.450191 per ms 
01:02:20.897 16  switches: flows:  520443 516173 512190 511772 511561 509925 519543 517529 519609 517244 520566 508115 515466 508635 515756 508280  total = 136.984257 per ms 
01:03:21.000 16  switches: flows:  523801 525174 524675 520323 533830 521988 524351 522325 531388 527750 529110 525849 526578 513926 527246 535558  total = 139.990999 per ms 
01:04:21.101 16  switches: flows:  526076 519201 523275 527291 528515 522570 522061 519098 526001 523067 525093 523922 532964 522099 522876 527925  total = 139.632279 per ms 
01:05:21.210 16  switches: flows:  583697 585754 588443 577195 586888 579649 579414 588053 581132 586196 584432 583333 577638 580726 571167 587803  total = 155.077730 per ms 
01:06:21.311 16  switches: flows:  581774 587478 584364 586163 575732 590091 580203 584036 582474 580381 590964 586045 579491 582887 584738 572545  total = 155.228543 per ms 
01:07:21.413 16  switches: flows:  541207 530113 545788 536242 538869 545651 538310 546772 542106 530857 549266 548807 536137 543525 541862 544643  total = 144.094712 per ms 
01:08:21.513 16  switches: flows:  528183 537582 535588 533784 537491 540336 536140 531881 535532 539332 535992 531634 539183 533572 535539 528079  total = 142.424954 per ms 
01:09:21.614 16  switches: flows:  551295 546801 547341 549114 546990 550815 547863 550162 551473 542799 541530 551531 550777 545914 543674 551279  total = 145.911273 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136984.26/155228.54/144088.33/48469.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.632316" elapsed="0.000766"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T01:09:21.633451" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-04-02T01:09:21.633210" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-04-02T01:09:21.633173" elapsed="0.000420"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T01:09:21.633733" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-02T01:09:21.633678" elapsed="0.000115"/>
</branch>
<status status="NOT RUN" start="2026-04-02T01:09:21.633655" elapsed="0.000170"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T01:09:21.633870" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T01:09:21.637640" elapsed="0.000729"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T01:09:21.638589" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T01:09:21.639025" elapsed="0.000171"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T01:09:21.634366" elapsed="0.004935"/>
</kw>
<msg time="2026-04-02T01:09:21.639494" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T00:59:14.888572" elapsed="606.750962"/>
</kw>
<status status="PASS" start="2026-04-02T00:59:14.888236" elapsed="606.751369"/>
</branch>
<status status="PASS" start="2026-04-02T00:59:14.887871" elapsed="606.751769"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.640405" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:20.670 16  switches: flows:  491951 491775 491744 490678 484237 490550 498491 492317 483703 487416 481549 478707 473076 481129 479041 478006  total = 129.572833 per ms 
01:01:20.796 16  switches: flows:  521886 523418 521830 514091 512158 509995 512153 508740 528116 518615 517923 519203 515162 509765 512817 518383  total = 137.450191 per ms 
01:02:20.897 16  switches: flows:  520443 516173 512190 511772 511561 509925 519543 517529 519609 517244 520566 508115 515466 508635 515756 508280  total = 136.984257 per ms 
01:03:21.000 16  switches: flows:  523801 525174 524675 520323 533830 521988 524351 522325 531388 527750 529110 525849 526578 513926 527246 535558  total = 139.990999 per ms 
01:04:21.101 16  switches: flows:  526076 519201 523275 527291 528515 522570 522061 519098 526001 523067 525093 523922 532964 522099 522876 527925  total = 139.632279 per ms 
01:05:21.210 16  switches: flows:  583697 585754 588443 577195 586888 579649 579414 588053 581132 586196 584432 583333 577638 580726 571167 587803  total = 155.077730 per ms 
01:06:21.311 16  switches: flows:  581774 587478 584364 586163 575732 590091 580203 584036 582474 580381 590964 586045 579491 582887 584738 572545  total = 155.228543 per ms 
01:07:21.413 16  switches: flows:  541207 530113 545788 536242 538869 545651 538310 546772 542106 530857 549266 548807 536137 543525 541862 544643  total = 144.094712 per ms 
01:08:21.513 16  switches: flows:  528183 537582 535588 533784 537491 540336 536140 531881 535532 539332 535992 531634 539183 533572 535539 528079  total = 142.424954 per ms 
01:09:21.614 16  switches: flows:  551295 546801 547341 549114 546990 550815 547863 550162 551473 542799 541530 551531 550777 545914 543674 551279  total = 145.911273 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136984.26/155228.54/144088.33/48469.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.639848" elapsed="0.000633"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T01:09:21.640635" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-02T01:09:21.641396" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-02T01:09:21.641488" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136984.26/155228.54/144088.33/48469.45 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-02T01:09:21.641164" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:09:21.641917" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136984.26/155228.54/144088.33/48469.45 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:09:21.641665" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.644363" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.642088" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.646762" level="INFO">136984.26/155228.54/144088.33/48469.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.644567" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:09:21.649194" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:09:21.646966" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:09:21.651628" level="INFO">@{result_value_list} = [ 136984.26 | 155228.54 | 144088.33 | 48469.45 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:09:21.649428" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.652125" level="INFO">Length is 4.</msg>
<msg time="2026-04-02T01:09:21.652213" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T01:09:21.651809" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.656917" level="INFO">min :: 136984.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.652637" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-02T01:09:21.652508" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.661686" level="INFO">max :: 155228.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.657227" elapsed="0.004516"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-02T01:09:21.657100" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.666309" level="INFO">avg :: 144088.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.661993" elapsed="0.004374"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-02T01:09:21.661866" elapsed="0.004536"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.670935" level="INFO">stdev :: 48469.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.666620" elapsed="0.004370"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-02T01:09:21.666490" elapsed="0.004536"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-02T01:09:21.652318" elapsed="0.018740"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.675239" level="INFO">${min} = 136984.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:09:21.671217" elapsed="0.004067"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.679169" level="INFO">${max} = 155228.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:09:21.675444" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.683087" level="INFO">${average} = 144088.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:09:21.679365" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.687016" level="INFO">${stdev} = 48469.45</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:09:21.683280" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.687579" level="INFO">${date} = 2026-04-02 01:09:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-02T01:09:21.687201" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.688190" level="INFO">CBench Result: 2026-04-02 01:09:21,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136984.26,155228.54,144088.33,48469.45</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.687752" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T01:09:21.689288" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T01:09:21.688870" elapsed="0.000485"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T01:09:21.689507" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-02T01:09:21.688403" elapsed="0.001622"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-02T00:59:14.886816" elapsed="606.803269"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.690571" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-02T01:09:21.690236" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-02T01:09:21.691130" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-04-02T01:09:21.690832" elapsed="0.000649"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-02T00:59:14.885401" elapsed="606.806118"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.692931" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.692548" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.694192" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-02T01:09:21.693864" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-02T01:09:21.694595" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T01:09:21.694374" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-02T01:09:21.697576" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T01:09:21.697329" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-02T01:09:21.697309" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-02T01:09:21.697974" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-02T01:09:21.697786" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.698691" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.159 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.86" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:09:21.698270" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-02T01:09:21.699302" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T01:09:21.698891" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T01:09:21.700386" level="INFO">Length is 0.</msg>
<msg time="2026-04-02T01:09:21.700481" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T01:09:21.699903" elapsed="0.000602"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T01:09:21.700649" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-02T01:09:21.701839" level="INFO">Logging into '10.30.171.86:22' as 'jenkins'.</msg>
<msg time="2026-04-02T01:09:22.373544" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  2 01:09:21 UTC 2026

  System load:  0.17               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  2 00:59:15 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-158-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-02T01:09:21.701484" elapsed="0.672434"/>
</kw>
<msg time="2026-04-02T01:09:22.374078" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T01:09:21.701121" elapsed="0.673103"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-02T01:09:21.699531" elapsed="0.674968"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-02T01:09:22.375056" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.159 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-02T01:19:28.459939" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-02T01:19:28.460560" level="INFO">${stdout} = </msg>
<msg time="2026-04-02T01:19:28.460669" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-02T01:09:22.374744" elapsed="606.085983"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T01:19:28.461189" elapsed="0.000743"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.463148" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:27.533 16  switches: flows:  148299 147443 148311 151157 150252 146988 145637 149493 148547 148611 147511 143806 145409 145320 146434 142393  total = 39.260183 per ms 
01:11:27.634 16  switches: flows:  147095 148115 148225 152326 151226 147304 146162 154092 150510 148557 148550 143645 143169 147306 149184 143979  total = 39.424878 per ms 
01:12:27.734 16  switches: flows:  149648 149687 148118 150985 152906 149180 147850 153119 149238 149095 147341 142091 145548 148742 149222 145921  total = 39.578597 per ms 
01:13:27.835 16  switches: flows:  149874 152158 150351 150572 151921 151686 149414 152389 148388 149711 148497 145339 145868 148971 150623 146685  total = 39.807515 per ms 
01:14:27.935 16  switches: flows:  151241 149310 147580 149841 151981 150451 149811 152322 148146 147672 147253 143171 145166 147121 149823 147996  total = 39.581837 per ms 
01:15:28.035 16  switches: flows:  150226 149992 148296 151051 151384 149911 149441 151107 148520 148265 146372 143998 145904 147224 149611 144934  total = 39.537912 per ms 
01:16:28.136 16  switches: flows:  150015 149169 149313 153299 152931 150753 148967 152972 150477 149715 148331 146012 145995 149966 150412 145002  total = 39.822232 per ms 
01:17:28.236 16  switches: flows:  150042 150900 148331 154340 152563 149182 151943 155584 149556 150783 147484 145360 146421 148599 150402 149425  total = 39.948532 per ms 
01:18:28.336 16  switches: flows:  148156 148286 145141 154076 152404 146591 147769 150775 147594 148967 145489 146298 145419 146540 148561 144086  total = 39.370137 per ms 
01:19:28.437 16  switches: flows:  147629 148801 145948 151935 151862 147030 149385 151956 146966 149101 145326 143447 143393 146782 148780 145354  total = 39.329217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39329.22/39948.53/39600.10/13201.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.462346" elapsed="0.001151"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-02T01:19:28.464052" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-04-02T01:19:28.463729" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-04-02T01:19:28.463645" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-02T01:19:28.464510" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-02T01:19:28.464426" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-04-02T01:19:28.464390" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-02T01:19:28.464722" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-02T01:19:28.469146" elapsed="0.000371"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-02T01:19:28.469669" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-02T01:19:28.469972" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-02T01:19:28.465448" elapsed="0.004683"/>
</kw>
<msg time="2026-04-02T01:19:28.470281" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-02T01:09:21.695001" elapsed="606.775310"/>
</kw>
<status status="PASS" start="2026-04-02T01:09:21.694679" elapsed="606.775683"/>
</branch>
<status status="PASS" start="2026-04-02T01:09:21.694353" elapsed="606.776033"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.470832" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.159: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.159. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:27.533 16  switches: flows:  148299 147443 148311 151157 150252 146988 145637 149493 148547 148611 147511 143806 145409 145320 146434 142393  total = 39.260183 per ms 
01:11:27.634 16  switches: flows:  147095 148115 148225 152326 151226 147304 146162 154092 150510 148557 148550 143645 143169 147306 149184 143979  total = 39.424878 per ms 
01:12:27.734 16  switches: flows:  149648 149687 148118 150985 152906 149180 147850 153119 149238 149095 147341 142091 145548 148742 149222 145921  total = 39.578597 per ms 
01:13:27.835 16  switches: flows:  149874 152158 150351 150572 151921 151686 149414 152389 148388 149711 148497 145339 145868 148971 150623 146685  total = 39.807515 per ms 
01:14:27.935 16  switches: flows:  151241 149310 147580 149841 151981 150451 149811 152322 148146 147672 147253 143171 145166 147121 149823 147996  total = 39.581837 per ms 
01:15:28.035 16  switches: flows:  150226 149992 148296 151051 151384 149911 149441 151107 148520 148265 146372 143998 145904 147224 149611 144934  total = 39.537912 per ms 
01:16:28.136 16  switches: flows:  150015 149169 149313 153299 152931 150753 148967 152972 150477 149715 148331 146012 145995 149966 150412 145002  total = 39.822232 per ms 
01:17:28.236 16  switches: flows:  150042 150900 148331 154340 152563 149182 151943 155584 149556 150783 147484 145360 146421 148599 150402 149425  total = 39.948532 per ms 
01:18:28.336 16  switches: flows:  148156 148286 145141 154076 152404 146591 147769 150775 147594 148967 145489 146298 145419 146540 148561 144086  total = 39.370137 per ms 
01:19:28.437 16  switches: flows:  147629 148801 145948 151935 151862 147030 149385 151956 146966 149101 145326 143447 143393 146782 148780 145354  total = 39.329217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39329.22/39948.53/39600.10/13201.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.470530" elapsed="0.000417"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-02T01:19:28.471121" elapsed="0.000553"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-02T01:19:28.472070" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-02T01:19:28.472164" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39329.22/39948.53/39600.10/13201.61 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-02T01:19:28.471844" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:19:28.472660" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39329.22/39948.53/39600.10/13201.61 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:19:28.472376" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.475181" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.472865" elapsed="0.002391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.477802" level="INFO">39329.22/39948.53/39600.10/13201.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.475410" elapsed="0.002450"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:19:28.480375" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:19:28.478018" elapsed="0.002387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-02T01:19:28.482846" level="INFO">@{result_value_list} = [ 39329.22 | 39948.53 | 39600.10 | 13201.61 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-02T01:19:28.480606" elapsed="0.002286"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.483417" level="INFO">Length is 4.</msg>
<msg time="2026-04-02T01:19:28.483510" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-02T01:19:28.483073" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.488304" level="INFO">min :: 39329.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.483917" elapsed="0.004447"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-02T01:19:28.483786" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.493017" level="INFO">max :: 39948.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.488618" elapsed="0.004458"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-02T01:19:28.488490" elapsed="0.004623"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.497674" level="INFO">avg :: 39600.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.493345" elapsed="0.004386"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-02T01:19:28.493200" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.502816" level="INFO">stdev :: 13201.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.497982" elapsed="0.004903"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-02T01:19:28.497851" elapsed="0.005111"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-02T01:19:28.483602" elapsed="0.019398"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.506955" level="INFO">${min} = 39329.22</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:19:28.503173" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.511458" level="INFO">${max} = 39948.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:19:28.507151" elapsed="0.004336"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.515438" level="INFO">${average} = 39600.10</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:19:28.511646" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.519391" level="INFO">${stdev} = 13201.61</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-02T01:19:28.515623" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.519953" level="INFO">${date} = 2026-04-02 01:19:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-02T01:19:28.519585" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.520581" level="INFO">CBench Result: 2026-04-02 01:19:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39329.22,39948.53,39600.10,13201.61</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-02T01:19:28.520138" elapsed="0.000501"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-02T01:19:28.521746" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-02T01:19:28.521272" elapsed="0.000545"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-02T01:19:28.521973" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-02T01:19:28.520782" elapsed="0.001748"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-02T01:09:21.693317" elapsed="606.829274"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.523118" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-02T01:19:28.522741" elapsed="0.000438"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-02T01:19:28.524420" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-02T01:19:28.523911" elapsed="0.000539"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-02T01:19:28.524677" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-02T01:19:28.524529" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-04-02T01:19:28.524509" elapsed="0.000257"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.524913" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525077" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525258" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525462" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525625" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525779" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.525934" elapsed="0.000025"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-02T01:19:28.526166" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-02T01:19:28.526025" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-04-02T01:19:28.526007" elapsed="0.000254"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-02T01:19:28.523571" elapsed="0.002747"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-02T01:09:21.691903" elapsed="606.834462"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-02T00:49:05.870210" elapsed="1822.656573"/>
</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>
