<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-19T00:44:28.158138" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-19T00:44:28.721001" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-19T00:44:28.720863" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:28.720832" elapsed="0.000273"/>
</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-08-19T00:44:28.721256" elapsed="0.000531"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-19T00:44:28.722263" level="INFO">Logging into '10.30.170.115:8101' as 'karaf'.</msg>
<msg time="2026-08-19T00:44:29.665800" 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-08-19T00:44:28.721959" elapsed="0.944072"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-19T00:44:29.715143" 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-08-19T00:44:29.666377" elapsed="0.048866"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-19T00:44:29.717252" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-19T00:44:29.717370" 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-08-19T00:44:29.715429" elapsed="0.001971"/>
</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-08-19T00:44:29.717561" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:44:29.717936" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.718680" 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-08-19T00:44:29.718317" elapsed="0.000438"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-19T00:44:29.718819" elapsed="0.000061"/>
</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.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-19T00:44:28.720435" elapsed="0.998584"/>
</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-08-19T00:44:28.716857" elapsed="1.002227"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-19T00:44:29.719698" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-19T00:44:29.719284" elapsed="0.000502"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-19T00:44:29.720190" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-19T00:44:29.719943" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.720848" 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-08-19T00:44:29.720434" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.721421" 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-08-19T00:44:29.721046" elapsed="0.000418"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.722011" 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-08-19T00:44:29.721611" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.722508" 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-08-19T00:44:29.722198" elapsed="0.000352"/>
</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-08-19T00:44:29.722879" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-19T00:44:29.722646" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-19T00:44:29.727436" 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-08-19T00:44:29.727025" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T00:44:29.728505" level="INFO">Length is 0.</msg>
<msg time="2026-08-19T00:44:29.728588" 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-08-19T00:44:29.728054" elapsed="0.000559"/>
</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-08-19T00:44:29.728774" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-19T00:44:29.730177" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-08-19T00:44:30.198189" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 19 00:44:00 UTC 2026

  System load:  0.18               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-375-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-08-19T00:44:29.729668" elapsed="0.468662"/>
</kw>
<msg time="2026-08-19T00:44:30.198415" 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-08-19T00:44:29.729313" elapsed="0.469189"/>
</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-08-19T00:44:29.727670" elapsed="0.470954"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.206089" 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-08-19T00:44:30.198866" elapsed="0.008576"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:44:30.207694" elapsed="0.000381"/>
</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-08-19T00:44:29.726491" elapsed="0.481669"/>
</kw>
<status status="PASS" start="2026-08-19T00:44:29.723164" elapsed="0.485047"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:29.722619" elapsed="0.485635"/>
</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-08-19T00:44:30.208462" elapsed="0.000688"/>
</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-08-19T00:44:30.215299" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-19T00:44:30.215132" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:30.215101" elapsed="0.000303"/>
</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-08-19T00:44:30.219759" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-19T00:44:30.219625" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:30.219607" elapsed="0.000227"/>
</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-08-19T00:44:30.219964" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.220814" level="INFO">Logging into '10.30.170.115:8101' as 'karaf'.</msg>
<msg time="2026-08-19T00:44:30.438269" 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-08-19T00:44:30.220540" elapsed="0.217851"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.533885" 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-08-19T00:44:30.438608" elapsed="0.095347"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.543824" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-19T00:44:30.544029" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-19T00:44:30.534109" elapsed="0.009953"/>
</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-08-19T00:44:30.544204" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:44:30.544544" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.545223" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:44:30.544911" elapsed="0.000368"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-19T00:44:30.545331" elapsed="0.000053"/>
</return>
<msg time="2026-08-19T00:44:30.545532" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-19T00:44:30.219269" elapsed="0.326295"/>
</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-08-19T00:44:30.545758" elapsed="0.000520"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-19T00:44:30.546329" elapsed="0.000030"/>
</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-08-19T00:44:30.214696" elapsed="0.331759"/>
</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-08-19T00:44:30.550219" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-19T00:44:30.550090" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:30.550066" elapsed="0.000224"/>
</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-08-19T00:44:30.550419" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.551281" level="INFO">Logging into '10.30.170.115:8101' as 'karaf'.</msg>
<msg time="2026-08-19T00:44:30.726458" 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-08-19T00:44:30.551026" elapsed="0.175531"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.749070" 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-08-19T00:44:30.726743" elapsed="0.022390"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.751311" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-19T00:44:30.751419" 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-08-19T00:44:30.749281" elapsed="0.002167"/>
</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-08-19T00:44:30.751587" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:44:30.751934" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.752561" 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-08-19T00:44:30.752271" elapsed="0.000342"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-19T00:44:30.752662" elapsed="0.000044"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.115
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-19T00:44:30.549762" elapsed="0.203075"/>
</kw>
<status status="PASS" start="2026-08-19T00:44:28.714884" elapsed="2.038016"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.754923" 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-08-19T00:44:30.753787" elapsed="0.001204"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.756566" 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-08-19T00:44:30.756206" elapsed="0.000406"/>
</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-08-19T00:44:30.756955" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-19T00:44:30.756690" elapsed="0.000325"/>
</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-08-19T00:44:30.760095" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-19T00:44:30.759844" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:30.759824" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.760530" 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-08-19T00:44:30.760654" 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-08-19T00:44:30.760321" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.761265" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" 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-08-19T00:44:30.760838" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.762045" 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-08-19T00:44:30.761486" elapsed="0.000588"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T00:44:30.763038" level="INFO">Length is 0.</msg>
<msg time="2026-08-19T00:44:30.763130" 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-08-19T00:44:30.762693" elapsed="0.000462"/>
</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-08-19T00:44:30.763297" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-19T00:44:30.764563" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-08-19T00:44:31.079211" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 19 00:44:00 UTC 2026

  System load:  0.18               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 19 00:44:30 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-375-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-08-19T00:44:30.764186" elapsed="0.315212"/>
</kw>
<msg time="2026-08-19T00:44:31.079493" 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-08-19T00:44:30.763833" elapsed="0.315750"/>
</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-08-19T00:44:30.762277" elapsed="0.317442"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-19T00:44:31.080279" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-19T00:54:37.204834" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-19T00:54:37.205441" level="INFO">${stdout} = </msg>
<msg time="2026-08-19T00:54:37.205547" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-19T00:44:31.079963" elapsed="606.125647"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:54:37.206154" elapsed="0.000915"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.208220" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:36.281 16  switches: flows:  116179 114462 116394 116385 116967 118088 115619 113306 116674 112547 115693 114533 115663 111245 115312 115120  total = 30.736450 per ms 
00:46:36.382 16  switches: flows:  124200 121675 123680 124038 123741 125464 123189 122665 124213 120363 123395 120177 121479 118872 122682 121764  total = 32.638592 per ms 
00:47:36.483 16  switches: flows:  108439 107834 108815 107955 107715 109574 108812 108595 108003 106791 109019 104956 105412 105785 107234 105020  total = 28.618185 per ms 
00:48:36.584 16  switches: flows:  127233 128537 128007 130790 129517 129854 126312 129775 128675 126021 127355 123813 123553 124005 127077 123216  total = 33.839146 per ms 
00:49:36.686 16  switches: flows:  100928 98824 100538 102779 101414 99209 99579 98454 99419 98953 100416 97631 97699 97060 98974 96269  total = 26.424962 per ms 
00:50:36.787 16  switches: flows:  132944 131100 130317 131691 132060 129027 131149 133608 129144 125798 130838 126498 125801 128249 129884 127507  total = 34.535908 per ms 
00:51:36.888 16  switches: flows:  132378 132618 130011 130750 131457 129301 131523 131746 128743 127525 128507 125793 125722 127044 127927 127169  total = 34.412724 per ms 
00:52:36.990 16  switches: flows:  133144 133114 131282 130698 132264 128855 130551 131939 127818 125722 128830 125443 126256 126970 127618 125188  total = 34.370724 per ms 
00:53:37.091 16  switches: flows:  134158 132245 131008 132404 134050 129431 132797 132577 129061 125726 130121 126859 126835 129058 127399 127152  total = 34.623540 per ms 
00:54:37.191 16  switches: flows:  132489 131923 130647 130470 132575 128939 131329 131284 128493 125964 129360 124522 125286 128708 126660 125653  total = 34.347686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26424.96/34623.54/32645.72/11247.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.207441" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-19T00:54:37.209052" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-19T00:54:37.208708" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-08-19T00:54:37.208653" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-19T00:54:37.209472" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-19T00:54:37.209388" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-19T00:54:37.209354" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-19T00:54:37.209684" 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-08-19T00:54:37.214137" elapsed="0.000521"/>
</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-08-19T00:54:37.214898" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T00:54:37.215338" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-19T00:54:37.210400" elapsed="0.005161"/>
</kw>
<msg time="2026-08-19T00:54:37.215771" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-19T00:44:30.757383" elapsed="606.458430"/>
</kw>
<status status="PASS" start="2026-08-19T00:44:30.757043" elapsed="606.458843"/>
</branch>
<status status="PASS" start="2026-08-19T00:44:30.756668" elapsed="606.459254"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.216591" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:36.281 16  switches: flows:  116179 114462 116394 116385 116967 118088 115619 113306 116674 112547 115693 114533 115663 111245 115312 115120  total = 30.736450 per ms 
00:46:36.382 16  switches: flows:  124200 121675 123680 124038 123741 125464 123189 122665 124213 120363 123395 120177 121479 118872 122682 121764  total = 32.638592 per ms 
00:47:36.483 16  switches: flows:  108439 107834 108815 107955 107715 109574 108812 108595 108003 106791 109019 104956 105412 105785 107234 105020  total = 28.618185 per ms 
00:48:36.584 16  switches: flows:  127233 128537 128007 130790 129517 129854 126312 129775 128675 126021 127355 123813 123553 124005 127077 123216  total = 33.839146 per ms 
00:49:36.686 16  switches: flows:  100928 98824 100538 102779 101414 99209 99579 98454 99419 98953 100416 97631 97699 97060 98974 96269  total = 26.424962 per ms 
00:50:36.787 16  switches: flows:  132944 131100 130317 131691 132060 129027 131149 133608 129144 125798 130838 126498 125801 128249 129884 127507  total = 34.535908 per ms 
00:51:36.888 16  switches: flows:  132378 132618 130011 130750 131457 129301 131523 131746 128743 127525 128507 125793 125722 127044 127927 127169  total = 34.412724 per ms 
00:52:36.990 16  switches: flows:  133144 133114 131282 130698 132264 128855 130551 131939 127818 125722 128830 125443 126256 126970 127618 125188  total = 34.370724 per ms 
00:53:37.091 16  switches: flows:  134158 132245 131008 132404 134050 129431 132797 132577 129061 125726 130121 126859 126835 129058 127399 127152  total = 34.623540 per ms 
00:54:37.191 16  switches: flows:  132489 131923 130647 130470 132575 128939 131329 131284 128493 125964 129360 124522 125286 128708 126660 125653  total = 34.347686 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26424.96/34623.54/32645.72/11247.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.216127" elapsed="0.000574"/>
</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-08-19T00:54:37.216945" elapsed="0.000535"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-19T00:54:37.218071" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-19T00:54:37.218215" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26424.96/34623.54/32645.72/11247.54 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-08-19T00:54:37.217717" elapsed="0.000535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T00:54:37.218925" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26424.96/34623.54/32645.72/11247.54 | 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-08-19T00:54:37.218517" elapsed="0.000449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.221603" 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-08-19T00:54:37.219181" elapsed="0.002481"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.224111" level="INFO">26424.96/34623.54/32645.72/11247.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.221825" elapsed="0.002343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T00:54:37.226570" 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-08-19T00:54:37.224319" elapsed="0.002280"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T00:54:37.229018" level="INFO">@{result_value_list} = [ 26424.96 | 34623.54 | 32645.72 | 11247.54 ]</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-08-19T00:54:37.226807" elapsed="0.002239"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.229508" level="INFO">Length is 4.</msg>
<msg time="2026-08-19T00:54:37.229604" 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-08-19T00:54:37.229199" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.234384" level="INFO">min :: 26424.96</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-08-19T00:54:37.230056" elapsed="0.004403"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-19T00:54:37.229922" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.239111" level="INFO">max :: 34623.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.234767" elapsed="0.004400"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-19T00:54:37.234620" elapsed="0.004581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.243795" level="INFO">avg :: 32645.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.239417" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-19T00:54:37.239289" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.248773" level="INFO">stdev :: 11247.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T00:54:37.244107" elapsed="0.004724"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-19T00:54:37.243978" elapsed="0.004888"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-19T00:54:37.229710" elapsed="0.019189"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.252797" level="INFO">${min} = 26424.96</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-08-19T00:54:37.249058" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.257997" level="INFO">${max} = 34623.54</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-19T00:54:37.252979" elapsed="0.005046"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.261932" level="INFO">${average} = 32645.72</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-19T00:54:37.258180" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.265916" level="INFO">${stdev} = 11247.54</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-08-19T00:54:37.262114" elapsed="0.003829"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.266490" level="INFO">${date} = 2026-08-19 00:54:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-19T00:54:37.266120" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.267132" level="INFO">CBench Result: 2026-08-19 00:54:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26424.96,34623.54,32645.72,11247.54</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-08-19T00:54:37.266703" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-19T00:54:37.268223" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-19T00:54:37.267810" elapsed="0.000482"/>
</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-08-19T00:54:37.268442" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-19T00:54:37.267326" elapsed="0.001662"/>
</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-08-19T00:44:30.755527" elapsed="606.513519"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.269506" 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-08-19T00:54:37.269194" elapsed="0.000367"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-19T00:54:37.270088" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-19T00:54:37.269789" elapsed="0.000634"/>
</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-08-19T00:44:30.753068" elapsed="606.517393"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.271783" 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-08-19T00:54:37.271386" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.273063" 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-08-19T00:54:37.272718" elapsed="0.000388"/>
</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-08-19T00:54:37.273431" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-19T00:54:37.273216" elapsed="0.000273"/>
</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-08-19T00:54:37.276487" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-19T00:54:37.276189" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-08-19T00:54:37.276164" elapsed="0.000405"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-19T00:54:37.276911" 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-08-19T00:54:37.277030" 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-08-19T00:54:37.276702" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.277609" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.115 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" 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-08-19T00:54:37.277191" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-19T00:54:37.278219" 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-08-19T00:54:37.277827" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T00:54:37.279156" level="INFO">Length is 0.</msg>
<msg time="2026-08-19T00:54:37.279245" 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-08-19T00:54:37.278853" elapsed="0.000416"/>
</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-08-19T00:54:37.279409" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-19T00:54:37.280608" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-08-19T00:54:37.862483" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 19 00:54:37 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 19 00:44:31 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-375-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-08-19T00:54:37.280236" elapsed="0.582455"/>
</kw>
<msg time="2026-08-19T00:54:37.862807" 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-08-19T00:54:37.279895" elapsed="0.583015"/>
</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-08-19T00:54:37.278443" elapsed="0.584591"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-19T00:54:37.863613" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.115 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-19T01:03:05.758672" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-19T01:03:05.759344" level="INFO">${stdout} = </msg>
<msg time="2026-08-19T01:03:05.759457" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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-08-19T00:54:37.863286" elapsed="507.896230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T01:03:05.760039" elapsed="0.000804"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.762049" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:03:05.761244" elapsed="0.001223"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-19T01:03:05.762959" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-08-19T01:03:05.762683" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-08-19T01:03:05.762630" elapsed="0.000464"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-19T01:03:05.763225" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-19T01:03:05.763174" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-08-19T01:03:05.763153" elapsed="0.000157"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-19T01:03:05.763351" elapsed="0.000017"/>
</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-08-19T01:03:05.767098" elapsed="0.000468"/>
</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-08-19T01:03:05.767803" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T01:03:05.768246" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-19T01:03:05.763853" elapsed="0.004631"/>
</kw>
<msg time="2026-08-19T01:03:05.768681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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-08-19T00:54:37.273843" elapsed="508.494878"/>
</kw>
<status status="PASS" start="2026-08-19T00:54:37.273514" elapsed="508.495300"/>
</branch>
<status status="PASS" start="2026-08-19T00:54:37.273197" elapsed="508.495651"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.769465" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:03:05.769045" elapsed="0.000524"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.770488" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-19T01:03:05.769810" elapsed="0.000943">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.770995" elapsed="0.000023"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.771179" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.771341" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.771501" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-19T01:03:05.771659" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-19T01:03:05.771836" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-19T01:03:05.772000" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.772284" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-19T01:03:05.772160" elapsed="0.000177"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-19T01:03:05.772088" elapsed="0.000278"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-19T01:03:05.772515" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-19T01:03:05.772686" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-19T01:03:05.772871" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-19T01:03:05.773040" elapsed="0.000021"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.773218" elapsed="0.000027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.773394" elapsed="0.000025"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-19T01:03:05.773552" elapsed="0.000023"/>
</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="FAIL" start="2026-08-19T00:54:37.272146" elapsed="508.501568">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-19T01:03:05.773943" elapsed="0.000023"/>
</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-08-19T01:03:05.774575" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-08-19T01:03:05.774218" elapsed="0.000760"/>
</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="FAIL" start="2026-08-19T00:54:37.270825" elapsed="508.504194">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:42.985 16  switches: flows:  529776 526111 547747 524223 514970 529815 535527 542503 523973 537764 515297 516345 522766 526911 511458 532029  total = 140.620250 per ms 
00:56:43.086 16  switches: flows:  475288 469673 482100 446690 491620 438936 484999 474058 450926 482692 466396 449533 472106 478681 463303 470920  total = 124.755887 per ms 
00:57:43.309 16  switches: flows:  488850 500323 509389 498751 490491 499198 495407 480386 499506 492133 490614 500416 509408 507976 503752 500190  total = 132.290691 per ms 
00:58:43.411 16  switches: flows:  555366 557724 557553 554859 554909 547770 547598 446058 547677 554688 551158 542856 552767 561284 555985 557686  total = 145.519875 per ms 
00:59:43.514 16  switches: flows:  532887 528978 530535 537473 538942 531624 537218 544589 538137 533468 536807 538443 530937 536809 535842 533402  total = 142.527933 per ms 
01:00:43.616 16  switches: flows:  551749 547790 553387 543117 550986 557830 539300 558094 556325 557737 550146 556365 555741 549401 533956 550545  total = 146.627475 per ms 
01:01:43.717 16  switches: flows:  563541 556333 530657 560793 536380 566106 568365 570620 566798 557358 559076 566645 561492 569275 561072 561624  total = 149.018268 per ms 
01:02:47.137 16  switches: flows:  508125 503315 494840 503247 494284 496678 492750 498773 495426 415168 487771 499063 497343 505228 491006 489127  total = 124.126800 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.776457" 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-08-19T01:03:05.776056" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.778127" 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-08-19T01:03:05.777495" elapsed="0.000685"/>
</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-08-19T01:03:05.778559" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-19T01:03:05.778265" elapsed="0.000356"/>
</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-08-19T01:03:05.781716" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-08-19T01:03:05.781455" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-08-19T01:03:05.781436" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-19T01:03:05.782133" 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-08-19T01:03:05.782252" 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-08-19T01:03:05.781954" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.782906" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" 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-08-19T01:03:05.782413" elapsed="0.000552"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-19T01:03:05.783501" 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-08-19T01:03:05.783104" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T01:03:05.784448" level="INFO">Length is 0.</msg>
<msg time="2026-08-19T01:03:05.784539" 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-08-19T01:03:05.784123" elapsed="0.000440"/>
</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-08-19T01:03:05.784703" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-19T01:03:05.785958" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-08-19T01:03:06.400557" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 19 01:03:06 UTC 2026

  System load:  0.46               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 19 00:54:37 2026 from 10.30.171.158
[?2004h[jenkins@releng-63164-375-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-08-19T01:03:05.785576" elapsed="0.615311"/>
</kw>
<msg time="2026-08-19T01:03:06.400982" 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-08-19T01:03:05.785231" elapsed="0.615839"/>
</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-08-19T01:03:05.783727" elapsed="0.617472"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-19T01:03:06.401791" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.115 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-19T01:13:12.469148" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-19T01:13:12.469857" level="INFO">${stdout} = </msg>
<msg time="2026-08-19T01:13:12.469983" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-19T01:03:06.401448" elapsed="606.068595"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T01:13:12.470638" elapsed="0.000782"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.472687" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:11.561 16  switches: flows:  119038 121259 121398 119498 118582 121735 116058 119716 123162 119594 119964 128214 116831 120182 118059 116189  total = 31.991317 per ms 
01:05:11.661 16  switches: flows:  126256 126286 125476 124595 122754 123580 121385 122069 121721 121318 122981 120224 121272 120424 120435 118627  total = 32.602307 per ms 
01:06:11.761 16  switches: flows:  131089 133128 131967 130215 129665 130179 126978 129263 130095 128786 125575 124747 126432 125128 127491 124749  total = 34.201024 per ms 
01:07:11.862 16  switches: flows:  123896 123936 124152 120928 120965 119847 119590 121977 120326 120850 119774 117942 118889 116277 118701 118306  total = 32.052400 per ms 
01:08:11.962 16  switches: flows:  102221 102215 102501 101427 101194 102983 100482 101157 99771 101295 100118 99034 100602 100573 99405 97647  total = 26.832244 per ms 
01:09:12.062 16  switches: flows:  131508 128304 129633 130492 128157 130110 125119 126540 127621 128891 129748 123254 124022 125465 127720 124858  total = 33.967323 per ms 
01:10:12.163 16  switches: flows:  108261 108724 106189 108301 105911 107540 106486 107520 105298 106121 105881 102822 106076 104965 103434 104112  total = 28.246835 per ms 
01:11:12.263 16  switches: flows:  106435 105449 107430 104830 104361 106324 105420 105859 104641 102328 103972 100868 101833 103605 103756 102355  total = 27.778034 per ms 
01:12:12.363 16  switches: flows:  131375 133854 133031 131363 132204 132954 129191 131141 132446 129200 128587 128260 129543 129311 131372 126263  total = 34.776839 per ms 
01:13:12.464 16  switches: flows:  122955 123376 123897 121282 120976 122941 119708 122254 123320 119053 118834 117305 118840 118307 120177 118224  total = 32.137153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26832.24/34776.84/31399.35/10842.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:13:12.471876" elapsed="0.001026"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-19T01:13:12.473442" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-19T01:13:12.473109" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-08-19T01:13:12.473054" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-19T01:13:12.473928" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-19T01:13:12.473843" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-08-19T01:13:12.473802" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-19T01:13:12.474136" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-19T01:13:12.478387" elapsed="0.000544"/>
</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-08-19T01:13:12.479145" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-19T01:13:12.479561" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-19T01:13:12.474901" elapsed="0.004940"/>
</kw>
<msg time="2026-08-19T01:13:12.480036" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-19T01:03:05.779024" elapsed="606.701050"/>
</kw>
<status status="PASS" start="2026-08-19T01:03:05.778652" elapsed="606.701492"/>
</branch>
<status status="PASS" start="2026-08-19T01:03:05.778242" elapsed="606.701935"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.480819" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.115: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.115. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:11.561 16  switches: flows:  119038 121259 121398 119498 118582 121735 116058 119716 123162 119594 119964 128214 116831 120182 118059 116189  total = 31.991317 per ms 
01:05:11.661 16  switches: flows:  126256 126286 125476 124595 122754 123580 121385 122069 121721 121318 122981 120224 121272 120424 120435 118627  total = 32.602307 per ms 
01:06:11.761 16  switches: flows:  131089 133128 131967 130215 129665 130179 126978 129263 130095 128786 125575 124747 126432 125128 127491 124749  total = 34.201024 per ms 
01:07:11.862 16  switches: flows:  123896 123936 124152 120928 120965 119847 119590 121977 120326 120850 119774 117942 118889 116277 118701 118306  total = 32.052400 per ms 
01:08:11.962 16  switches: flows:  102221 102215 102501 101427 101194 102983 100482 101157 99771 101295 100118 99034 100602 100573 99405 97647  total = 26.832244 per ms 
01:09:12.062 16  switches: flows:  131508 128304 129633 130492 128157 130110 125119 126540 127621 128891 129748 123254 124022 125465 127720 124858  total = 33.967323 per ms 
01:10:12.163 16  switches: flows:  108261 108724 106189 108301 105911 107540 106486 107520 105298 106121 105881 102822 106076 104965 103434 104112  total = 28.246835 per ms 
01:11:12.263 16  switches: flows:  106435 105449 107430 104830 104361 106324 105420 105859 104641 102328 103972 100868 101833 103605 103756 102355  total = 27.778034 per ms 
01:12:12.363 16  switches: flows:  131375 133854 133031 131363 132204 132954 129191 131141 132446 129200 128587 128260 129543 129311 131372 126263  total = 34.776839 per ms 
01:13:12.464 16  switches: flows:  122955 123376 123897 121282 120976 122941 119708 122254 123320 119053 118834 117305 118840 118307 120177 118224  total = 32.137153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26832.24/34776.84/31399.35/10842.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:13:12.480370" elapsed="0.000666"/>
</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-08-19T01:13:12.481253" elapsed="0.000546"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-19T01:13:12.482364" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-19T01:13:12.482513" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26832.24/34776.84/31399.35/10842.81 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-08-19T01:13:12.482046" elapsed="0.000503"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T01:13:12.483176" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26832.24/34776.84/31399.35/10842.81 | 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-08-19T01:13:12.482790" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.486658" 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-08-19T01:13:12.483424" elapsed="0.003353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.489240" level="INFO">26832.24/34776.84/31399.35/10842.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:13:12.486987" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T01:13:12.491714" 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-08-19T01:13:12.489454" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-19T01:13:12.494176" level="INFO">@{result_value_list} = [ 26832.24 | 34776.84 | 31399.35 | 10842.81 ]</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-08-19T01:13:12.491918" elapsed="0.002286"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.494696" level="INFO">Length is 4.</msg>
<msg time="2026-08-19T01:13:12.494805" 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-08-19T01:13:12.494362" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.499648" level="INFO">min :: 26832.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:13:12.495249" elapsed="0.004458"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-19T01:13:12.495108" elapsed="0.004650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.504346" level="INFO">max :: 34776.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-19T01:13:12.499980" elapsed="0.004425"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-19T01:13:12.499850" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.509253" level="INFO">avg :: 31399.35</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-08-19T01:13:12.504669" elapsed="0.004651"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-19T01:13:12.504532" elapsed="0.004825"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.514015" level="INFO">stdev :: 10842.81</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-08-19T01:13:12.509574" elapsed="0.004499"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-19T01:13:12.509444" elapsed="0.004664"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-19T01:13:12.494909" elapsed="0.019229"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.518260" level="INFO">${min} = 26832.24</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-08-19T01:13:12.514299" elapsed="0.003989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.522339" level="INFO">${max} = 34776.84</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-08-19T01:13:12.518482" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.526329" level="INFO">${average} = 31399.35</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-08-19T01:13:12.522554" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.530392" level="INFO">${stdev} = 10842.81</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-08-19T01:13:12.526565" elapsed="0.003868"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.530989" level="INFO">${date} = 2026-08-19 01:13:12</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-19T01:13:12.530605" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.531588" level="INFO">CBench Result: 2026-08-19 01:13:12,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26832.24,34776.84,31399.35,10842.81</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-08-19T01:13:12.531169" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-19T01:13:12.532787" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-19T01:13:12.532287" elapsed="0.000573"/>
</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-08-19T01:13:12.533013" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-19T01:13:12.531811" elapsed="0.001730"/>
</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-08-19T01:03:05.776911" elapsed="606.756737"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.534154" 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-08-19T01:13:12.533826" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-19T01:13:12.535478" 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-08-19T01:13:12.534981" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-19T01:13:12.535759" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-19T01:13:12.535581" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-08-19T01:13:12.535563" elapsed="0.000287"/>
</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-08-19T01:13:12.535996" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-19T01:13:12.536156" 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-08-19T01:13:12.536319" 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-08-19T01:13:12.536473" elapsed="0.000020"/>
</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-08-19T01:13:12.536621" elapsed="0.000019"/>
</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-08-19T01:13:12.536796" elapsed="0.000022"/>
</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-08-19T01:13:12.536951" 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-08-19T01:13:12.537175" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-19T01:13:12.537037" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-19T01:13:12.537020" elapsed="0.000230"/>
</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-08-19T01:13:12.534616" elapsed="0.002684"/>
</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-08-19T01:03:05.775516" elapsed="606.761832"/>
</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="FAIL" start="2026-08-19T00:44:28.159703" elapsed="1724.378419"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
