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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-12T00:39:26.367108" elapsed="0.616220"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.031599" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:26.983625" elapsed="0.048054"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.033779" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T00:39:27.033916" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-12T00:39:27.031855" elapsed="0.002094"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:27.034112" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:39:27.034533" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.035327" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:39:27.034972" elapsed="0.000443"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T00:39:27.035471" elapsed="0.000070"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.5
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T00:39:26.365647" elapsed="0.670050"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-12T00:39:26.362053" elapsed="0.673771"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T00:39:27.036494" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-12T00:39:27.036064" elapsed="0.000490"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T00:39:27.036986" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-12T00:39:27.036708" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.037924" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-12T00:39:27.037236" elapsed="0.000718"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.038756" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-12T00:39:27.038130" elapsed="0.000671"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.039408" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-12T00:39:27.038999" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.040140" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-12T00:39:27.039804" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-12T00:39:27.040498" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:39:27.040275" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.045315" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:39:27.044886" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:39:27.046490" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T00:39:27.046572" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:39:27.045989" elapsed="0.000607"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:39:27.046766" elapsed="0.000384"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.048188" level="INFO">Logging into '10.30.170.74:22' as 'jenkins'.</msg>
<msg time="2026-04-12T00:39:27.752712" 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 Sun Apr 12 00:39:27 UTC 2026

  System load:  0.2                Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.74
  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-177-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-12T00:39:27.047654" elapsed="0.705200"/>
</kw>
<msg time="2026-04-12T00:39:27.752968" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:39:27.047304" elapsed="0.705757"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-12T00:39:27.045549" elapsed="0.707636"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.760392" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-12T00:39:27.753397" elapsed="0.008531"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:39:27.762320" elapsed="0.000605"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-12T00:39:27.044328" elapsed="0.718737"/>
</kw>
<status status="PASS" start="2026-04-12T00:39:27.040638" elapsed="0.722508"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:27.040247" elapsed="0.722970"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-12T00:39:27.763547" elapsed="0.001021"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-12T00:39:27.772210" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-12T00:39:27.772081" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:27.772054" elapsed="0.000238"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-12T00:39:27.776037" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-12T00:39:27.775923" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:27.775902" elapsed="0.000205"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:39:27.776244" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T00:39:27.777171" level="INFO">Logging into '10.30.170.5:8101' as 'karaf'.</msg>
<msg time="2026-04-12T00:39:27.974720" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-12T00:39:27.776902" elapsed="0.197919"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.070974" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:27.975003" elapsed="0.096050"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.076688" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T00:39:28.076896" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-12T00:39:28.071206" elapsed="0.005724"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:28.077077" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:39:28.077429" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.078094" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:39:28.077766" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T00:39:28.078204" elapsed="0.000046"/>
</return>
<msg time="2026-04-12T00:39:28.078391" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.5
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T00:39:27.775394" elapsed="0.303029"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-12T00:39:28.078572" elapsed="0.000563"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T00:39:28.079187" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-12T00:39:27.771741" elapsed="0.307624"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-12T00:39:28.083023" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-12T00:39:28.082891" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:28.082854" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:39:28.083224" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.084097" level="INFO">Logging into '10.30.170.5:8101' as 'karaf'.</msg>
<msg time="2026-04-12T00:39:28.268052" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-12T00:39:28.083808" elapsed="0.184334"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.290940" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:28.268301" elapsed="0.022697"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.292728" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-12T00:39:28.292821" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-12T00:39:28.291139" elapsed="0.001710"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-12T00:39:28.292997" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:39:28.293313" elapsed="0.000177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.293930" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:39:28.293628" elapsed="0.000356"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-12T00:39:28.294032" elapsed="0.000038"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.5
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-12T00:39:28.082559" elapsed="0.211618"/>
</kw>
<status status="PASS" start="2026-04-12T00:39:26.360221" elapsed="1.934015"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.297295" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:39:28.295119" elapsed="0.002261"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.298980" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-12T00:39:28.298590" elapsed="0.000435"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-12T00:39:28.299333" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:39:28.299104" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-12T00:39:28.302466" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:39:28.302215" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:28.302196" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.302911" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-12T00:39:28.302684" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.303625" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.5 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.74" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:39:28.303198" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.304313" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:39:28.303826" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:39:28.305249" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T00:39:28.305341" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:39:28.304933" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:39:28.305506" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.306758" level="INFO">Logging into '10.30.170.74:22' as 'jenkins'.</msg>
<msg time="2026-04-12T00:39:28.626150" 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 Sun Apr 12 00:39:27 UTC 2026

  System load:  0.2                Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.74
  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: Sun Apr 12 00:39:27 2026 from 10.30.171.128
[?2004h[jenkins@releng-63164-177-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-12T00:39:28.306395" elapsed="0.319884"/>
</kw>
<msg time="2026-04-12T00:39:28.626347" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:39:28.306043" elapsed="0.320381"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-12T00:39:28.304541" elapsed="0.321980"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T00:39:28.627162" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.5 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T00:49:34.780549" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T00:49:34.781290" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T00:49:34.781407" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T00:39:28.626693" elapsed="606.154782"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:49:34.781976" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.783940" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:33.840 16  switches: flows:  97152 99208 96144 95642 96959 97656 94448 96630 93388 94750 94761 93771 90986 93925 94175 92286  total = 25.364683 per ms 
00:41:33.940 16  switches: flows:  119317 121570 119259 118810 117457 117664 119821 119333 115331 114849 114881 115876 113390 113915 117288 114525  total = 31.169426 per ms 
00:42:34.041 16  switches: flows:  128140 127101 125419 126574 124163 124661 123861 124153 122781 122596 122287 120387 122630 122945 123216 120344  total = 32.965812 per ms 
00:43:34.141 16  switches: flows:  124528 125184 124869 123373 119887 120348 122498 119777 117262 119200 117984 117466 118059 117246 118205 115528  total = 31.970172 per ms 
00:44:34.241 16  switches: flows:  130795 128496 127624 130375 129059 127337 128627 125317 122180 125053 123268 123989 126191 124023 124595 123609  total = 33.619523 per ms 
00:45:34.341 16  switches: flows:  130981 128807 128298 130763 125191 123653 128053 124628 122965 121445 123204 122078 123522 124783 124889 123724  total = 33.393947 per ms 
00:46:34.442 16  switches: flows:  131755 131556 131578 130871 126369 126691 130740 126628 122770 123095 123091 122573 123950 124777 127599 125708  total = 33.772779 per ms 
00:47:34.542 16  switches: flows:  129877 131833 130974 130906 126736 128049 128682 126556 123876 123831 123828 124692 124398 124089 127823 125753  total = 33.808621 per ms 
00:48:34.642 16  switches: flows:  127979 128194 128215 127318 125961 127131 127364 126669 123286 121699 121857 125051 123052 122363 124143 123578  total = 33.341954 per ms 
00:49:34.742 16  switches: flows:  134840 132587 132973 132110 130667 130064 131883 130844 128025 128033 126342 128572 127202 127896 128042 127555  total = 34.569553 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31169.43/34569.55/33179.09/11102.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.783120" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T00:49:34.784746" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-04-12T00:49:34.784424" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-04-12T00:49:34.784365" elapsed="0.000665"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T00:49:34.785250" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-12T00:49:34.785164" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-04-12T00:49:34.785129" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T00:49:34.785468" 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-04-12T00:49:34.790381" elapsed="0.000338"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:49:34.790892" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:49:34.791238" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T00:49:34.786205" elapsed="0.005188"/>
</kw>
<msg time="2026-04-12T00:49:34.791526" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T00:39:28.299760" elapsed="606.491794"/>
</kw>
<status status="PASS" start="2026-04-12T00:39:28.299425" elapsed="606.492178"/>
</branch>
<status status="PASS" start="2026-04-12T00:39:28.299079" elapsed="606.492548"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.792126" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:33.840 16  switches: flows:  97152 99208 96144 95642 96959 97656 94448 96630 93388 94750 94761 93771 90986 93925 94175 92286  total = 25.364683 per ms 
00:41:33.940 16  switches: flows:  119317 121570 119259 118810 117457 117664 119821 119333 115331 114849 114881 115876 113390 113915 117288 114525  total = 31.169426 per ms 
00:42:34.041 16  switches: flows:  128140 127101 125419 126574 124163 124661 123861 124153 122781 122596 122287 120387 122630 122945 123216 120344  total = 32.965812 per ms 
00:43:34.141 16  switches: flows:  124528 125184 124869 123373 119887 120348 122498 119777 117262 119200 117984 117466 118059 117246 118205 115528  total = 31.970172 per ms 
00:44:34.241 16  switches: flows:  130795 128496 127624 130375 129059 127337 128627 125317 122180 125053 123268 123989 126191 124023 124595 123609  total = 33.619523 per ms 
00:45:34.341 16  switches: flows:  130981 128807 128298 130763 125191 123653 128053 124628 122965 121445 123204 122078 123522 124783 124889 123724  total = 33.393947 per ms 
00:46:34.442 16  switches: flows:  131755 131556 131578 130871 126369 126691 130740 126628 122770 123095 123091 122573 123950 124777 127599 125708  total = 33.772779 per ms 
00:47:34.542 16  switches: flows:  129877 131833 130974 130906 126736 128049 128682 126556 123876 123831 123828 124692 124398 124089 127823 125753  total = 33.808621 per ms 
00:48:34.642 16  switches: flows:  127979 128194 128215 127318 125961 127131 127364 126669 123286 121699 121857 125051 123052 122363 124143 123578  total = 33.341954 per ms 
00:49:34.742 16  switches: flows:  134840 132587 132973 132110 130667 130064 131883 130844 128025 128033 126342 128572 127202 127896 128042 127555  total = 34.569553 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31169.43/34569.55/33179.09/11102.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.791768" elapsed="0.000432"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-12T00:49:34.792352" elapsed="0.000391"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T00:49:34.793163" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T00:49:34.793255" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31169.43/34569.55/33179.09/11102.28 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-12T00:49:34.792926" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:49:34.793693" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31169.43/34569.55/33179.09/11102.28 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:49:34.793433" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.796086" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.793866" elapsed="0.002276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.798496" level="INFO">31169.43/34569.55/33179.09/11102.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.796289" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:49:34.800968" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:49:34.798703" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:49:34.803367" level="INFO">@{result_value_list} = [ 31169.43 | 34569.55 | 33179.09 | 11102.28 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:49:34.801185" elapsed="0.002210"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.803856" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T00:49:34.803968" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:49:34.803547" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.808700" level="INFO">min :: 31169.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.804400" elapsed="0.004358"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T00:49:34.804268" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.813369" level="INFO">max :: 34569.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.809069" elapsed="0.004358"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T00:49:34.808910" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.818181" level="INFO">avg :: 33179.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-04-12T00:49:34.813682" elapsed="0.004557"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T00:49:34.813554" elapsed="0.004722"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.823727" level="INFO">stdev :: 11102.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.818501" elapsed="0.005297"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T00:49:34.818371" elapsed="0.005471"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T00:49:34.804063" elapsed="0.019847"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.828631" level="INFO">${min} = 31169.43</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:49:34.824117" elapsed="0.004542"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.832569" level="INFO">${max} = 34569.55</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:49:34.828817" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.836649" level="INFO">${average} = 33179.09</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:49:34.832752" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.840595" level="INFO">${stdev} = 11102.28</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:49:34.836828" elapsed="0.003795"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.841181" level="INFO">${date} = 2026-04-12 00:49:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T00:49:34.840786" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.841766" level="INFO">CBench Result: 2026-04-12 00:49:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31169.43,34569.55,33179.09,11102.28</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.841353" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T00:49:34.842910" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-12T00:49:34.842480" elapsed="0.000498"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-12T00:49:34.843132" 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-04-12T00:49:34.841992" elapsed="0.001682"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-12T00:39:28.297914" elapsed="606.545821"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.844266" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-12T00:49:34.843939" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-12T00:49:34.844841" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-04-12T00:49:34.844540" elapsed="0.000660"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-12T00:39:28.294394" elapsed="606.550844"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.846527" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.846144" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.848099" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-12T00:49:34.847727" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-12T00:49:34.848479" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:49:34.848255" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-12T00:49:34.851643" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:49:34.851392" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-04-12T00:49:34.851372" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:49:34.852107" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-12T00:49:34.851898" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.852809" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.5 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.74" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:49:34.852388" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:49:34.853417" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:49:34.853021" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:49:34.854344" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T00:49:34.854433" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:49:34.854033" elapsed="0.000423"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:49:34.854594" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T00:49:34.855823" level="INFO">Logging into '10.30.170.74:22' as 'jenkins'.</msg>
<msg time="2026-04-12T00:49:35.445315" 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 Sun Apr 12 00:49:35 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.74
  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: Sun Apr 12 00:39:28 2026 from 10.30.171.128
[?2004h[jenkins@releng-63164-177-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-12T00:49:34.855435" elapsed="0.590104"/>
</kw>
<msg time="2026-04-12T00:49:35.445641" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:49:34.855089" elapsed="0.590647"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-12T00:49:34.853642" elapsed="0.592215"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T00:49:35.446410" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.5 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T00:59:42.246960" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T00:59:42.247503" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T00:59:42.247611" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T00:49:35.446106" elapsed="606.801562"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:59:42.248165" elapsed="0.000801"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.250124" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:40.561 16  switches: flows:  514594 529570 534399 505435 521457 508782 523867 519245 524143 513717 502741 515621 521909 523754 517706 519846  total = 138.279767 per ms 
00:51:40.663 16  switches: flows:  490135 482513 486594 427650 480963 481136 491517 486380 494361 486475 489136 486406 488758 483249 486160 484760  total = 128.551686 per ms 
00:52:40.769 16  switches: flows:  457863 447830 452608 437511 458409 452914 458860 450518 454176 452568 455690 457297 367165 450347 452092 451611  total = 119.082605 per ms 
00:53:40.871 16  switches: flows:  544496 541517 549834 553743 536579 535478 546868 535364 527150 533317 532678 535591 543744 550213 534190 553239  total = 143.988531 per ms 
00:54:41.029 16  switches: flows:  567640 569778 569931 571796 573064 562502 570781 561025 571835 567415 570094 563588 566191 570999 564536 569445  total = 151.112645 per ms 
00:55:41.131 16  switches: flows:  460196 450504 462900 451107 454812 445736 459121 455910 449626 456223 442690 447912 426441 449148 448774 457139  total = 120.102431 per ms 
00:56:41.922 16  switches: flows:  530461 535408 534615 536527 526979 532280 538667 530360 530252 541649 532007 538020 530063 530216 540254 532754  total = 140.490472 per ms 
00:57:42.024 16  switches: flows:  537203 533150 523607 539567 522029 538897 540407 531224 535443 504752 542495 548492 543623 525181 536081 541064  total = 142.148271 per ms 
00:58:42.125 16  switches: flows:  484138 492612 493836 501158 496668 500600 498220 490120 510085 502356 498695 473121 487018 490085 499055 500228  total = 131.745080 per ms 
00:59:42.226 16  switches: flows:  493629 487500 497224 500152 493692 485319 500881 496869 497583 499047 495064 483383 512268 499563 490701 501463  total = 132.016872 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119082.60/151112.65/134359.84/45955.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.249323" elapsed="0.001102"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T00:59:42.250932" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-12T00:59:42.250601" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-04-12T00:59:42.250551" elapsed="0.000593"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T00:59:42.251355" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-12T00:59:42.251271" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-04-12T00:59:42.251235" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T00:59:42.251564" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:59:42.256127" elapsed="0.000459"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:59:42.256792" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T00:59:42.257219" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T00:59:42.252271" elapsed="0.005175"/>
</kw>
<msg time="2026-04-12T00:59:42.257639" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T00:49:34.848896" elapsed="607.408782"/>
</kw>
<status status="PASS" start="2026-04-12T00:49:34.848563" elapsed="607.409183"/>
</branch>
<status status="PASS" start="2026-04-12T00:49:34.848234" elapsed="607.409544"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.258439" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:40.561 16  switches: flows:  514594 529570 534399 505435 521457 508782 523867 519245 524143 513717 502741 515621 521909 523754 517706 519846  total = 138.279767 per ms 
00:51:40.663 16  switches: flows:  490135 482513 486594 427650 480963 481136 491517 486380 494361 486475 489136 486406 488758 483249 486160 484760  total = 128.551686 per ms 
00:52:40.769 16  switches: flows:  457863 447830 452608 437511 458409 452914 458860 450518 454176 452568 455690 457297 367165 450347 452092 451611  total = 119.082605 per ms 
00:53:40.871 16  switches: flows:  544496 541517 549834 553743 536579 535478 546868 535364 527150 533317 532678 535591 543744 550213 534190 553239  total = 143.988531 per ms 
00:54:41.029 16  switches: flows:  567640 569778 569931 571796 573064 562502 570781 561025 571835 567415 570094 563588 566191 570999 564536 569445  total = 151.112645 per ms 
00:55:41.131 16  switches: flows:  460196 450504 462900 451107 454812 445736 459121 455910 449626 456223 442690 447912 426441 449148 448774 457139  total = 120.102431 per ms 
00:56:41.922 16  switches: flows:  530461 535408 534615 536527 526979 532280 538667 530360 530252 541649 532007 538020 530063 530216 540254 532754  total = 140.490472 per ms 
00:57:42.024 16  switches: flows:  537203 533150 523607 539567 522029 538897 540407 531224 535443 504752 542495 548492 543623 525181 536081 541064  total = 142.148271 per ms 
00:58:42.125 16  switches: flows:  484138 492612 493836 501158 496668 500600 498220 490120 510085 502356 498695 473121 487018 490085 499055 500228  total = 131.745080 per ms 
00:59:42.226 16  switches: flows:  493629 487500 497224 500152 493692 485319 500881 496869 497583 499047 495064 483383 512268 499563 490701 501463  total = 132.016872 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 119082.60/151112.65/134359.84/45955.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.257991" elapsed="0.000556"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-12T00:59:42.258751" elapsed="0.000519"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T00:59:42.259790" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T00:59:42.259937" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 119082.60/151112.65/134359.84/45955.18 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-12T00:59:42.259488" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:59:42.260538" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 119082.60/151112.65/134359.84/45955.18 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:59:42.260183" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.263913" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.260774" elapsed="0.003220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.267041" level="INFO">119082.60/151112.65/134359.84/45955.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.264214" elapsed="0.002883"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:59:42.269428" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:59:42.267245" elapsed="0.002209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T00:59:42.271919" level="INFO">@{result_value_list} = [ 119082.60 | 151112.65 | 134359.84 | 45955.18 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T00:59:42.269664" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.272409" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T00:59:42.272496" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:59:42.272103" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.277168" level="INFO">min :: 119082.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-04-12T00:59:42.272921" elapsed="0.004304"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T00:59:42.272776" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.282024" level="INFO">max :: 151112.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.277479" elapsed="0.004602"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T00:59:42.277354" elapsed="0.004762"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.286607" level="INFO">avg :: 134359.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.282332" elapsed="0.004332"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T00:59:42.282206" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.291218" level="INFO">stdev :: 45955.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.286930" elapsed="0.004344"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T00:59:42.286787" elapsed="0.004522"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T00:59:42.272583" elapsed="0.018758"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.295186" level="INFO">${min} = 119082.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:59:42.291497" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.299393" level="INFO">${max} = 151112.65</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:59:42.295365" elapsed="0.004055"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.303304" level="INFO">${average} = 134359.84</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:59:42.299575" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.307189" level="INFO">${stdev} = 45955.18</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T00:59:42.303482" elapsed="0.003734"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.307724" level="INFO">${date} = 2026-04-12 00:59:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T00:59:42.307373" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.308325" level="INFO">CBench Result: 2026-04-12 00:59:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,119082.60,151112.65,134359.84,45955.18</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.307910" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T00:59:42.309395" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-12T00:59:42.308994" elapsed="0.000466"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-12T00:59:42.309635" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T00:59:42.308517" elapsed="0.001662"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-12T00:49:34.847124" elapsed="607.463116"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.310702" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-12T00:59:42.310390" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-12T00:59:42.311278" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-12T00:59:42.310978" elapsed="0.000637"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-12T00:49:34.845557" elapsed="607.466095"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.313027" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.312623" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.314295" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-12T00:59:42.313967" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-12T00:59:42.314656" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:59:42.314441" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-12T00:59:42.317775" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-12T00:59:42.317364" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-04-12T00:59:42.317345" elapsed="0.000514"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:59:42.318198" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-12T00:59:42.318007" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.318926" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.5 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.74" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T00:59:42.318485" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-12T00:59:42.319520" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T00:59:42.319123" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T00:59:42.320587" level="INFO">Length is 0.</msg>
<msg time="2026-04-12T00:59:42.320682" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T00:59:42.320137" elapsed="0.000569"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:59:42.320845" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-12T00:59:42.322085" level="INFO">Logging into '10.30.170.74:22' as 'jenkins'.</msg>
<msg time="2026-04-12T00:59:42.906597" 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 Sun Apr 12 00:59:42 UTC 2026

  System load:  0.27               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.74
  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: Sun Apr 12 00:49:35 2026 from 10.30.171.128
[?2004h[jenkins@releng-63164-177-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-12T00:59:42.321712" elapsed="0.585087"/>
</kw>
<msg time="2026-04-12T00:59:42.906901" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T00:59:42.321341" elapsed="0.585641"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-12T00:59:42.319748" elapsed="0.587348"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-12T00:59:42.907605" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.5 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-12T01:09:48.948825" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-12T01:09:48.949374" level="INFO">${stdout} = </msg>
<msg time="2026-04-12T01:09:48.949483" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-12T00:59:42.907312" elapsed="606.042228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:09:48.949999" elapsed="0.000663"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.951786" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:48.012 16  switches: flows:  112325 114438 111435 113981 113241 112704 113092 114304 111024 109418 111577 110636 110523 110317 110073 111644  total = 29.845533 per ms 
01:01:48.113 16  switches: flows:  101195 101982 98787 101609 101285 102038 103258 101382 101070 98488 100883 98629 98094 99096 102268 100043  total = 26.790397 per ms 
01:02:48.214 16  switches: flows:  127646 127318 124074 126727 129259 127225 127303 128853 128665 122755 125756 125309 125214 122625 125601 125271  total = 33.603920 per ms 
01:03:48.315 16  switches: flows:  125937 125164 122523 123261 127109 126016 127090 126244 126923 119846 123989 123321 125000 120781 124473 123555  total = 33.131897 per ms 
01:04:48.416 16  switches: flows:  129504 129851 126959 126840 131975 130635 130786 129867 131020 125082 127405 127565 128121 125550 129184 126919  total = 34.230584 per ms 
01:05:48.517 16  switches: flows:  118902 120143 117704 117277 121281 117275 119747 119210 118013 114559 117013 117328 116429 116280 118099 116813  total = 31.382123 per ms 
01:06:48.618 16  switches: flows:  124053 123812 123499 123726 125722 120727 124883 123524 122297 118869 124204 121661 121346 122753 118919 121530  total = 32.637599 per ms 
01:07:48.719 16  switches: flows:  126005 125941 124572 125008 126410 122163 126965 125377 122600 120592 125956 124128 121471 124415 122200 123090  total = 33.059598 per ms 
01:08:48.821 16  switches: flows:  117711 117876 116713 118221 118139 114921 119821 119189 116594 113958 117154 115798 112882 116085 116172 116045  total = 31.069468 per ms 
01:09:48.921 16  switches: flows:  120117 121298 120152 122558 123248 118833 122036 121507 119605 117068 118721 118332 116499 116136 120022 118679  total = 31.860324 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26790.40/34230.58/31973.99/10858.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.951048" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-12T01:09:48.952595" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-12T01:09:48.952279" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-04-12T01:09:48.952231" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-12T01:09:48.953046" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-12T01:09:48.952963" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-12T01:09:48.952926" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-12T01:09:48.953255" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-12T01:09:48.957976" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-12T01:09:48.958470" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-12T01:09:48.958763" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-12T01:09:48.953954" elapsed="0.004981"/>
</kw>
<msg time="2026-04-12T01:09:48.959066" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-12T00:59:42.315099" elapsed="606.643994"/>
</kw>
<status status="PASS" start="2026-04-12T00:59:42.314738" elapsed="606.644405"/>
</branch>
<status status="PASS" start="2026-04-12T00:59:42.314422" elapsed="606.644746"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.959615" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.5:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.5. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:48.012 16  switches: flows:  112325 114438 111435 113981 113241 112704 113092 114304 111024 109418 111577 110636 110523 110317 110073 111644  total = 29.845533 per ms 
01:01:48.113 16  switches: flows:  101195 101982 98787 101609 101285 102038 103258 101382 101070 98488 100883 98629 98094 99096 102268 100043  total = 26.790397 per ms 
01:02:48.214 16  switches: flows:  127646 127318 124074 126727 129259 127225 127303 128853 128665 122755 125756 125309 125214 122625 125601 125271  total = 33.603920 per ms 
01:03:48.315 16  switches: flows:  125937 125164 122523 123261 127109 126016 127090 126244 126923 119846 123989 123321 125000 120781 124473 123555  total = 33.131897 per ms 
01:04:48.416 16  switches: flows:  129504 129851 126959 126840 131975 130635 130786 129867 131020 125082 127405 127565 128121 125550 129184 126919  total = 34.230584 per ms 
01:05:48.517 16  switches: flows:  118902 120143 117704 117277 121281 117275 119747 119210 118013 114559 117013 117328 116429 116280 118099 116813  total = 31.382123 per ms 
01:06:48.618 16  switches: flows:  124053 123812 123499 123726 125722 120727 124883 123524 122297 118869 124204 121661 121346 122753 118919 121530  total = 32.637599 per ms 
01:07:48.719 16  switches: flows:  126005 125941 124572 125008 126410 122163 126965 125377 122600 120592 125956 124128 121471 124415 122200 123090  total = 33.059598 per ms 
01:08:48.821 16  switches: flows:  117711 117876 116713 118221 118139 114921 119821 119189 116594 113958 117154 115798 112882 116085 116172 116045  total = 31.069468 per ms 
01:09:48.921 16  switches: flows:  120117 121298 120152 122558 123248 118833 122036 121507 119605 117068 118721 118332 116499 116136 120022 118679  total = 31.860324 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26790.40/34230.58/31973.99/10858.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.959317" elapsed="0.000373"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-12T01:09:48.959838" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-12T01:09:48.960637" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-12T01:09:48.960729" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26790.40/34230.58/31973.99/10858.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-12T01:09:48.960399" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T01:09:48.961189" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26790.40/34230.58/31973.99/10858.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T01:09:48.960924" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.963626" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.961361" elapsed="0.002322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.966276" level="INFO">26790.40/34230.58/31973.99/10858.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.963829" elapsed="0.002505"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T01:09:48.968713" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T01:09:48.966484" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-12T01:09:48.971178" level="INFO">@{result_value_list} = [ 26790.40 | 34230.58 | 31973.99 | 10858.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-12T01:09:48.968963" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.971680" level="INFO">Length is 4.</msg>
<msg time="2026-04-12T01:09:48.971769" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-12T01:09:48.971364" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.976483" level="INFO">min :: 26790.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.972199" elapsed="0.004343"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-12T01:09:48.972070" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.981137" level="INFO">max :: 34230.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.976822" elapsed="0.004377"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-12T01:09:48.976694" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.985822" level="INFO">avg :: 31973.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.981444" elapsed="0.004451"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-12T01:09:48.981319" elapsed="0.004612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.990468" level="INFO">stdev :: 10858.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:48.986151" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-12T01:09:48.986017" elapsed="0.004542"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-12T01:09:48.971860" elapsed="0.018729"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.994588" level="INFO">${min} = 26790.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T01:09:48.990752" elapsed="0.003864"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T01:09:48.998586" level="INFO">${max} = 34230.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T01:09:48.994771" elapsed="0.003843"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.002549" level="INFO">${average} = 31973.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T01:09:48.998771" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.006664" level="INFO">${stdev} = 10858.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-12T01:09:49.002730" elapsed="0.003963"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.007254" level="INFO">${date} = 2026-04-12 01:09:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-12T01:09:49.006858" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.007866" level="INFO">CBench Result: 2026-04-12 01:09:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26790.40,34230.58,31973.99,10858.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-12T01:09:49.007442" elapsed="0.000514"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-12T01:09:49.009158" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-12T01:09:49.008643" elapsed="0.000587"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-12T01:09:49.009384" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-12T01:09:49.008120" elapsed="0.001833"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-12T00:59:42.313387" elapsed="606.696628"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.010479" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-12T01:09:49.010164" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-12T01:09:49.011779" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-12T01:09:49.011290" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-12T01:09:49.012061" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-12T01:09:49.011905" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-12T01:09:49.011882" elapsed="0.000273"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.012303" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.012466" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.012662" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.012865" elapsed="0.000037"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.013034" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.013187" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.013332" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-12T01:09:49.013551" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-12T01:09:49.013414" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-04-12T01:09:49.013397" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-12T01:09:49.010939" elapsed="0.002738"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-12T00:59:42.312086" elapsed="606.701638"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-12T00:39:25.802279" elapsed="1823.212062"/>
</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>
