<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-03T00:43:03.966905" 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-07-03T00:43:04.542564" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-03T00:43:04.542417" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:04.542388" elapsed="0.000275"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-03T00:43:04.542807" elapsed="0.000551"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T00:43:04.543839" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-07-03T00:43:05.452440" 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-07-03T00:43:04.543539" elapsed="0.909154"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T00:43:05.500563" 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-07-03T00:43:05.453149" elapsed="0.047711"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T00:43:05.505369" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T00:43:05.505618" 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-07-03T00:43:05.501695" elapsed="0.003992"/>
</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-07-03T00:43:05.506074" elapsed="0.000417"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:43:05.506724" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.507766" 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-07-03T00:43:05.507284" elapsed="0.000561"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T00:43:05.507984" elapsed="0.000077"/>
</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.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T00:43:04.542040" elapsed="0.966195"/>
</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-07-03T00:43:04.538391" elapsed="0.969933"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T00:43:05.509270" 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-07-03T00:43:05.508595" elapsed="0.000819"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T00:43:05.510206" 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-07-03T00:43:05.509634" elapsed="0.000661"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.511117" 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-07-03T00:43:05.510526" elapsed="0.000632"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.511864" 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-07-03T00:43:05.511394" elapsed="0.000564"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.512708" 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-07-03T00:43:05.512167" elapsed="0.000580"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.513466" 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-07-03T00:43:05.512995" elapsed="0.000531"/>
</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-07-03T00:43:05.514019" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-07-03T00:43:05.513648" elapsed="0.000453"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T00:43:05.519775" 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-07-03T00:43:05.519330" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T00:43:05.520921" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T00:43:05.521008" 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-07-03T00:43:05.520393" elapsed="0.000641"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-03T00:43:05.521212" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T00:43:05.522616" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-03T00:43:06.209747" 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 Fri Jul  3 00:43:05 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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-328-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-07-03T00:43:05.522104" elapsed="0.687899"/>
</kw>
<msg time="2026-07-03T00:43:06.210128" 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-07-03T00:43:05.521729" elapsed="0.688513"/>
</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-07-03T00:43:05.520035" elapsed="0.690358"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.217635" 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-07-03T00:43:06.210638" elapsed="0.008739"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:43:06.219817" elapsed="0.000659"/>
</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-07-03T00:43:05.518763" elapsed="0.701857"/>
</kw>
<status status="PASS" start="2026-07-03T00:43:05.514233" elapsed="0.706471"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:05.513610" elapsed="0.707160"/>
</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-07-03T00:43:06.221173" elapsed="0.001099"/>
</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-07-03T00:43:06.230050" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-03T00:43:06.229919" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:06.229891" elapsed="0.000243"/>
</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-07-03T00:43:06.233792" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-03T00:43:06.233677" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:06.233656" elapsed="0.000208"/>
</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-07-03T00:43:06.234018" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.234943" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-07-03T00:43:06.436482" 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-07-03T00:43:06.234658" elapsed="0.202001"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.533945" 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-07-03T00:43:06.436964" elapsed="0.097172"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.538956" 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-07-03T00:43:06.539776" 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-07-03T00:43:06.534452" elapsed="0.005359"/>
</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-07-03T00:43:06.539990" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:43:06.540438" elapsed="0.000271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.541240" 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-07-03T00:43:06.540855" elapsed="0.000444"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T00:43:06.541354" elapsed="0.000060"/>
</return>
<msg time="2026-07-03T00:43:06.541577" 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.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T00:43:06.233308" elapsed="0.308303"/>
</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-07-03T00:43:06.541762" elapsed="0.000657"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T00:43:06.542472" elapsed="0.000033"/>
</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-07-03T00:43:06.229567" elapsed="0.313041"/>
</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-07-03T00:43:06.546550" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-03T00:43:06.546406" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:06.546379" elapsed="0.000244"/>
</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-07-03T00:43:06.546756" elapsed="0.000520"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.548031" level="INFO">Logging into '10.30.170.201:8101' as 'karaf'.</msg>
<msg time="2026-07-03T00:43:06.719626" 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-07-03T00:43:06.547429" elapsed="0.172395"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.749054" 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-07-03T00:43:06.720561" elapsed="0.028586"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.751562" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T00:43:06.751709" 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-07-03T00:43:06.749380" elapsed="0.002369"/>
</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-07-03T00:43:06.751943" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:43:06.752360" elapsed="0.000738"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.753608" 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-07-03T00:43:06.753248" elapsed="0.000440"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T00:43:06.753747" elapsed="0.000064"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.201
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-03T00:43:06.546049" elapsed="0.207917"/>
</kw>
<status status="PASS" start="2026-07-03T00:43:04.536563" elapsed="2.217478"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.757942" 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-07-03T00:43:06.754978" elapsed="0.003116"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.760025" 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-07-03T00:43:06.759592" elapsed="0.000483"/>
</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-07-03T00:43:06.760435" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T00:43:06.760172" elapsed="0.000324"/>
</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-07-03T00:43:06.763597" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T00:43:06.763338" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:06.763317" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.764086" 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-07-03T00:43:06.764220" 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-07-03T00:43:06.763820" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.764828" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" 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-07-03T00:43:06.764388" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.765531" 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-07-03T00:43:06.765058" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T00:43:06.766503" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T00:43:06.766600" 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-07-03T00:43:06.766170" elapsed="0.000456"/>
</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-07-03T00:43:06.766788" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T00:43:06.768056" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-03T00:43:07.094240" 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 Fri Jul  3 00:43:05 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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: Fri Jul  3 00:43:06 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-328-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-07-03T00:43:06.767676" elapsed="0.326777"/>
</kw>
<msg time="2026-07-03T00:43:07.094549" 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-07-03T00:43:06.767321" elapsed="0.327325"/>
</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-07-03T00:43:06.765764" elapsed="0.329012"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T00:43:07.095399" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T00:53:13.197532" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T00:53:13.198130" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T00:53:13.198250" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-07-03T00:43:07.095038" elapsed="606.103279"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:53:13.198788" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.200725" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:12.287 16  switches: flows:  109997 111470 111841 110092 109275 113862 113626 111073 108811 108638 109934 106598 111425 107523 108415 109739  total = 29.371983 per ms 
00:45:12.388 16  switches: flows:  121777 123819 122348 121764 120784 125681 125269 121268 122195 122088 120743 123173 122768 119880 118432 120956  total = 32.494828 per ms 
00:46:12.488 16  switches: flows:  121304 119859 121358 119504 119704 124083 122432 119894 122841 120408 119344 121996 120903 119143 116662 120200  total = 32.106922 per ms 
00:47:12.588 16  switches: flows:  120768 120307 121137 116961 119466 124884 122515 119409 121100 120649 117389 120589 120443 118061 116150 119167  total = 31.929860 per ms 
00:48:12.689 16  switches: flows:  125129 123080 123949 120373 122164 127104 124148 121855 124433 123156 119930 123933 123797 120086 119421 122383  total = 32.694431 per ms 
00:49:12.789 16  switches: flows:  120625 119597 122230 117779 119142 124329 122344 118788 120557 119652 117941 120737 119605 117830 115901 117656  total = 31.858683 per ms 
00:50:12.889 16  switches: flows:  120583 121365 122636 118827 119209 123109 124051 118400 120329 120025 118702 123576 120940 116461 116555 118435  total = 31.999943 per ms 
00:51:12.989 16  switches: flows:  122855 121172 122814 120222 122421 123465 125058 121644 121365 123151 119662 123021 119858 119481 119508 118406  total = 32.347711 per ms 
00:52:13.090 16  switches: flows:  122704 122268 118949 117524 118844 121153 120726 120293 118635 121133 119095 120537 117790 117941 118094 118698  total = 31.853222 per ms 
00:53:13.190 16  switches: flows:  129323 123621 123755 122991 122250 125734 124725 122694 123402 122670 124148 124241 123833 120724 123779 122470  total = 32.950965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31853.22/32950.96/32248.51/10755.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T00:53:13.199975" elapsed="0.001077"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T00:53:13.201541" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-03T00:53:13.201238" elapsed="0.000460"/>
</branch>
<status status="PASS" start="2026-07-03T00:53:13.201183" elapsed="0.000621"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T00:53:13.202063" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-03T00:53:13.201976" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-07-03T00:53:13.201936" elapsed="0.000271"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T00:53:13.202282" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-03T00:53:13.207104" elapsed="0.000347"/>
</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-07-03T00:53:13.207601" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T00:53:13.207926" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T00:53:13.203000" elapsed="0.005086"/>
</kw>
<msg time="2026-07-03T00:53:13.208217" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-07-03T00:43:06.760862" elapsed="606.447382"/>
</kw>
<status status="PASS" start="2026-07-03T00:43:06.760527" elapsed="606.447767"/>
</branch>
<status status="PASS" start="2026-07-03T00:43:06.760144" elapsed="606.448173"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.208757" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:12.287 16  switches: flows:  109997 111470 111841 110092 109275 113862 113626 111073 108811 108638 109934 106598 111425 107523 108415 109739  total = 29.371983 per ms 
00:45:12.388 16  switches: flows:  121777 123819 122348 121764 120784 125681 125269 121268 122195 122088 120743 123173 122768 119880 118432 120956  total = 32.494828 per ms 
00:46:12.488 16  switches: flows:  121304 119859 121358 119504 119704 124083 122432 119894 122841 120408 119344 121996 120903 119143 116662 120200  total = 32.106922 per ms 
00:47:12.588 16  switches: flows:  120768 120307 121137 116961 119466 124884 122515 119409 121100 120649 117389 120589 120443 118061 116150 119167  total = 31.929860 per ms 
00:48:12.689 16  switches: flows:  125129 123080 123949 120373 122164 127104 124148 121855 124433 123156 119930 123933 123797 120086 119421 122383  total = 32.694431 per ms 
00:49:12.789 16  switches: flows:  120625 119597 122230 117779 119142 124329 122344 118788 120557 119652 117941 120737 119605 117830 115901 117656  total = 31.858683 per ms 
00:50:12.889 16  switches: flows:  120583 121365 122636 118827 119209 123109 124051 118400 120329 120025 118702 123576 120940 116461 116555 118435  total = 31.999943 per ms 
00:51:12.989 16  switches: flows:  122855 121172 122814 120222 122421 123465 125058 121644 121365 123151 119662 123021 119858 119481 119508 118406  total = 32.347711 per ms 
00:52:13.090 16  switches: flows:  122704 122268 118949 117524 118844 121153 120726 120293 118635 121133 119095 120537 117790 117941 118094 118698  total = 31.853222 per ms 
00:53:13.190 16  switches: flows:  129323 123621 123755 122991 122250 125734 124725 122694 123402 122670 124148 124241 123833 120724 123779 122470  total = 32.950965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31853.22/32950.96/32248.51/10755.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T00:53:13.208460" elapsed="0.000374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-03T00:53:13.209000" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T00:53:13.209795" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T00:53:13.209914" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31853.22/32950.96/32248.51/10755.98 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-07-03T00:53:13.209538" elapsed="0.000403"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T00:53:13.210377" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31853.22/32950.96/32248.51/10755.98 | 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-07-03T00:53:13.210102" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.212783" 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-07-03T00:53:13.210551" elapsed="0.002291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.215275" level="INFO">31853.22/32950.96/32248.51/10755.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T00:53:13.213009" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T00:53:13.217738" 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-07-03T00:53:13.215493" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T00:53:13.220215" level="INFO">@{result_value_list} = [ 31853.22 | 32950.96 | 32248.51 | 10755.98 ]</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-07-03T00:53:13.217979" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.220712" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T00:53:13.220804" 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-07-03T00:53:13.220401" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.225613" level="INFO">min :: 31853.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-07-03T00:53:13.221250" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T00:53:13.221115" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.230317" level="INFO">max :: 32950.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T00:53:13.225951" elapsed="0.004425"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T00:53:13.225802" elapsed="0.004610"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.234973" level="INFO">avg :: 32248.51</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-07-03T00:53:13.230632" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T00:53:13.230503" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.239615" level="INFO">stdev :: 10755.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-07-03T00:53:13.235291" elapsed="0.004384"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T00:53:13.235162" elapsed="0.004548"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T00:53:13.220913" elapsed="0.018831"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.243702" level="INFO">${min} = 31853.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-07-03T00:53:13.239919" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.248024" level="INFO">${max} = 32950.96</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-07-03T00:53:13.243902" elapsed="0.004150"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.251992" level="INFO">${average} = 32248.51</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-07-03T00:53:13.248209" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.255980" level="INFO">${stdev} = 10755.98</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-07-03T00:53:13.252176" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.256531" level="INFO">${date} = 2026-07-03 00:53:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T00:53:13.256172" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.257133" level="INFO">CBench Result: 2026-07-03 00:53:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31853.22,32950.96,32248.51,10755.98</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-07-03T00:53:13.256704" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T00:53:13.258291" 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-07-03T00:53:13.257853" elapsed="0.000507"/>
</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-07-03T00:53:13.258514" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T00:53:13.257360" elapsed="0.001714"/>
</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-07-03T00:43:06.758745" elapsed="606.500392"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.259612" 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-07-03T00:53:13.259291" elapsed="0.000381"/>
</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-07-03T00:53:13.260211" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-07-03T00:53:13.259902" elapsed="0.000654"/>
</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-07-03T00:43:06.754210" elapsed="606.506384"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.263311" 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-07-03T00:53:13.262567" elapsed="0.000815"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.264808" 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-07-03T00:53:13.264470" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-03T00:53:13.265263" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T00:53:13.265003" elapsed="0.000320"/>
</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-07-03T00:53:13.268360" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-03T00:53:13.268111" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-03T00:53:13.268091" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T00:53:13.268791" 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-07-03T00:53:13.268931" 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-07-03T00:53:13.268577" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.269543" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" 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-07-03T00:53:13.269120" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T00:53:13.270173" 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-07-03T00:53:13.269745" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T00:53:13.271115" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T00:53:13.271206" 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-07-03T00:53:13.270781" elapsed="0.000450"/>
</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-07-03T00:53:13.271371" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T00:53:13.272706" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-03T00:53:13.892019" 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 Fri Jul  3 00:53:13 UTC 2026

  System load:  1.16               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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: Fri Jul  3 00:43:07 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-328-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-07-03T00:53:13.272208" elapsed="0.619999"/>
</kw>
<msg time="2026-07-03T00:53:13.892289" 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-07-03T00:53:13.271848" elapsed="0.620524"/>
</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-07-03T00:53:13.270405" elapsed="0.622084"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T00:53:13.893016" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T01:03:19.939017" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T01:03:19.939859" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T01:03:19.940058" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-07-03T00:53:13.892707" elapsed="606.047426"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:03:19.940745" elapsed="0.000919"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.943134" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:19.014 16  switches: flows:  567601 567192 565981 570139 560371 568294 567462 571301 564059 562115 563249 548627 551653 547968 550301 558227  total = 149.742333 per ms 
00:55:19.116 16  switches: flows:  619734 614579 617343 615778 621904 628963 613054 621678 619328 627305 616017 619711 614414 614174 624040 622329  total = 164.893281 per ms 
00:56:19.219 16  switches: flows:  580611 590632 581966 591008 579606 586466 592258 590951 590220 576856 581906 590692 596597 597663 574551 581455  total = 156.122332 per ms 
00:57:19.320 16  switches: flows:  594844 609930 601011 601383 595367 616975 604556 609578 606097 610496 613797 603116 606270 607916 613207 610763  total = 161.483850 per ms 
00:58:19.423 16  switches: flows:  598895 596063 596136 593446 603988 605017 602301 605465 607983 599504 611146 602547 597808 607064 589965 606876  total = 160.131992 per ms 
00:59:19.524 16  switches: flows:  588481 583222 598134 588674 597645 588850 589612 601911 592344 604903 589688 591498 589532 586505 598513 590574  total = 157.735410 per ms 
01:00:19.626 16  switches: flows:  575322 583077 574747 581179 576512 524678 572691 591277 585634 574807 592130 575907 584456 569958 579955 576250  total = 153.385629 per ms 
01:01:19.727 16  switches: flows:  616058 614478 627481 622005 609286 617017 618363 608511 618415 623363 621057 607277 619299 631402 617386 629480  total = 164.735752 per ms 
01:02:19.829 16  switches: flows:  633929 637442 638222 634706 637480 630128 625918 631363 636237 630465 633247 627378 631715 636797 628548 633101  total = 168.494618 per ms 
01:03:19.931 16  switches: flows:  611355 607117 609764 611149 602441 607018 609697 606268 615913 608798 613232 609876 606610 611974 612300 616110  total = 162.385440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153385.63/168494.62/161040.92/53866.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:03:19.942167" elapsed="0.001479"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T01:03:19.944211" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-07-03T01:03:19.943945" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-07-03T01:03:19.943836" elapsed="0.000523"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T01:03:19.944498" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:03:19.944445" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-03T01:03:19.944422" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T01:03:19.944626" 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-07-03T01:03:19.948550" elapsed="0.000556"/>
</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-07-03T01:03:19.949346" elapsed="0.000268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:03:19.949807" elapsed="0.000202"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T01:03:19.945187" elapsed="0.004916"/>
</kw>
<msg time="2026-07-03T01:03:19.950291" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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-07-03T00:53:13.265788" elapsed="606.684550"/>
</kw>
<status status="PASS" start="2026-07-03T00:53:13.265349" elapsed="606.685080"/>
</branch>
<status status="PASS" start="2026-07-03T00:53:13.264979" elapsed="606.685486"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.951144" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:19.014 16  switches: flows:  567601 567192 565981 570139 560371 568294 567462 571301 564059 562115 563249 548627 551653 547968 550301 558227  total = 149.742333 per ms 
00:55:19.116 16  switches: flows:  619734 614579 617343 615778 621904 628963 613054 621678 619328 627305 616017 619711 614414 614174 624040 622329  total = 164.893281 per ms 
00:56:19.219 16  switches: flows:  580611 590632 581966 591008 579606 586466 592258 590951 590220 576856 581906 590692 596597 597663 574551 581455  total = 156.122332 per ms 
00:57:19.320 16  switches: flows:  594844 609930 601011 601383 595367 616975 604556 609578 606097 610496 613797 603116 606270 607916 613207 610763  total = 161.483850 per ms 
00:58:19.423 16  switches: flows:  598895 596063 596136 593446 603988 605017 602301 605465 607983 599504 611146 602547 597808 607064 589965 606876  total = 160.131992 per ms 
00:59:19.524 16  switches: flows:  588481 583222 598134 588674 597645 588850 589612 601911 592344 604903 589688 591498 589532 586505 598513 590574  total = 157.735410 per ms 
01:00:19.626 16  switches: flows:  575322 583077 574747 581179 576512 524678 572691 591277 585634 574807 592130 575907 584456 569958 579955 576250  total = 153.385629 per ms 
01:01:19.727 16  switches: flows:  616058 614478 627481 622005 609286 617017 618363 608511 618415 623363 621057 607277 619299 631402 617386 629480  total = 164.735752 per ms 
01:02:19.829 16  switches: flows:  633929 637442 638222 634706 637480 630128 625918 631363 636237 630465 633247 627378 631715 636797 628548 633101  total = 168.494618 per ms 
01:03:19.931 16  switches: flows:  611355 607117 609764 611149 602441 607018 609697 606268 615913 608798 613232 609876 606610 611974 612300 616110  total = 162.385440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153385.63/168494.62/161040.92/53866.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:03:19.950669" elapsed="0.000587"/>
</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-07-03T01:03:19.951498" elapsed="0.000611"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T01:03:19.952543" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T01:03:19.952643" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 153385.63/168494.62/161040.92/53866.89 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-07-03T01:03:19.952285" elapsed="0.000385"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:03:19.953123" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 153385.63/168494.62/161040.92/53866.89 | 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-07-03T01:03:19.952828" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.955693" 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-07-03T01:03:19.953314" elapsed="0.002446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.958225" level="INFO">153385.63/168494.62/161040.92/53866.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:03:19.955931" elapsed="0.002356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:03:19.960831" 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-07-03T01:03:19.958457" elapsed="0.002407"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:03:19.963375" level="INFO">@{result_value_list} = [ 153385.63 | 168494.62 | 161040.92 | 53866.89 ]</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-07-03T01:03:19.961076" elapsed="0.002328"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.963955" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T01:03:19.964060" 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-07-03T01:03:19.963576" elapsed="0.000511"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.969254" level="INFO">min :: 153385.63</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-07-03T01:03:19.964510" elapsed="0.004807"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T01:03:19.964375" elapsed="0.004978"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.974193" level="INFO">max :: 168494.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:03:19.969580" elapsed="0.004673"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T01:03:19.969447" elapsed="0.004843"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.979085" level="INFO">avg :: 161040.92</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-07-03T01:03:19.974535" elapsed="0.004612"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T01:03:19.974401" elapsed="0.004789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.984198" level="INFO">stdev :: 53866.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-07-03T01:03:19.979436" elapsed="0.004824"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T01:03:19.979301" elapsed="0.004997"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T01:03:19.964164" elapsed="0.020166"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.988424" level="INFO">${min} = 153385.63</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-07-03T01:03:19.984553" elapsed="0.003899"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.992488" level="INFO">${max} = 168494.62</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-07-03T01:03:19.988642" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:03:19.996614" level="INFO">${average} = 161040.92</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-07-03T01:03:19.992710" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.000769" level="INFO">${stdev} = 53866.89</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-07-03T01:03:19.996820" elapsed="0.003977"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.001444" level="INFO">${date} = 2026-07-03 01:03:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T01:03:20.001026" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.002082" level="INFO">CBench Result: 2026-07-03 01:03:20,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,153385.63,168494.62,161040.92,53866.89</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-07-03T01:03:20.001639" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T01:03:20.003271" 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-07-03T01:03:20.002817" elapsed="0.000530"/>
</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-07-03T01:03:20.003509" elapsed="0.000517"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T01:03:20.002310" elapsed="0.001785"/>
</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-07-03T00:53:13.263857" elapsed="606.740298"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.004697" 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-07-03T01:03:20.004328" elapsed="0.000434"/>
</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-07-03T01:03:20.005370" elapsed="0.000305"/>
</kw>
<status status="PASS" start="2026-07-03T01:03:20.005038" elapsed="0.000716"/>
</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-07-03T00:53:13.261839" elapsed="606.743955"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.007264" 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-07-03T01:03:20.006846" elapsed="0.000479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.008625" 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-07-03T01:03:20.008266" elapsed="0.000403"/>
</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-07-03T01:03:20.009162" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:03:20.008805" elapsed="0.000422"/>
</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-07-03T01:03:20.012439" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:03:20.012184" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-03T01:03:20.012164" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T01:03:20.012874" 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-07-03T01:03:20.013040" 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-07-03T01:03:20.012673" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.013681" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.161" 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-07-03T01:03:20.013231" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T01:03:20.014346" 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-07-03T01:03:20.013916" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T01:03:20.015350" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T01:03:20.015444" 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-07-03T01:03:20.015027" elapsed="0.000442"/>
</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-07-03T01:03:20.015611" elapsed="0.000404"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T01:03:20.016949" level="INFO">Logging into '10.30.170.161:22' as 'jenkins'.</msg>
<msg time="2026-07-03T01:03:20.596721" 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 Fri Jul  3 01:03:20 UTC 2026

  System load:  0.38               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.161
  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: Fri Jul  3 00:53:13 2026 from 10.30.171.203
[?2004h[jenkins@releng-63164-328-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-07-03T01:03:20.016547" elapsed="0.580414"/>
</kw>
<msg time="2026-07-03T01:03:20.597052" 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-07-03T01:03:20.016187" elapsed="0.580951"/>
</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-07-03T01:03:20.014580" elapsed="0.582681"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T01:03:20.597824" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.201 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T01:13:26.665970" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T01:13:26.666590" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T01:13:26.666711" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-07-03T01:03:20.597501" elapsed="606.069274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:13:26.667288" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.669272" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:25.755 16  switches: flows:  126586 127817 124003 125360 126503 124968 126327 127159 122802 123977 123677 122006 123859 120260 122460 125658  total = 33.223700 per ms 
01:05:25.856 16  switches: flows:  117018 115316 115033 117110 113558 115037 115451 115170 112767 115040 112445 112950 115064 113393 110452 110355  total = 30.385256 per ms 
01:06:25.956 16  switches: flows:  124620 123521 124169 124382 121149 120320 125078 123230 119059 123227 120167 121131 122567 120890 120604 119034  total = 32.498224 per ms 
01:07:26.057 16  switches: flows:  124796 122873 123102 125544 121936 121312 125490 125733 118745 122724 119827 121690 123167 121313 119800 119102  total = 32.564847 per ms 
01:08:26.157 16  switches: flows:  122044 123577 121985 120946 119684 119886 122639 122795 119880 119256 118600 121093 121369 120057 118524 117844  total = 32.116063 per ms 
01:09:26.257 16  switches: flows:  126867 128045 125648 124083 123638 122891 125103 124313 124115 121886 121863 124970 124595 123169 120598 122686  total = 33.019379 per ms 
01:10:26.358 16  switches: flows:  125782 126858 124716 121919 124179 122900 125596 123129 120863 121062 121045 125245 124596 123336 120576 122163  total = 32.844158 per ms 
01:11:26.458 16  switches: flows:  125636 128908 126083 124139 124487 123999 127600 125532 121453 122638 122387 126616 126396 124643 123401 124646  total = 33.253882 per ms 
01:12:26.559 16  switches: flows:  125406 127651 124775 122316 123146 122696 124646 123685 120860 122573 120775 123674 124239 123541 120313 121743  total = 32.812544 per ms 
01:13:26.659 16  switches: flows:  126104 128547 126261 124775 122624 125744 126274 125376 122034 123169 121453 126585 126513 124867 121937 125168  total = 33.235027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30385.26/33253.88/32525.49/10873.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:13:26.668420" elapsed="0.001171"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T01:13:26.670147" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-03T01:13:26.669796" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-07-03T01:13:26.669724" elapsed="0.000706"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T01:13:26.670680" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-03T01:13:26.670595" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-07-03T01:13:26.670550" elapsed="0.000314"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T01:13:26.671000" elapsed="0.000035"/>
</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-07-03T01:13:26.675905" elapsed="0.000501"/>
</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-07-03T01:13:26.676639" elapsed="0.000261"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T01:13:26.677104" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T01:13:26.671730" elapsed="0.005601"/>
</kw>
<msg time="2026-07-03T01:13:26.677517" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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-07-03T01:03:20.009606" elapsed="606.667950"/>
</kw>
<status status="PASS" start="2026-07-03T01:03:20.009254" elapsed="606.668374"/>
</branch>
<status status="PASS" start="2026-07-03T01:03:20.008781" elapsed="606.668880"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.678328" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.201: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.201. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:25.755 16  switches: flows:  126586 127817 124003 125360 126503 124968 126327 127159 122802 123977 123677 122006 123859 120260 122460 125658  total = 33.223700 per ms 
01:05:25.856 16  switches: flows:  117018 115316 115033 117110 113558 115037 115451 115170 112767 115040 112445 112950 115064 113393 110452 110355  total = 30.385256 per ms 
01:06:25.956 16  switches: flows:  124620 123521 124169 124382 121149 120320 125078 123230 119059 123227 120167 121131 122567 120890 120604 119034  total = 32.498224 per ms 
01:07:26.057 16  switches: flows:  124796 122873 123102 125544 121936 121312 125490 125733 118745 122724 119827 121690 123167 121313 119800 119102  total = 32.564847 per ms 
01:08:26.157 16  switches: flows:  122044 123577 121985 120946 119684 119886 122639 122795 119880 119256 118600 121093 121369 120057 118524 117844  total = 32.116063 per ms 
01:09:26.257 16  switches: flows:  126867 128045 125648 124083 123638 122891 125103 124313 124115 121886 121863 124970 124595 123169 120598 122686  total = 33.019379 per ms 
01:10:26.358 16  switches: flows:  125782 126858 124716 121919 124179 122900 125596 123129 120863 121062 121045 125245 124596 123336 120576 122163  total = 32.844158 per ms 
01:11:26.458 16  switches: flows:  125636 128908 126083 124139 124487 123999 127600 125532 121453 122638 122387 126616 126396 124643 123401 124646  total = 33.253882 per ms 
01:12:26.559 16  switches: flows:  125406 127651 124775 122316 123146 122696 124646 123685 120860 122573 120775 123674 124239 123541 120313 121743  total = 32.812544 per ms 
01:13:26.659 16  switches: flows:  126104 128547 126261 124775 122624 125744 126274 125376 122034 123169 121453 126585 126513 124867 121937 125168  total = 33.235027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30385.26/33253.88/32525.49/10873.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:13:26.677863" elapsed="0.000574"/>
</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-07-03T01:13:26.678646" elapsed="0.000561"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T01:13:26.679745" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T01:13:26.679897" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30385.26/33253.88/32525.49/10873.62 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-03T01:13:26.679437" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:13:26.680565" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30385.26/33253.88/32525.49/10873.62 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-03T01:13:26.680161" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.684029" 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-07-03T01:13:26.680812" elapsed="0.003309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.687480" level="INFO">30385.26/33253.88/32525.49/10873.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:13:26.684333" elapsed="0.003209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:13:26.689993" 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-07-03T01:13:26.687699" elapsed="0.002323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T01:13:26.692537" level="INFO">@{result_value_list} = [ 30385.26 | 33253.88 | 32525.49 | 10873.62 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-03T01:13:26.690257" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.693063" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T01:13:26.693160" 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-07-03T01:13:26.692726" elapsed="0.000459"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.698040" level="INFO">min :: 30385.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-07-03T01:13:26.693592" elapsed="0.004508"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T01:13:26.693461" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.702774" level="INFO">max :: 33253.88</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-07-03T01:13:26.698362" elapsed="0.004473"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T01:13:26.698224" elapsed="0.004674"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.707577" level="INFO">avg :: 32525.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-07-03T01:13:26.703120" elapsed="0.004519"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T01:13:26.702989" elapsed="0.004685"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.712585" level="INFO">stdev :: 10873.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:13:26.707908" elapsed="0.004741"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T01:13:26.707761" elapsed="0.004925"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T01:13:26.693264" elapsed="0.019452"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.716696" level="INFO">${min} = 30385.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-07-03T01:13:26.712897" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.720713" level="INFO">${max} = 33253.88</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-07-03T01:13:26.716899" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.724688" level="INFO">${average} = 32525.49</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-07-03T01:13:26.720913" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.728694" level="INFO">${stdev} = 10873.62</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-03T01:13:26.724893" elapsed="0.003828"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.729267" level="INFO">${date} = 2026-07-03 01:13:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-03T01:13:26.728908" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.729887" level="INFO">CBench Result: 2026-07-03 01:13:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30385.26,33253.88,32525.49,10873.62</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T01:13:26.729441" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T01:13:26.731081" 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-07-03T01:13:26.730579" elapsed="0.000574"/>
</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-07-03T01:13:26.731309" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T01:13:26.730099" elapsed="0.001750"/>
</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-07-03T01:03:20.007664" elapsed="606.724265"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.732406" 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-07-03T01:13:26.732080" elapsed="0.000414"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T01:13:26.733739" 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-07-03T01:13:26.733248" elapsed="0.000520"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-03T01:13:26.734025" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-07-03T01:13:26.733854" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-07-03T01:13:26.733830" elapsed="0.000286"/>
</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-07-03T01:13:26.734264" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-03T01:13:26.734422" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-03T01:13:26.734581" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-03T01:13:26.734777" 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-07-03T01:13:26.734965" elapsed="0.000023"/>
</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-07-03T01:13:26.735118" 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-07-03T01:13:26.735263" elapsed="0.000020"/>
</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-07-03T01:13:26.735483" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-03T01:13:26.735345" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-07-03T01:13:26.735329" elapsed="0.000230"/>
</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-07-03T01:13:26.732905" elapsed="0.002705"/>
</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-07-03T01:03:20.006272" elapsed="606.729386"/>
</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-07-03T00:43:03.968522" elapsed="1822.767724"/>
</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>
