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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-15T00:45:48.995537" elapsed="0.744731"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T00:45:49.788973" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:49.740547" elapsed="0.048495"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T00:45:49.790891" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T00:45:49.790999" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-15T00:45:49.789203" elapsed="0.001826"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:49.791181" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:45:49.791540" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.792230" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:45:49.791911" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T00:45:49.792365" elapsed="0.000052"/>
</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.213
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T00:45:48.994101" elapsed="0.798437"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-15T00:45:48.990577" elapsed="0.802024"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T00:45:49.793172" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T00:45:49.792806" elapsed="0.000422"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T00:45:49.793620" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T00:45:49.793379" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.794277" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-15T00:45:49.793856" elapsed="0.000451"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.794821" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-15T00:45:49.794471" elapsed="0.000394"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.795379" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-15T00:45:49.795009" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.795891" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-15T00:45:49.795563" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-15T00:45:49.796223" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-07-15T00:45:49.796016" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T00:45:49.800663" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:45:49.800227" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T00:45:49.802031" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T00:45:49.802118" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T00:45:49.801242" elapsed="0.000901"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:45:49.802288" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T00:45:49.803622" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-07-15T00:45:50.459747" 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 Wed Jul 15 00:45:50 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  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-340-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-15T00:45:49.803135" elapsed="0.656767"/>
</kw>
<msg time="2026-07-15T00:45:50.459989" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:45:49.802797" elapsed="0.657281"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-15T00:45:49.800908" elapsed="0.659290"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-15T00:45:50.467304" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-15T00:45:50.460410" elapsed="0.008362"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:45:50.469022" elapsed="0.000386"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-15T00:45:49.799719" elapsed="0.669774"/>
</kw>
<status status="PASS" start="2026-07-15T00:45:49.796380" elapsed="0.673164"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:49.795991" elapsed="0.673597"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-15T00:45:50.469818" elapsed="0.000635"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-15T00:45:50.476463" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-07-15T00:45:50.476298" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:50.476266" elapsed="0.000317"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-15T00:45:50.481486" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-15T00:45:50.481339" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:50.481313" elapsed="0.000244"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:45:50.481686" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-15T00:45:50.482541" level="INFO">Logging into '10.30.170.213:8101' as 'karaf'.</msg>
<msg time="2026-07-15T00:45:50.695626" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-15T00:45:50.482279" elapsed="0.213552"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T00:45:50.789992" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:50.696122" elapsed="0.094009"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T00:45:50.797772" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T00:45:50.798034" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-15T00:45:50.790408" elapsed="0.007660"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:50.798217" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:45:50.798675" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:45:50.799474" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:45:50.799124" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T00:45:50.799594" elapsed="0.000073"/>
</return>
<msg time="2026-07-15T00:45:50.799870" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.213
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T00:45:50.480843" elapsed="0.319062"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-15T00:45:50.800061" elapsed="0.000670"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T00:45:50.800785" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-15T00:45:50.475887" elapsed="0.325036"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-15T00:45:50.805023" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-15T00:45:50.804874" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:50.804843" elapsed="0.000254"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:45:50.805234" elapsed="0.000532"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-15T00:45:50.806483" level="INFO">Logging into '10.30.170.213:8101' as 'karaf'.</msg>
<msg time="2026-07-15T00:45:50.979040" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-15T00:45:50.806205" elapsed="0.173018"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.002764" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:50.979511" elapsed="0.023314"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.004545" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T00:45:51.004652" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-15T00:45:51.002977" elapsed="0.001713"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-15T00:45:51.004838" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:45:51.005163" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:45:51.005888" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:45:51.005525" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T00:45:51.005994" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.213
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T00:45:50.804443" elapsed="0.201741"/>
</kw>
<status status="PASS" start="2026-07-15T00:45:48.988885" elapsed="2.017366"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:45:51.008589" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:45:51.007432" elapsed="0.001220"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T00:45:51.010160" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-15T00:45:51.009779" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-15T00:45:51.010532" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-15T00:45:51.010284" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-15T00:45:51.013514" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-15T00:45:51.013264" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:51.013245" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.013947" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-15T00:45:51.013740" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:45:51.014645" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.213 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:45:51.014228" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.015328" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:45:51.014859" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T00:45:51.016271" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T00:45:51.016366" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T00:45:51.015944" elapsed="0.000447"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:45:51.016538" elapsed="0.000387"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.017798" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-07-15T00:45:51.368074" 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 Wed Jul 15 00:45:50 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  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: Wed Jul 15 00:45:50 2026 from 10.30.171.27
[?2004h[jenkins@releng-63164-340-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-15T00:45:51.017430" elapsed="0.350874"/>
</kw>
<msg time="2026-07-15T00:45:51.368400" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:45:51.017079" elapsed="0.351435"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-15T00:45:51.015555" elapsed="0.353104"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T00:45:51.369323" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.213 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T00:55:57.479909" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T00:55:57.480522" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T00:55:57.480633" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-15T00:45:51.368955" elapsed="606.111812"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:55:57.481243" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.483227" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:56.563 16  switches: flows:  102236 101737 103324 103777 105684 101211 105158 104132 104454 102332 100386 99290 102291 99627 103111 99681  total = 27.307183 per ms 
00:47:56.664 16  switches: flows:  112109 113210 115377 111082 114567 111716 109495 113799 112684 112987 112610 111046 110096 111727 111163 111256  total = 29.865505 per ms 
00:48:56.765 16  switches: flows:  106937 105030 108213 104826 107816 104849 104271 108944 106957 106477 106730 103694 104862 106278 105983 104290  total = 28.222155 per ms 
00:49:56.866 16  switches: flows:  119274 119127 121952 120425 121639 118265 118375 119959 120257 119543 120014 120002 117824 120414 119123 115829  total = 31.813913 per ms 
00:50:56.967 16  switches: flows:  126877 125308 128160 125518 128226 123647 124686 127923 125881 124933 126258 124783 123721 124971 125017 123582  total = 33.435721 per ms 
00:51:57.068 16  switches: flows:  122990 123054 126825 123884 126605 122446 123774 123869 124458 124178 124956 123340 120255 123937 123770 120144  total = 32.919768 per ms 
00:52:57.169 16  switches: flows:  125624 124425 127244 127002 129330 125155 124474 126439 126352 126023 126066 126463 123455 125908 124989 122430  total = 33.467106 per ms 
00:53:57.271 16  switches: flows:  118689 120156 120744 120231 122703 118405 119006 120066 119770 119262 119948 118955 118581 119264 117768 116878  total = 31.787247 per ms 
00:54:57.373 16  switches: flows:  125807 124882 126872 125383 124342 124239 124630 124018 124423 124451 123139 122299 122685 125565 121135 122678  total = 33.053185 per ms 
00:55:57.474 16  switches: flows:  124179 125575 125679 126686 126365 122731 125962 124567 123476 124624 122705 124309 123759 124133 123479 123963  total = 33.147836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28222.16/33467.11/31968.05/10792.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.482386" elapsed="0.001180"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T00:55:57.484207" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-07-15T00:55:57.483806" elapsed="0.000576"/>
</branch>
<status status="PASS" start="2026-07-15T00:55:57.483746" elapsed="0.000692"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T00:55:57.484724" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-15T00:55:57.484581" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-07-15T00:55:57.484545" elapsed="0.000328"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T00:55:57.484952" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:55:57.490026" elapsed="0.000334"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:55:57.490508" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T00:55:57.490830" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T00:55:57.485662" elapsed="0.005322"/>
</kw>
<msg time="2026-07-15T00:55:57.491112" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-15T00:45:51.010952" elapsed="606.480187"/>
</kw>
<status status="PASS" start="2026-07-15T00:45:51.010618" elapsed="606.480570"/>
</branch>
<status status="PASS" start="2026-07-15T00:45:51.010260" elapsed="606.480951"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.491641" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:56.563 16  switches: flows:  102236 101737 103324 103777 105684 101211 105158 104132 104454 102332 100386 99290 102291 99627 103111 99681  total = 27.307183 per ms 
00:47:56.664 16  switches: flows:  112109 113210 115377 111082 114567 111716 109495 113799 112684 112987 112610 111046 110096 111727 111163 111256  total = 29.865505 per ms 
00:48:56.765 16  switches: flows:  106937 105030 108213 104826 107816 104849 104271 108944 106957 106477 106730 103694 104862 106278 105983 104290  total = 28.222155 per ms 
00:49:56.866 16  switches: flows:  119274 119127 121952 120425 121639 118265 118375 119959 120257 119543 120014 120002 117824 120414 119123 115829  total = 31.813913 per ms 
00:50:56.967 16  switches: flows:  126877 125308 128160 125518 128226 123647 124686 127923 125881 124933 126258 124783 123721 124971 125017 123582  total = 33.435721 per ms 
00:51:57.068 16  switches: flows:  122990 123054 126825 123884 126605 122446 123774 123869 124458 124178 124956 123340 120255 123937 123770 120144  total = 32.919768 per ms 
00:52:57.169 16  switches: flows:  125624 124425 127244 127002 129330 125155 124474 126439 126352 126023 126066 126463 123455 125908 124989 122430  total = 33.467106 per ms 
00:53:57.271 16  switches: flows:  118689 120156 120744 120231 122703 118405 119006 120066 119770 119262 119948 118955 118581 119264 117768 116878  total = 31.787247 per ms 
00:54:57.373 16  switches: flows:  125807 124882 126872 125383 124342 124239 124630 124018 124423 124451 123139 122299 122685 125565 121135 122678  total = 33.053185 per ms 
00:55:57.474 16  switches: flows:  124179 125575 125679 126686 126365 122731 125962 124567 123476 124624 122705 124309 123759 124133 123479 123963  total = 33.147836 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28222.16/33467.11/31968.05/10792.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.491347" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-15T00:55:57.491881" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T00:55:57.492663" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T00:55:57.492788" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28222.16/33467.11/31968.05/10792.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-15T00:55:57.492420" elapsed="0.000393"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T00:55:57.493231" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28222.16/33467.11/31968.05/10792.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T00:55:57.492971" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.495617" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.493402" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.498046" level="INFO">28222.16/33467.11/31968.05/10792.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.495834" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T00:55:57.500460" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T00:55:57.498250" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T00:55:57.502894" level="INFO">@{result_value_list} = [ 28222.16 | 33467.11 | 31968.05 | 10792.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T00:55:57.500706" elapsed="0.002216"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.503381" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T00:55:57.503475" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T00:55:57.503075" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.508209" level="INFO">min :: 28222.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.503899" elapsed="0.004387"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T00:55:57.503768" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.512822" level="INFO">max :: 33467.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.508544" elapsed="0.004334"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T00:55:57.508411" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.517339" level="INFO">avg :: 31968.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.513125" elapsed="0.004270"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T00:55:57.513000" elapsed="0.004428"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.521955" level="INFO">stdev :: 10792.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.517644" elapsed="0.004367"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T00:55:57.517518" elapsed="0.004552"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T00:55:57.503566" elapsed="0.018537"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.525997" level="INFO">${min} = 28222.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T00:55:57.522260" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.530163" level="INFO">${max} = 33467.11</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T00:55:57.526175" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.534036" level="INFO">${average} = 31968.05</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T00:55:57.530341" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.537918" level="INFO">${stdev} = 10792.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T00:55:57.534212" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.538470" level="INFO">${date} = 2026-07-15 00:55:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T00:55:57.538103" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.539063" level="INFO">CBench Result: 2026-07-15 00:55:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28222.16,33467.11,31968.05,10792.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.538642" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T00:55:57.540143" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T00:55:57.539749" elapsed="0.000460"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-15T00:55:57.540357" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T00:55:57.539258" elapsed="0.001639"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-15T00:45:51.009133" elapsed="606.531824"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.541417" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-15T00:55:57.541105" elapsed="0.000367"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-15T00:55:57.541995" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-15T00:55:57.541682" elapsed="0.000645"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-15T00:45:51.006416" elapsed="606.535948"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.543606" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.543226" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.545048" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-15T00:55:57.544719" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-15T00:55:57.545415" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-15T00:55:57.545197" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-15T00:55:57.548353" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T00:55:57.548095" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-15T00:55:57.548076" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T00:55:57.548784" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-15T00:55:57.548567" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.549486" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.213 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T00:55:57.549067" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T00:55:57.550159" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T00:55:57.549731" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T00:55:57.551125" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T00:55:57.551213" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T00:55:57.550795" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:55:57.551375" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T00:55:57.552671" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-07-15T00:55:58.140981" 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 Wed Jul 15 00:55:57 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  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: Wed Jul 15 00:45:51 2026 from 10.30.171.27
[?2004h[jenkins@releng-63164-340-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-15T00:55:57.552308" elapsed="0.588939"/>
</kw>
<msg time="2026-07-15T00:55:58.141378" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T00:55:57.551955" elapsed="0.589586"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-15T00:55:57.550390" elapsed="0.591354"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T00:55:58.142524" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.213 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T01:06:04.317548" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T01:06:04.330624" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T01:06:04.330746" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-15T00:55:58.142090" elapsed="606.189574"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:06:04.335166" elapsed="0.003415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.340253" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:03.266 16  switches: flows:  587436 592549 587832 590793 580641 584319 580437 574055 569938 568430 563764 559504 583459 574560 562541 574021  total = 153.904650 per ms 
00:58:03.367 16  switches: flows:  615712 609916 616178 616175 619617 621475 617448 620528 614626 615688 627999 617546 611297 615546 617244 609164  total = 164.160271 per ms 
00:59:03.469 16  switches: flows:  584798 574506 545703 592478 591908 596720 533101 581593 596606 594322 600697 602711 568503 589015 529258 591473  total = 154.296387 per ms 
01:00:03.682 16  switches: flows:  678763 664513 676560 663562 655572 669397 691024 664880 675262 667875 660284 685296 669361 684196 679916 653154  total = 178.362575 per ms 
01:01:03.783 16  switches: flows:  602430 595580 613566 602602 594489 605669 593407 592255 598748 612949 602355 593872 594721 594129 585902 611050  total = 159.627635 per ms 
01:02:03.884 16  switches: flows:  632542 643538 644380 642458 633836 628102 604609 634378 645112 640976 645445 628205 631436 650061 653291 639960  total = 169.684955 per ms 
01:03:03.987 16  switches: flows:  691906 687744 707036 685416 692743 691918 692863 696567 693704 685155 698810 685496 682466 690963 686624 698974  total = 184.162377 per ms 
01:04:04.088 16  switches: flows:  683001 686520 680659 702082 676592 679864 687373 682574 699155 698788 685003 690842 688646 694559 676336 674040  total = 182.792947 per ms 
01:05:04.190 16  switches: flows:  563990 570768 635341 592810 508204 585917 616327 586876 557213 564115 528477 576062 609870 499174 554985 600925  total = 152.262063 per ms 
01:06:04.291 16  switches: flows:  578453 576500 576471 565805 568848 585634 585472 587876 563863 578440 566445 563130 564640 574642 566876 547917  total = 152.261623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152261.62/184162.38/166401.20/56788.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.339316" elapsed="0.001586"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T01:06:04.341606" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-07-15T01:06:04.341439" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-07-15T01:06:04.341406" elapsed="0.000319"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T01:06:04.341823" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:06:04.341786" elapsed="0.000077"/>
</branch>
<status status="NOT RUN" start="2026-07-15T01:06:04.341769" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T01:06:04.341914" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T01:06:04.347091" elapsed="0.000405"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T01:06:04.347659" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:06:04.348000" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T01:06:04.343593" elapsed="0.004606"/>
</kw>
<msg time="2026-07-15T01:06:04.348341" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-15T00:55:57.545822" elapsed="606.802549"/>
</kw>
<status status="PASS" start="2026-07-15T00:55:57.545497" elapsed="606.802924"/>
</branch>
<status status="PASS" start="2026-07-15T00:55:57.545177" elapsed="606.803270"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.348965" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:03.266 16  switches: flows:  587436 592549 587832 590793 580641 584319 580437 574055 569938 568430 563764 559504 583459 574560 562541 574021  total = 153.904650 per ms 
00:58:03.367 16  switches: flows:  615712 609916 616178 616175 619617 621475 617448 620528 614626 615688 627999 617546 611297 615546 617244 609164  total = 164.160271 per ms 
00:59:03.469 16  switches: flows:  584798 574506 545703 592478 591908 596720 533101 581593 596606 594322 600697 602711 568503 589015 529258 591473  total = 154.296387 per ms 
01:00:03.682 16  switches: flows:  678763 664513 676560 663562 655572 669397 691024 664880 675262 667875 660284 685296 669361 684196 679916 653154  total = 178.362575 per ms 
01:01:03.783 16  switches: flows:  602430 595580 613566 602602 594489 605669 593407 592255 598748 612949 602355 593872 594721 594129 585902 611050  total = 159.627635 per ms 
01:02:03.884 16  switches: flows:  632542 643538 644380 642458 633836 628102 604609 634378 645112 640976 645445 628205 631436 650061 653291 639960  total = 169.684955 per ms 
01:03:03.987 16  switches: flows:  691906 687744 707036 685416 692743 691918 692863 696567 693704 685155 698810 685496 682466 690963 686624 698974  total = 184.162377 per ms 
01:04:04.088 16  switches: flows:  683001 686520 680659 702082 676592 679864 687373 682574 699155 698788 685003 690842 688646 694559 676336 674040  total = 182.792947 per ms 
01:05:04.190 16  switches: flows:  563990 570768 635341 592810 508204 585917 616327 586876 557213 564115 528477 576062 609870 499174 554985 600925  total = 152.262063 per ms 
01:06:04.291 16  switches: flows:  578453 576500 576471 565805 568848 585634 585472 587876 563863 578440 566445 563130 564640 574642 566876 547917  total = 152.261623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152261.62/184162.38/166401.20/56788.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.348618" elapsed="0.000423"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-15T01:06:04.349191" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T01:06:04.349979" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T01:06:04.350070" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152261.62/184162.38/166401.20/56788.73 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-15T01:06:04.349754" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:06:04.350504" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152261.62/184162.38/166401.20/56788.73 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:06:04.350248" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.352992" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.350674" elapsed="0.002377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.355491" level="INFO">152261.62/184162.38/166401.20/56788.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.353197" elapsed="0.002352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:06:04.357926" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:06:04.355723" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:06:04.360389" level="INFO">@{result_value_list} = [ 152261.62 | 184162.38 | 166401.20 | 56788.73 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:06:04.358179" elapsed="0.002237"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.360890" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T01:06:04.360990" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T01:06:04.360566" elapsed="0.000459"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.366221" level="INFO">min :: 152261.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.361447" elapsed="0.004831"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T01:06:04.361320" elapsed="0.004993"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.370806" level="INFO">max :: 184162.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.366531" elapsed="0.004331"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T01:06:04.366404" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.375342" level="INFO">avg :: 166401.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-07-15T01:06:04.371111" elapsed="0.004287"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T01:06:04.370984" elapsed="0.004448"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.379904" level="INFO">stdev :: 56788.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.375645" elapsed="0.004314"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T01:06:04.375518" elapsed="0.004476"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T01:06:04.361114" elapsed="0.018912"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.383857" level="INFO">${min} = 152261.62</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:06:04.380209" elapsed="0.003674"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.387725" level="INFO">${max} = 184162.38</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:06:04.384033" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.391642" level="INFO">${average} = 166401.20</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:06:04.387906" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.395575" level="INFO">${stdev} = 56788.73</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:06:04.391840" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.397133" level="INFO">${date} = 2026-07-15 01:06:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T01:06:04.395780" elapsed="0.001380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.397763" level="INFO">CBench Result: 2026-07-15 01:06:04,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152261.62,184162.38,166401.20,56788.73</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.397319" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T01:06:04.399411" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T01:06:04.398496" elapsed="0.000984"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-15T01:06:04.399632" elapsed="0.000530"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T01:06:04.397993" elapsed="0.002241"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-15T00:55:57.544131" elapsed="606.856170"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.400789" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-15T01:06:04.400453" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-15T01:06:04.401365" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-07-15T01:06:04.401058" elapsed="0.000654"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-15T00:55:57.542658" elapsed="606.859093"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.406553" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.405462" elapsed="0.001263"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.410170" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-15T01:06:04.409217" elapsed="0.001049"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-15T01:06:04.411169" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:06:04.410608" elapsed="0.000691"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-15T01:06:04.415719" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:06:04.415276" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-07-15T01:06:04.415256" elapsed="0.000544"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:06:04.417015" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-15T01:06:04.415937" elapsed="0.001296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.418014" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.213 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.148" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:06:04.417384" elapsed="0.000688"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:06:04.418622" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T01:06:04.418211" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:06:04.419994" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T01:06:04.420083" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T01:06:04.419233" elapsed="0.000874"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T01:06:04.420281" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T01:06:04.421454" level="INFO">Logging into '10.30.171.148:22' as 'jenkins'.</msg>
<msg time="2026-07-15T01:06:05.003035" 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 Wed Jul 15 01:06:04 UTC 2026

  System load:  0.34               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.148
  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: Wed Jul 15 00:55:58 2026 from 10.30.171.27
[?2004h[jenkins@releng-63164-340-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-15T01:06:04.421106" elapsed="0.582151"/>
</kw>
<msg time="2026-07-15T01:06:05.003346" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T01:06:04.420768" elapsed="0.582665"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-15T01:06:04.418864" elapsed="0.584689"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T01:06:05.004136" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.213 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T01:16:11.411478" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T01:16:11.412303" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T01:16:11.412411" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-15T01:06:05.003796" elapsed="606.408687"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:16:11.412973" elapsed="0.000752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.414943" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:10.495 16  switches: flows:  122054 120139 121904 121422 121662 122101 121689 120011 120865 117253 118748 118230 117415 116830 116601 119211  total = 31.935583 per ms 
01:08:10.596 16  switches: flows:  130646 130709 128529 128883 126556 129277 128303 125875 128116 126826 124881 124423 126084 123845 124852 124527  total = 33.815760 per ms 
01:09:10.696 16  switches: flows:  128134 128703 126338 127773 123228 127101 127149 125697 122555 124894 124520 122871 124585 120472 122679 124072  total = 33.290577 per ms 
01:10:10.796 16  switches: flows:  132493 130594 130241 128339 127727 130348 127527 127658 125914 126230 127470 124812 127301 122829 124884 127788  total = 33.979161 per ms 
01:11:10.897 16  switches: flows:  121424 119143 118020 120792 120941 121034 118509 116081 116637 114291 117181 115755 120140 115161 115789 117570  total = 31.422005 per ms 
01:12:10.997 16  switches: flows:  127668 127616 125379 127251 125072 127589 127389 123432 121953 121633 124560 121234 125185 122285 122555 123481  total = 33.182643 per ms 
01:13:11.097 16  switches: flows:  131192 128827 127616 129669 129002 129009 128360 126757 123452 123451 127162 123527 127899 123330 124424 127539  total = 33.797181 per ms 
01:14:11.197 16  switches: flows:  128404 128213 126906 128186 126571 128387 126380 126089 123602 123580 125546 120881 125496 122812 121418 126567  total = 33.428208 per ms 
01:15:11.298 16  switches: flows:  129765 129346 128137 129595 128879 129106 127567 126551 125502 123830 126886 123888 128243 122817 124710 126159  total = 33.793254 per ms 
01:16:11.398 16  switches: flows:  129099 128770 127261 128442 127595 129757 127625 125746 124981 123069 126232 122525 126644 122575 123532 126095  total = 33.609683 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31422.01/33979.16/33368.72/11147.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.414133" elapsed="0.001140"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T01:16:11.415810" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-07-15T01:16:11.415474" elapsed="0.000525"/>
</branch>
<status status="PASS" start="2026-07-15T01:16:11.415420" elapsed="0.000635"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T01:16:11.416269" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:16:11.416186" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-15T01:16:11.416150" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T01:16:11.416479" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-15T01:16:11.422562" elapsed="0.000762"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T01:16:11.423645" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:16:11.423988" elapsed="0.000125"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T01:16:11.417229" elapsed="0.006948"/>
</kw>
<msg time="2026-07-15T01:16:11.424333" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-15T01:06:04.412161" elapsed="607.012206"/>
</kw>
<status status="PASS" start="2026-07-15T01:06:04.411372" elapsed="607.013057"/>
</branch>
<status status="PASS" start="2026-07-15T01:06:04.410535" elapsed="607.013921"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.424939" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.213: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.213. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:10.495 16  switches: flows:  122054 120139 121904 121422 121662 122101 121689 120011 120865 117253 118748 118230 117415 116830 116601 119211  total = 31.935583 per ms 
01:08:10.596 16  switches: flows:  130646 130709 128529 128883 126556 129277 128303 125875 128116 126826 124881 124423 126084 123845 124852 124527  total = 33.815760 per ms 
01:09:10.696 16  switches: flows:  128134 128703 126338 127773 123228 127101 127149 125697 122555 124894 124520 122871 124585 120472 122679 124072  total = 33.290577 per ms 
01:10:10.796 16  switches: flows:  132493 130594 130241 128339 127727 130348 127527 127658 125914 126230 127470 124812 127301 122829 124884 127788  total = 33.979161 per ms 
01:11:10.897 16  switches: flows:  121424 119143 118020 120792 120941 121034 118509 116081 116637 114291 117181 115755 120140 115161 115789 117570  total = 31.422005 per ms 
01:12:10.997 16  switches: flows:  127668 127616 125379 127251 125072 127589 127389 123432 121953 121633 124560 121234 125185 122285 122555 123481  total = 33.182643 per ms 
01:13:11.097 16  switches: flows:  131192 128827 127616 129669 129002 129009 128360 126757 123452 123451 127162 123527 127899 123330 124424 127539  total = 33.797181 per ms 
01:14:11.197 16  switches: flows:  128404 128213 126906 128186 126571 128387 126380 126089 123602 123580 125546 120881 125496 122812 121418 126567  total = 33.428208 per ms 
01:15:11.298 16  switches: flows:  129765 129346 128137 129595 128879 129106 127567 126551 125502 123830 126886 123888 128243 122817 124710 126159  total = 33.793254 per ms 
01:16:11.398 16  switches: flows:  129099 128770 127261 128442 127595 129757 127625 125746 124981 123069 126232 122525 126644 122575 123532 126095  total = 33.609683 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31422.01/33979.16/33368.72/11147.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.424612" elapsed="0.000401"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-15T01:16:11.425160" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T01:16:11.425952" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T01:16:11.426041" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31422.01/33979.16/33368.72/11147.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-15T01:16:11.425719" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:16:11.426484" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31422.01/33979.16/33368.72/11147.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:16:11.426215" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.429113" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.426654" elapsed="0.002515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.431551" level="INFO">31422.01/33979.16/33368.72/11147.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.429314" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:16:11.433984" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:16:11.431778" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:16:11.436720" level="INFO">@{result_value_list} = [ 31422.01 | 33979.16 | 33368.72 | 11147.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-15T01:16:11.434199" elapsed="0.002558"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.437287" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T01:16:11.437376" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-15T01:16:11.436958" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.442325" level="INFO">min :: 31422.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.437792" elapsed="0.004590"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T01:16:11.437648" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.447025" level="INFO">max :: 33979.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.442738" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T01:16:11.442566" elapsed="0.004550"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.451954" level="INFO">avg :: 33368.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.447321" elapsed="0.004690"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T01:16:11.447197" elapsed="0.004848"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.456809" level="INFO">stdev :: 11147.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.452254" elapsed="0.004611"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T01:16:11.452128" elapsed="0.004773"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T01:16:11.437464" elapsed="0.019467"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.460828" level="INFO">${min} = 31422.01</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:16:11.457091" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.464760" level="INFO">${max} = 33979.16</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:16:11.461008" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.468618" level="INFO">${average} = 33368.72</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:16:11.464939" elapsed="0.003705"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.472522" level="INFO">${stdev} = 11147.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T01:16:11.468812" elapsed="0.003738"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.473097" level="INFO">${date} = 2026-07-15 01:16:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T01:16:11.472731" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.473675" level="INFO">CBench Result: 2026-07-15 01:16:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31422.01,33979.16,33368.72,11147.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:16:11.473266" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T01:16:11.474844" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T01:16:11.474356" elapsed="0.000557"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-15T01:16:11.475063" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T01:16:11.473891" elapsed="0.001728"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-15T01:06:04.407472" elapsed="607.068208"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.476162" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-15T01:16:11.475847" elapsed="0.000372"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T01:16:11.477435" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-15T01:16:11.476948" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-15T01:16:11.477712" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-07-15T01:16:11.477541" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-07-15T01:16:11.477521" elapsed="0.000281"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.477946" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478105" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478266" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478500" elapsed="0.000025"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478660" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478827" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.478980" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-15T01:16:11.479208" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:16:11.479070" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-15T01:16:11.479053" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-15T01:16:11.476584" elapsed="0.002753"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-15T01:06:04.404182" elapsed="607.075201"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-15T00:45:48.442224" elapsed="1823.037607"/>
</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>
