<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-11T03:12:24.243857" 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-05-11T03:12:24.823595" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:12:24.823455" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:24.823424" elapsed="0.000274"/>
</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-05-11T03:12:24.823847" elapsed="0.000532"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T03:12:24.824865" level="INFO">Logging into '10.30.170.196:8101' as 'karaf'.</msg>
<msg time="2026-05-11T03:12:25.672735" 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-05-11T03:12:24.824555" elapsed="0.848372"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T03:12:25.721707" 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-05-11T03:12:25.673231" elapsed="0.048730"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T03:12:25.726258" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-11T03:12:25.726440" 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-05-11T03:12:25.722467" elapsed="0.004038"/>
</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-05-11T03:12:25.726772" elapsed="0.000434"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:12:25.727450" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.728482" 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-05-11T03:12:25.727975" elapsed="0.000589"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T03:12:25.728643" elapsed="0.000073"/>
</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.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-11T03:12:24.823063" elapsed="0.905827"/>
</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-05-11T03:12:24.819421" elapsed="0.909562"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T03:12:25.729790" 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-05-11T03:12:25.729284" elapsed="0.000599"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T03:12:25.730753" 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-05-11T03:12:25.730148" elapsed="0.000704"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.731719" 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-05-11T03:12:25.731119" elapsed="0.000641"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.732540" 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-05-11T03:12:25.732014" elapsed="0.000589"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.733466" 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-05-11T03:12:25.732822" elapsed="0.000685"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.734228" 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-05-11T03:12:25.733745" elapsed="0.000539"/>
</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-05-11T03:12:25.734612" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:12:25.734386" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:12:25.739271" 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-05-11T03:12:25.738780" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:12:25.740444" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T03:12:25.740532" 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-05-11T03:12:25.739902" elapsed="0.000654"/>
</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-05-11T03:12:25.740707" elapsed="0.000398"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T03:12:25.742264" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-05-11T03:12:26.443288" 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 Mon May 11 03:12:26 UTC 2026

  System load:  0.37               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  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-236-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-05-11T03:12:25.741636" elapsed="0.701811"/>
</kw>
<msg time="2026-05-11T03:12:26.443538" 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-05-11T03:12:25.741279" elapsed="0.702355"/>
</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-05-11T03:12:25.739542" elapsed="0.704215"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.449766" 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-05-11T03:12:26.443974" elapsed="0.007571"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:12:26.451736" elapsed="0.000377"/>
</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-05-11T03:12:25.738156" elapsed="0.714024"/>
</kw>
<status status="PASS" start="2026-05-11T03:12:25.734748" elapsed="0.717472"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:25.734349" elapsed="0.717906"/>
</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-05-11T03:12:26.452418" elapsed="0.000518"/>
</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-05-11T03:12:26.457527" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:12:26.457352" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:26.457319" 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-05-11T03:12:26.463075" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:12:26.462886" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:26.462857" elapsed="0.000327"/>
</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-05-11T03:12:26.463382" elapsed="0.000635"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.464646" level="INFO">Logging into '10.30.170.196:8101' as 'karaf'.</msg>
<msg time="2026-05-11T03:12:26.636863" 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-05-11T03:12:26.464260" elapsed="0.172921"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.733891" 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-05-11T03:12:26.637612" elapsed="0.096474"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.747527" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-11T03:12:26.747792" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-11T03:12:26.734358" elapsed="0.013468"/>
</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-05-11T03:12:26.748030" elapsed="0.000335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:12:26.748520" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.749290" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:12:26.748882" elapsed="0.000464"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T03:12:26.749398" elapsed="0.000061"/>
</return>
<msg time="2026-05-11T03:12:26.749614" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-11T03:12:26.462350" elapsed="0.287296"/>
</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-05-11T03:12:26.749794" elapsed="0.000571"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T03:12:26.750419" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-11T03:12:26.456991" elapsed="0.293562"/>
</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-05-11T03:12:26.754371" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:12:26.754226" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:26.754202" 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-05-11T03:12:26.754582" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.755717" level="INFO">Logging into '10.30.170.196:8101' as 'karaf'.</msg>
<msg time="2026-05-11T03:12:26.961540" 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-05-11T03:12:26.755444" elapsed="0.206273"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.983614" 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-05-11T03:12:26.961997" elapsed="0.021707"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.986270" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-11T03:12:26.986420" 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-05-11T03:12:26.983922" elapsed="0.002539"/>
</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-05-11T03:12:26.986656" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:12:26.987143" elapsed="0.000267"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.988098" 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-05-11T03:12:26.987607" elapsed="0.000565"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-11T03:12:26.988248" elapsed="0.000073"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.196
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-11T03:12:26.753873" elapsed="0.234612"/>
</kw>
<status status="PASS" start="2026-05-11T03:12:24.817619" elapsed="2.170954"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.991082" 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-05-11T03:12:26.989911" elapsed="0.001238"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.992788" 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-05-11T03:12:26.992439" elapsed="0.000393"/>
</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-05-11T03:12:26.993193" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:12:26.992913" elapsed="0.000340"/>
</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-05-11T03:12:26.996235" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:12:26.995967" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:26.995946" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.996664" 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-05-11T03:12:26.996786" 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-05-11T03:12:26.996454" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.997414" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-05-11T03:12:26.996950" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:12:26.998109" 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-05-11T03:12:26.997615" elapsed="0.000521"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:12:26.999072" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T03:12:26.999166" 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-05-11T03:12:26.998725" elapsed="0.000465"/>
</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-05-11T03:12:26.999334" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T03:12:27.000551" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-05-11T03:12:27.356510" 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 Mon May 11 03:12:26 UTC 2026

  System load:  0.37               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  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: Mon May 11 03:12:26 2026 from 10.30.171.21
[?2004h[jenkins@releng-63164-236-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-05-11T03:12:27.000194" elapsed="0.356522"/>
</kw>
<msg time="2026-05-11T03:12:27.356808" 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-05-11T03:12:26.999826" elapsed="0.357113"/>
</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-05-11T03:12:26.998343" elapsed="0.358743"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T03:12:27.357933" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T03:22:33.467000" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T03:22:33.467578" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T03:22:33.467685" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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-05-11T03:12:27.357326" elapsed="606.110419"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:22:33.468244" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.470275" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:32.565 16  switches: flows:  98704 98962 97414 98641 95689 96395 97380 96362 96604 95060 93249 98801 94457 95039 95394 94811  total = 25.716033 per ms 
03:14:32.665 16  switches: flows:  103320 104320 105075 102847 103284 101540 102923 104379 101004 99070 99795 103844 100777 102470 102454 100043  total = 27.240286 per ms 
03:15:32.766 16  switches: flows:  111780 112320 111090 111926 110267 109810 111939 113037 109828 106917 107473 113226 109607 109001 109615 107332  total = 29.370330 per ms 
03:16:32.866 16  switches: flows:  120412 121899 121371 119561 118850 119417 121516 123069 118234 116461 117188 121010 119586 118652 116402 117528  total = 31.799472 per ms 
03:17:32.967 16  switches: flows:  121795 120906 121255 121215 117936 118767 123332 122791 119095 116341 116742 121963 119622 117662 117058 118191  total = 31.857984 per ms 
03:18:33.067 16  switches: flows:  123469 122157 121780 119340 120543 121692 124844 122580 121329 117225 118399 121597 119959 119175 119434 118517  total = 32.146958 per ms 
03:19:33.167 16  switches: flows:  121069 121191 123252 121094 120372 120860 123803 124083 123056 117343 118698 123072 120727 118522 116606 117608  total = 32.135636 per ms 
03:20:33.267 16  switches: flows:  120725 121678 124122 121456 120166 121908 122620 124317 122262 116739 119013 123541 119255 120220 117961 117911  total = 32.177833 per ms 
03:21:33.368 16  switches: flows:  120832 121935 125317 120663 120854 123211 124974 125164 121811 117371 119851 124583 121246 118595 119717 119014  total = 32.364829 per ms 
03:22:33.468 16  switches: flows:  120444 121578 121336 118773 116783 121736 119924 123201 119917 115582 116020 121666 118359 113762 118310 117399  total = 31.693512 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27240.29/32364.83/31198.54/10527.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:22:33.469483" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T03:22:33.471145" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-05-11T03:22:33.470782" elapsed="0.000523"/>
</branch>
<status status="PASS" start="2026-05-11T03:22:33.470705" elapsed="0.000658"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T03:22:33.471582" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:22:33.471498" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-11T03:22:33.471463" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T03:22:33.471798" 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-05-11T03:22:33.475597" elapsed="0.000342"/>
</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-05-11T03:22:33.476109" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:22:33.476418" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T03:22:33.472513" elapsed="0.004061"/>
</kw>
<msg time="2026-05-11T03:22:33.476705" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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-05-11T03:12:26.993605" elapsed="606.483127"/>
</kw>
<status status="PASS" start="2026-05-11T03:12:26.993282" elapsed="606.483500"/>
</branch>
<status status="PASS" start="2026-05-11T03:12:26.992889" elapsed="606.483918"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.477265" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:32.565 16  switches: flows:  98704 98962 97414 98641 95689 96395 97380 96362 96604 95060 93249 98801 94457 95039 95394 94811  total = 25.716033 per ms 
03:14:32.665 16  switches: flows:  103320 104320 105075 102847 103284 101540 102923 104379 101004 99070 99795 103844 100777 102470 102454 100043  total = 27.240286 per ms 
03:15:32.766 16  switches: flows:  111780 112320 111090 111926 110267 109810 111939 113037 109828 106917 107473 113226 109607 109001 109615 107332  total = 29.370330 per ms 
03:16:32.866 16  switches: flows:  120412 121899 121371 119561 118850 119417 121516 123069 118234 116461 117188 121010 119586 118652 116402 117528  total = 31.799472 per ms 
03:17:32.967 16  switches: flows:  121795 120906 121255 121215 117936 118767 123332 122791 119095 116341 116742 121963 119622 117662 117058 118191  total = 31.857984 per ms 
03:18:33.067 16  switches: flows:  123469 122157 121780 119340 120543 121692 124844 122580 121329 117225 118399 121597 119959 119175 119434 118517  total = 32.146958 per ms 
03:19:33.167 16  switches: flows:  121069 121191 123252 121094 120372 120860 123803 124083 123056 117343 118698 123072 120727 118522 116606 117608  total = 32.135636 per ms 
03:20:33.267 16  switches: flows:  120725 121678 124122 121456 120166 121908 122620 124317 122262 116739 119013 123541 119255 120220 117961 117911  total = 32.177833 per ms 
03:21:33.368 16  switches: flows:  120832 121935 125317 120663 120854 123211 124974 125164 121811 117371 119851 124583 121246 118595 119717 119014  total = 32.364829 per ms 
03:22:33.468 16  switches: flows:  120444 121578 121336 118773 116783 121736 119924 123201 119917 115582 116020 121666 118359 113762 118310 117399  total = 31.693512 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27240.29/32364.83/31198.54/10527.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:22:33.476953" elapsed="0.000405"/>
</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-05-11T03:22:33.477508" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T03:22:33.478288" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T03:22:33.478379" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27240.29/32364.83/31198.54/10527.72 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-05-11T03:22:33.478055" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:22:33.478823" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27240.29/32364.83/31198.54/10527.72 | 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-05-11T03:22:33.478560" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.481242" 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-05-11T03:22:33.478999" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.483664" level="INFO">27240.29/32364.83/31198.54/10527.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:22:33.481461" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:22:33.486106" 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-05-11T03:22:33.483871" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:22:33.488531" level="INFO">@{result_value_list} = [ 27240.29 | 32364.83 | 31198.54 | 10527.72 ]</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-05-11T03:22:33.486328" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.489028" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T03:22:33.489134" 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-05-11T03:22:33.488713" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.493885" level="INFO">min :: 27240.29</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-05-11T03:22:33.489576" elapsed="0.004373"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T03:22:33.489444" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.498563" level="INFO">max :: 32364.83</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-05-11T03:22:33.494228" elapsed="0.004393"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T03:22:33.494095" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.503205" level="INFO">avg :: 31198.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:22:33.498873" elapsed="0.004389"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T03:22:33.498744" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.507920" level="INFO">stdev :: 10527.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-05-11T03:22:33.503517" elapsed="0.004461"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T03:22:33.503389" elapsed="0.004624"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T03:22:33.489233" elapsed="0.018846"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.512221" level="INFO">${min} = 27240.29</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-05-11T03:22:33.508243" elapsed="0.004005"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.516360" level="INFO">${max} = 32364.83</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-05-11T03:22:33.512404" elapsed="0.003983"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.520515" level="INFO">${average} = 31198.54</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-05-11T03:22:33.516541" elapsed="0.004000"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.524440" level="INFO">${stdev} = 10527.72</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-05-11T03:22:33.520695" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.525000" level="INFO">${date} = 2026-05-11 03:22:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-11T03:22:33.524625" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.525627" level="INFO">CBench Result: 2026-05-11 03:22:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27240.29,32364.83,31198.54,10527.72</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-05-11T03:22:33.525191" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T03:22:33.526770" 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-05-11T03:22:33.526349" elapsed="0.000488"/>
</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-05-11T03:22:33.526989" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T03:22:33.525839" elapsed="0.001702"/>
</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-05-11T03:12:26.991768" elapsed="606.535834"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.528095" 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-05-11T03:22:33.527756" elapsed="0.000396"/>
</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-05-11T03:22:33.528680" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-05-11T03:22:33.528375" elapsed="0.000643"/>
</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-05-11T03:12:26.988780" elapsed="606.540296"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.530708" 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-05-11T03:22:33.530310" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.532121" 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-05-11T03:22:33.531753" elapsed="0.000413"/>
</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-05-11T03:22:33.532518" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:22:33.532287" elapsed="0.000291"/>
</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-05-11T03:22:33.535621" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:22:33.535372" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-11T03:22:33.535352" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:22:33.536062" 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-05-11T03:22:33.536184" 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-05-11T03:22:33.535834" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.536766" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.196 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-05-11T03:22:33.536346" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:22:33.537405" 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-05-11T03:22:33.536962" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:22:33.538356" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T03:22:33.538447" 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-05-11T03:22:33.538019" elapsed="0.000453"/>
</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-05-11T03:22:33.538623" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T03:22:33.539866" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-05-11T03:22:34.165279" 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 Mon May 11 03:22:33 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Mon May 11 03:12:27 2026 from 10.30.171.21
[?2004h[jenkins@releng-63164-236-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-05-11T03:22:33.539499" elapsed="0.626041"/>
</kw>
<msg time="2026-05-11T03:22:34.165648" 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-05-11T03:22:33.539144" elapsed="0.626639"/>
</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-05-11T03:22:33.537636" elapsed="0.628284"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T03:22:34.166598" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.196 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T03:32:40.212595" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T03:32:40.213192" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T03:32:40.213301" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.196: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-05-11T03:22:34.166206" elapsed="606.047152"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:32:40.213841" elapsed="0.000796"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.215814" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:39.294 16  switches: flows:  542093 542018 547382 560888 548389 541665 546848 542288 538885 537456 554649 539037 535571 531290 543757 538192  total = 144.840133 per ms 
03:24:39.395 16  switches: flows:  600799 610966 606199 601508 601465 604536 601563 609754 604177 604708 606848 604213 611618 608340 611659 603586  total = 161.261843 per ms 
03:25:39.503 16  switches: flows:  604921 615679 619140 612339 607395 607901 609072 617909 612985 614000 607635 620012 613162 610523 608933 617175  total = 163.021667 per ms 
03:26:39.604 16  switches: flows:  592409 600627 602434 602730 598249 588120 586795 597691 595389 599407 593908 596056 593646 598082 598746 598559  total = 158.779901 per ms 
03:27:39.705 16  switches: flows:  614045 622578 612228 615128 619790 621450 612961 618957 610947 617848 616022 610574 617116 612338 619010 621930  total = 164.105450 per ms 
03:28:39.808 16  switches: flows:  608011 604419 606995 611429 621350 603939 608606 614945 614525 609597 610501 617035 611221 620888 617000 606289  total = 162.835343 per ms 
03:29:39.910 16  switches: flows:  640626 634407 637110 634442 631327 632932 638996 640603 642546 630501 630388 638552 640800 634658 641288 636117  total = 169.468541 per ms 
03:30:40.011 16  switches: flows:  582259 603660 585576 599953 620057 605794 600071 578068 562898 577577 614798 563073 580996 613227 571494 616365  total = 157.665171 per ms 
03:31:40.112 16  switches: flows:  593902 586049 601182 586759 594982 603285 593625 589296 589223 587335 590063 591431 595603 593000 593235 599584  total = 157.877343 per ms 
03:32:40.214 16  switches: flows:  624109 620843 630285 632543 625707 623885 615062 625005 625686 626129 620586 621936 618069 622198 623313 617247  total = 165.929919 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157665.17/169468.54/162327.24/54235.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:32:40.215002" elapsed="0.001157"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T03:32:40.216664" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-05-11T03:32:40.216356" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-05-11T03:32:40.216301" elapsed="0.000579"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T03:32:40.217132" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:32:40.217010" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-05-11T03:32:40.216973" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T03:32:40.217344" 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-05-11T03:32:40.222940" elapsed="0.000629"/>
</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-05-11T03:32:40.223720" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:32:40.224023" elapsed="0.000119"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T03:32:40.218067" elapsed="0.006128"/>
</kw>
<msg time="2026-05-11T03:32:40.224325" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.196: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-05-11T03:22:33.532931" elapsed="606.691421"/>
</kw>
<status status="PASS" start="2026-05-11T03:22:33.532605" elapsed="606.691796"/>
</branch>
<status status="PASS" start="2026-05-11T03:22:33.532263" elapsed="606.692162"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.224855" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:39.294 16  switches: flows:  542093 542018 547382 560888 548389 541665 546848 542288 538885 537456 554649 539037 535571 531290 543757 538192  total = 144.840133 per ms 
03:24:39.395 16  switches: flows:  600799 610966 606199 601508 601465 604536 601563 609754 604177 604708 606848 604213 611618 608340 611659 603586  total = 161.261843 per ms 
03:25:39.503 16  switches: flows:  604921 615679 619140 612339 607395 607901 609072 617909 612985 614000 607635 620012 613162 610523 608933 617175  total = 163.021667 per ms 
03:26:39.604 16  switches: flows:  592409 600627 602434 602730 598249 588120 586795 597691 595389 599407 593908 596056 593646 598082 598746 598559  total = 158.779901 per ms 
03:27:39.705 16  switches: flows:  614045 622578 612228 615128 619790 621450 612961 618957 610947 617848 616022 610574 617116 612338 619010 621930  total = 164.105450 per ms 
03:28:39.808 16  switches: flows:  608011 604419 606995 611429 621350 603939 608606 614945 614525 609597 610501 617035 611221 620888 617000 606289  total = 162.835343 per ms 
03:29:39.910 16  switches: flows:  640626 634407 637110 634442 631327 632932 638996 640603 642546 630501 630388 638552 640800 634658 641288 636117  total = 169.468541 per ms 
03:30:40.011 16  switches: flows:  582259 603660 585576 599953 620057 605794 600071 578068 562898 577577 614798 563073 580996 613227 571494 616365  total = 157.665171 per ms 
03:31:40.112 16  switches: flows:  593902 586049 601182 586759 594982 603285 593625 589296 589223 587335 590063 591431 595603 593000 593235 599584  total = 157.877343 per ms 
03:32:40.214 16  switches: flows:  624109 620843 630285 632543 625707 623885 615062 625005 625686 626129 620586 621936 618069 622198 623313 617247  total = 165.929919 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157665.17/169468.54/162327.24/54235.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:32:40.224566" elapsed="0.000365"/>
</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-05-11T03:32:40.225103" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T03:32:40.225868" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T03:32:40.225959" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157665.17/169468.54/162327.24/54235.36 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-05-11T03:32:40.225649" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:32:40.226409" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157665.17/169468.54/162327.24/54235.36 | 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-05-11T03:32:40.226154" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.228830" 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-05-11T03:32:40.226581" elapsed="0.002306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.231327" level="INFO">157665.17/169468.54/162327.24/54235.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:32:40.229047" elapsed="0.002338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:32:40.233837" 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-05-11T03:32:40.231538" elapsed="0.002331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:32:40.236451" level="INFO">@{result_value_list} = [ 157665.17 | 169468.54 | 162327.24 | 54235.36 ]</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-05-11T03:32:40.234088" elapsed="0.002391"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.236948" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T03:32:40.237051" 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-05-11T03:32:40.236637" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.241818" level="INFO">min :: 157665.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:32:40.237490" elapsed="0.004387"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T03:32:40.237350" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.246790" level="INFO">max :: 169468.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:32:40.242144" elapsed="0.004703"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T03:32:40.242002" elapsed="0.004881"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.251486" level="INFO">avg :: 162327.24</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-05-11T03:32:40.247114" elapsed="0.004430"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T03:32:40.246972" elapsed="0.004607"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.256377" level="INFO">stdev :: 54235.36</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-05-11T03:32:40.251797" elapsed="0.004639"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T03:32:40.251667" elapsed="0.004805"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T03:32:40.237152" elapsed="0.019352"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.260468" level="INFO">${min} = 157665.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-11T03:32:40.256667" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.264374" level="INFO">${max} = 169468.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-11T03:32:40.260650" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.268347" level="INFO">${average} = 162327.24</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-05-11T03:32:40.264555" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.272306" level="INFO">${stdev} = 54235.36</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-05-11T03:32:40.268530" elapsed="0.003802"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.272847" level="INFO">${date} = 2026-05-11 03:32:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-11T03:32:40.272496" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.273457" level="INFO">CBench Result: 2026-05-11 03:32:40,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157665.17,169468.54,162327.24,54235.36</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-05-11T03:32:40.273021" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T03:32:40.274538" 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-05-11T03:32:40.274138" elapsed="0.000467"/>
</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-05-11T03:32:40.274757" elapsed="0.000562"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T03:32:40.273651" elapsed="0.001735"/>
</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-05-11T03:22:33.531119" elapsed="606.744328"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.275927" 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-05-11T03:32:40.275600" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-11T03:32:40.276510" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-05-11T03:32:40.276206" elapsed="0.000635"/>
</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-05-11T03:22:33.529618" elapsed="606.747260"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.278258" 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-05-11T03:32:40.277859" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.279615" 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-05-11T03:32:40.279273" elapsed="0.000386"/>
</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-05-11T03:32:40.280008" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:32:40.279779" elapsed="0.000311"/>
</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-05-11T03:32:40.282971" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:32:40.282722" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-11T03:32:40.282702" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:32:40.283511" 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-05-11T03:32:40.283678" 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-05-11T03:32:40.283273" elapsed="0.000443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.284526" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-05-11T03:32:40.283905" elapsed="0.000703"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-11T03:32:40.285378" 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-05-11T03:32:40.284804" elapsed="0.000612"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:32:40.286878" level="INFO">Length is 0.</msg>
<msg time="2026-05-11T03:32:40.287009" 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-05-11T03:32:40.286250" elapsed="0.000814"/>
</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-05-11T03:32:40.287288" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-11T03:32:40.288963" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-05-11T03:32:40.901746" 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 Mon May 11 03:32:40 UTC 2026

  System load:  0.31               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Mon May 11 03:22:34 2026 from 10.30.171.21
[?2004h[jenkins@releng-63164-236-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-05-11T03:32:40.288471" elapsed="0.613547"/>
</kw>
<msg time="2026-05-11T03:32:40.902158" 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-05-11T03:32:40.287957" elapsed="0.614317"/>
</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-05-11T03:32:40.285696" elapsed="0.616735"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-11T03:32:40.903220" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.196 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-11T03:42:46.968836" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-11T03:42:46.969393" level="INFO">${stdout} = </msg>
<msg time="2026-05-11T03:42:46.969503" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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-05-11T03:32:40.902731" elapsed="606.066831"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:42:46.970039" elapsed="0.000753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.971960" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:46.068 16  switches: flows:  126078 124072 120199 121850 124778 120023 125235 124495 119984 123116 123452 124100 118566 122027 121605 123009  total = 32.709817 per ms 
03:34:46.170 16  switches: flows:  126903 124318 119980 122900 126116 118465 124484 125295 119080 125759 125238 122944 119903 121668 119731 122357  total = 32.697245 per ms 
03:35:46.272 16  switches: flows:  126123 122820 120865 123670 126357 120898 125973 123881 119996 124027 123968 125353 120007 124350 122671 122479  total = 32.835825 per ms 
03:36:46.372 16  switches: flows:  125168 123567 121606 122367 124721 118712 124467 122168 117512 123919 124245 122015 119049 121934 119310 121608  total = 32.485196 per ms 
03:37:46.474 16  switches: flows:  113106 111897 109089 111081 112289 106514 109642 108732 107819 110867 110303 109075 106283 108676 108307 112263  total = 29.216923 per ms 
03:38:46.575 16  switches: flows:  123361 126303 122941 125396 119788 119476 123479 120629 120761 121495 124395 120787 121276 121430 122550 123543  total = 32.572440 per ms 
03:39:46.676 16  switches: flows:  120967 123611 121160 123038 118337 116800 120922 117512 118899 118515 119751 118413 119551 119788 121477 121184  total = 31.945403 per ms 
03:40:46.777 16  switches: flows:  121022 124322 121040 121948 119360 117115 119786 119146 119586 119514 118647 117301 121603 120436 120651 122729  total = 32.016632 per ms 
03:41:46.878 16  switches: flows:  122734 126194 124844 124424 122392 119513 121508 121600 121856 122249 122347 120421 122851 120778 121777 126158  total = 32.639599 per ms 
03:42:46.980 16  switches: flows:  123668 127199 125701 126071 122630 119219 121240 120917 121749 121575 120892 120784 124510 122649 122531 125717  total = 32.729167 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29216.92/32835.83/32126.49/10762.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:46.971216" elapsed="0.001161"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-11T03:42:46.972916" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-11T03:42:46.972585" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-05-11T03:42:46.972530" elapsed="0.000667"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-11T03:42:46.973412" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-11T03:42:46.973330" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-11T03:42:46.973292" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-11T03:42:46.973624" 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-05-11T03:42:46.978211" elapsed="0.000365"/>
</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-05-11T03:42:46.978730" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-11T03:42:46.979068" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-11T03:42:46.974377" elapsed="0.004858"/>
</kw>
<msg time="2026-05-11T03:42:46.979366" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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-05-11T03:32:40.280439" elapsed="606.698958"/>
</kw>
<status status="PASS" start="2026-05-11T03:32:40.280116" elapsed="606.699341"/>
</branch>
<status status="PASS" start="2026-05-11T03:32:40.279755" elapsed="606.699730"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.979963" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.196: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.196. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:46.068 16  switches: flows:  126078 124072 120199 121850 124778 120023 125235 124495 119984 123116 123452 124100 118566 122027 121605 123009  total = 32.709817 per ms 
03:34:46.170 16  switches: flows:  126903 124318 119980 122900 126116 118465 124484 125295 119080 125759 125238 122944 119903 121668 119731 122357  total = 32.697245 per ms 
03:35:46.272 16  switches: flows:  126123 122820 120865 123670 126357 120898 125973 123881 119996 124027 123968 125353 120007 124350 122671 122479  total = 32.835825 per ms 
03:36:46.372 16  switches: flows:  125168 123567 121606 122367 124721 118712 124467 122168 117512 123919 124245 122015 119049 121934 119310 121608  total = 32.485196 per ms 
03:37:46.474 16  switches: flows:  113106 111897 109089 111081 112289 106514 109642 108732 107819 110867 110303 109075 106283 108676 108307 112263  total = 29.216923 per ms 
03:38:46.575 16  switches: flows:  123361 126303 122941 125396 119788 119476 123479 120629 120761 121495 124395 120787 121276 121430 122550 123543  total = 32.572440 per ms 
03:39:46.676 16  switches: flows:  120967 123611 121160 123038 118337 116800 120922 117512 118899 118515 119751 118413 119551 119788 121477 121184  total = 31.945403 per ms 
03:40:46.777 16  switches: flows:  121022 124322 121040 121948 119360 117115 119786 119146 119586 119514 118647 117301 121603 120436 120651 122729  total = 32.016632 per ms 
03:41:46.878 16  switches: flows:  122734 126194 124844 124424 122392 119513 121508 121600 121856 122249 122347 120421 122851 120778 121777 126158  total = 32.639599 per ms 
03:42:46.980 16  switches: flows:  123668 127199 125701 126071 122630 119219 121240 120917 121749 121575 120892 120784 124510 122649 122531 125717  total = 32.729167 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29216.92/32835.83/32126.49/10762.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:46.979651" elapsed="0.000425"/>
</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-05-11T03:42:46.980293" elapsed="0.000413"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-11T03:42:46.981147" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-11T03:42:46.981252" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29216.92/32835.83/32126.49/10762.10 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-11T03:42:46.980889" elapsed="0.000388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:42:46.981714" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29216.92/32835.83/32126.49/10762.10 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-11T03:42:46.981437" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.984485" 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-05-11T03:42:46.981891" elapsed="0.002659"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.987666" level="INFO">29216.92/32835.83/32126.49/10762.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:46.984732" elapsed="0.002996"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:42:46.990624" 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-05-11T03:42:46.987916" elapsed="0.002739"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-11T03:42:46.993206" level="INFO">@{result_value_list} = [ 29216.92 | 32835.83 | 32126.49 | 10762.10 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-11T03:42:46.990901" elapsed="0.002333"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.993705" level="INFO">Length is 4.</msg>
<msg time="2026-05-11T03:42:46.993794" 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-05-11T03:42:46.993395" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:46.998578" level="INFO">min :: 29216.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:46.994255" elapsed="0.004382"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-11T03:42:46.994124" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.003248" level="INFO">max :: 32835.83</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-05-11T03:42:46.998890" elapsed="0.004416"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-11T03:42:46.998763" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.007881" level="INFO">avg :: 32126.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:47.003554" elapsed="0.004386"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-11T03:42:47.003427" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.012915" level="INFO">stdev :: 10762.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:47.008205" elapsed="0.004799"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-11T03:42:47.008076" elapsed="0.005026"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-11T03:42:46.993896" elapsed="0.019255"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.019338" level="INFO">${min} = 29216.92</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-05-11T03:42:47.013391" elapsed="0.005989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.024982" level="INFO">${max} = 32835.83</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-05-11T03:42:47.019611" elapsed="0.005408"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.029215" level="INFO">${average} = 32126.49</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-11T03:42:47.025259" elapsed="0.003983"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.033156" level="INFO">${stdev} = 10762.10</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-11T03:42:47.029397" elapsed="0.003787"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.033697" level="INFO">${date} = 2026-05-11 03:42:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-11T03:42:47.033350" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.034295" level="INFO">CBench Result: 2026-05-11 03:42:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29216.92,32835.83,32126.49,10762.10</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-11T03:42:47.033870" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-11T03:42:47.035461" 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-05-11T03:42:47.034976" elapsed="0.000554"/>
</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-05-11T03:42:47.035683" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-11T03:42:47.034496" elapsed="0.001733"/>
</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-05-11T03:32:40.278641" elapsed="606.757649"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.036755" 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-05-11T03:42:47.036442" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-11T03:42:47.038109" 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-05-11T03:42:47.037606" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-11T03:42:47.038366" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-11T03:42:47.038217" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-05-11T03:42:47.038195" elapsed="0.000263"/>
</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-05-11T03:42:47.038606" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-11T03:42:47.038765" 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-05-11T03:42:47.038927" 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-05-11T03:42:47.039140" elapsed="0.000022"/>
</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-05-11T03:42:47.039295" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-11T03:42:47.039443" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-11T03:42:47.039596" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-11T03:42:47.039818" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-11T03:42:47.039680" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-05-11T03:42:47.039662" elapsed="0.000233"/>
</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-05-11T03:42:47.037257" elapsed="0.002689"/>
</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-05-11T03:32:40.277307" elapsed="606.762684"/>
</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-05-11T03:12:24.245406" elapsed="1822.795252"/>
</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>
