<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-22T00:45:39.706862" 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-06-22T00:45:40.279674" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-22T00:45:40.279543" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:40.279506" elapsed="0.000268"/>
</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-06-22T00:45:40.279919" elapsed="0.000515"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-22T00:45:40.280907" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-06-22T00:45:40.953520" 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-06-22T00:45:40.280608" elapsed="0.673112"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.004078" 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-06-22T00:45:40.953995" elapsed="0.050240"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.006061" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-22T00:45:41.006175" 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-06-22T00:45:41.004459" elapsed="0.001747"/>
</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-06-22T00:45:41.006364" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:45:41.006741" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.007465" 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-06-22T00:45:41.007119" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T00:45:41.007573" elapsed="0.000056"/>
</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.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T00:45:40.279163" elapsed="0.728595"/>
</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-06-22T00:45:40.275588" elapsed="0.732235"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T00:45:41.008454" 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-06-22T00:45:41.008039" elapsed="0.000473"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T00:45:41.008920" 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-06-22T00:45:41.008666" elapsed="0.000333"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.009558" 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-06-22T00:45:41.009155" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.010134" 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-06-22T00:45:41.009760" elapsed="0.000419"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.010700" 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-06-22T00:45:41.010324" elapsed="0.000403"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.011219" 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-06-22T00:45:41.010884" elapsed="0.000377"/>
</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-06-22T00:45:41.011561" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-22T00:45:41.011347" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.015999" 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-06-22T00:45:41.015580" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T00:45:41.017059" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T00:45:41.017144" 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-06-22T00:45:41.016579" elapsed="0.000590"/>
</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-06-22T00:45:41.017315" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.018696" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-06-22T00:45:41.763427" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 00:45:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-317-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-06-22T00:45:41.018210" elapsed="0.745354"/>
</kw>
<msg time="2026-06-22T00:45:41.763649" 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-06-22T00:45:41.017809" elapsed="0.745935"/>
</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-06-22T00:45:41.016231" elapsed="0.747626"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.771700" 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-06-22T00:45:41.764085" elapsed="0.009331"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:45:41.773787" elapsed="0.000600"/>
</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-06-22T00:45:41.015055" elapsed="0.759495"/>
</kw>
<status status="PASS" start="2026-06-22T00:45:41.011697" elapsed="0.762936"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:41.011321" elapsed="0.763375"/>
</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-06-22T00:45:41.775052" elapsed="0.000998"/>
</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-06-22T00:45:41.784453" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-22T00:45:41.784330" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:41.784305" elapsed="0.000226"/>
</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-06-22T00:45:41.788107" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-22T00:45:41.787991" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:41.787956" elapsed="0.000223"/>
</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-06-22T00:45:41.788311" elapsed="0.000430"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-22T00:45:41.789161" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-06-22T00:45:41.988563" 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-06-22T00:45:41.788886" elapsed="0.199802"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.082171" 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-06-22T00:45:41.988863" elapsed="0.093403"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.086487" 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-06-22T00:45:42.086695" 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-06-22T00:45:42.082443" elapsed="0.004285"/>
</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-06-22T00:45:42.086871" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:45:42.087226" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.087920" 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-06-22T00:45:42.087607" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T00:45:42.088052" elapsed="0.000056"/>
</return>
<msg time="2026-06-22T00:45:42.088287" 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.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T00:45:41.787620" elapsed="0.300703"/>
</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-06-22T00:45:42.088477" elapsed="0.000531"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T00:45:42.089078" elapsed="0.000033"/>
</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-06-22T00:45:41.784014" elapsed="0.305199"/>
</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-06-22T00:45:42.093006" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-22T00:45:42.092856" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:42.092832" elapsed="0.000247"/>
</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-06-22T00:45:42.093209" elapsed="0.000436"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.094067" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-06-22T00:45:42.278394" 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-06-22T00:45:42.093790" elapsed="0.184709"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.300942" 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-06-22T00:45:42.278672" elapsed="0.022343"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.302795" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-22T00:45:42.302890" 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-06-22T00:45:42.301161" elapsed="0.001758"/>
</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-06-22T00:45:42.303067" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:45:42.303368" elapsed="0.000161"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.303948" 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-06-22T00:45:42.303673" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-22T00:45:42.304070" elapsed="0.000036"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-22T00:45:42.092526" elapsed="0.211683"/>
</kw>
<status status="PASS" start="2026-06-22T00:45:40.273838" elapsed="2.030432"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.306493" 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-06-22T00:45:42.305141" elapsed="0.001417"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.307989" 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-06-22T00:45:42.307614" elapsed="0.000420"/>
</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-06-22T00:45:42.308339" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T00:45:42.308110" elapsed="0.000286"/>
</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-06-22T00:45:42.311353" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T00:45:42.311099" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:42.311079" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.311763" 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-06-22T00:45:42.311884" 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-06-22T00:45:42.311567" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.312495" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-06-22T00:45:42.312070" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.313185" 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-06-22T00:45:42.312695" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T00:45:42.314156" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T00:45:42.314246" 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-06-22T00:45:42.313825" elapsed="0.000446"/>
</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-06-22T00:45:42.314412" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.315609" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-06-22T00:45:42.623375" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 00:45:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 00:45:41 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-317-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-06-22T00:45:42.315257" elapsed="0.308268"/>
</kw>
<msg time="2026-06-22T00:45:42.623596" 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-06-22T00:45:42.314892" elapsed="0.308777"/>
</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-06-22T00:45:42.313450" elapsed="0.310333"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T00:45:42.624199" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T00:55:48.749044" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-22T00:55:48.749473" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T00:55:48.749543" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-22T00:45:42.623951" elapsed="606.125634"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:55:48.749905" elapsed="0.000515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.751209" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:47.830 16  switches: flows:  101317 102832 100803 101921 103213 101173 100900 102838 99240 100407 97855 100780 99506 100012 96881 100156  total = 26.830567 per ms 
00:47:47.931 16  switches: flows:  117923 118073 118497 115555 118081 117606 117331 117285 115979 113996 114292 115327 115057 115451 111082 113296  total = 30.862254 per ms 
00:48:48.032 16  switches: flows:  113963 114887 114090 111843 114467 113227 114936 114234 112253 111205 111905 112265 111706 109110 110237 110209  total = 29.958869 per ms 
00:49:48.133 16  switches: flows:  121291 123355 123772 117743 125325 124497 123496 123898 121980 120262 120429 121066 121680 121375 116961 119090  total = 32.382911 per ms 
00:50:48.234 16  switches: flows:  123787 124029 123238 118466 124597 124116 124545 123486 120301 121151 119154 123112 120397 120850 118024 119066  total = 32.417765 per ms 
00:51:48.335 16  switches: flows:  125523 123104 124762 119840 124483 123837 123573 123963 122150 119978 118827 122184 121587 119865 118926 119800  total = 32.485776 per ms 
00:52:48.436 16  switches: flows:  125018 126893 125067 120621 123706 123305 124737 125816 121001 121353 118736 121424 120282 119561 120929 119629  total = 32.580231 per ms 
00:53:48.537 16  switches: flows:  124718 127378 125244 118782 125385 124186 123400 125069 119801 119304 119404 121218 120761 119918 118494 119209  total = 32.483476 per ms 
00:54:48.639 16  switches: flows:  125043 126840 124639 118622 125948 123687 121746 124165 119901 119257 118100 122595 122330 119566 117864 119465  total = 32.441779 per ms 
00:55:48.740 16  switches: flows:  125358 127430 126441 121032 126410 126174 125693 125799 120646 119726 119617 124293 121776 122076 120401 119881  total = 32.824041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.87/32824.04/32048.57/10721.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T00:55:48.750659" elapsed="0.000752"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T00:55:48.751737" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-22T00:55:48.751536" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-06-22T00:55:48.751499" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-22T00:55:48.752078" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-22T00:55:48.752022" elapsed="0.000114"/>
</branch>
<status status="NOT RUN" start="2026-06-22T00:55:48.751969" elapsed="0.000198"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T00:55:48.752214" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T00:55:48.755732" elapsed="0.000525"/>
</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-06-22T00:55:48.756462" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T00:55:48.756775" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T00:55:48.752653" elapsed="0.004275"/>
</kw>
<msg time="2026-06-22T00:55:48.757077" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-22T00:45:42.308745" elapsed="606.448359"/>
</kw>
<status status="PASS" start="2026-06-22T00:45:42.308424" elapsed="606.448730"/>
</branch>
<status status="PASS" start="2026-06-22T00:45:42.308088" elapsed="606.449090"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.757606" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:47.830 16  switches: flows:  101317 102832 100803 101921 103213 101173 100900 102838 99240 100407 97855 100780 99506 100012 96881 100156  total = 26.830567 per ms 
00:47:47.931 16  switches: flows:  117923 118073 118497 115555 118081 117606 117331 117285 115979 113996 114292 115327 115057 115451 111082 113296  total = 30.862254 per ms 
00:48:48.032 16  switches: flows:  113963 114887 114090 111843 114467 113227 114936 114234 112253 111205 111905 112265 111706 109110 110237 110209  total = 29.958869 per ms 
00:49:48.133 16  switches: flows:  121291 123355 123772 117743 125325 124497 123496 123898 121980 120262 120429 121066 121680 121375 116961 119090  total = 32.382911 per ms 
00:50:48.234 16  switches: flows:  123787 124029 123238 118466 124597 124116 124545 123486 120301 121151 119154 123112 120397 120850 118024 119066  total = 32.417765 per ms 
00:51:48.335 16  switches: flows:  125523 123104 124762 119840 124483 123837 123573 123963 122150 119978 118827 122184 121587 119865 118926 119800  total = 32.485776 per ms 
00:52:48.436 16  switches: flows:  125018 126893 125067 120621 123706 123305 124737 125816 121001 121353 118736 121424 120282 119561 120929 119629  total = 32.580231 per ms 
00:53:48.537 16  switches: flows:  124718 127378 125244 118782 125385 124186 123400 125069 119801 119304 119404 121218 120761 119918 118494 119209  total = 32.483476 per ms 
00:54:48.639 16  switches: flows:  125043 126840 124639 118622 125948 123687 121746 124165 119901 119257 118100 122595 122330 119566 117864 119465  total = 32.441779 per ms 
00:55:48.740 16  switches: flows:  125358 127430 126441 121032 126410 126174 125693 125799 120646 119726 119617 124293 121776 122076 120401 119881  total = 32.824041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.87/32824.04/32048.57/10721.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T00:55:48.757316" elapsed="0.000362"/>
</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-06-22T00:55:48.757825" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-22T00:55:48.758600" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-22T00:55:48.758692" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.87/32824.04/32048.57/10721.48 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-06-22T00:55:48.758371" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T00:55:48.759144" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29958.87/32824.04/32048.57/10721.48 | 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-06-22T00:55:48.758870" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.761738" 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-06-22T00:55:48.759315" elapsed="0.002482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.764213" level="INFO">29958.87/32824.04/32048.57/10721.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T00:55:48.761949" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T00:55:48.766623" 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-06-22T00:55:48.764421" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T00:55:48.769111" level="INFO">@{result_value_list} = [ 29958.87 | 32824.04 | 32048.57 | 10721.48 ]</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-06-22T00:55:48.766847" elapsed="0.002292"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.769603" level="INFO">Length is 4.</msg>
<msg time="2026-06-22T00:55:48.769691" 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-06-22T00:55:48.769292" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.774635" level="INFO">min :: 29958.87</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-06-22T00:55:48.770134" elapsed="0.004558"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-22T00:55:48.770000" elapsed="0.004727"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.779224" level="INFO">max :: 32824.04</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-06-22T00:55:48.774946" elapsed="0.004333"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-22T00:55:48.774820" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.783815" level="INFO">avg :: 32048.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T00:55:48.779532" elapsed="0.004339"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-22T00:55:48.779402" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.788407" level="INFO">stdev :: 10721.48</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-06-22T00:55:48.784138" elapsed="0.004391"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-22T00:55:48.784011" elapsed="0.004561"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-22T00:55:48.769786" elapsed="0.018819"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.792595" level="INFO">${min} = 29958.87</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-06-22T00:55:48.788786" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.796842" level="INFO">${max} = 32824.04</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-06-22T00:55:48.792775" elapsed="0.004094"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.800790" level="INFO">${average} = 32048.57</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-06-22T00:55:48.797071" elapsed="0.003747"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.804740" level="INFO">${stdev} = 10721.48</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-06-22T00:55:48.800971" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.805334" level="INFO">${date} = 2026-06-22 00:55:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-22T00:55:48.804927" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.805919" level="INFO">CBench Result: 2026-06-22 00:55:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29958.87,32824.04,32048.57,10721.48</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-06-22T00:55:48.805505" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T00:55:48.807033" 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-06-22T00:55:48.806613" elapsed="0.000487"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-22T00:55:48.807250" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-22T00:55:48.806136" elapsed="0.001637"/>
</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-06-22T00:45:42.306990" elapsed="606.500844"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.808331" 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-06-22T00:55:48.808003" elapsed="0.000385"/>
</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-06-22T00:55:48.808903" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-06-22T00:55:48.808602" elapsed="0.000660"/>
</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-06-22T00:45:42.304432" elapsed="606.504896"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.810622" 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-06-22T00:55:48.810244" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.811916" 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-06-22T00:55:48.811589" elapsed="0.000373"/>
</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-06-22T00:55:48.812304" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T00:55:48.812084" elapsed="0.000278"/>
</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-06-22T00:55:48.815296" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T00:55:48.815050" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-06-22T00:55:48.815030" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T00:55:48.815704" 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-06-22T00:55:48.815823" 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-06-22T00:55:48.815505" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.816425" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-06-22T00:55:48.816006" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T00:55:48.817039" 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-06-22T00:55:48.816622" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T00:55:48.817963" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T00:55:48.818071" 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-06-22T00:55:48.817658" elapsed="0.000438"/>
</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-06-22T00:55:48.818237" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T00:55:48.819420" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-06-22T00:55:49.448563" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 00:55:49 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 00:45:42 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-317-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-06-22T00:55:48.819066" elapsed="0.629703"/>
</kw>
<msg time="2026-06-22T00:55:49.448857" 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-06-22T00:55:48.818708" elapsed="0.630244"/>
</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-06-22T00:55:48.817268" elapsed="0.631824"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T00:55:49.449610" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T01:04:09.088264" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-22T01:04:09.088834" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T01:04:09.088942" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-06-22T00:55:49.449304" elapsed="499.639725"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:04:09.089505" elapsed="0.000772"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.091412" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.090639" elapsed="0.001085"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T01:04:09.092237" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-22T01:04:09.091903" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-06-22T01:04:09.091852" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-22T01:04:09.092651" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-22T01:04:09.092569" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-06-22T01:04:09.092534" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T01:04:09.092860" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-22T01:04:09.098496" elapsed="0.000373"/>
</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-06-22T01:04:09.099031" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:04:09.099322" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T01:04:09.093554" elapsed="0.005922"/>
</kw>
<msg time="2026-06-22T01:04:09.099605" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-06-22T00:55:48.812717" elapsed="500.286915"/>
</kw>
<status status="PASS" start="2026-06-22T00:55:48.812387" elapsed="500.287295"/>
</branch>
<status status="PASS" start="2026-06-22T00:55:48.812062" elapsed="500.287643"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.100148" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.099844" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.100802" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.100365" elapsed="0.000636">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.101220" 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-06-22T01:04:09.101390" elapsed="0.000021"/>
</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-06-22T01:04:09.101550" 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-06-22T01:04:09.101715" 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-06-22T01:04:09.101877" 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-06-22T01:04:09.102056" elapsed="0.000021"/>
</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-06-22T01:04:09.102222" elapsed="0.000019"/>
</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-06-22T01:04:09.102488" elapsed="0.000020"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-22T01:04:09.102367" elapsed="0.000173"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-22T01:04:09.102300" elapsed="0.000269"/>
</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-06-22T01:04:09.102715" 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-06-22T01:04:09.102874" elapsed="0.000020"/>
</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-06-22T01:04:09.103046" elapsed="0.000021"/>
</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-06-22T01:04:09.103206" elapsed="0.000020"/>
</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-06-22T01:04:09.103372" elapsed="0.000020"/>
</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-06-22T01:04:09.103528" elapsed="0.000020"/>
</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-06-22T01:04:09.103676" elapsed="0.000022"/>
</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-06-22T00:55:48.811004" elapsed="500.292827">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.104043" 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-06-22T01:04:09.104621" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-06-22T01:04:09.104317" elapsed="0.000636"/>
</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-06-22T00:55:48.809645" elapsed="500.295362">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:58.953 16  switches: flows:  489481 489532 497158 470227 490437 492670 493194 486315 483230 467451 459208 479601 466965 475378 461298 464121  total = 127.771100 per ms 
00:57:59.056 16  switches: flows:  444638 511913 448454 451452 461576 547603 532295 443005 455837 459018 495651 458764 456729 448029 502241 443019  total = 125.791201 per ms 
00:58:59.158 16  switches: flows:  581007 577858 584151 578595 586821 583765 590302 578961 595277 580780 587500 576881 573579 589931 574748 583391  total = 155.131829 per ms 
00:59:59.260 16  switches: flows:  565148 564575 559568 563983 560231 561020 559977 565221 562769 558625 567311 553587 561734 552768 563543 553491  total = 149.307590 per ms 
01:00:59.361 16  switches: flows:  598406 601234 593942 602214 599417 590780 598545 595241 605743 600527 594157 587534 588532 588920 604800 596589  total = 158.841694 per ms 
01:01:59.463 16  switches: flows:  570205 570127 563669 560171 560192 559932 564034 557300 557539 477124 561596 560963 560322 566292 567238 567904  total = 148.493572 per ms 
01:02:59.565 16  switches: flows:  597394 590541 590567 589908 595007 585680 590692 596351 588894 599035 591791 594802 586211 596193 592154 592729  total = 157.699168 per ms 
01:03:59.667 16  switches: flows:  479081 497224 498675 499168 486132 434670 441105 462850 448727 479948 437793 439046 491668 460627 479679 407942  total = 123.863859 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-06-22T01:04:09.106435" 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-06-22T01:04:09.106039" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.107917" 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-06-22T01:04:09.107377" elapsed="0.000599"/>
</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-06-22T01:04:09.108269" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:04:09.108050" elapsed="0.000280"/>
</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-06-22T01:04:09.111263" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:04:09.111016" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-22T01:04:09.110995" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-22T01:04:09.111651" 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-06-22T01:04:09.111770" 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-06-22T01:04:09.111472" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.112373" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.201" 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-06-22T01:04:09.111935" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-22T01:04:09.112979" 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-06-22T01:04:09.112572" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T01:04:09.113910" level="INFO">Length is 0.</msg>
<msg time="2026-06-22T01:04:09.114015" 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-06-22T01:04:09.113586" elapsed="0.000455"/>
</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-06-22T01:04:09.114181" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-22T01:04:09.115378" level="INFO">Logging into '10.30.170.201:22' as 'jenkins'.</msg>
<msg time="2026-06-22T01:04:09.734594" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 22 01:04:09 UTC 2026

  System load:  0.46               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.201
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 22 00:55:49 2026 from 10.30.171.67
[?2004h[jenkins@releng-63164-317-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-06-22T01:04:09.115022" elapsed="0.619810"/>
</kw>
<msg time="2026-06-22T01:04:09.734915" 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-06-22T01:04:09.114668" elapsed="0.620338"/>
</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-06-22T01:04:09.113211" elapsed="0.621913"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-22T01:04:09.735620" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-22T01:14:15.796910" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-22T01:14:15.797507" level="INFO">${stdout} = </msg>
<msg time="2026-06-22T01:14:15.797614" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-22T01:04:09.735329" elapsed="606.062342"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:14:15.798155" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.800017" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:14.883 16  switches: flows:  118204 121057 119754 116981 119210 118540 119332 122669 117596 118052 118615 115857 115646 120918 118681 117342  total = 31.640900 per ms 
01:06:14.984 16  switches: flows:  102170 102020 99791 98334 100059 98881 100978 101442 98919 99081 99942 98330 97742 100229 99970 98743  total = 26.566155 per ms 
01:07:15.084 16  switches: flows:  119961 124398 120361 121931 122410 120891 122457 124651 121547 119249 121852 120073 120139 120222 118990 117136  total = 32.217355 per ms 
01:08:15.184 16  switches: flows:  107237 107620 105152 105235 104822 104819 107454 108452 105143 105357 105391 104046 104040 107263 104798 105587  total = 28.159925 per ms 
01:09:15.284 16  switches: flows:  112191 112584 111624 109900 112176 109363 114151 114638 110824 110062 110122 110426 109149 112442 110521 109918  total = 29.618751 per ms 
01:10:15.385 16  switches: flows:  123764 126408 123775 120404 124091 119906 124296 124193 122922 120896 120242 122402 121540 125115 119052 119723  total = 32.591072 per ms 
01:11:15.485 16  switches: flows:  126183 128376 124671 123782 126269 121454 126895 127881 123315 121515 122496 123972 121226 127042 121437 121365  total = 33.076101 per ms 
01:12:15.585 16  switches: flows:  126079 130406 126412 124550 125553 121359 127425 128675 123011 123681 123002 126257 121307 127365 122150 122720  total = 33.276931 per ms 
01:13:15.686 16  switches: flows:  126405 128419 125054 122737 126371 120917 127071 126732 122892 121408 122787 123846 121048 127663 122317 121782  total = 33.068918 per ms 
01:14:15.786 16  switches: flows:  125314 125191 123821 121280 124682 121487 125057 126208 122631 121533 120953 120892 121182 123332 121484 122319  total = 32.734758 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26566.16/33276.93/31256.66/10681.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:14:15.799240" elapsed="0.000945"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-22T01:14:15.800669" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-06-22T01:14:15.800367" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-06-22T01:14:15.800313" elapsed="0.000566"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-22T01:14:15.801120" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-22T01:14:15.801036" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-06-22T01:14:15.800999" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-22T01:14:15.801374" 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-06-22T01:14:15.805773" elapsed="0.000510"/>
</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-06-22T01:14:15.806500" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-22T01:14:15.806922" elapsed="0.000163"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-22T01:14:15.802079" elapsed="0.005087"/>
</kw>
<msg time="2026-06-22T01:14:15.807356" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-22T01:04:09.108672" elapsed="606.698723"/>
</kw>
<status status="PASS" start="2026-06-22T01:04:09.108357" elapsed="606.699111"/>
</branch>
<status status="PASS" start="2026-06-22T01:04:09.108030" elapsed="606.699472"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.808153" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:14.883 16  switches: flows:  118204 121057 119754 116981 119210 118540 119332 122669 117596 118052 118615 115857 115646 120918 118681 117342  total = 31.640900 per ms 
01:06:14.984 16  switches: flows:  102170 102020 99791 98334 100059 98881 100978 101442 98919 99081 99942 98330 97742 100229 99970 98743  total = 26.566155 per ms 
01:07:15.084 16  switches: flows:  119961 124398 120361 121931 122410 120891 122457 124651 121547 119249 121852 120073 120139 120222 118990 117136  total = 32.217355 per ms 
01:08:15.184 16  switches: flows:  107237 107620 105152 105235 104822 104819 107454 108452 105143 105357 105391 104046 104040 107263 104798 105587  total = 28.159925 per ms 
01:09:15.284 16  switches: flows:  112191 112584 111624 109900 112176 109363 114151 114638 110824 110062 110122 110426 109149 112442 110521 109918  total = 29.618751 per ms 
01:10:15.385 16  switches: flows:  123764 126408 123775 120404 124091 119906 124296 124193 122922 120896 120242 122402 121540 125115 119052 119723  total = 32.591072 per ms 
01:11:15.485 16  switches: flows:  126183 128376 124671 123782 126269 121454 126895 127881 123315 121515 122496 123972 121226 127042 121437 121365  total = 33.076101 per ms 
01:12:15.585 16  switches: flows:  126079 130406 126412 124550 125553 121359 127425 128675 123011 123681 123002 126257 121307 127365 122150 122720  total = 33.276931 per ms 
01:13:15.686 16  switches: flows:  126405 128419 125054 122737 126371 120917 127071 126732 122892 121408 122787 123846 121048 127663 122317 121782  total = 33.068918 per ms 
01:14:15.786 16  switches: flows:  125314 125191 123821 121280 124682 121487 125057 126208 122631 121533 120953 120892 121182 123332 121484 122319  total = 32.734758 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26566.16/33276.93/31256.66/10681.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:14:15.807706" elapsed="0.000635"/>
</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-06-22T01:14:15.808561" elapsed="0.000589"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-22T01:14:15.809834" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-22T01:14:15.809995" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26566.16/33276.93/31256.66/10681.33 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-06-22T01:14:15.809486" elapsed="0.000549"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T01:14:15.810515" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26566.16/33276.93/31256.66/10681.33 | 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-06-22T01:14:15.810248" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.812932" 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-06-22T01:14:15.810685" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.815391" level="INFO">26566.16/33276.93/31256.66/10681.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:14:15.813151" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T01:14:15.817805" 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-06-22T01:14:15.815596" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-22T01:14:15.820206" level="INFO">@{result_value_list} = [ 26566.16 | 33276.93 | 31256.66 | 10681.33 ]</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-06-22T01:14:15.817998" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.820692" level="INFO">Length is 4.</msg>
<msg time="2026-06-22T01:14:15.820780" 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-06-22T01:14:15.820386" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.825554" level="INFO">min :: 26566.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:14:15.821216" elapsed="0.004394"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-22T01:14:15.821082" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.830173" level="INFO">max :: 33276.93</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-06-22T01:14:15.825860" elapsed="0.004370"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-22T01:14:15.825735" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.834912" level="INFO">avg :: 31256.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-22T01:14:15.830481" elapsed="0.004529"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-22T01:14:15.830354" elapsed="0.004694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.839574" level="INFO">stdev :: 10681.33</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-06-22T01:14:15.835259" elapsed="0.004371"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-22T01:14:15.835134" elapsed="0.004531"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-22T01:14:15.820873" elapsed="0.018821"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.843818" level="INFO">${min} = 26566.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T01:14:15.839851" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.847743" level="INFO">${max} = 33276.93</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-06-22T01:14:15.844015" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.851663" level="INFO">${average} = 31256.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-22T01:14:15.847922" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.855613" level="INFO">${stdev} = 10681.33</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-06-22T01:14:15.851840" elapsed="0.003800"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.856174" level="INFO">${date} = 2026-06-22 01:14:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-22T01:14:15.855803" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.856764" level="INFO">CBench Result: 2026-06-22 01:14:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26566.16,33276.93,31256.66,10681.33</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-06-22T01:14:15.856351" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-22T01:14:15.857902" 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-06-22T01:14:15.857457" elapsed="0.000528"/>
</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-06-22T01:14:15.858137" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-22T01:14:15.856956" elapsed="0.001708"/>
</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-06-22T01:04:09.106794" elapsed="606.751965"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.859246" 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-06-22T01:14:15.858912" elapsed="0.000389"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-22T01:14:15.860518" 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-06-22T01:14:15.860023" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-22T01:14:15.860762" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-06-22T01:14:15.860620" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-06-22T01:14:15.860601" elapsed="0.000243"/>
</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-06-22T01:14:15.861001" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-22T01:14:15.861158" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-22T01:14:15.861313" elapsed="0.000019"/>
</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-06-22T01:14:15.861487" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-22T01:14:15.861634" 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-06-22T01:14:15.861775" elapsed="0.000019"/>
</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-06-22T01:14:15.861914" elapsed="0.000019"/>
</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-06-22T01:14:15.862148" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-22T01:14:15.862010" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-22T01:14:15.861993" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-22T01:14:15.859673" elapsed="0.002599"/>
</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-06-22T01:04:09.105480" elapsed="606.756838"/>
</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-06-22T00:45:39.708450" elapsed="1716.154566"/>
</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>
