<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-03T02:01:28.969932" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:01:29.545677" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:01:29.545541" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:29.545512" elapsed="0.000265"/>
</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-03T02:01:29.545920" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:01:29.546917" level="INFO">Logging into '10.30.170.52:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:01:30.189253" 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-03T02:01:29.546620" elapsed="0.642824"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:01:30.242784" 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-03T02:01:30.189729" elapsed="0.053122"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:01:30.244541" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T02:01:30.244649" 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-03T02:01:30.243018" elapsed="0.001660"/>
</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-03T02:01:30.244832" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:01:30.245223" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.245902" 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-03T02:01:30.245577" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:01:30.246007" elapsed="0.000065"/>
</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.52
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-03T02:01:29.545125" elapsed="0.701070"/>
</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-03T02:01:29.541593" elapsed="0.704688"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:01:30.246840" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:01:30.246457" elapsed="0.000441"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:01:30.247326" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:01:30.247052" elapsed="0.000332"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.247930" 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-03T02:01:30.247540" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.248514" 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-03T02:01:30.248157" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.249075" 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-03T02:01:30.248704" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.249626" 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-03T02:01:30.249311" elapsed="0.000360"/>
</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-03T02:01:30.249967" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:01:30.249755" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:01:30.254517" 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-03T02:01:30.254091" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:01:30.255548" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:01:30.255630" 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-03T02:01:30.255089" elapsed="0.000565"/>
</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-03T02:01:30.255799" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:01:30.257143" level="INFO">Logging into '10.30.171.233:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:01:31.029234" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:01:30 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.233
  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-48317-708-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-03T02:01:30.256656" elapsed="0.772776"/>
</kw>
<msg time="2026-05-03T02:01:31.029546" 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-03T02:01:30.256310" elapsed="0.773353"/>
</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-03T02:01:30.254749" elapsed="0.775058"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.038526" 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-03T02:01:31.030062" elapsed="0.010549"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:01:31.040812" elapsed="0.000367"/>
</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-03T02:01:30.253564" elapsed="0.787707"/>
</kw>
<status status="PASS" start="2026-05-03T02:01:30.250260" elapsed="0.791053"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:30.249732" elapsed="0.791621"/>
</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-03T02:01:31.041520" elapsed="0.000537"/>
</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-03T02:01:31.046661" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:01:31.046534" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:31.046507" elapsed="0.000240"/>
</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-03T02:01:31.050321" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:01:31.050190" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:31.050170" elapsed="0.000221"/>
</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-03T02:01:31.050523" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.051402" level="INFO">Logging into '10.30.170.52:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:01:31.240940" 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-03T02:01:31.051120" elapsed="0.189999"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.344175" 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-03T02:01:31.241423" elapsed="0.102848"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.350352" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-03T02:01:31.350576" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-03T02:01:31.344448" elapsed="0.006162"/>
</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-03T02:01:31.350841" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:01:31.351222" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.351936" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-03T02:01:31.351590" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:01:31.352044" elapsed="0.000065"/>
</return>
<msg time="2026-05-03T02:01:31.352295" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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.52
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-03T02:01:31.049829" elapsed="0.302498"/>
</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-03T02:01:31.352475" elapsed="0.000597"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:01:31.353124" 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-03T02:01:31.046188" elapsed="0.307085"/>
</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-03T02:01:31.357178" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:01:31.357031" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:31.357005" elapsed="0.000287"/>
</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-03T02:01:31.357431" elapsed="0.000476"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.358619" level="INFO">Logging into '10.30.170.52:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:01:31.546898" 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-03T02:01:31.358339" elapsed="0.188735"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.571289" 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-03T02:01:31.547352" elapsed="0.023995"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.573119" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T02:01:31.573240" 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-03T02:01:31.571494" elapsed="0.001777"/>
</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-03T02:01:31.573407" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:01:31.573725" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.574445" 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-03T02:01:31.574085" elapsed="0.000411"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:01:31.574551" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.52
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-03T02:01:31.356675" elapsed="0.218068"/>
</kw>
<status status="PASS" start="2026-05-03T02:01:29.539825" elapsed="2.034985"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.577450" 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-03T02:01:31.576165" elapsed="0.001352"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.579092" 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-03T02:01:31.578738" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-03T02:01:31.579492" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:01:31.579237" elapsed="0.000313"/>
</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-03T02:01:31.582585" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:01:31.582336" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:31.582316" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.583014" 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-03T02:01:31.583139" 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-03T02:01:31.582802" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.583773" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.52 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.233" 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-03T02:01:31.583319" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.584467" 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-03T02:01:31.583973" elapsed="0.000520"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:01:31.585431" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:01:31.585523" 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-03T02:01:31.585071" elapsed="0.000476"/>
</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-03T02:01:31.585691" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.586898" level="INFO">Logging into '10.30.171.233:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:01:31.917513" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:01:30 UTC 2026

  System load:  0.03               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.233
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May  3 02:01:30 2026 from 10.30.171.75
[?2004h[jenkins@releng-48317-708-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-03T02:01:31.586542" elapsed="0.331183"/>
</kw>
<msg time="2026-05-03T02:01:31.917820" 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-03T02:01:31.586176" elapsed="0.331742"/>
</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-03T02:01:31.584695" elapsed="0.333354"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T02:01:31.919009" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.52 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T02:11:38.043902" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T02:11:38.044486" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T02:11:38.044593" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T02:01:31.918321" elapsed="606.126331"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:11:38.045090" elapsed="0.000821"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.047035" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:37.130 16  switches: flows:  105766 105077 104837 107870 106431 108148 103575 104702 98968 101244 102270 100429 106483 99876 103645 99344  total = 27.644417 per ms 
02:03:37.230 16  switches: flows:  109895 106189 106830 107873 104813 107226 105766 106896 102844 106418 105581 101164 105438 100810 103913 101773  total = 28.010404 per ms 
02:04:37.331 16  switches: flows:  114031 114364 115619 112065 115442 112161 113055 113541 111936 110149 107463 109601 112318 107886 109868 107271  total = 29.729847 per ms 
02:05:37.432 16  switches: flows:  128919 127689 128687 124194 127592 125135 123449 126248 124864 124133 119374 121874 120771 120329 123175 119480  total = 33.043371 per ms 
02:06:37.533 16  switches: flows:  125380 124783 126590 121433 124383 123218 122661 122550 122473 120702 117511 120465 119164 119398 120242 119898  total = 32.459819 per ms 
02:07:37.634 16  switches: flows:  127580 126163 130908 122570 127137 124288 124885 126450 126024 121507 120475 122407 121474 121277 122308 122161  total = 33.071466 per ms 
02:08:37.735 16  switches: flows:  128410 128775 130192 125334 129806 126362 125685 128683 126312 124031 121766 125038 123813 122357 125370 124707  total = 33.554693 per ms 
02:09:37.836 16  switches: flows:  108024 107543 109913 104588 108782 108775 107854 106401 103879 104289 103265 109880 104940 103748 104898 101845  total = 28.263244 per ms 
02:10:37.937 16  switches: flows:  131048 129620 132864 129871 131223 130586 128012 128906 128657 125245 124010 127426 125605 125163 126452 125595  total = 34.114415 per ms 
02:11:38.038 16  switches: flows:  131115 130939 133835 127294 131816 128977 127959 128232 127818 127095 124080 126481 125535 124315 126250 125799  total = 34.068819 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28010.40/34114.42/31812.90/10854.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:11:38.046310" elapsed="0.001088"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T02:11:38.047924" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-03T02:11:38.047618" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-05-03T02:11:38.047558" 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-03T02:11:38.048389" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:11:38.048304" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-05-03T02:11:38.048265" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T02:11:38.048609" elapsed="0.000032"/>
</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-03T02:11:38.054299" elapsed="0.000732"/>
</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-03T02:11:38.055390" elapsed="0.000414"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:11:38.056093" elapsed="0.000243"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T02:11:38.049317" elapsed="0.007075"/>
</kw>
<msg time="2026-05-03T02:11:38.056523" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T02:01:31.579931" elapsed="606.476618"/>
</kw>
<status status="PASS" start="2026-05-03T02:01:31.579580" elapsed="606.477018"/>
</branch>
<status status="PASS" start="2026-05-03T02:01:31.579194" elapsed="606.477427"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.057047" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:37.130 16  switches: flows:  105766 105077 104837 107870 106431 108148 103575 104702 98968 101244 102270 100429 106483 99876 103645 99344  total = 27.644417 per ms 
02:03:37.230 16  switches: flows:  109895 106189 106830 107873 104813 107226 105766 106896 102844 106418 105581 101164 105438 100810 103913 101773  total = 28.010404 per ms 
02:04:37.331 16  switches: flows:  114031 114364 115619 112065 115442 112161 113055 113541 111936 110149 107463 109601 112318 107886 109868 107271  total = 29.729847 per ms 
02:05:37.432 16  switches: flows:  128919 127689 128687 124194 127592 125135 123449 126248 124864 124133 119374 121874 120771 120329 123175 119480  total = 33.043371 per ms 
02:06:37.533 16  switches: flows:  125380 124783 126590 121433 124383 123218 122661 122550 122473 120702 117511 120465 119164 119398 120242 119898  total = 32.459819 per ms 
02:07:37.634 16  switches: flows:  127580 126163 130908 122570 127137 124288 124885 126450 126024 121507 120475 122407 121474 121277 122308 122161  total = 33.071466 per ms 
02:08:37.735 16  switches: flows:  128410 128775 130192 125334 129806 126362 125685 128683 126312 124031 121766 125038 123813 122357 125370 124707  total = 33.554693 per ms 
02:09:37.836 16  switches: flows:  108024 107543 109913 104588 108782 108775 107854 106401 103879 104289 103265 109880 104940 103748 104898 101845  total = 28.263244 per ms 
02:10:37.937 16  switches: flows:  131048 129620 132864 129871 131223 130586 128012 128906 128657 125245 124010 127426 125605 125163 126452 125595  total = 34.114415 per ms 
02:11:38.038 16  switches: flows:  131115 130939 133835 127294 131816 128977 127959 128232 127818 127095 124080 126481 125535 124315 126250 125799  total = 34.068819 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28010.40/34114.42/31812.90/10854.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:11:38.056761" elapsed="0.000358"/>
</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-03T02:11:38.057284" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T02:11:38.058040" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T02:11:38.058130" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28010.40/34114.42/31812.90/10854.57 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-03T02:11:38.057816" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:11:38.058575" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28010.40/34114.42/31812.90/10854.57 | 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-03T02:11:38.058321" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.060963" 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-03T02:11:38.058744" elapsed="0.002275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.063393" level="INFO">28010.40/34114.42/31812.90/10854.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:11:38.061164" elapsed="0.002326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:11:38.065857" 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-03T02:11:38.063644" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:11:38.068303" level="INFO">@{result_value_list} = [ 28010.40 | 34114.42 | 31812.90 | 10854.57 ]</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-03T02:11:38.066070" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.068838" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T02:11:38.068927" 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-03T02:11:38.068524" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.073657" level="INFO">min :: 28010.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:11:38.069355" elapsed="0.004359"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T02:11:38.069223" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.078240" level="INFO">max :: 34114.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:11:38.073965" elapsed="0.004332"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T02:11:38.073840" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.082845" level="INFO">avg :: 31812.90</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-03T02:11:38.078544" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T02:11:38.078418" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.087444" level="INFO">stdev :: 10854.57</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-03T02:11:38.083152" elapsed="0.004374"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T02:11:38.083026" elapsed="0.004536"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T02:11:38.069021" elapsed="0.018575"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.091734" level="INFO">${min} = 28010.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T02:11:38.087752" elapsed="0.004010"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.095633" level="INFO">${max} = 34114.42</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-03T02:11:38.091916" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.099683" level="INFO">${average} = 31812.90</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-03T02:11:38.095811" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.103588" level="INFO">${stdev} = 10854.57</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-03T02:11:38.099860" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.104142" level="INFO">${date} = 2026-05-03 02:11:38</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-03T02:11:38.103773" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.104740" level="INFO">CBench Result: 2026-05-03 02:11:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28010.40,34114.42,31812.90,10854.57</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-03T02:11:38.104330" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:11:38.105820" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:11:38.105416" elapsed="0.000470"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-03T02:11:38.106037" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T02:11:38.104934" elapsed="0.001642"/>
</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-03T02:01:31.578069" elapsed="606.528566"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.107097" 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-03T02:11:38.106784" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-03T02:11:38.107696" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-03T02:11:38.107386" 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-03T02:01:31.574981" elapsed="606.533085"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.109743" 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-03T02:11:38.109358" elapsed="0.000443"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.111033" 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-03T02:11:38.110705" elapsed="0.000371"/>
</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-03T02:11:38.111415" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:11:38.111183" elapsed="0.000290"/>
</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-03T02:11:38.114671" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:11:38.114424" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-03T02:11:38.114405" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:11:38.115063" 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-03T02:11:38.115184" 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-03T02:11:38.114880" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.115798" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.52 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.233" 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-03T02:11:38.115362" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:11:38.116402" 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-03T02:11:38.115995" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:11:38.117325" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:11:38.117415" 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-03T02:11:38.117006" elapsed="0.000434"/>
</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-03T02:11:38.117582" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:11:38.118764" level="INFO">Logging into '10.30.171.233:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:11:38.710714" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:11:38 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.233
  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: Sun May  3 02:01:31 2026 from 10.30.171.75
[?2004h[jenkins@releng-48317-708-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-03T02:11:38.118414" elapsed="0.592553"/>
</kw>
<msg time="2026-05-03T02:11:38.711087" 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-03T02:11:38.118058" elapsed="0.593169"/>
</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-03T02:11:38.116630" elapsed="0.594762"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T02:11:38.712140" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.52 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T02:21:44.762470" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T02:21:44.763016" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T02:21:44.763120" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.52: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-03T02:11:38.711688" elapsed="606.051488"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:21:44.763672" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.765569" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:43.848 16  switches: flows:  610449 610348 598458 608079 627503 594757 612018 616970 595769 593415 607542 605480 598580 604337 613205 606119  total = 161.717150 per ms 
02:13:43.950 16  switches: flows:  622854 631077 631439 621738 646916 635089 634217 641080 644465 623812 627678 636358 637619 633294 634386 618148  total = 168.385053 per ms 
02:14:44.052 16  switches: flows:  606563 605030 593324 601860 624611 606191 606373 614845 608284 610790 625830 625433 614287 598987 604370 617476  total = 162.464442 per ms 
02:15:44.153 16  switches: flows:  587517 599431 596866 600959 589020 546083 583754 494512 618009 604132 587224 591452 618458 612782 596834 585227  total = 156.608050 per ms 
02:16:44.254 16  switches: flows:  656805 636223 631271 651944 640868 638181 634984 640307 642308 658206 649647 637405 647240 647220 651159 633688  total = 171.337553 per ms 
02:17:44.355 16  switches: flows:  628244 658696 636052 612641 662295 668787 662017 658130 662746 656919 666890 664733 665061 672171 655661 645010  total = 174.307208 per ms 
02:18:44.457 16  switches: flows:  661252 641704 658354 662529 666945 664897 656719 658714 658040 662201 661726 665260 666910 670998 659256 666212  total = 176.065148 per ms 
02:19:44.557 16  switches: flows:  655289 654020 653799 648006 642995 645127 662867 658516 656344 646142 651534 658330 648272 658272 640333 654137  total = 173.609170 per ms 
02:20:44.659 16  switches: flows:  689273 680811 690282 682203 691473 693993 680840 685616 685525 684000 691957 687036 694731 691195 682193 685068  total = 182.961116 per ms 
02:21:44.761 16  switches: flows:  679254 663374 674374 667785 678526 664628 674485 673203 675506 670405 677280 671922 678578 673717 673508 679202  total = 179.293826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156608.05/182961.12/171670.17/57743.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:21:44.764804" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T02:21:44.766458" elapsed="0.000124"/>
</return>
<status status="PASS" start="2026-05-03T02:21:44.766104" elapsed="0.000563"/>
</branch>
<status status="PASS" start="2026-05-03T02:21:44.766033" elapsed="0.000692"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T02:21:44.766937" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:21:44.766854" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-03T02:21:44.766818" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T02:21:44.767135" elapsed="0.000020"/>
</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-03T02:21:44.770672" elapsed="0.000493"/>
</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-03T02:21:44.771394" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:21:44.771812" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T02:21:44.767607" elapsed="0.004421"/>
</kw>
<msg time="2026-05-03T02:21:44.772225" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.52: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-03T02:11:38.111842" elapsed="606.660422"/>
</kw>
<status status="PASS" start="2026-05-03T02:11:38.111526" elapsed="606.660807"/>
</branch>
<status status="PASS" start="2026-05-03T02:11:38.111163" elapsed="606.661202"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.772960" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:43.848 16  switches: flows:  610449 610348 598458 608079 627503 594757 612018 616970 595769 593415 607542 605480 598580 604337 613205 606119  total = 161.717150 per ms 
02:13:43.950 16  switches: flows:  622854 631077 631439 621738 646916 635089 634217 641080 644465 623812 627678 636358 637619 633294 634386 618148  total = 168.385053 per ms 
02:14:44.052 16  switches: flows:  606563 605030 593324 601860 624611 606191 606373 614845 608284 610790 625830 625433 614287 598987 604370 617476  total = 162.464442 per ms 
02:15:44.153 16  switches: flows:  587517 599431 596866 600959 589020 546083 583754 494512 618009 604132 587224 591452 618458 612782 596834 585227  total = 156.608050 per ms 
02:16:44.254 16  switches: flows:  656805 636223 631271 651944 640868 638181 634984 640307 642308 658206 649647 637405 647240 647220 651159 633688  total = 171.337553 per ms 
02:17:44.355 16  switches: flows:  628244 658696 636052 612641 662295 668787 662017 658130 662746 656919 666890 664733 665061 672171 655661 645010  total = 174.307208 per ms 
02:18:44.457 16  switches: flows:  661252 641704 658354 662529 666945 664897 656719 658714 658040 662201 661726 665260 666910 670998 659256 666212  total = 176.065148 per ms 
02:19:44.557 16  switches: flows:  655289 654020 653799 648006 642995 645127 662867 658516 656344 646142 651534 658330 648272 658272 640333 654137  total = 173.609170 per ms 
02:20:44.659 16  switches: flows:  689273 680811 690282 682203 691473 693993 680840 685616 685525 684000 691957 687036 694731 691195 682193 685068  total = 182.961116 per ms 
02:21:44.761 16  switches: flows:  679254 663374 674374 667785 678526 664628 674485 673203 675506 670405 677280 671922 678578 673717 673508 679202  total = 179.293826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 156608.05/182961.12/171670.17/57743.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:21:44.772559" elapsed="0.000504"/>
</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-03T02:21:44.773288" elapsed="0.000497"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T02:21:44.774330" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T02:21:44.774458" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 156608.05/182961.12/171670.17/57743.49 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-03T02:21:44.774007" elapsed="0.000498"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:21:44.775068" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 156608.05/182961.12/171670.17/57743.49 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T02:21:44.774717" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.778612" 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-03T02:21:44.775328" elapsed="0.003374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.781253" level="INFO">156608.05/182961.12/171670.17/57743.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:21:44.778906" elapsed="0.002405"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:21:44.783697" 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-03T02:21:44.781459" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:21:44.786146" level="INFO">@{result_value_list} = [ 156608.05 | 182961.12 | 171670.17 | 57743.49 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T02:21:44.783924" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.786660" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T02:21:44.786749" 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-03T02:21:44.786342" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.791471" level="INFO">min :: 156608.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:21:44.787156" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T02:21:44.787027" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.796231" level="INFO">max :: 182961.12</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-03T02:21:44.791776" elapsed="0.004513"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T02:21:44.791651" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.800818" level="INFO">avg :: 171670.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-03T02:21:44.796540" elapsed="0.004334"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T02:21:44.796414" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.805534" level="INFO">stdev :: 57743.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-03T02:21:44.801162" elapsed="0.004429"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T02:21:44.800996" elapsed="0.004630"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T02:21:44.786836" elapsed="0.018821"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.809915" level="INFO">${min} = 156608.05</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-03T02:21:44.805818" elapsed="0.004125"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.813915" level="INFO">${max} = 182961.12</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-03T02:21:44.810102" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.817845" level="INFO">${average} = 171670.17</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-03T02:21:44.814094" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.821709" level="INFO">${stdev} = 57743.49</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T02:21:44.818021" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.822254" level="INFO">${date} = 2026-05-03 02:21:44</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-03T02:21:44.821893" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.822857" level="INFO">CBench Result: 2026-05-03 02:21:44,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,156608.05,182961.12,171670.17,57743.49</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:21:44.822439" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:21:44.823947" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:21:44.823537" elapsed="0.000477"/>
</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-03T02:21:44.824165" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T02:21:44.823050" elapsed="0.001659"/>
</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-03T02:11:38.110110" elapsed="606.714659"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.825255" 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-03T02:21:44.824917" 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-03T02:21:44.825824" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-03T02:21:44.825519" elapsed="0.000641"/>
</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-03T02:11:38.108697" elapsed="606.717515"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.827630" 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-03T02:21:44.827182" elapsed="0.000504"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.828912" 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-03T02:21:44.828564" elapsed="0.000390"/>
</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-03T02:21:44.829295" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:21:44.829062" 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-03T02:21:44.832228" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:21:44.831964" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-05-03T02:21:44.831946" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:21:44.832619" 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-03T02:21:44.832735" 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-03T02:21:44.832439" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.833335" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.52 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.233" 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-03T02:21:44.832895" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:21:44.833923" 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-03T02:21:44.833529" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:21:44.835012" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:21:44.835105" 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-03T02:21:44.834567" elapsed="0.000562"/>
</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-03T02:21:44.835284" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:21:44.836466" level="INFO">Logging into '10.30.171.233:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:21:45.390307" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:21:45 UTC 2026

  System load:  0.26               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.233
  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: Sun May  3 02:11:38 2026 from 10.30.171.75
[?2004h[jenkins@releng-48317-708-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-03T02:21:44.836096" elapsed="0.554410"/>
</kw>
<msg time="2026-05-03T02:21:45.390596" 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-03T02:21:44.835756" elapsed="0.554923"/>
</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-03T02:21:44.834149" elapsed="0.556641"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T02:21:45.391471" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.52 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T02:31:51.456071" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T02:31:51.456688" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T02:31:51.456794" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T02:21:45.391048" elapsed="606.065802"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:31:51.457346" elapsed="0.000751"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.459267" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:50.545 16  switches: flows:  128522 128368 127349 127551 121473 125696 126131 127444 125215 123066 125434 122485 124296 124620 124186 123530  total = 33.422767 per ms 
02:23:50.647 16  switches: flows:  124787 124299 122313 127734 121868 122191 124070 127651 121267 120682 120927 121721 123517 122429 123277 120013  total = 32.757630 per ms 
02:24:50.748 16  switches: flows:  128776 125585 125860 127948 125021 125317 125759 128429 124631 122241 126289 125239 126862 126223 125518 121620  total = 33.466105 per ms 
02:25:50.849 16  switches: flows:  127231 124403 124551 126146 121204 123398 125881 126836 123337 122193 124061 122724 125819 126632 123925 118747  total = 33.062954 per ms 
02:26:50.949 16  switches: flows:  128700 127766 124813 128833 123617 126645 125773 129240 123568 124807 124663 124777 128096 126867 124200 121989  total = 33.516607 per ms 
02:27:51.051 16  switches: flows:  122313 124737 124281 121501 120404 125380 120298 124212 121831 118889 119954 121885 122789 121057 122961 119955  total = 32.486530 per ms 
02:28:51.152 16  switches: flows:  125627 127845 127781 124112 122074 126134 123462 127598 126595 121176 120860 126386 124030 121516 128782 122121  total = 33.212809 per ms 
02:29:51.252 16  switches: flows:  127717 129119 128401 126127 126301 128411 123105 128682 127782 121228 122393 127775 126222 123504 127522 122118  total = 33.550726 per ms 
02:30:51.354 16  switches: flows:  128005 132571 130629 127708 126336 129111 124457 130020 129328 124052 124071 129433 128282 124277 129261 124468  total = 33.976316 per ms 
02:31:51.456 16  switches: flows:  127052 128873 129630 123440 121533 127520 122398 126194 126953 120771 122872 125833 123708 122557 126188 120975  total = 33.219292 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32486.53/33976.32/33249.89/11091.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:31:51.458505" elapsed="0.001075"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T02:31:51.460073" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-03T02:31:51.459773" elapsed="0.000484"/>
</branch>
<status status="PASS" start="2026-05-03T02:31:51.459719" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T02:31:51.460528" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:31:51.460446" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-05-03T02:31:51.460410" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T02:31:51.460738" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T02:31:51.466405" elapsed="0.000414"/>
</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-03T02:31:51.466967" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:31:51.467277" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T02:31:51.461481" elapsed="0.005949"/>
</kw>
<msg time="2026-05-03T02:31:51.467557" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T02:21:44.829691" elapsed="606.637892"/>
</kw>
<status status="PASS" start="2026-05-03T02:21:44.829379" elapsed="606.638253"/>
</branch>
<status status="PASS" start="2026-05-03T02:21:44.829041" elapsed="606.638614"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.468085" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.52: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.52. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:50.545 16  switches: flows:  128522 128368 127349 127551 121473 125696 126131 127444 125215 123066 125434 122485 124296 124620 124186 123530  total = 33.422767 per ms 
02:23:50.647 16  switches: flows:  124787 124299 122313 127734 121868 122191 124070 127651 121267 120682 120927 121721 123517 122429 123277 120013  total = 32.757630 per ms 
02:24:50.748 16  switches: flows:  128776 125585 125860 127948 125021 125317 125759 128429 124631 122241 126289 125239 126862 126223 125518 121620  total = 33.466105 per ms 
02:25:50.849 16  switches: flows:  127231 124403 124551 126146 121204 123398 125881 126836 123337 122193 124061 122724 125819 126632 123925 118747  total = 33.062954 per ms 
02:26:50.949 16  switches: flows:  128700 127766 124813 128833 123617 126645 125773 129240 123568 124807 124663 124777 128096 126867 124200 121989  total = 33.516607 per ms 
02:27:51.051 16  switches: flows:  122313 124737 124281 121501 120404 125380 120298 124212 121831 118889 119954 121885 122789 121057 122961 119955  total = 32.486530 per ms 
02:28:51.152 16  switches: flows:  125627 127845 127781 124112 122074 126134 123462 127598 126595 121176 120860 126386 124030 121516 128782 122121  total = 33.212809 per ms 
02:29:51.252 16  switches: flows:  127717 129119 128401 126127 126301 128411 123105 128682 127782 121228 122393 127775 126222 123504 127522 122118  total = 33.550726 per ms 
02:30:51.354 16  switches: flows:  128005 132571 130629 127708 126336 129111 124457 130020 129328 124052 124071 129433 128282 124277 129261 124468  total = 33.976316 per ms 
02:31:51.456 16  switches: flows:  127052 128873 129630 123440 121533 127520 122398 126194 126953 120771 122872 125833 123708 122557 126188 120975  total = 33.219292 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32486.53/33976.32/33249.89/11091.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:31:51.467800" elapsed="0.000357"/>
</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-03T02:31:51.468319" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T02:31:51.469064" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T02:31:51.469153" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32486.53/33976.32/33249.89/11091.30 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-03T02:31:51.468847" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:31:51.469596" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32486.53/33976.32/33249.89/11091.30 | 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-03T02:31:51.469346" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.472054" 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-03T02:31:51.469764" elapsed="0.002364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.474715" level="INFO">32486.53/33976.32/33249.89/11091.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:31:51.472293" elapsed="0.002479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:31:51.477117" 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-03T02:31:51.474921" elapsed="0.002223"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:31:51.479630" level="INFO">@{result_value_list} = [ 32486.53 | 33976.32 | 33249.89 | 11091.30 ]</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-03T02:31:51.477352" elapsed="0.002306"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.480170" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T02:31:51.480280" 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-03T02:31:51.479815" elapsed="0.000489"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.484957" level="INFO">min :: 32486.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:31:51.480693" elapsed="0.004321"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T02:31:51.480563" elapsed="0.004486"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.489552" level="INFO">max :: 33976.32</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-03T02:31:51.485291" elapsed="0.004317"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T02:31:51.485135" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.494173" level="INFO">avg :: 33249.89</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-03T02:31:51.489866" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T02:31:51.489725" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.498932" level="INFO">stdev :: 11091.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:31:51.494527" elapsed="0.004462"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T02:31:51.494369" elapsed="0.004655"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T02:31:51.480373" elapsed="0.018680"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.502932" level="INFO">${min} = 32486.53</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-03T02:31:51.499235" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.507060" level="INFO">${max} = 33976.32</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-03T02:31:51.503114" elapsed="0.003973"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.510998" level="INFO">${average} = 33249.89</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-03T02:31:51.507266" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.514822" level="INFO">${stdev} = 11091.30</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-03T02:31:51.511177" elapsed="0.003673"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.515458" level="INFO">${date} = 2026-05-03 02:31:51</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-03T02:31:51.515077" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.516041" level="INFO">CBench Result: 2026-05-03 02:31:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32486.53,33976.32,33249.89,11091.30</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-03T02:31:51.515638" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:31:51.517234" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-03T02:31:51.516743" elapsed="0.000560"/>
</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-03T02:31:51.517455" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T02:31:51.516265" elapsed="0.001718"/>
</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-03T02:21:44.827997" elapsed="606.690046"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.518515" 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-03T02:31:51.518189" elapsed="0.000383"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T02:31:51.519810" 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-03T02:31:51.519321" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-03T02:31:51.520068" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-05-03T02:31:51.519918" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-05-03T02:31:51.519896" elapsed="0.000266"/>
</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-03T02:31:51.520326" 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-03T02:31:51.520490" 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-03T02:31:51.520649" 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-03T02:31:51.520842" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-03T02:31:51.520991" 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-03T02:31:51.521134" 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-03T02:31:51.521293" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-03T02:31:51.521520" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:31:51.521376" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-05-03T02:31:51.521360" elapsed="0.000235"/>
</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-03T02:31:51.518947" elapsed="0.002698"/>
</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-03T02:21:44.826683" elapsed="606.695008"/>
</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-03T02:01:28.971482" elapsed="1822.550885"/>
</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>
