<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-16T03:02:29.234317" 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-16T03:02:29.858572" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:02:29.858417" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:29.858386" elapsed="0.000288"/>
</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-16T03:02:29.858818" elapsed="0.000546"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T03:02:29.859842" level="INFO">Logging into '10.30.170.34:8101' as 'karaf'.</msg>
<msg time="2026-04-16T03:02:30.887579" 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-16T03:02:29.859539" elapsed="1.028319"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T03:02:30.936632" 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-16T03:02:30.888219" elapsed="0.048490"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T03:02:30.938496" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T03:02:30.938619" 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-16T03:02:30.936886" elapsed="0.001764"/>
</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-16T03:02:30.938851" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:02:30.939269" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.940081" 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-16T03:02:30.939669" elapsed="0.000484"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T03:02:30.940211" elapsed="0.000068"/>
</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.34
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-16T03:02:29.858027" elapsed="1.082393"/>
</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-16T03:02:29.854312" elapsed="1.086178"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T03:02:30.941145" 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-16T03:02:30.940693" elapsed="0.000516"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T03:02:30.941635" 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-16T03:02:30.941369" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.942324" 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-16T03:02:30.941867" elapsed="0.000486"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.942929" 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-16T03:02:30.942532" elapsed="0.000460"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.943573" 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-16T03:02:30.943176" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.944134" 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-16T03:02:30.943768" elapsed="0.000413"/>
</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-16T03:02:30.944523" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:02:30.944294" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:02:30.949472" 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-16T03:02:30.949006" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:02:30.950621" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T03:02:30.950710" 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-16T03:02:30.950090" elapsed="0.000679"/>
</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-16T03:02:30.950923" elapsed="0.000389"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T03:02:30.952447" level="INFO">Logging into '10.30.170.107:22' as 'jenkins'.</msg>
<msg time="2026-04-16T03:02:31.785588" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 03:02:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.107
  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-186-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-16T03:02:30.951860" elapsed="0.833934"/>
</kw>
<msg time="2026-04-16T03:02:31.785919" 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-16T03:02:30.951493" elapsed="0.834573"/>
</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-16T03:02:30.949716" elapsed="0.836519"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-16T03:02:31.798226" 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-16T03:02:31.786534" elapsed="0.013475"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:02:31.800328" elapsed="0.000466"/>
</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-16T03:02:30.948386" elapsed="0.852524"/>
</kw>
<status status="PASS" start="2026-04-16T03:02:30.944847" elapsed="0.856154"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:30.944262" elapsed="0.856796"/>
</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-16T03:02:31.801304" elapsed="0.000786"/>
</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-16T03:02:31.809823" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:02:31.809683" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:31.809654" elapsed="0.000260"/>
</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-16T03:02:31.813579" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:02:31.813464" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:31.813443" elapsed="0.000211"/>
</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-16T03:02:31.813799" elapsed="0.000496"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T03:02:31.814727" level="INFO">Logging into '10.30.170.34:8101' as 'karaf'.</msg>
<msg time="2026-04-16T03:02:32.057605" 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-16T03:02:31.814452" elapsed="0.243372"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.151726" 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-16T03:02:32.058199" elapsed="0.093707"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.157536" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-16T03:02:32.157723" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-16T03:02:32.152195" elapsed="0.005561"/>
</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-16T03:02:32.157903" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:02:32.158373" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.159063" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-16T03:02:32.158713" elapsed="0.000434"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T03:02:32.159198" elapsed="0.000052"/>
</return>
<msg time="2026-04-16T03:02:32.159401" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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.34
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-16T03:02:31.813091" elapsed="0.346342"/>
</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-16T03:02:32.159582" elapsed="0.000530"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T03:02:32.160165" elapsed="0.000032"/>
</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-16T03:02:31.809324" elapsed="0.351014"/>
</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-16T03:02:32.164112" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:02:32.163973" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:32.163949" elapsed="0.000236"/>
</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-16T03:02:32.164333" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.165252" level="INFO">Logging into '10.30.170.34:8101' as 'karaf'.</msg>
<msg time="2026-04-16T03:02:32.398682" 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-16T03:02:32.164986" elapsed="0.233863"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.428377" 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-16T03:02:32.399147" elapsed="0.029333"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.431275" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T03:02:32.431406" 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-16T03:02:32.428785" elapsed="0.002658"/>
</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-16T03:02:32.431616" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:02:32.432037" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.432847" 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-16T03:02:32.432445" elapsed="0.000464"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T03:02:32.432998" elapsed="0.000090"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.34
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-16T03:02:32.163623" elapsed="0.269616"/>
</kw>
<status status="PASS" start="2026-04-16T03:02:29.852348" elapsed="2.580970"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.435846" 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-16T03:02:32.434604" elapsed="0.001321"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.437868" 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-16T03:02:32.437320" elapsed="0.000606"/>
</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-16T03:02:32.438340" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:02:32.438041" elapsed="0.000370"/>
</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-16T03:02:32.442250" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:02:32.441924" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:32.441900" elapsed="0.000450"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.442763" 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-16T03:02:32.442910" 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-16T03:02:32.442517" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.443642" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.107" 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-16T03:02:32.443130" elapsed="0.000585"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.444467" 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-16T03:02:32.443896" elapsed="0.000597"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:02:32.445553" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T03:02:32.445662" 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-16T03:02:32.445161" elapsed="0.000531"/>
</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-16T03:02:32.445875" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.447394" level="INFO">Logging into '10.30.170.107:22' as 'jenkins'.</msg>
<msg time="2026-04-16T03:02:32.809598" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 03:02:31 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.107
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 03:02:31 2026 from 10.30.171.58
[?2004h[jenkins@releng-63164-186-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-16T03:02:32.446953" elapsed="0.362830"/>
</kw>
<msg time="2026-04-16T03:02:32.809879" 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-16T03:02:32.446499" elapsed="0.363502"/>
</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-16T03:02:32.444744" elapsed="0.365398"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T03:02:32.811030" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T03:12:38.941542" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T03:12:38.943864" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T03:12:38.944054" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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-16T03:02:32.810392" elapsed="606.133770"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:12:38.944653" elapsed="0.000923"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.947679" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:38.041 16  switches: flows:  105058 105051 104680 100672 101865 102610 103310 101839 102733 99607 99888 100168 101470 102412 98664 101498  total = 27.192083 per ms 
03:04:38.142 16  switches: flows:  116008 119465 117201 116382 115023 115217 116256 114849 114609 112272 111942 114346 112598 114700 112009 114043  total = 30.564251 per ms 
03:05:38.242 16  switches: flows:  121451 122704 121191 120795 120856 119515 121478 121057 120337 116000 117019 118914 116015 117715 116597 118732  total = 31.786538 per ms 
03:06:38.343 16  switches: flows:  116948 118712 117151 117170 118443 116743 117049 117610 115370 114037 113672 111761 111203 113362 112409 115393  total = 30.732562 per ms 
03:07:38.443 16  switches: flows:  103927 103876 102616 102339 101379 101125 102311 102561 101800 100451 98320 97949 97597 99895 98147 101007  total = 26.876795 per ms 
03:08:38.543 16  switches: flows:  78093 78143 77250 76954 78532 76684 77702 78131 76262 76071 74618 76047 74368 74993 75831 75088  total = 20.378745 per ms 
03:09:38.643 16  switches: flows:  76277 76267 75738 75890 75635 74997 76385 75841 75338 73230 73574 74001 71919 73680 74557 73403  total = 19.912281 per ms 
03:10:38.744 16  switches: flows:  76505 75169 75741 75094 74367 75078 75162 75401 74593 73505 73825 74144 71876 72252 73287 73239  total = 19.787595 per ms 
03:11:38.844 16  switches: flows:  80285 78356 78205 78715 78033 78010 77296 77580 77268 76766 76829 76949 75492 76306 75775 76760  total = 20.609333 per ms 
03:12:38.944 16  switches: flows:  64900 64603 64301 64632 64338 64155 63277 63963 63705 63081 63861 63498 62220 61983 63535 63238  total = 16.959840 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 16959.84/31786.54/24178.66/9719.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:12:38.946003" elapsed="0.002016"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T03:12:38.948603" elapsed="0.000044"/>
</return>
<status status="PASS" start="2026-04-16T03:12:38.948302" elapsed="0.000390"/>
</branch>
<status status="PASS" start="2026-04-16T03:12:38.948159" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T03:12:38.948884" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:12:38.948845" elapsed="0.000083"/>
</branch>
<status status="NOT RUN" start="2026-04-16T03:12:38.948828" elapsed="0.000139"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T03:12:38.949003" elapsed="0.000015"/>
</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-16T03:12:38.951973" elapsed="0.000504"/>
</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-16T03:12:38.952632" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:12:38.952970" elapsed="0.000121"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T03:12:38.949402" elapsed="0.003778"/>
</kw>
<msg time="2026-04-16T03:12:38.953339" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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-16T03:02:32.438853" elapsed="606.514515"/>
</kw>
<status status="PASS" start="2026-04-16T03:02:32.438446" elapsed="606.514974"/>
</branch>
<status status="PASS" start="2026-04-16T03:02:32.438013" elapsed="606.515432"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.954069" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:38.041 16  switches: flows:  105058 105051 104680 100672 101865 102610 103310 101839 102733 99607 99888 100168 101470 102412 98664 101498  total = 27.192083 per ms 
03:04:38.142 16  switches: flows:  116008 119465 117201 116382 115023 115217 116256 114849 114609 112272 111942 114346 112598 114700 112009 114043  total = 30.564251 per ms 
03:05:38.242 16  switches: flows:  121451 122704 121191 120795 120856 119515 121478 121057 120337 116000 117019 118914 116015 117715 116597 118732  total = 31.786538 per ms 
03:06:38.343 16  switches: flows:  116948 118712 117151 117170 118443 116743 117049 117610 115370 114037 113672 111761 111203 113362 112409 115393  total = 30.732562 per ms 
03:07:38.443 16  switches: flows:  103927 103876 102616 102339 101379 101125 102311 102561 101800 100451 98320 97949 97597 99895 98147 101007  total = 26.876795 per ms 
03:08:38.543 16  switches: flows:  78093 78143 77250 76954 78532 76684 77702 78131 76262 76071 74618 76047 74368 74993 75831 75088  total = 20.378745 per ms 
03:09:38.643 16  switches: flows:  76277 76267 75738 75890 75635 74997 76385 75841 75338 73230 73574 74001 71919 73680 74557 73403  total = 19.912281 per ms 
03:10:38.744 16  switches: flows:  76505 75169 75741 75094 74367 75078 75162 75401 74593 73505 73825 74144 71876 72252 73287 73239  total = 19.787595 per ms 
03:11:38.844 16  switches: flows:  80285 78356 78205 78715 78033 78010 77296 77580 77268 76766 76829 76949 75492 76306 75775 76760  total = 20.609333 per ms 
03:12:38.944 16  switches: flows:  64900 64603 64301 64632 64338 64155 63277 63963 63705 63081 63861 63498 62220 61983 63535 63238  total = 16.959840 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 16959.84/31786.54/24178.66/9719.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:12:38.953655" elapsed="0.000495"/>
</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-16T03:12:38.954322" elapsed="0.000479"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T03:12:38.955251" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T03:12:38.955368" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 16959.84/31786.54/24178.66/9719.80 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-16T03:12:38.954992" elapsed="0.000403"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:12:38.955927" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 16959.84/31786.54/24178.66/9719.80 | 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-16T03:12:38.955583" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.958985" 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-16T03:12:38.956245" elapsed="0.002839"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.961866" level="INFO">16959.84/31786.54/24178.66/9719.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:12:38.959255" elapsed="0.002672"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:12:38.964408" 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-16T03:12:38.962100" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:12:38.966985" level="INFO">@{result_value_list} = [ 16959.84 | 31786.54 | 24178.66 | 9719.80 ]</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-16T03:12:38.964660" elapsed="0.002354"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.967523" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T03:12:38.967621" 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-16T03:12:38.967175" elapsed="0.000470"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.972710" level="INFO">min :: 16959.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-16T03:12:38.968135" elapsed="0.004636"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T03:12:38.967982" elapsed="0.004826"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.977547" level="INFO">max :: 31786.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:12:38.973084" elapsed="0.004530"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T03:12:38.972911" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.982342" level="INFO">avg :: 24178.66</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-16T03:12:38.977869" elapsed="0.004535"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T03:12:38.977740" elapsed="0.004708"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.987510" level="INFO">stdev :: 9719.80</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-16T03:12:38.982696" elapsed="0.004884"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T03:12:38.982561" elapsed="0.005065"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T03:12:38.967729" elapsed="0.019932"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.992309" level="INFO">${min} = 16959.84</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-16T03:12:38.987865" elapsed="0.004478"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:12:38.996560" level="INFO">${max} = 31786.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-16T03:12:38.992517" elapsed="0.004071"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.000818" level="INFO">${average} = 24178.66</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-16T03:12:38.996741" elapsed="0.004121"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.005365" level="INFO">${stdev} = 9719.80</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-16T03:12:39.001057" elapsed="0.004342"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.006061" level="INFO">${date} = 2026-04-16 03:12:39</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-16T03:12:39.005602" elapsed="0.000490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.006898" level="INFO">CBench Result: 2026-04-16 03:12:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,16959.84,31786.54,24178.66,9719.80</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-16T03:12:39.006249" elapsed="0.000743"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T03:12:39.008445" 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-16T03:12:39.007849" elapsed="0.000687"/>
</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-16T03:12:39.008722" elapsed="0.000580"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T03:12:39.007195" elapsed="0.002232"/>
</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-16T03:02:32.436473" elapsed="606.573044"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.010049" 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-16T03:12:39.009679" elapsed="0.000446"/>
</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-16T03:12:39.010776" elapsed="0.000463"/>
</kw>
<status status="PASS" start="2026-04-16T03:12:39.010381" elapsed="0.000934"/>
</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-16T03:02:32.433513" elapsed="606.577842"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.013139" 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-16T03:12:39.012554" elapsed="0.000648"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.014821" 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-16T03:12:39.014361" elapsed="0.000551"/>
</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-16T03:12:39.015322" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:12:39.015014" elapsed="0.000381"/>
</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-16T03:12:39.018595" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:12:39.018291" elapsed="0.000364"/>
</branch>
<status status="PASS" start="2026-04-16T03:12:39.018259" elapsed="0.000430"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:12:39.019117" 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-16T03:12:39.019276" 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-16T03:12:39.018846" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.019964" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.34 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.107" 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-16T03:12:39.019455" elapsed="0.000578"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:12:39.020727" 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-16T03:12:39.020279" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:12:39.021770" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T03:12:39.021862" 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-16T03:12:39.021438" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-16T03:12:39.022204" elapsed="0.000398"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T03:12:39.023710" level="INFO">Logging into '10.30.170.107:22' as 'jenkins'.</msg>
<msg time="2026-04-16T03:12:39.644826" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 03:12:39 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.107
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 03:02:32 2026 from 10.30.171.58
[?2004h[jenkins@releng-63164-186-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-16T03:12:39.023154" elapsed="0.621893"/>
</kw>
<msg time="2026-04-16T03:12:39.645139" 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-16T03:12:39.022766" elapsed="0.622461"/>
</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-16T03:12:39.020977" elapsed="0.624369"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T03:12:39.645883" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.34 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T03:22:49.189194" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T03:22:49.189637" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T03:22:49.189705" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-16T03:12:39.645570" elapsed="609.544177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:22:49.190108" elapsed="0.000476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.191358" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:44.786 16  switches: flows:  471884 473195 473418 468486 462360 482259 480556 462234 485894 469284 457016 479374 472622 454763 462217 474201  total = 125.496050 per ms 
03:14:47.533 16  switches: flows:  540874 531926 547746 533726 550160 529598 544076 549774 517414 533949 550120 547247 521308 540120 532149 529626  total = 137.056040 per ms 
03:15:47.635 16  switches: flows:  569078 569755 581524 566995 560926 567009 566289 568345 572166 568171 563465 567376 562119 569855 563370 567230  total = 151.138853 per ms 
03:16:47.738 16  switches: flows:  486456 479463 485171 420299 482460 440307 481814 477884 482163 485636 496207 486904 482389 491925 488076 484135  total = 127.304550 per ms 
03:17:47.839 16  switches: flows:  509617 520885 510630 511885 515723 506012 516044 509987 511300 516859 514060 512068 512694 511613 514294 511683  total = 136.526538 per ms 
03:18:47.940 16  switches: flows:  504776 503991 502030 498156 500100 503997 504892 501850 503174 501001 502631 495481 497235 499635 500582 499734  total = 133.429888 per ms 
03:19:48.044 16  switches: flows:  518848 511688 521704 503298 509485 509075 511612 513631 515320 507857 500438 515221 504335 505555 505219 507003  total = 135.768900 per ms 
03:20:48.147 16  switches: flows:  460256 462098 463088 462695 457059 461430 464687 456095 469614 450633 466523 462603 473172 447936 466418 461348  total = 122.886514 per ms 
03:21:49.083 16  switches: flows:  505845 503943 500632 495510 490355 498516 508731 501392 484941 492443 498317 505062 508680 498691 496939 490641  total = 130.966366 per ms 
03:22:49.185 16  switches: flows:  505973 505294 513628 507060 511241 503991 504161 510111 503197 517725 504973 514729 510499 504050 514692 501735  total = 135.323133 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122886.51/151138.85/134488.98/45432.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.190832" elapsed="0.000741"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T03:22:49.191911" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-04-16T03:22:49.191693" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-04-16T03:22:49.191659" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T03:22:49.192198" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:22:49.192147" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-16T03:22:49.192125" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T03:22:49.192328" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-16T03:22:49.195883" elapsed="0.000519"/>
</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-16T03:22:49.196612" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:22:49.197048" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T03:22:49.192782" elapsed="0.004491"/>
</kw>
<msg time="2026-04-16T03:22:49.197456" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-16T03:12:39.015765" elapsed="610.181729"/>
</kw>
<status status="PASS" start="2026-04-16T03:12:39.015424" elapsed="610.182139"/>
</branch>
<status status="PASS" start="2026-04-16T03:12:39.014989" elapsed="610.182606"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.198224" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:44.786 16  switches: flows:  471884 473195 473418 468486 462360 482259 480556 462234 485894 469284 457016 479374 472622 454763 462217 474201  total = 125.496050 per ms 
03:14:47.533 16  switches: flows:  540874 531926 547746 533726 550160 529598 544076 549774 517414 533949 550120 547247 521308 540120 532149 529626  total = 137.056040 per ms 
03:15:47.635 16  switches: flows:  569078 569755 581524 566995 560926 567009 566289 568345 572166 568171 563465 567376 562119 569855 563370 567230  total = 151.138853 per ms 
03:16:47.738 16  switches: flows:  486456 479463 485171 420299 482460 440307 481814 477884 482163 485636 496207 486904 482389 491925 488076 484135  total = 127.304550 per ms 
03:17:47.839 16  switches: flows:  509617 520885 510630 511885 515723 506012 516044 509987 511300 516859 514060 512068 512694 511613 514294 511683  total = 136.526538 per ms 
03:18:47.940 16  switches: flows:  504776 503991 502030 498156 500100 503997 504892 501850 503174 501001 502631 495481 497235 499635 500582 499734  total = 133.429888 per ms 
03:19:48.044 16  switches: flows:  518848 511688 521704 503298 509485 509075 511612 513631 515320 507857 500438 515221 504335 505555 505219 507003  total = 135.768900 per ms 
03:20:48.147 16  switches: flows:  460256 462098 463088 462695 457059 461430 464687 456095 469614 450633 466523 462603 473172 447936 466418 461348  total = 122.886514 per ms 
03:21:49.083 16  switches: flows:  505845 503943 500632 495510 490355 498516 508731 501392 484941 492443 498317 505062 508680 498691 496939 490641  total = 130.966366 per ms 
03:22:49.185 16  switches: flows:  505973 505294 513628 507060 511241 503991 504161 510111 503197 517725 504973 514729 510499 504050 514692 501735  total = 135.323133 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122886.51/151138.85/134488.98/45432.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.197790" elapsed="0.000539"/>
</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-16T03:22:49.198537" elapsed="0.000531"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T03:22:49.199593" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T03:22:49.199720" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122886.51/151138.85/134488.98/45432.91 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-16T03:22:49.199292" elapsed="0.000463"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:22:49.200364" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122886.51/151138.85/134488.98/45432.91 | 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-16T03:22:49.200006" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.203790" 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-16T03:22:49.200609" elapsed="0.003306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.206490" level="INFO">122886.51/151138.85/134488.98/45432.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.204142" elapsed="0.002405"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:22:49.208964" 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-16T03:22:49.206696" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:22:49.211412" level="INFO">@{result_value_list} = [ 122886.51 | 151138.85 | 134488.98 | 45432.91 ]</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-16T03:22:49.209194" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.211917" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T03:22:49.212025" 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-16T03:22:49.211595" elapsed="0.000454"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.216907" level="INFO">min :: 122886.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.212429" elapsed="0.004557"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T03:22:49.212299" elapsed="0.004723"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.221760" level="INFO">max :: 151138.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.217239" elapsed="0.004579"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T03:22:49.217112" elapsed="0.004742"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.226487" level="INFO">avg :: 134488.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:22:49.222092" elapsed="0.004453"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T03:22:49.221962" elapsed="0.004619"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.231221" level="INFO">stdev :: 45432.91</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-16T03:22:49.226816" elapsed="0.004461"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T03:22:49.226668" elapsed="0.004646"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T03:22:49.212115" elapsed="0.019230"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.235468" level="INFO">${min} = 122886.51</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-16T03:22:49.231504" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.239389" level="INFO">${max} = 151138.85</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-16T03:22:49.235650" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.243346" level="INFO">${average} = 134488.98</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-16T03:22:49.239572" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.247285" level="INFO">${stdev} = 45432.91</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-16T03:22:49.243525" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.247822" level="INFO">${date} = 2026-04-16 03:22: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-16T03:22:49.247471" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.248449" level="INFO">CBench Result: 2026-04-16 03:22:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122886.51,151138.85,134488.98,45432.91</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-16T03:22:49.248038" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T03:22:49.249552" 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-16T03:22:49.249134" elapsed="0.000487"/>
</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-16T03:22:49.249773" 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-16T03:22:49.248646" elapsed="0.001672"/>
</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-16T03:12:39.013563" elapsed="610.236815"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.250848" 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-16T03:22:49.250528" elapsed="0.000377"/>
</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-16T03:22:49.251433" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-16T03:22:49.251131" elapsed="0.000642"/>
</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-16T03:12:39.011835" elapsed="610.239977"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.253210" 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-16T03:22:49.252803" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.254486" 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-16T03:22:49.254155" elapsed="0.000375"/>
</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-16T03:22:49.254861" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:22:49.254640" 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-16T03:22:49.257847" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:22:49.257597" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-16T03:22:49.257577" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:22:49.258429" 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-16T03:22:49.258547" 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-16T03:22:49.258102" elapsed="0.000473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.259149" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.107" 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-16T03:22:49.258712" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T03:22:49.259740" 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-16T03:22:49.259348" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:22:49.260825" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T03:22:49.260920" 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-16T03:22:49.260374" elapsed="0.000587"/>
</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-16T03:22:49.261106" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T03:22:49.262313" level="INFO">Logging into '10.30.170.107:22' as 'jenkins'.</msg>
<msg time="2026-04-16T03:22:49.919865" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 03:22:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 03:12:39 2026 from 10.30.171.58
[?2004h[jenkins@releng-63164-186-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-16T03:22:49.261949" elapsed="0.658175"/>
</kw>
<msg time="2026-04-16T03:22:49.920223" 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-16T03:22:49.261586" elapsed="0.658725"/>
</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-16T03:22:49.260000" elapsed="0.660431"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T03:22:49.921062" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T03:32:55.954704" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T03:32:55.955256" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T03:32:55.955326" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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-16T03:22:49.920686" elapsed="606.034678"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:32:55.955745" elapsed="0.000552"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.957182" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:55.044 16  switches: flows:  121243 121450 119380 117376 117350 119620 121099 116563 116422 117564 114797 117673 117495 118099 119194 117973  total = 31.554967 per ms 
03:24:55.145 16  switches: flows:  117378 116734 116823 112708 113544 115472 114120 112344 111496 110476 110719 114552 113698 111802 113505 113571  total = 30.265125 per ms 
03:25:55.248 16  switches: flows:  123698 122072 122319 119762 119923 121900 118549 117700 115563 113474 114444 119854 118752 115667 117194 117520  total = 31.586520 per ms 
03:26:55.349 16  switches: flows:  132542 131138 130525 127484 126061 129307 127091 125012 122398 121724 122163 126512 125224 124527 126955 125643  total = 33.682204 per ms 
03:27:55.450 16  switches: flows:  120079 119763 120035 118047 117172 117771 116902 116380 112106 112438 113415 117428 114304 112660 114296 114589  total = 30.904822 per ms 
03:28:55.551 16  switches: flows:  119948 119431 118524 120131 119067 118262 116720 119396 115268 113901 113122 116034 113859 116495 115864 114948  total = 31.130860 per ms 
03:29:55.652 16  switches: flows:  123117 122738 123535 124246 122933 123606 121542 125219 121364 121080 116327 118261 118670 119962 121698 118544  total = 32.326705 per ms 
03:30:55.753 16  switches: flows:  115521 114630 113046 114944 115277 114381 114779 114930 111412 109429 110672 111292 110468 112372 112061 110171  total = 30.039597 per ms 
03:31:55.855 16  switches: flows:  128038 125648 124133 124088 125796 122539 126195 124791 120001 119686 122021 124821 119633 121410 119386 121308  total = 32.769685 per ms 
03:32:55.957 16  switches: flows:  128988 128827 124591 125012 125191 124487 127574 124423 120746 120614 121178 124351 123243 123909 120737 122775  total = 33.055470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30039.60/33682.20/31751.22/10652.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:32:55.956558" elapsed="0.000890"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T03:32:55.957804" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-16T03:32:55.957585" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-16T03:32:55.957539" elapsed="0.000431"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T03:32:55.958110" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-16T03:32:55.958057" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-04-16T03:32:55.958034" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T03:32:55.958245" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-16T03:32:55.961905" elapsed="0.000505"/>
</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-16T03:32:55.962621" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T03:32:55.963095" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T03:32:55.958713" elapsed="0.004596"/>
</kw>
<msg time="2026-04-16T03:32:55.963491" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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-16T03:22:49.255279" elapsed="606.708249"/>
</kw>
<status status="PASS" start="2026-04-16T03:22:49.254963" elapsed="606.708633"/>
</branch>
<status status="PASS" start="2026-04-16T03:22:49.254618" elapsed="606.709009"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.964251" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.34: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.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:55.044 16  switches: flows:  121243 121450 119380 117376 117350 119620 121099 116563 116422 117564 114797 117673 117495 118099 119194 117973  total = 31.554967 per ms 
03:24:55.145 16  switches: flows:  117378 116734 116823 112708 113544 115472 114120 112344 111496 110476 110719 114552 113698 111802 113505 113571  total = 30.265125 per ms 
03:25:55.248 16  switches: flows:  123698 122072 122319 119762 119923 121900 118549 117700 115563 113474 114444 119854 118752 115667 117194 117520  total = 31.586520 per ms 
03:26:55.349 16  switches: flows:  132542 131138 130525 127484 126061 129307 127091 125012 122398 121724 122163 126512 125224 124527 126955 125643  total = 33.682204 per ms 
03:27:55.450 16  switches: flows:  120079 119763 120035 118047 117172 117771 116902 116380 112106 112438 113415 117428 114304 112660 114296 114589  total = 30.904822 per ms 
03:28:55.551 16  switches: flows:  119948 119431 118524 120131 119067 118262 116720 119396 115268 113901 113122 116034 113859 116495 115864 114948  total = 31.130860 per ms 
03:29:55.652 16  switches: flows:  123117 122738 123535 124246 122933 123606 121542 125219 121364 121080 116327 118261 118670 119962 121698 118544  total = 32.326705 per ms 
03:30:55.753 16  switches: flows:  115521 114630 113046 114944 115277 114381 114779 114930 111412 109429 110672 111292 110468 112372 112061 110171  total = 30.039597 per ms 
03:31:55.855 16  switches: flows:  128038 125648 124133 124088 125796 122539 126195 124791 120001 119686 122021 124821 119633 121410 119386 121308  total = 32.769685 per ms 
03:32:55.957 16  switches: flows:  128988 128827 124591 125012 125191 124487 127574 124423 120746 120614 121178 124351 123243 123909 120737 122775  total = 33.055470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30039.60/33682.20/31751.22/10652.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:32:55.963821" elapsed="0.000534"/>
</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-16T03:32:55.964562" elapsed="0.000578"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T03:32:55.965677" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T03:32:55.965803" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30039.60/33682.20/31751.22/10652.10 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-16T03:32:55.965368" elapsed="0.000469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:32:55.966434" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30039.60/33682.20/31751.22/10652.10 | 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-16T03:32:55.966076" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.969876" 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-16T03:32:55.966684" elapsed="0.003279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.972484" level="INFO">30039.60/33682.20/31751.22/10652.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:32:55.970112" elapsed="0.002429"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:32:55.974948" 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-16T03:32:55.972693" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T03:32:55.977407" level="INFO">@{result_value_list} = [ 30039.60 | 33682.20 | 31751.22 | 10652.10 ]</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-16T03:32:55.975165" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.977896" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T03:32:55.978000" 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-16T03:32:55.977588" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.982753" level="INFO">min :: 30039.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-16T03:32:55.978409" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T03:32:55.978280" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.987383" level="INFO">max :: 33682.20</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-16T03:32:55.983078" elapsed="0.004362"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T03:32:55.982950" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.992172" level="INFO">avg :: 31751.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:32:55.987685" elapsed="0.004554"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T03:32:55.987559" elapsed="0.004715"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:55.997028" level="INFO">stdev :: 10652.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T03:32:55.992492" elapsed="0.004613"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T03:32:55.992359" elapsed="0.004781"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T03:32:55.978093" elapsed="0.019076"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.001061" level="INFO">${min} = 30039.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-16T03:32:55.997331" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.004967" level="INFO">${max} = 33682.20</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-16T03:32:56.001246" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.008877" level="INFO">${average} = 31751.22</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-16T03:32:56.005179" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.012859" level="INFO">${stdev} = 10652.10</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-16T03:32:56.009090" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.013477" level="INFO">${date} = 2026-04-16 03:32:56</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-16T03:32:56.013117" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.014084" level="INFO">CBench Result: 2026-04-16 03:32:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30039.60,33682.20,31751.22,10652.10</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-16T03:32:56.013657" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T03:32:56.015254" 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-16T03:32:56.014747" elapsed="0.000577"/>
</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-16T03:32:56.015479" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T03:32:56.014279" elapsed="0.001745"/>
</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-16T03:22:49.253583" elapsed="606.762501"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.016553" 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-16T03:32:56.016235" elapsed="0.000375"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T03:32:56.018045" 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-16T03:32:56.017535" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-16T03:32:56.018295" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-16T03:32:56.018148" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-04-16T03:32:56.018128" elapsed="0.000253"/>
</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-16T03:32:56.018524" 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-16T03:32:56.018680" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-16T03:32:56.018846" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-16T03:32:56.019062" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-16T03:32:56.019215" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-16T03:32:56.019362" 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-16T03:32:56.019510" 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-16T03:32:56.019730" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-16T03:32:56.019592" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-04-16T03:32:56.019576" 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-16T03:32:56.017006" elapsed="0.002849"/>
</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-16T03:22:49.252262" elapsed="606.767641"/>
</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-16T03:02:29.235975" elapsed="1826.784584"/>
</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>
