<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-12T00:46:59.312004" 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-06-12T00:46:59.898346" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-12T00:46:59.898201" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-12T00:46:59.898156" elapsed="0.000294"/>
</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-06-12T00:46:59.898592" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-12T00:46:59.899607" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-06-12T00:47:00.562680" 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-06-12T00:46:59.899304" elapsed="0.663573"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T00:47:00.611031" 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-06-12T00:47:00.563190" elapsed="0.047955"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T00:47:00.614041" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-12T00:47:00.614230" 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-06-12T00:47:00.611451" elapsed="0.002827"/>
</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-06-12T00:47:00.614516" elapsed="0.000309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:47:00.615075" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.616109" 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-06-12T00:47:00.615618" elapsed="0.000662"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T00:47:00.616364" elapsed="0.000075"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.102
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T00:46:59.897790" elapsed="0.718828"/>
</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-06-12T00:46:59.894270" elapsed="0.722494"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T00:47:00.617596" 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-06-12T00:47:00.617056" elapsed="0.000685"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T00:47:00.618430" 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-06-12T00:47:00.618024" elapsed="0.000493"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.619376" 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-06-12T00:47:00.618746" elapsed="0.000673"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.620198" 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-06-12T00:47:00.619667" elapsed="0.000599"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.621082" 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-06-12T00:47:00.620490" elapsed="0.000622"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.621611" 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-06-12T00:47:00.621295" elapsed="0.000359"/>
</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-06-12T00:47:00.621964" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-12T00:47:00.621744" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T00:47:00.626645" 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-06-12T00:47:00.626219" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T00:47:00.627720" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T00:47:00.627803" 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-06-12T00:47:00.627257" elapsed="0.000570"/>
</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-06-12T00:47:00.627973" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T00:47:00.629431" level="INFO">Logging into '10.30.170.130:22' as 'jenkins'.</msg>
<msg time="2026-06-12T00:47:01.330710" 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 Jun 12 00:47:00 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.130
  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-299-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-06-12T00:47:00.628887" elapsed="0.701977"/>
</kw>
<msg time="2026-06-12T00:47:01.330961" 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-06-12T00:47:00.628510" elapsed="0.702549"/>
</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-06-12T00:47:00.626880" elapsed="0.704319"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.338743" 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-06-12T00:47:01.331441" elapsed="0.009084"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:47:01.340914" elapsed="0.000603"/>
</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-06-12T00:47:00.625649" elapsed="0.716006"/>
</kw>
<status status="PASS" start="2026-06-12T00:47:00.622313" elapsed="0.719422"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:00.621718" elapsed="0.720086"/>
</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-06-12T00:47:01.342133" elapsed="0.001024"/>
</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-06-12T00:47:01.352536" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-12T00:47:01.352374" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:01.352340" elapsed="0.000301"/>
</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-06-12T00:47:01.356325" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-12T00:47:01.356203" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:01.356160" elapsed="0.000235"/>
</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-06-12T00:47:01.356527" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.357410" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-06-12T00:47:01.538184" 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-06-12T00:47:01.357128" elapsed="0.181207"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.632526" 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-06-12T00:47:01.538613" elapsed="0.094008"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.641798" 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-06-12T00:47:01.642009" 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-06-12T00:47:01.632834" elapsed="0.009208"/>
</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-06-12T00:47:01.642200" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:47:01.642539" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.643242" 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-06-12T00:47:01.642881" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T00:47:01.643350" elapsed="0.000058"/>
</return>
<msg time="2026-06-12T00:47:01.643559" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.102
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T00:47:01.355821" elapsed="0.287769"/>
</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-06-12T00:47:01.643735" elapsed="0.000577"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T00:47:01.644365" 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-06-12T00:47:01.352012" elapsed="0.292484"/>
</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-06-12T00:47:01.648204" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-12T00:47:01.648046" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:01.648019" elapsed="0.000258"/>
</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-06-12T00:47:01.648405" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.649277" level="INFO">Logging into '10.30.171.102:8101' as 'karaf'.</msg>
<msg time="2026-06-12T00:47:01.841845" 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-06-12T00:47:01.648999" elapsed="0.193057"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.867808" 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-06-12T00:47:01.842371" elapsed="0.025500"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.869637" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-12T00:47:01.869744" 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-06-12T00:47:01.868021" elapsed="0.001751"/>
</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-06-12T00:47:01.869905" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:47:01.870253" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.870970" 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-06-12T00:47:01.870637" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-12T00:47:01.871074" 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.171.102
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-12T00:47:01.647711" elapsed="0.223580"/>
</kw>
<status status="PASS" start="2026-06-12T00:46:59.892055" elapsed="1.979301"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.873929" 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-06-12T00:47:01.872540" elapsed="0.001455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.875480" 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-06-12T00:47:01.875109" elapsed="0.000414"/>
</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-06-12T00:47:01.875850" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-12T00:47:01.875605" elapsed="0.000303"/>
</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-06-12T00:47:01.878863" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-12T00:47:01.878604" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:01.878583" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.879344" 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-06-12T00:47:01.879502" 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-06-12T00:47:01.879082" elapsed="0.000448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.880097" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.130" 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-06-12T00:47:01.879669" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.880804" 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-06-12T00:47:01.880317" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T00:47:01.881766" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T00:47:01.881857" 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-06-12T00:47:01.881430" elapsed="0.000452"/>
</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-06-12T00:47:01.882026" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T00:47:01.883320" level="INFO">Logging into '10.30.170.130:22' as 'jenkins'.</msg>
<msg time="2026-06-12T00:47:02.213314" 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 Jun 12 00:47:00 UTC 2026

  System load:  0.1                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.130
  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 Jun 12 00:47:01 2026 from 10.30.171.11
[?2004h[jenkins@releng-63164-299-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-06-12T00:47:01.882938" elapsed="0.330586"/>
</kw>
<msg time="2026-06-12T00:47:02.213622" 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-06-12T00:47:01.882584" elapsed="0.331141"/>
</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-06-12T00:47:01.881036" elapsed="0.332823"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T00:47:02.214764" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T00:57:08.318923" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T00:57:08.319518" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T00:57:08.319637" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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-06-12T00:47:02.214115" elapsed="606.105584"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:57:08.320146" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.322135" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:07.413 16  switches: flows:  97694 97545 96964 98674 95269 96655 98062 98452 94970 95304 92737 94830 93553 95556 93017 94561  total = 25.564050 per ms 
00:49:07.513 16  switches: flows:  108405 108600 109968 108522 106596 108587 107131 108767 104042 106346 103216 104141 103865 104396 102241 102257  total = 28.237522 per ms 
00:50:07.614 16  switches: flows:  109993 110207 108245 109325 106326 109089 109111 109077 103852 106058 105508 105389 105655 104577 104062 103128  total = 28.445874 per ms 
00:51:07.714 16  switches: flows:  108713 107808 106398 107505 105580 108964 107249 108199 104369 105884 104165 105413 104361 104535 102224 102686  total = 28.187177 per ms 
00:52:07.816 16  switches: flows:  109351 107915 110705 109268 106929 108718 105681 110124 104342 106870 104996 103128 105137 104283 104900 106651  total = 28.434820 per ms 
00:53:07.917 16  switches: flows:  111753 110540 111396 111059 107870 111643 107059 112425 106579 108305 106118 105593 105889 106701 105550 107242  total = 28.880433 per ms 
00:54:08.018 16  switches: flows:  105958 105527 107156 104832 103781 105957 102125 108185 101615 104056 102005 100975 101375 101802 101453 104297  total = 27.638557 per ms 
00:55:08.118 16  switches: flows:  109709 110275 110333 109451 107397 109756 107009 109929 105502 107397 106735 105917 104091 106552 104827 104555  total = 28.609488 per ms 
00:56:08.218 16  switches: flows:  112639 111000 111673 110379 110147 112442 106744 110876 106635 109125 108353 105774 107030 106881 106125 104309  total = 28.953851 per ms 
00:57:08.318 16  switches: flows:  114336 111451 112256 112481 111230 113197 108460 112493 108711 109702 109403 106205 106643 107924 107121 105754  total = 29.240601 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.56/29240.60/28514.26/9515.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T00:57:08.321391" elapsed="0.001113"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T00:57:08.323006" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-12T00:57:08.322700" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-12T00:57:08.322641" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T00:57:08.323479" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-12T00:57:08.323395" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-06-12T00:57:08.323359" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T00:57:08.323695" 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-06-12T00:57:08.328488" elapsed="0.000468"/>
</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-06-12T00:57:08.329160" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T00:57:08.329594" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T00:57:08.324403" elapsed="0.005403"/>
</kw>
<msg time="2026-06-12T00:57:08.329981" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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-06-12T00:47:01.876278" elapsed="606.453740"/>
</kw>
<status status="PASS" start="2026-06-12T00:47:01.875936" elapsed="606.454150"/>
</branch>
<status status="PASS" start="2026-06-12T00:47:01.875581" elapsed="606.454538"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.330756" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:07.413 16  switches: flows:  97694 97545 96964 98674 95269 96655 98062 98452 94970 95304 92737 94830 93553 95556 93017 94561  total = 25.564050 per ms 
00:49:07.513 16  switches: flows:  108405 108600 109968 108522 106596 108587 107131 108767 104042 106346 103216 104141 103865 104396 102241 102257  total = 28.237522 per ms 
00:50:07.614 16  switches: flows:  109993 110207 108245 109325 106326 109089 109111 109077 103852 106058 105508 105389 105655 104577 104062 103128  total = 28.445874 per ms 
00:51:07.714 16  switches: flows:  108713 107808 106398 107505 105580 108964 107249 108199 104369 105884 104165 105413 104361 104535 102224 102686  total = 28.187177 per ms 
00:52:07.816 16  switches: flows:  109351 107915 110705 109268 106929 108718 105681 110124 104342 106870 104996 103128 105137 104283 104900 106651  total = 28.434820 per ms 
00:53:07.917 16  switches: flows:  111753 110540 111396 111059 107870 111643 107059 112425 106579 108305 106118 105593 105889 106701 105550 107242  total = 28.880433 per ms 
00:54:08.018 16  switches: flows:  105958 105527 107156 104832 103781 105957 102125 108185 101615 104056 102005 100975 101375 101802 101453 104297  total = 27.638557 per ms 
00:55:08.118 16  switches: flows:  109709 110275 110333 109451 107397 109756 107009 109929 105502 107397 106735 105917 104091 106552 104827 104555  total = 28.609488 per ms 
00:56:08.218 16  switches: flows:  112639 111000 111673 110379 110147 112442 106744 110876 106635 109125 108353 105774 107030 106881 106125 104309  total = 28.953851 per ms 
00:57:08.318 16  switches: flows:  114336 111451 112256 112481 111230 113197 108460 112493 108711 109702 109403 106205 106643 107924 107121 105754  total = 29.240601 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.56/29240.60/28514.26/9515.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T00:57:08.330348" elapsed="0.000510"/>
</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-06-12T00:57:08.331060" elapsed="0.000528"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T00:57:08.332117" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T00:57:08.332265" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27638.56/29240.60/28514.26/9515.42 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-06-12T00:57:08.331806" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T00:57:08.332881" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27638.56/29240.60/28514.26/9515.42 | 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-06-12T00:57:08.332516" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.336223" 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-06-12T00:57:08.333115" elapsed="0.003190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.339483" level="INFO">27638.56/29240.60/28514.26/9515.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T00:57:08.336505" elapsed="0.003034"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T00:57:08.341859" 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-06-12T00:57:08.339686" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T00:57:08.344298" level="INFO">@{result_value_list} = [ 27638.56 | 29240.60 | 28514.26 | 9515.42 ]</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-06-12T00:57:08.342080" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.344785" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T00:57:08.344878" 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-06-12T00:57:08.344478" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.349562" level="INFO">min :: 27638.56</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-06-12T00:57:08.345313" elapsed="0.004305"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T00:57:08.345179" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.354148" level="INFO">max :: 29240.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T00:57:08.349875" elapsed="0.004345"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T00:57:08.349747" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.358707" level="INFO">avg :: 28514.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-06-12T00:57:08.354488" elapsed="0.004275"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T00:57:08.354359" elapsed="0.004439"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.363313" level="INFO">stdev :: 9515.42</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-06-12T00:57:08.359018" elapsed="0.004354"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T00:57:08.358891" elapsed="0.004516"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T00:57:08.344970" elapsed="0.018471"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.367483" level="INFO">${min} = 27638.56</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-06-12T00:57:08.363597" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.371384" level="INFO">${max} = 29240.60</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-06-12T00:57:08.367667" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.375460" level="INFO">${average} = 28514.26</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-06-12T00:57:08.371566" elapsed="0.003922"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.379377" level="INFO">${stdev} = 9515.42</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-06-12T00:57:08.375640" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.379923" level="INFO">${date} = 2026-06-12 00:57:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-12T00:57:08.379563" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.380548" level="INFO">CBench Result: 2026-06-12 00:57:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27638.56,29240.60,28514.26,9515.42</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-06-12T00:57:08.380108" elapsed="0.000498"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T00:57:08.381652" 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-06-12T00:57:08.381250" elapsed="0.000470"/>
</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-06-12T00:57:08.381873" elapsed="0.000525"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T00:57:08.380754" elapsed="0.001711"/>
</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-06-12T00:47:01.874462" elapsed="606.508065"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.383004" 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-06-12T00:57:08.382680" elapsed="0.000382"/>
</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-06-12T00:57:08.383607" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-06-12T00:57:08.383303" 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-06-12T00:47:01.871530" elapsed="606.512465"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.385492" 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-06-12T00:57:08.385073" elapsed="0.000478"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.386822" 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-06-12T00:57:08.386489" elapsed="0.000378"/>
</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-06-12T00:57:08.387233" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-12T00:57:08.386980" elapsed="0.000316"/>
</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-06-12T00:57:08.390196" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-12T00:57:08.389927" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-06-12T00:57:08.389907" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T00:57:08.390640" 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-06-12T00:57:08.390763" 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-06-12T00:57:08.390440" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.391387" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.130" 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-06-12T00:57:08.390929" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T00:57:08.392000" 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-06-12T00:57:08.391590" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T00:57:08.392971" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T00:57:08.393063" 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-06-12T00:57:08.392644" elapsed="0.000444"/>
</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-06-12T00:57:08.393246" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T00:57:08.394506" level="INFO">Logging into '10.30.170.130:22' as 'jenkins'.</msg>
<msg time="2026-06-12T00:57:08.979893" 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 Jun 12 00:57:08 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.130
  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 Jun 12 00:47:02 2026 from 10.30.171.11
[?2004h[jenkins@releng-63164-299-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-06-12T00:57:08.394095" elapsed="0.586001"/>
</kw>
<msg time="2026-06-12T00:57:08.980203" 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-06-12T00:57:08.393749" elapsed="0.586542"/>
</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-06-12T00:57:08.392249" elapsed="0.588159"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T00:57:08.980937" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T01:07:15.037348" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T01:07:15.038020" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T01:07:15.038151" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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-06-12T00:57:08.980626" elapsed="606.057618"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:07:15.038798" elapsed="0.000740"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.040819" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:14.107 16  switches: flows:  518904 515020 508085 507035 515903 514352 514436 514743 494527 499616 503661 499269 501763 506191 494543 501347  total = 135.156583 per ms 
00:59:14.208 16  switches: flows:  520484 516033 529551 521637 524948 525948 521107 523860 518893 523805 523011 526616 522798 534431 524453 518272  total = 139.363454 per ms 
01:00:14.310 16  switches: flows:  522691 522107 526416 525560 522536 531208 522964 523816 524548 527426 518347 517486 511489 516557 519158 513254  total = 138.858095 per ms 
01:01:14.412 16  switches: flows:  565110 570782 562297 563335 563259 569546 563455 565452 564050 567731 562011 565530 568070 567371 566740 564720  total = 150.568746 per ms 
01:02:14.514 16  switches: flows:  542439 548289 549298 534933 535378 541004 542459 542240 533958 543296 537354 546595 541943 542413 543885 536212  total = 144.117870 per ms 
01:03:14.615 16  switches: flows:  585142 580033 581658 587109 583108 583491 581754 578219 585947 587039 576333 582142 585305 585160 579534 586336  total = 155.211329 per ms 
01:04:14.716 16  switches: flows:  530513 542659 535947 537067 533054 529204 539848 535086 538599 532113 531926 536603 540865 533707 533784 542029  total = 142.644055 per ms 
01:05:14.817 16  switches: flows:  573223 572643 572495 571958 572381 575530 572821 573476 571466 570739 576142 576814 571571 575365 571946 574119  total = 152.621568 per ms 
01:06:14.918 16  switches: flows:  576460 576262 575054 576806 575371 578836 576080 577797 576752 574514 575032 568632 579735 572892 576598 574446  total = 153.263488 per ms 
01:07:15.022 16  switches: flows:  506147 503686 522253 513811 503598 515793 476978 499710 510547 503101 468271 508290 510211 498713 509342 497582  total = 133.907170 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133907.17/155211.33/145617.31/49059.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:07:15.039932" elapsed="0.001179"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T01:07:15.041661" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-06-12T01:07:15.041325" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-06-12T01:07:15.041274" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T01:07:15.042103" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:07:15.042021" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-06-12T01:07:15.041985" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T01:07:15.042352" 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-06-12T01:07:15.047551" elapsed="0.000370"/>
</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-06-12T01:07:15.048073" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:07:15.048413" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T01:07:15.043399" elapsed="0.005175"/>
</kw>
<msg time="2026-06-12T01:07:15.048704" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102: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-06-12T00:57:08.387646" elapsed="606.661084"/>
</kw>
<status status="PASS" start="2026-06-12T00:57:08.387322" elapsed="606.661457"/>
</branch>
<status status="PASS" start="2026-06-12T00:57:08.386959" elapsed="606.661845"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.049288" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:14.107 16  switches: flows:  518904 515020 508085 507035 515903 514352 514436 514743 494527 499616 503661 499269 501763 506191 494543 501347  total = 135.156583 per ms 
00:59:14.208 16  switches: flows:  520484 516033 529551 521637 524948 525948 521107 523860 518893 523805 523011 526616 522798 534431 524453 518272  total = 139.363454 per ms 
01:00:14.310 16  switches: flows:  522691 522107 526416 525560 522536 531208 522964 523816 524548 527426 518347 517486 511489 516557 519158 513254  total = 138.858095 per ms 
01:01:14.412 16  switches: flows:  565110 570782 562297 563335 563259 569546 563455 565452 564050 567731 562011 565530 568070 567371 566740 564720  total = 150.568746 per ms 
01:02:14.514 16  switches: flows:  542439 548289 549298 534933 535378 541004 542459 542240 533958 543296 537354 546595 541943 542413 543885 536212  total = 144.117870 per ms 
01:03:14.615 16  switches: flows:  585142 580033 581658 587109 583108 583491 581754 578219 585947 587039 576333 582142 585305 585160 579534 586336  total = 155.211329 per ms 
01:04:14.716 16  switches: flows:  530513 542659 535947 537067 533054 529204 539848 535086 538599 532113 531926 536603 540865 533707 533784 542029  total = 142.644055 per ms 
01:05:14.817 16  switches: flows:  573223 572643 572495 571958 572381 575530 572821 573476 571466 570739 576142 576814 571571 575365 571946 574119  total = 152.621568 per ms 
01:06:14.918 16  switches: flows:  576460 576262 575054 576806 575371 578836 576080 577797 576752 574514 575032 568632 579735 572892 576598 574446  total = 153.263488 per ms 
01:07:15.022 16  switches: flows:  506147 503686 522253 513811 503598 515793 476978 499710 510547 503101 468271 508290 510211 498713 509342 497582  total = 133.907170 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133907.17/155211.33/145617.31/49059.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:07:15.048969" elapsed="0.000393"/>
</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-06-12T01:07:15.049508" elapsed="0.000407"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T01:07:15.050325" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T01:07:15.050418" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133907.17/155211.33/145617.31/49059.49 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-06-12T01:07:15.050077" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:07:15.050857" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133907.17/155211.33/145617.31/49059.49 | 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-06-12T01:07:15.050602" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.053285" 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-06-12T01:07:15.051040" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.055697" level="INFO">133907.17/155211.33/145617.31/49059.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:07:15.053487" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:07:15.058239" 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-06-12T01:07:15.055899" elapsed="0.002368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:07:15.060673" level="INFO">@{result_value_list} = [ 133907.17 | 155211.33 | 145617.31 | 49059.49 ]</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-06-12T01:07:15.058473" elapsed="0.002228"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.061195" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T01:07:15.061285" 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-06-12T01:07:15.060854" elapsed="0.000455"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.066037" level="INFO">min :: 133907.17</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-06-12T01:07:15.061721" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T01:07:15.061590" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.070852" level="INFO">max :: 155211.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:07:15.066373" elapsed="0.004537"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T01:07:15.066244" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.075641" level="INFO">avg :: 145617.31</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-06-12T01:07:15.071162" elapsed="0.004539"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T01:07:15.071035" elapsed="0.004700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.080479" level="INFO">stdev :: 49059.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-06-12T01:07:15.075960" elapsed="0.004576"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T01:07:15.075823" elapsed="0.004748"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T01:07:15.061376" elapsed="0.019228"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.084492" level="INFO">${min} = 133907.17</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-06-12T01:07:15.080764" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.088636" level="INFO">${max} = 155211.33</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-06-12T01:07:15.084672" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.092575" level="INFO">${average} = 145617.31</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-06-12T01:07:15.088816" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.096594" level="INFO">${stdev} = 49059.49</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-06-12T01:07:15.092756" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.097162" level="INFO">${date} = 2026-06-12 01:07:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-12T01:07:15.096794" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.097809" level="INFO">CBench Result: 2026-06-12 01:07:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133907.17,155211.33,145617.31,49059.49</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-06-12T01:07:15.097351" elapsed="0.000514"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T01:07:15.098931" 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-06-12T01:07:15.098503" elapsed="0.000493"/>
</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-06-12T01:07:15.099147" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T01:07:15.098016" elapsed="0.001680"/>
</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-06-12T00:57:08.385868" elapsed="606.713898"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.100252" 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-06-12T01:07:15.099916" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-12T01:07:15.100827" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-06-12T01:07:15.100517" elapsed="0.000664"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-12T00:57:08.384466" elapsed="606.716756"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.102584" 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-06-12T01:07:15.102132" elapsed="0.000509"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.104049" 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-06-12T01:07:15.103694" elapsed="0.000397"/>
</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-06-12T01:07:15.104443" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:07:15.104219" elapsed="0.000282"/>
</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-06-12T01:07:15.107959" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:07:15.107689" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-06-12T01:07:15.107666" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:07:15.108378" 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-06-12T01:07:15.108494" 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-06-12T01:07:15.108189" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.109079" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.130" 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-06-12T01:07:15.108653" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-12T01:07:15.109729" 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-06-12T01:07:15.109293" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:07:15.110812" level="INFO">Length is 0.</msg>
<msg time="2026-06-12T01:07:15.110915" 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-06-12T01:07:15.110357" elapsed="0.000584"/>
</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-06-12T01:07:15.111083" elapsed="0.000400"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-12T01:07:15.112378" level="INFO">Logging into '10.30.170.130:22' as 'jenkins'.</msg>
<msg time="2026-06-12T01:07:15.701727" 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 Jun 12 01:07:15 UTC 2026

  System load:  0.32               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.130
  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 Jun 12 00:57:08 2026 from 10.30.171.11
[?2004h[jenkins@releng-63164-299-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-06-12T01:07:15.111987" elapsed="0.589951"/>
</kw>
<msg time="2026-06-12T01:07:15.702028" 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-06-12T01:07:15.111636" elapsed="0.590482"/>
</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-06-12T01:07:15.109968" elapsed="0.592290"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-12T01:07:15.702805" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.102 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-12T01:17:21.845600" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-12T01:17:21.846218" level="INFO">${stdout} = </msg>
<msg time="2026-06-12T01:17:21.846394" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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-06-12T01:07:15.702493" elapsed="606.143963"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:17:21.846959" elapsed="0.000754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.848941" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:20.938 16  switches: flows:  105309 105430 111490 104119 103021 105084 101703 116001 102761 104009 105646 102591 100932 103275 100918 101966  total = 27.904250 per ms 
01:09:21.040 16  switches: flows:  99706 101609 102642 102004 98386 99477 98770 101816 99512 98174 97002 98500 98930 99360 96636 96371  total = 26.436893 per ms 
01:10:21.140 16  switches: flows:  108334 110095 110662 110032 107924 107758 105839 109767 107795 105929 105038 105901 108152 108728 103202 104641  total = 28.615533 per ms 
01:11:21.240 16  switches: flows:  103103 105509 106230 105247 102817 104133 102814 105537 103721 101550 100099 101070 102993 104203 100939 101008  total = 27.470402 per ms 
01:12:21.340 16  switches: flows:  95647 94707 96837 95355 95818 95521 92651 95421 93808 94038 94052 93233 93404 93722 91983 91596  total = 25.088021 per ms 
01:13:21.441 16  switches: flows:  100764 99632 100995 100762 101731 102231 97817 98877 98129 100768 100514 99810 97550 97889 97702 96269  total = 26.479788 per ms 
01:14:21.541 16  switches: flows:  96410 95293 95506 95109 94891 95245 93482 94268 93909 94448 93128 93270 91443 94043 92414 93390  total = 25.062295 per ms 
01:15:21.641 16  switches: flows:  98402 98777 101161 101706 97379 97661 96257 96905 97447 96753 95820 96869 96886 97305 94582 97727  total = 25.983857 per ms 
01:16:21.742 16  switches: flows:  100511 101632 101716 102844 99584 99652 97819 99540 99848 98417 98128 99943 98477 98842 96420 99890  total = 26.509977 per ms 
01:17:21.842 16  switches: flows:  99250 101041 101986 101079 100336 100025 97558 100148 98676 98807 98708 98559 99370 97540 96171 99718  total = 26.438727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25062.30/28615.53/26453.94/8879.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:17:21.848098" elapsed="0.001185"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-12T01:17:21.849763" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-12T01:17:21.849464" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-06-12T01:17:21.849413" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-12T01:17:21.850216" elapsed="0.000065"/>
</return>
<status status="NOT RUN" start="2026-06-12T01:17:21.850100" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-06-12T01:17:21.850065" elapsed="0.000332"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-12T01:17:21.850468" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-12T01:17:21.856069" elapsed="0.000831"/>
</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-06-12T01:17:21.857268" elapsed="0.000349"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-12T01:17:21.857914" elapsed="0.000224"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-12T01:17:21.851212" elapsed="0.007201"/>
</kw>
<msg time="2026-06-12T01:17:21.858707" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102: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-06-12T01:07:15.105036" elapsed="606.753730"/>
</kw>
<status status="PASS" start="2026-06-12T01:07:15.104526" elapsed="606.754349"/>
</branch>
<status status="PASS" start="2026-06-12T01:07:15.104197" elapsed="606.754730"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.859479" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.102:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.102. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:20.938 16  switches: flows:  105309 105430 111490 104119 103021 105084 101703 116001 102761 104009 105646 102591 100932 103275 100918 101966  total = 27.904250 per ms 
01:09:21.040 16  switches: flows:  99706 101609 102642 102004 98386 99477 98770 101816 99512 98174 97002 98500 98930 99360 96636 96371  total = 26.436893 per ms 
01:10:21.140 16  switches: flows:  108334 110095 110662 110032 107924 107758 105839 109767 107795 105929 105038 105901 108152 108728 103202 104641  total = 28.615533 per ms 
01:11:21.240 16  switches: flows:  103103 105509 106230 105247 102817 104133 102814 105537 103721 101550 100099 101070 102993 104203 100939 101008  total = 27.470402 per ms 
01:12:21.340 16  switches: flows:  95647 94707 96837 95355 95818 95521 92651 95421 93808 94038 94052 93233 93404 93722 91983 91596  total = 25.088021 per ms 
01:13:21.441 16  switches: flows:  100764 99632 100995 100762 101731 102231 97817 98877 98129 100768 100514 99810 97550 97889 97702 96269  total = 26.479788 per ms 
01:14:21.541 16  switches: flows:  96410 95293 95506 95109 94891 95245 93482 94268 93909 94448 93128 93270 91443 94043 92414 93390  total = 25.062295 per ms 
01:15:21.641 16  switches: flows:  98402 98777 101161 101706 97379 97661 96257 96905 97447 96753 95820 96869 96886 97305 94582 97727  total = 25.983857 per ms 
01:16:21.742 16  switches: flows:  100511 101632 101716 102844 99584 99652 97819 99540 99848 98417 98128 99943 98477 98842 96420 99890  total = 26.509977 per ms 
01:17:21.842 16  switches: flows:  99250 101041 101986 101079 100336 100025 97558 100148 98676 98807 98708 98559 99370 97540 96171 99718  total = 26.438727 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25062.30/28615.53/26453.94/8879.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:17:21.859165" elapsed="0.000388"/>
</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-06-12T01:17:21.859700" elapsed="0.000359"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-12T01:17:21.860515" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-12T01:17:21.860609" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25062.30/28615.53/26453.94/8879.09 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-06-12T01:17:21.860274" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:17:21.861045" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25062.30/28615.53/26453.94/8879.09 | 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-06-12T01:17:21.860788" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.863466" 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-06-12T01:17:21.861232" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.866022" level="INFO">25062.30/28615.53/26453.94/8879.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:17:21.863674" elapsed="0.002407"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:17:21.869122" 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-06-12T01:17:21.866275" elapsed="0.002885"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-12T01:17:21.873039" level="INFO">@{result_value_list} = [ 25062.30 | 28615.53 | 26453.94 | 8879.09 ]</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-06-12T01:17:21.869453" elapsed="0.003638"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.873858" level="INFO">Length is 4.</msg>
<msg time="2026-06-12T01:17:21.873998" 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-06-12T01:17:21.873394" elapsed="0.000655"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.880381" level="INFO">min :: 25062.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:17:21.874672" elapsed="0.005767"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-12T01:17:21.874463" elapsed="0.006012"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.885560" level="INFO">max :: 28615.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-12T01:17:21.880690" elapsed="0.004933"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-12T01:17:21.880563" elapsed="0.005104"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.890336" level="INFO">avg :: 26453.94</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-06-12T01:17:21.885895" elapsed="0.004500"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-12T01:17:21.885760" elapsed="0.004670"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.894964" level="INFO">stdev :: 8879.09</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-06-12T01:17:21.890643" elapsed="0.004379"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-12T01:17:21.890516" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-12T01:17:21.874193" elapsed="0.020894"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.899238" level="INFO">${min} = 25062.30</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-06-12T01:17:21.895270" elapsed="0.003997"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.903146" level="INFO">${max} = 28615.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-12T01:17:21.899425" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.907045" level="INFO">${average} = 26453.94</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-06-12T01:17:21.903344" elapsed="0.003729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.911208" level="INFO">${stdev} = 8879.09</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-06-12T01:17:21.907242" elapsed="0.004014"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.912077" level="INFO">${date} = 2026-06-12 01:17:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-12T01:17:21.911514" elapsed="0.000602"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.913045" level="INFO">CBench Result: 2026-06-12 01:17:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25062.30,28615.53,26453.94,8879.09</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-06-12T01:17:21.912350" elapsed="0.000810"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-12T01:17:21.914935" 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-06-12T01:17:21.914253" elapsed="0.000783"/>
</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-06-12T01:17:21.915273" elapsed="0.000676"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-12T01:17:21.913467" elapsed="0.002576"/>
</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-06-12T01:07:15.102963" elapsed="606.813164"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.916810" 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-06-12T01:17:21.916358" elapsed="0.000536"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-12T01:17:21.918657" 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-06-12T01:17:21.917897" elapsed="0.000799"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-12T01:17:21.919020" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-06-12T01:17:21.918811" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-06-12T01:17:21.918779" elapsed="0.000371"/>
</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-06-12T01:17:21.919374" elapsed="0.000031"/>
</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-06-12T01:17:21.919655" elapsed="0.000035"/>
</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-06-12T01:17:21.919901" elapsed="0.000030"/>
</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-06-12T01:17:21.920240" elapsed="0.000044"/>
</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-06-12T01:17:21.920478" elapsed="0.000032"/>
</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-06-12T01:17:21.920762" elapsed="0.000059"/>
</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-06-12T01:17:21.921022" elapsed="0.000029"/>
</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-06-12T01:17:21.921363" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-12T01:17:21.921143" elapsed="0.000294"/>
</branch>
<status status="NOT RUN" start="2026-06-12T01:17:21.921118" elapsed="0.000353"/>
</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-06-12T01:17:21.917437" elapsed="0.004108"/>
</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-06-12T01:07:15.101629" elapsed="606.819982"/>
</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-06-12T00:46:59.313661" elapsed="1822.609085"/>
</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>
