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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-26T00:39:42.876944" elapsed="0.707032"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T00:39:43.635907" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:43.584435" elapsed="0.051642"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T00:39:43.638307" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-26T00:39:43.638439" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-26T00:39:43.636381" elapsed="0.002090"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:43.638630" elapsed="0.000286"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:39:43.639100" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.639858" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:39:43.639508" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T00:39:43.639967" elapsed="0.000063"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-26T00:39:42.875303" elapsed="0.764880"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-26T00:39:42.871663" elapsed="0.768585"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T00:39:43.640937" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-26T00:39:43.640434" elapsed="0.000563"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T00:39:43.641425" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-26T00:39:43.641169" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.642090" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-26T00:39:43.641655" elapsed="0.000464"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.642621" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-26T00:39:43.642287" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.643217" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-26T00:39:43.642809" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.643741" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-26T00:39:43.643404" elapsed="0.000379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-26T00:39:43.644142" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:39:43.643877" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:39:43.648490" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:39:43.648086" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T00:39:43.649875" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T00:39:43.649965" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T00:39:43.649125" elapsed="0.000865"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:39:43.650163" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T00:39:43.651544" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-08-26T00:39:44.080575" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 26 00:39:15 UTC 2026

  System load:  0.23               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-380-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-26T00:39:43.651021" elapsed="0.429732"/>
</kw>
<msg time="2026-08-26T00:39:44.080858" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:39:43.650677" elapsed="0.430275"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-26T00:39:43.648720" elapsed="0.432375"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.089184" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-26T00:39:44.081312" elapsed="0.009252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:39:44.090821" elapsed="0.000408"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-26T00:39:43.647555" elapsed="0.443760"/>
</kw>
<status status="PASS" start="2026-08-26T00:39:43.644287" elapsed="0.447078"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:43.643851" elapsed="0.447557"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-26T00:39:44.091618" elapsed="0.000706"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-26T00:39:44.098574" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-26T00:39:44.098394" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:44.098360" elapsed="0.000320"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-26T00:39:44.104064" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-08-26T00:39:44.103852" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:44.103824" elapsed="0.000363"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:39:44.104380" elapsed="0.000618"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.105448" level="INFO">Logging into '10.30.171.121:8101' as 'karaf'.</msg>
<msg time="2026-08-26T00:39:44.354596" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-26T00:39:44.105185" elapsed="0.249740"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.459711" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:44.355483" elapsed="0.104370"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.477489" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-26T00:39:44.477756" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-26T00:39:44.460113" elapsed="0.017676"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:44.477932" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:39:44.478357" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.479042" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:39:44.478723" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T00:39:44.479187" elapsed="0.000055"/>
</return>
<msg time="2026-08-26T00:39:44.479399" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.4           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.171.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-26T00:39:44.103315" elapsed="0.376116"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-26T00:39:44.479579" elapsed="0.000547"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T00:39:44.480177" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-26T00:39:44.097933" elapsed="0.382374"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-26T00:39:44.484135" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-26T00:39:44.483975" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:44.483949" elapsed="0.000260"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:39:44.484342" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.485221" level="INFO">Logging into '10.30.171.121:8101' as 'karaf'.</msg>
<msg time="2026-08-26T00:39:44.662665" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-26T00:39:44.484937" elapsed="0.177861"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.686776" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:44.663018" elapsed="0.023820"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.688972" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-26T00:39:44.689101" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-26T00:39:44.686988" elapsed="0.002144"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-26T00:39:44.689271" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:39:44.689603" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.690284" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:39:44.689944" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T00:39:44.690385" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.121
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-26T00:39:44.483637" elapsed="0.206923"/>
</kw>
<status status="PASS" start="2026-08-26T00:39:42.869691" elapsed="1.820934"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.692968" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:39:44.691790" elapsed="0.001244"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.694504" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-26T00:39:44.694150" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-26T00:39:44.694865" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:39:44.694626" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-26T00:39:44.697866" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:39:44.697621" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:44.697602" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.698291" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-26T00:39:44.698089" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.698989" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:39:44.698572" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.699691" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:39:44.699203" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T00:39:44.700632" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T00:39:44.700721" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T00:39:44.700308" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:39:44.700884" elapsed="0.000379"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T00:39:44.702135" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-08-26T00:39:45.021828" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 26 00:39:15 UTC 2026

  System load:  0.23               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 26 00:39:43 2026 from 10.30.170.106
[?2004h[jenkins@releng-63164-380-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-26T00:39:44.701760" elapsed="0.320282"/>
</kw>
<msg time="2026-08-26T00:39:45.022155" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:39:44.701416" elapsed="0.320840"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-26T00:39:44.699919" elapsed="0.322473"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T00:39:45.022977" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T00:49:51.146974" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-26T00:49:51.147532" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T00:49:51.147642" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-26T00:39:45.022641" elapsed="606.125060"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:49:51.148169" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.150052" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:50.238 16  switches: flows:  97428 97515 97183 97426 95542 95963 95391 98647 96186 94869 95255 94955 94206 93555 93342 95093  total = 25.542600 per ms 
00:41:50.339 16  switches: flows:  118836 117282 116123 115975 117500 115190 117616 117882 113082 113782 113143 113855 111951 110468 114551 111477  total = 30.594151 per ms 
00:42:50.439 16  switches: flows:  116694 116097 114091 114662 115860 114142 114800 115714 110559 112981 110901 113723 108796 108535 111927 111026  total = 30.124819 per ms 
00:43:50.539 16  switches: flows:  119837 116830 116072 117260 118692 116934 117211 117331 112701 116599 113931 115690 111343 110537 113409 111862  total = 30.719357 per ms 
00:44:50.639 16  switches: flows:  118294 114999 115635 115952 118850 115722 117535 118072 112526 114482 113631 115261 110736 109982 114490 110802  total = 30.565092 per ms 
00:45:50.740 16  switches: flows:  120252 118995 117643 119520 120355 118713 119910 119506 115205 116849 115865 116932 114072 113711 115166 114400  total = 31.232749 per ms 
00:46:50.840 16  switches: flows:  122834 121678 119585 119961 121691 120425 119101 119438 117583 117932 116903 116840 116602 115911 116570 114707  total = 31.576431 per ms 
00:47:50.941 16  switches: flows:  122234 121393 120701 120543 121432 119645 120643 119895 116895 117230 117872 118031 115742 114909 117175 115785  total = 31.615912 per ms 
00:48:51.041 16  switches: flows:  121604 121979 120700 120154 122256 119692 120871 119995 118137 119010 117704 118345 116590 114899 117566 115765  total = 31.701525 per ms 
00:49:51.141 16  switches: flows:  121240 123558 120699 121550 119499 119892 120899 119233 117527 116194 116398 116179 117024 115355 116010 115722  total = 31.563624 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30124.82/31701.52/31077.07/10373.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.149288" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T00:49:51.150949" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-26T00:49:51.150571" elapsed="0.000568"/>
</branch>
<status status="PASS" start="2026-08-26T00:49:51.150509" elapsed="0.000689"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T00:49:51.151417" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-26T00:49:51.151332" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-26T00:49:51.151296" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T00:49:51.151631" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:49:51.155208" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:49:51.155886" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:49:51.156318" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T00:49:51.152167" elapsed="0.004366"/>
</kw>
<msg time="2026-08-26T00:49:51.156712" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-26T00:39:44.695291" elapsed="606.461459"/>
</kw>
<status status="PASS" start="2026-08-26T00:39:44.694951" elapsed="606.461868"/>
</branch>
<status status="PASS" start="2026-08-26T00:39:44.694602" elapsed="606.462249"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.157479" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:50.238 16  switches: flows:  97428 97515 97183 97426 95542 95963 95391 98647 96186 94869 95255 94955 94206 93555 93342 95093  total = 25.542600 per ms 
00:41:50.339 16  switches: flows:  118836 117282 116123 115975 117500 115190 117616 117882 113082 113782 113143 113855 111951 110468 114551 111477  total = 30.594151 per ms 
00:42:50.439 16  switches: flows:  116694 116097 114091 114662 115860 114142 114800 115714 110559 112981 110901 113723 108796 108535 111927 111026  total = 30.124819 per ms 
00:43:50.539 16  switches: flows:  119837 116830 116072 117260 118692 116934 117211 117331 112701 116599 113931 115690 111343 110537 113409 111862  total = 30.719357 per ms 
00:44:50.639 16  switches: flows:  118294 114999 115635 115952 118850 115722 117535 118072 112526 114482 113631 115261 110736 109982 114490 110802  total = 30.565092 per ms 
00:45:50.740 16  switches: flows:  120252 118995 117643 119520 120355 118713 119910 119506 115205 116849 115865 116932 114072 113711 115166 114400  total = 31.232749 per ms 
00:46:50.840 16  switches: flows:  122834 121678 119585 119961 121691 120425 119101 119438 117583 117932 116903 116840 116602 115911 116570 114707  total = 31.576431 per ms 
00:47:50.941 16  switches: flows:  122234 121393 120701 120543 121432 119645 120643 119895 116895 117230 117872 118031 115742 114909 117175 115785  total = 31.615912 per ms 
00:48:51.041 16  switches: flows:  121604 121979 120700 120154 122256 119692 120871 119995 118137 119010 117704 118345 116590 114899 117566 115765  total = 31.701525 per ms 
00:49:51.141 16  switches: flows:  121240 123558 120699 121550 119499 119892 120899 119233 117527 116194 116398 116179 117024 115355 116010 115722  total = 31.563624 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30124.82/31701.52/31077.07/10373.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.157042" elapsed="0.000541"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-26T00:49:51.157787" elapsed="0.000531"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-26T00:49:51.158908" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-26T00:49:51.159042" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30124.82/31701.52/31077.07/10373.61 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-26T00:49:51.158539" elapsed="0.000559"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T00:49:51.159680" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30124.82/31701.52/31077.07/10373.61 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T00:49:51.159316" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.163088" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.159919" elapsed="0.003253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.165734" level="INFO">30124.82/31701.52/31077.07/10373.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.163374" elapsed="0.002429"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T00:49:51.168162" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T00:49:51.165950" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T00:49:51.170580" level="INFO">@{result_value_list} = [ 30124.82 | 31701.52 | 31077.07 | 10373.61 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T00:49:51.168374" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.171118" level="INFO">Length is 4.</msg>
<msg time="2026-08-26T00:49:51.171208" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T00:49:51.170789" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.175913" level="INFO">min :: 30124.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.171627" elapsed="0.004343"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-26T00:49:51.171496" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.180531" level="INFO">max :: 31701.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.176244" elapsed="0.004344"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-26T00:49:51.176114" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.185251" level="INFO">avg :: 31077.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.180844" elapsed="0.004470"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-26T00:49:51.180711" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.190070" level="INFO">stdev :: 10373.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.185571" elapsed="0.004559"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-26T00:49:51.185442" elapsed="0.004723"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-26T00:49:51.171303" elapsed="0.018895"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.194096" level="INFO">${min} = 30124.82</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T00:49:51.190356" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.200282" level="INFO">${max} = 31701.52</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T00:49:51.194277" elapsed="0.006044"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.205250" level="INFO">${average} = 31077.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T00:49:51.200537" elapsed="0.004740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.209173" level="INFO">${stdev} = 10373.61</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T00:49:51.205429" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.209714" level="INFO">${date} = 2026-08-26 00:49:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-26T00:49:51.209359" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.210311" level="INFO">CBench Result: 2026-08-26 00:49:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30124.82,31701.52,31077.07,10373.61</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.209885" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T00:49:51.211425" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-26T00:49:51.210996" elapsed="0.000496"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-26T00:49:51.211639" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-26T00:49:51.210506" elapsed="0.001670"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-26T00:39:44.693494" elapsed="606.518740"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.212690" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-26T00:49:51.212378" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-26T00:49:51.213266" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-26T00:49:51.212953" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-26T00:39:44.690784" elapsed="606.522856"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.215403" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.214798" elapsed="0.000685"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.217255" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-26T00:49:51.216728" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-26T00:49:51.217766" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:49:51.217466" elapsed="0.000380"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-26T00:49:51.221935" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:49:51.221591" elapsed="0.000424"/>
</branch>
<status status="PASS" start="2026-08-26T00:49:51.221564" elapsed="0.000485"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:49:51.222541" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-26T00:49:51.222268" elapsed="0.000480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.223614" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.121 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:49:51.222998" elapsed="0.000700"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:49:51.224342" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:49:51.223912" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T00:49:51.225290" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T00:49:51.225381" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T00:49:51.224945" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:49:51.225547" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T00:49:51.226752" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-08-26T00:49:51.817415" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 26 00:49:51 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 26 00:39:44 2026 from 10.30.170.106
[?2004h[jenkins@releng-63164-380-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-26T00:49:51.226396" elapsed="0.591221"/>
</kw>
<msg time="2026-08-26T00:49:51.817701" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:49:51.226035" elapsed="0.591756"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-26T00:49:51.224570" elapsed="0.593336"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T00:49:51.818460" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.121 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T00:59:23.020265" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-26T00:59:23.020852" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T00:59:23.020959" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-26T00:49:51.818152" elapsed="571.202862"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:59:23.021484" elapsed="0.000760"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.023412" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
00:52:57.147 16  switches: flows:  602691 605408 599981 592578 602349 603145 600231 605845 592457 590185 598480 591094 596545 598217 595431 591036  total = 159.154588 per ms 
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:59:23.022606" elapsed="0.001118"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T00:59:23.024244" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-26T00:59:23.023920" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-08-26T00:59:23.023861" elapsed="0.000583"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T00:59:23.024646" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-26T00:59:23.024567" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-08-26T00:59:23.024535" elapsed="0.000244"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T00:59:23.024844" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:59:23.030648" elapsed="0.000871"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:59:23.031812" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T00:59:23.032140" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T00:59:23.025525" elapsed="0.006774"/>
</kw>
<msg time="2026-08-26T00:59:23.032433" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-26T00:49:51.218382" elapsed="571.814078"/>
</kw>
<status status="PASS" start="2026-08-26T00:49:51.217880" elapsed="571.814630"/>
</branch>
<status status="PASS" start="2026-08-26T00:49:51.217437" elapsed="571.815097"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.033012" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
00:52:57.147 16  switches: flows:  602691 605408 599981 592578 602349 603145 600231 605845 592457 590185 598480 591094 596545 598217 595431 591036  total = 159.154588 per ms 
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:59:23.032685" elapsed="0.000416"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.033736" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
00:52:57.147 16  switches: flows:  602691 605408 599981 592578 602349 603145 600231 605845 592457 590185 598480 591094 596545 598217 595431 591036  total = 159.154588 per ms 
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-26T00:59:23.033248" elapsed="0.000919">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
    [ Message content over the limit has been removed. ]
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.034355" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.034521" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.034673" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.034821" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.035006" elapsed="0.000023"/>
</kw>
<kw name="Split String" owner="String">
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.035186" 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-08-26T00:59:23.035348" 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-08-26T00:59:23.035639" elapsed="0.000019"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-26T00:59:23.035516" elapsed="0.000174"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-26T00:59:23.035428" elapsed="0.000292"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.035869" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.036025" 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-08-26T00:59:23.036195" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.036350" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.036513" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.036665" elapsed="0.000019"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-26T00:59:23.036823" elapsed="0.000030"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="FAIL" start="2026-08-26T00:49:51.215914" elapsed="571.821103">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
    [ Message content over the limit has been removed. ]
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.037241" elapsed="0.000022"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-26T00:59:23.037841" elapsed="0.000297"/>
</kw>
<status status="PASS" start="2026-08-26T00:59:23.037527" elapsed="0.000681"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="FAIL" start="2026-08-26T00:49:51.214124" elapsed="571.824122">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:56.942 16  switches: flows:  511783 487160 496984 501713 494668 503264 497165 518299 468420 489196 495459 476654 483768 496188 503318 482454  total = 131.774883 per ms 
00:51:57.043 16  switches: flows:  581978 568778 570189 573748 563175 578869 569161 565892 574384 557041 575971 563607 569782 571411 574948 580260  total = 152.064067 per ms 
    [ Message content over the limit has been removed. ]
00:53:57.250 16  switches: flows:  534445 520832 541889 537951 533910 537954 475775 527611 528334 530706 530316 528054 541990 532379 529430 532384  total = 140.828216 per ms 
00:54:57.352 16  switches: flows:  540584 542651 540265 535165 537511 529898 533530 536342 526826 538591 532937 540086 533060 535676 538343 534458  total = 142.690121 per ms 
00:55:57.453 16  switches: flows:  498791 537947 543120 541306 543166 537886 538168 545694 545812 533381 543242 539460 529345 545122 542620 535751  total = 143.106893 per ms 
00:56:58.274 16  switches: flows:  484956 511244 510609 513639 502005 505316 526077 508299 514243 505092 514089 522892 525443 510674 505569 520499  total = 134.502567 per ms 
00:57:58.376 16  switches: flows:  562492 564717 559417 563669 564580 562414 562344 507843 549603 556792 563992 560975 554148 559655 558218 553677  total = 148.160002 per ms 
00:58:58.477 16  switches: flows:  560145 561049 564715 561186 573944 573973 566077 572618 564088 557650 566584 571746 561188 556247 567044 562179  total = 150.421609 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.039727" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:59:23.039302" elapsed="0.000485"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.041243" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-26T00:59:23.040665" elapsed="0.000621"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.041582" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:59:23.041358" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-26T00:59:23.044768" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T00:59:23.044500" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-08-26T00:59:23.044476" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:59:23.045196" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-26T00:59:23.044978" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.045888" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T00:59:23.045470" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T00:59:23.046503" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T00:59:23.046103" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T00:59:23.047468" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T00:59:23.047557" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T00:59:23.047150" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:59:23.047719" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T00:59:23.048914" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-08-26T00:59:23.646251" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 26 00:59:23 UTC 2026

  System load:  0.2                Processes:             103
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 26 00:49:51 2026 from 10.30.170.106
[?2004h[jenkins@releng-63164-380-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-26T00:59:23.048554" elapsed="0.598013"/>
</kw>
<msg time="2026-08-26T00:59:23.646695" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T00:59:23.048208" elapsed="0.598589"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-26T00:59:23.046725" elapsed="0.600218"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T00:59:23.647778" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.121 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T01:09:29.699706" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-26T01:09:29.700338" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T01:09:29.700451" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-26T00:59:23.647399" elapsed="606.053111"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T01:09:29.700950" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.702904" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:28.787 16  switches: flows:  118477 104602 106355 105570 105460 104326 104290 106453 103695 104600 103991 103570 102936 102040 101557 104330  total = 28.037533 per ms 
01:01:28.888 16  switches: flows:  116236 113241 116333 113905 113923 112910 113627 112156 110779 113338 112040 112372 109708 112304 110706 112999  total = 30.058886 per ms 
01:02:28.989 16  switches: flows:  103481 102361 104247 102774 103974 102882 101549 102734 101574 103729 101279 101520 100965 101538 101219 100876  total = 27.232892 per ms 
01:03:29.089 16  switches: flows:  113492 114331 115889 116170 115684 116001 115253 115483 114721 113305 112847 111423 110683 112634 114223 112291  total = 30.356482 per ms 
01:04:29.189 16  switches: flows:  116573 115450 118275 115461 116994 116342 115729 117752 115279 114860 114590 114141 112822 112581 113993 114227  total = 30.699908 per ms 
01:05:29.292 16  switches: flows:  120225 115634 117546 118121 118959 119858 118387 119217 117543 118311 118379 117099 116309 115057 116670 115853  total = 31.332383 per ms 
01:06:29.393 16  switches: flows:  120739 116472 118431 118192 120061 120932 118375 119514 118943 119691 118340 117215 117903 115305 116673 115427  total = 31.484262 per ms 
01:07:29.493 16  switches: flows:  122460 119090 119396 120137 121092 121723 120169 119976 119800 120928 119547 119196 117056 115396 117395 115324  total = 31.758417 per ms 
01:08:29.593 16  switches: flows:  122870 120247 120581 120579 121619 121231 121511 121029 120731 120382 120324 118614 117467 117692 117208 116811  total = 31.928289 per ms 
01:09:29.693 16  switches: flows:  124082 120234 124698 121938 122794 122273 123521 123421 122902 120850 122676 120722 119743 118889 118835 119234  total = 32.392789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27232.89/32392.79/30804.92/10370.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.702128" elapsed="0.000968"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T01:09:29.703591" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-08-26T01:09:29.703293" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-08-26T01:09:29.703234" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T01:09:29.703999" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-26T01:09:29.703918" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-08-26T01:09:29.703883" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T01:09:29.704235" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T01:09:29.710317" elapsed="0.000564"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-26T01:09:29.711169" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T01:09:29.711632" elapsed="0.000175"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T01:09:29.704897" elapsed="0.006997"/>
</kw>
<msg time="2026-08-26T01:09:29.712169" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-26T00:59:23.041973" elapsed="606.670241"/>
</kw>
<status status="PASS" start="2026-08-26T00:59:23.041664" elapsed="606.670728"/>
</branch>
<status status="PASS" start="2026-08-26T00:59:23.041339" elapsed="606.671093"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.713157" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.121: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.171.121. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:28.787 16  switches: flows:  118477 104602 106355 105570 105460 104326 104290 106453 103695 104600 103991 103570 102936 102040 101557 104330  total = 28.037533 per ms 
01:01:28.888 16  switches: flows:  116236 113241 116333 113905 113923 112910 113627 112156 110779 113338 112040 112372 109708 112304 110706 112999  total = 30.058886 per ms 
01:02:28.989 16  switches: flows:  103481 102361 104247 102774 103974 102882 101549 102734 101574 103729 101279 101520 100965 101538 101219 100876  total = 27.232892 per ms 
01:03:29.089 16  switches: flows:  113492 114331 115889 116170 115684 116001 115253 115483 114721 113305 112847 111423 110683 112634 114223 112291  total = 30.356482 per ms 
01:04:29.189 16  switches: flows:  116573 115450 118275 115461 116994 116342 115729 117752 115279 114860 114590 114141 112822 112581 113993 114227  total = 30.699908 per ms 
01:05:29.292 16  switches: flows:  120225 115634 117546 118121 118959 119858 118387 119217 117543 118311 118379 117099 116309 115057 116670 115853  total = 31.332383 per ms 
01:06:29.393 16  switches: flows:  120739 116472 118431 118192 120061 120932 118375 119514 118943 119691 118340 117215 117903 115305 116673 115427  total = 31.484262 per ms 
01:07:29.493 16  switches: flows:  122460 119090 119396 120137 121092 121723 120169 119976 119800 120928 119547 119196 117056 115396 117395 115324  total = 31.758417 per ms 
01:08:29.593 16  switches: flows:  122870 120247 120581 120579 121619 121231 121511 121029 120731 120382 120324 118614 117467 117692 117208 116811  total = 31.928289 per ms 
01:09:29.693 16  switches: flows:  124082 120234 124698 121938 122794 122273 123521 123421 122902 120850 122676 120722 119743 118889 118835 119234  total = 32.392789 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27232.89/32392.79/30804.92/10370.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.712659" elapsed="0.000617"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-26T01:09:29.713524" elapsed="0.000609"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-26T01:09:29.714719" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-26T01:09:29.714861" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27232.89/32392.79/30804.92/10370.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-26T01:09:29.714380" elapsed="0.000519"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T01:09:29.715556" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27232.89/32392.79/30804.92/10370.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T01:09:29.715156" elapsed="0.000443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.719431" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.715824" elapsed="0.003698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.722959" level="INFO">27232.89/32392.79/30804.92/10370.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.719751" elapsed="0.003269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T01:09:29.725429" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T01:09:29.723194" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T01:09:29.727880" level="INFO">@{result_value_list} = [ 27232.89 | 32392.79 | 30804.92 | 10370.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-26T01:09:29.725637" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.728420" level="INFO">Length is 4.</msg>
<msg time="2026-08-26T01:09:29.728510" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-26T01:09:29.728081" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.733303" level="INFO">min :: 27232.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.728978" elapsed="0.004384"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-26T01:09:29.728835" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.738048" level="INFO">max :: 32392.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.733646" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-26T01:09:29.733512" elapsed="0.004651"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.742819" level="INFO">avg :: 30804.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.738406" elapsed="0.004471"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-26T01:09:29.738258" elapsed="0.004656"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.747620" level="INFO">stdev :: 10370.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.743160" elapsed="0.004519"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-26T01:09:29.743001" elapsed="0.004777"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-26T01:09:29.728606" elapsed="0.019206"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.751698" level="INFO">${min} = 27232.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T01:09:29.747984" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.755595" level="INFO">${max} = 32392.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T01:09:29.751881" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.759487" level="INFO">${average} = 30804.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T01:09:29.755778" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.763401" level="INFO">${stdev} = 10370.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T01:09:29.759672" elapsed="0.003757"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.763961" level="INFO">${date} = 2026-08-26 01:09:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-26T01:09:29.763598" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.764570" level="INFO">CBench Result: 2026-08-26 01:09:29,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27232.89,32392.79,30804.92,10370.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T01:09:29.764149" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T01:09:29.766151" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-26T01:09:29.765287" elapsed="0.000941"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-26T01:09:29.766393" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-26T01:09:29.764785" elapsed="0.002162"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-26T00:59:23.040116" elapsed="606.726893"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.767500" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-26T01:09:29.767177" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T01:09:29.768789" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-26T01:09:29.768308" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-26T01:09:29.769070" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-08-26T01:09:29.768902" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-26T01:09:29.768879" elapsed="0.000287"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.769309" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.769494" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.769652" 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-08-26T01:09:29.769800" elapsed="0.000019"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.769947" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.770103" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-26T01:09:29.770245" 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-08-26T01:09:29.770460" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-26T01:09:29.770325" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-08-26T01:09:29.770309" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-26T01:09:29.767953" elapsed="0.002635"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-26T00:59:23.038575" elapsed="606.732060"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="FAIL" start="2026-08-26T00:39:42.294429" elapsed="1787.476789"/>
</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>
