<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-24T03:21:36.340938" 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-04-24T03:21:36.902220" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:21:36.902083" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:36.902053" elapsed="0.000268"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-24T03:21:36.902461" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T03:21:36.903444" level="INFO">Logging into '10.30.171.99:8101' as 'karaf'.</msg>
<msg time="2026-04-24T03:21:37.649993" 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-04-24T03:21:36.903152" elapsed="0.747040"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T03:21:37.698836" 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-04-24T03:21:37.650466" elapsed="0.048437"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T03:21:37.700685" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T03:21:37.700813" 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-04-24T03:21:37.699063" elapsed="0.001780"/>
</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-04-24T03:21:37.700998" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:21:37.701349" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.702096" 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-04-24T03:21:37.701761" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T03:21:37.702203" elapsed="0.000057"/>
</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.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-24T03:21:36.901689" elapsed="0.800700"/>
</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-04-24T03:21:36.898186" elapsed="0.804315"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T03:21:37.703088" 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-04-24T03:21:37.702692" elapsed="0.000457"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T03:21:37.703545" 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-04-24T03:21:37.703301" elapsed="0.000300"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.704163" 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-04-24T03:21:37.703774" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.704713" 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-04-24T03:21:37.704377" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.705287" 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-04-24T03:21:37.704919" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.706079" 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-04-24T03:21:37.705472" elapsed="0.000651"/>
</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-04-24T03:21:37.706463" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:21:37.706212" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:21:37.711056" 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-04-24T03:21:37.710608" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:21:37.712128" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T03:21:37.712213" 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-04-24T03:21:37.711619" elapsed="0.000618"/>
</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-04-24T03:21:37.712380" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T03:21:37.713762" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-04-24T03:21:38.399881" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 24 03:21:38 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-202-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-04-24T03:21:37.713233" elapsed="0.686797"/>
</kw>
<msg time="2026-04-24T03:21:38.400119" 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-04-24T03:21:37.712894" elapsed="0.687315"/>
</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-04-24T03:21:37.711284" elapsed="0.689041"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.411130" 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-04-24T03:21:38.400530" elapsed="0.012089"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:21:38.412906" elapsed="0.000368"/>
</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-04-24T03:21:37.710092" elapsed="0.703269"/>
</kw>
<status status="PASS" start="2026-04-24T03:21:37.706799" elapsed="0.706615"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:37.706186" elapsed="0.707273"/>
</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-04-24T03:21:38.413664" elapsed="0.000748"/>
</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-04-24T03:21:38.423271" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:21:38.423146" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:38.423119" elapsed="0.000230"/>
</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-04-24T03:21:38.426904" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:21:38.426789" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:38.426768" elapsed="0.000205"/>
</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-04-24T03:21:38.427101" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.427968" level="INFO">Logging into '10.30.171.99:8101' as 'karaf'.</msg>
<msg time="2026-04-24T03:21:38.637198" 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-04-24T03:21:38.427687" elapsed="0.209674"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.732956" 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-04-24T03:21:38.637599" elapsed="0.095498"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.753775" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T03:21:38.753979" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-24T03:21:38.733335" elapsed="0.020676"/>
</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-04-24T03:21:38.754183" elapsed="0.000284"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:21:38.754620" elapsed="0.000255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.755328" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:21:38.755012" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T03:21:38.755486" elapsed="0.000056"/>
</return>
<msg time="2026-04-24T03:21:38.755693" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-24T03:21:38.426396" elapsed="0.329332"/>
</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-04-24T03:21:38.755899" elapsed="0.000496"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T03:21:38.756446" elapsed="0.000031"/>
</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-04-24T03:21:38.422836" elapsed="0.333783"/>
</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-04-24T03:21:38.760404" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:21:38.760271" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:38.760248" elapsed="0.000227"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-24T03:21:38.760603" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.761467" level="INFO">Logging into '10.30.171.99:8101' as 'karaf'.</msg>
<msg time="2026-04-24T03:21:38.919759" 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-04-24T03:21:38.761211" elapsed="0.158710"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.945658" 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-04-24T03:21:38.920174" elapsed="0.025784"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.950369" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T03:21:38.950615" 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-04-24T03:21:38.946418" elapsed="0.004265"/>
</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-04-24T03:21:38.950915" elapsed="0.000343"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:21:38.951467" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.952447" 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-04-24T03:21:38.952023" elapsed="0.000494"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T03:21:38.952589" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-24T03:21:38.759944" elapsed="0.192909"/>
</kw>
<status status="PASS" start="2026-04-24T03:21:36.896383" elapsed="2.056560"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.956086" 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-04-24T03:21:38.954152" elapsed="0.002037"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.958320" 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-04-24T03:21:38.957768" elapsed="0.000616"/>
</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-04-24T03:21:38.958821" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:21:38.958497" elapsed="0.000386"/>
</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-04-24T03:21:38.961848" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:21:38.961584" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:38.961564" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.962287" 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-04-24T03:21:38.962430" 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-04-24T03:21:38.962062" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.963032" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" 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-04-24T03:21:38.962591" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.963692" 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-04-24T03:21:38.963232" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:21:38.964642" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T03:21:38.964751" 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-04-24T03:21:38.964315" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-24T03:21:38.964918" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T03:21:38.966121" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-04-24T03:21:39.303016" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 24 03:21:38 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 24 03:21:38 2026 from 10.30.171.205
[?2004h[jenkins@releng-63164-202-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-04-24T03:21:38.965760" elapsed="0.337461"/>
</kw>
<msg time="2026-04-24T03:21:39.303306" 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-04-24T03:21:38.965399" elapsed="0.337998"/>
</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-04-24T03:21:38.963942" elapsed="0.339575"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T03:21:39.304285" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T03:31:45.416737" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T03:31:45.417223" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T03:31:45.417324" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-24T03:21:39.303752" elapsed="606.113629"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:31:45.417892" elapsed="0.000794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.419844" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:44.502 16  switches: flows:  101903 99260 99946 101287 102232 102447 98132 98533 102463 98561 99395 99707 97980 97968 101568 99428  total = 26.680167 per ms 
03:23:44.603 16  switches: flows:  106907 106677 106436 108897 109213 107671 106188 105375 107148 104344 105842 104285 102911 106198 109975 105189  total = 28.340201 per ms 
03:24:44.704 16  switches: flows:  113941 114104 113207 117090 116037 114586 113852 114894 114185 111571 112785 112505 111781 114313 114211 111935  total = 30.299368 per ms 
03:25:44.805 16  switches: flows:  116002 115300 115823 118193 117266 117640 115580 116478 115125 113534 116097 113123 111901 113899 114709 113733  total = 30.688773 per ms 
03:26:44.906 16  switches: flows:  113956 114079 114584 117230 114599 115707 114904 115146 115825 113850 114023 113134 110392 113001 114988 113848  total = 30.436882 per ms 
03:27:45.007 16  switches: flows:  117108 117465 116887 119727 118839 119705 117504 117945 117474 119532 116492 114623 113409 116690 118473 116584  total = 31.255447 per ms 
03:28:45.109 16  switches: flows:  115998 118609 117264 118981 118904 117377 117120 118353 116555 117669 115234 113647 113551 116001 116207 114854  total = 31.053099 per ms 
03:29:45.210 16  switches: flows:  116610 116590 116579 119236 116421 118864 119446 117570 116674 116378 117329 112523 114445 116441 116397 114481  total = 31.047818 per ms 
03:30:45.311 16  switches: flows:  117322 115788 118795 122061 118030 118919 120746 118338 118150 117780 118082 116325 116232 116440 117032 115969  total = 31.381013 per ms 
03:31:45.413 16  switches: flows:  115844 115116 117828 118998 116008 117400 118821 116680 116952 117527 116561 115394 115576 116164 114295 116277  total = 31.038788 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28340.20/31381.01/30615.71/10242.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:31:45.419079" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T03:31:45.420625" elapsed="0.000120"/>
</return>
<status status="PASS" start="2026-04-24T03:31:45.420325" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-04-24T03:31:45.420267" elapsed="0.000618"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T03:31:45.421095" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:31:45.421014" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-24T03:31:45.420979" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T03:31:45.421302" 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-04-24T03:31:45.425441" elapsed="0.000551"/>
</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-04-24T03:31:45.426200" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:31:45.426605" elapsed="0.000190"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T03:31:45.422045" elapsed="0.004831"/>
</kw>
<msg time="2026-04-24T03:31:45.427066" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-24T03:21:38.959237" elapsed="606.467867"/>
</kw>
<status status="PASS" start="2026-04-24T03:21:38.958914" elapsed="606.468261"/>
</branch>
<status status="PASS" start="2026-04-24T03:21:38.958463" elapsed="606.468746"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.427900" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:44.502 16  switches: flows:  101903 99260 99946 101287 102232 102447 98132 98533 102463 98561 99395 99707 97980 97968 101568 99428  total = 26.680167 per ms 
03:23:44.603 16  switches: flows:  106907 106677 106436 108897 109213 107671 106188 105375 107148 104344 105842 104285 102911 106198 109975 105189  total = 28.340201 per ms 
03:24:44.704 16  switches: flows:  113941 114104 113207 117090 116037 114586 113852 114894 114185 111571 112785 112505 111781 114313 114211 111935  total = 30.299368 per ms 
03:25:44.805 16  switches: flows:  116002 115300 115823 118193 117266 117640 115580 116478 115125 113534 116097 113123 111901 113899 114709 113733  total = 30.688773 per ms 
03:26:44.906 16  switches: flows:  113956 114079 114584 117230 114599 115707 114904 115146 115825 113850 114023 113134 110392 113001 114988 113848  total = 30.436882 per ms 
03:27:45.007 16  switches: flows:  117108 117465 116887 119727 118839 119705 117504 117945 117474 119532 116492 114623 113409 116690 118473 116584  total = 31.255447 per ms 
03:28:45.109 16  switches: flows:  115998 118609 117264 118981 118904 117377 117120 118353 116555 117669 115234 113647 113551 116001 116207 114854  total = 31.053099 per ms 
03:29:45.210 16  switches: flows:  116610 116590 116579 119236 116421 118864 119446 117570 116674 116378 117329 112523 114445 116441 116397 114481  total = 31.047818 per ms 
03:30:45.311 16  switches: flows:  117322 115788 118795 122061 118030 118919 120746 118338 118150 117780 118082 116325 116232 116440 117032 115969  total = 31.381013 per ms 
03:31:45.413 16  switches: flows:  115844 115116 117828 118998 116008 117400 118821 116680 116952 117527 116561 115394 115576 116164 114295 116277  total = 31.038788 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28340.20/31381.01/30615.71/10242.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:31:45.427410" elapsed="0.000597"/>
</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-04-24T03:31:45.428212" elapsed="0.000533"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T03:31:45.429305" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T03:31:45.429437" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28340.20/31381.01/30615.71/10242.55 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-04-24T03:31:45.428978" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:31:45.430153" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28340.20/31381.01/30615.71/10242.55 | 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-04-24T03:31:45.429783" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.432691" 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-04-24T03:31:45.430389" elapsed="0.002371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.435170" level="INFO">28340.20/31381.01/30615.71/10242.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:31:45.432903" elapsed="0.002322"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:31:45.437531" 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-04-24T03:31:45.435372" elapsed="0.002186"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:31:45.439964" level="INFO">@{result_value_list} = [ 28340.20 | 31381.01 | 30615.71 | 10242.55 ]</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-04-24T03:31:45.437790" elapsed="0.002201"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.440441" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T03:31:45.440534" 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-04-24T03:31:45.440141" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.445211" level="INFO">min :: 28340.20</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-04-24T03:31:45.440972" elapsed="0.004294"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T03:31:45.440841" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.449878" level="INFO">max :: 31381.01</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-04-24T03:31:45.445518" elapsed="0.004416"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T03:31:45.445391" elapsed="0.004577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.454511" level="INFO">avg :: 30615.71</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-04-24T03:31:45.450182" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T03:31:45.450056" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.459078" level="INFO">stdev :: 10242.55</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-04-24T03:31:45.454860" elapsed="0.004273"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T03:31:45.454733" elapsed="0.004435"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T03:31:45.440629" elapsed="0.018571"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.463376" level="INFO">${min} = 28340.20</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-04-24T03:31:45.459364" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.467247" level="INFO">${max} = 31381.01</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-04-24T03:31:45.463556" elapsed="0.003723"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.471263" level="INFO">${average} = 30615.71</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-04-24T03:31:45.467453" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.475170" level="INFO">${stdev} = 10242.55</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-04-24T03:31:45.471441" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.475763" level="INFO">${date} = 2026-04-24 03:31:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-24T03:31:45.475356" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.476352" level="INFO">CBench Result: 2026-04-24 03:31:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28340.20,31381.01,30615.71,10242.55</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-04-24T03:31:45.475944" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T03:31:45.477439" 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-04-24T03:31:45.477036" elapsed="0.000468"/>
</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-04-24T03:31:45.477671" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T03:31:45.476545" elapsed="0.001655"/>
</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-04-24T03:21:38.956838" elapsed="606.521424"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.478751" 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-04-24T03:31:45.478414" elapsed="0.000394"/>
</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-04-24T03:31:45.479317" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-04-24T03:31:45.479024" elapsed="0.000624"/>
</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-04-24T03:21:38.953178" elapsed="606.526511"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.481144" 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-04-24T03:31:45.480586" elapsed="0.000614"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.482475" 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-04-24T03:31:45.482152" elapsed="0.000364"/>
</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-04-24T03:31:45.482872" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:31:45.482620" elapsed="0.000310"/>
</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-04-24T03:31:45.485945" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:31:45.485684" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-24T03:31:45.485664" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:31:45.486341" 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-04-24T03:31:45.486461" 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-04-24T03:31:45.486150" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.487054" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" 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-04-24T03:31:45.486618" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:31:45.487629" 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-04-24T03:31:45.487245" elapsed="0.000412"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:31:45.488533" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T03:31:45.488619" 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-04-24T03:31:45.488236" elapsed="0.000408"/>
</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-04-24T03:31:45.488799" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T03:31:45.489981" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-04-24T03:31:46.094288" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 24 03:31:45 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 24 03:21:39 2026 from 10.30.171.205
[?2004h[jenkins@releng-63164-202-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-04-24T03:31:45.489601" elapsed="0.604847"/>
</kw>
<msg time="2026-04-24T03:31:46.094524" 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-04-24T03:31:45.489265" elapsed="0.605341"/>
</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-04-24T03:31:45.487872" elapsed="0.606857"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T03:31:46.095210" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T03:41:52.173326" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T03:41:52.173911" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T03:41:52.174039" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.99: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-04-24T03:31:46.094930" elapsed="606.079166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:41:52.174601" elapsed="0.000851"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.176597" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:51.252 16  switches: flows:  550561 551798 550352 546621 551503 549785 546709 540403 541632 552191 542938 542440 551562 545963 541294 545842  total = 145.859900 per ms 
03:33:51.353 16  switches: flows:  569855 577518 576975 575541 580074 569558 573862 573521 569770 580689 582325 578904 581983 573936 581173 578596  total = 153.479982 per ms 
03:34:51.455 16  switches: flows:  566525 566208 569786 570032 575227 563739 565021 563931 558988 565545 565715 572812 564622 567453 571206 560134  total = 150.863080 per ms 
03:35:51.556 16  switches: flows:  561239 569738 575125 573636 569259 569918 564919 573900 573723 577976 568805 559461 567904 565261 568677 572844  total = 151.618269 per ms 
03:36:51.658 16  switches: flows:  544148 542767 537868 546606 540114 540139 540656 540018 533524 538534 541415 532462 533972 538219 546966 534760  total = 143.627813 per ms 
03:37:51.759 16  switches: flows:  571943 579327 577827 580825 576053 575983 577059 576441 580115 575910 577369 577887 573937 569023 573972 573901  total = 153.368275 per ms 
03:38:51.861 16  switches: flows:  564320 564688 568868 568905 566120 566689 559973 565467 560526 568002 572904 564526 560506 553447 561850 567192  total = 150.313861 per ms 
03:39:51.963 16  switches: flows:  575903 577169 576057 575414 580952 576728 571747 571690 573542 575368 572425 578070 577162 579584 577503 575562  total = 153.322053 per ms 
03:40:52.064 16  switches: flows:  576385 575412 579692 580958 577308 577227 579569 582123 576580 579793 587982 590661 586526 572699 572543 587822  total = 154.461647 per ms 
03:41:52.167 16  switches: flows:  556954 560237 562983 557313 563139 559056 566312 563152 556840 555631 563108 561209 557343 556472 558095 559113  total = 149.026958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143627.81/154461.65/151120.22/50470.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.175842" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T03:41:52.177439" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-04-24T03:41:52.177114" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-04-24T03:41:52.177063" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T03:41:52.177958" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:41:52.177855" elapsed="0.000198"/>
</branch>
<status status="NOT RUN" start="2026-04-24T03:41:52.177818" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T03:41:52.178168" 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-04-24T03:41:52.183195" elapsed="0.000337"/>
</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-04-24T03:41:52.183676" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:41:52.183991" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T03:41:52.178889" elapsed="0.005255"/>
</kw>
<msg time="2026-04-24T03:41:52.184273" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.99: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-04-24T03:31:45.483257" elapsed="606.701043"/>
</kw>
<status status="PASS" start="2026-04-24T03:31:45.482954" elapsed="606.701395"/>
</branch>
<status status="PASS" start="2026-04-24T03:31:45.482601" elapsed="606.701771"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.184809" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:51.252 16  switches: flows:  550561 551798 550352 546621 551503 549785 546709 540403 541632 552191 542938 542440 551562 545963 541294 545842  total = 145.859900 per ms 
03:33:51.353 16  switches: flows:  569855 577518 576975 575541 580074 569558 573862 573521 569770 580689 582325 578904 581983 573936 581173 578596  total = 153.479982 per ms 
03:34:51.455 16  switches: flows:  566525 566208 569786 570032 575227 563739 565021 563931 558988 565545 565715 572812 564622 567453 571206 560134  total = 150.863080 per ms 
03:35:51.556 16  switches: flows:  561239 569738 575125 573636 569259 569918 564919 573900 573723 577976 568805 559461 567904 565261 568677 572844  total = 151.618269 per ms 
03:36:51.658 16  switches: flows:  544148 542767 537868 546606 540114 540139 540656 540018 533524 538534 541415 532462 533972 538219 546966 534760  total = 143.627813 per ms 
03:37:51.759 16  switches: flows:  571943 579327 577827 580825 576053 575983 577059 576441 580115 575910 577369 577887 573937 569023 573972 573901  total = 153.368275 per ms 
03:38:51.861 16  switches: flows:  564320 564688 568868 568905 566120 566689 559973 565467 560526 568002 572904 564526 560506 553447 561850 567192  total = 150.313861 per ms 
03:39:51.963 16  switches: flows:  575903 577169 576057 575414 580952 576728 571747 571690 573542 575368 572425 578070 577162 579584 577503 575562  total = 153.322053 per ms 
03:40:52.064 16  switches: flows:  576385 575412 579692 580958 577308 577227 579569 582123 576580 579793 587982 590661 586526 572699 572543 587822  total = 154.461647 per ms 
03:41:52.167 16  switches: flows:  556954 560237 562983 557313 563139 559056 566312 563152 556840 555631 563108 561209 557343 556472 558095 559113  total = 149.026958 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143627.81/154461.65/151120.22/50470.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.184511" elapsed="0.000370"/>
</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-04-24T03:41:52.185026" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T03:41:52.185777" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T03:41:52.185866" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143627.81/154461.65/151120.22/50470.49 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-24T03:41:52.185545" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:41:52.186299" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143627.81/154461.65/151120.22/50470.49 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-24T03:41:52.186049" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.188648" 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-04-24T03:41:52.186465" elapsed="0.002256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.191074" level="INFO">143627.81/154461.65/151120.22/50470.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.188875" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:41:52.193452" 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-04-24T03:41:52.191274" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:41:52.195939" level="INFO">@{result_value_list} = [ 143627.81 | 154461.65 | 151120.22 | 50470.49 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-24T03:41:52.193660" elapsed="0.002307"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.196424" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T03:41:52.196510" 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-04-24T03:41:52.196118" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.201190" level="INFO">min :: 143627.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.196938" elapsed="0.004308"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T03:41:52.196810" elapsed="0.004470"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.205889" level="INFO">max :: 154461.65</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-04-24T03:41:52.201491" elapsed="0.004483"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T03:41:52.201368" elapsed="0.004644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.210486" level="INFO">avg :: 151120.22</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-04-24T03:41:52.206225" elapsed="0.004330"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T03:41:52.206099" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.215104" level="INFO">stdev :: 50470.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.210819" elapsed="0.004340"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T03:41:52.210677" elapsed="0.004517"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T03:41:52.196601" elapsed="0.018624"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.219110" level="INFO">${min} = 143627.81</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-04-24T03:41:52.215378" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.223004" level="INFO">${max} = 154461.65</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-04-24T03:41:52.219286" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.227189" level="INFO">${average} = 151120.22</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-04-24T03:41:52.223185" elapsed="0.004030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.231156" level="INFO">${stdev} = 50470.49</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-24T03:41:52.227365" elapsed="0.003818"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.231736" level="INFO">${date} = 2026-04-24 03:41:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-24T03:41:52.231350" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.232310" level="INFO">CBench Result: 2026-04-24 03:41:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143627.81,154461.65,151120.22,50470.49</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:41:52.231909" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T03:41:52.233402" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-24T03:41:52.232990" elapsed="0.000479"/>
</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-04-24T03:41:52.233619" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T03:41:52.232507" elapsed="0.001668"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-24T03:31:45.481516" elapsed="606.752718"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.234718" 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-04-24T03:41:52.234384" elapsed="0.000393"/>
</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-04-24T03:41:52.235292" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-04-24T03:41:52.234995" elapsed="0.000626"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-24T03:31:45.480017" elapsed="606.755641"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.237051" 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-04-24T03:41:52.236657" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.238464" 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-04-24T03:41:52.238019" elapsed="0.000486"/>
</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-04-24T03:41:52.238855" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:41:52.238617" elapsed="0.000297"/>
</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-04-24T03:41:52.241728" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:41:52.241474" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-24T03:41:52.241456" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:41:52.242119" 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-04-24T03:41:52.242234" 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-04-24T03:41:52.241935" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.242828" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.250" 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-04-24T03:41:52.242396" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T03:41:52.243401" 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-04-24T03:41:52.243019" elapsed="0.000409"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:41:52.244457" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T03:41:52.244549" 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-04-24T03:41:52.244017" elapsed="0.000556"/>
</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-04-24T03:41:52.244725" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T03:41:52.245914" level="INFO">Logging into '10.30.170.250:22' as 'jenkins'.</msg>
<msg time="2026-04-24T03:41:52.835724" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 24 03:41:52 UTC 2026

  System load:  0.27               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.250
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 24 03:31:46 2026 from 10.30.171.205
[?2004h[jenkins@releng-63164-202-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-04-24T03:41:52.245546" elapsed="0.590493"/>
</kw>
<msg time="2026-04-24T03:41:52.836191" 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-04-24T03:41:52.245206" elapsed="0.591127"/>
</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-04-24T03:41:52.243633" elapsed="0.592905"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T03:41:52.837492" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T03:51:58.864498" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T03:51:58.865119" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T03:51:58.865223" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-24T03:41:52.836960" elapsed="606.028320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:51:58.865784" elapsed="0.000794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.867722" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:57.960 16  switches: flows:  113659 117977 116308 114455 117970 115432 114837 112996 121538 115219 119667 114271 108860 116793 112446 114925  total = 30.789217 per ms 
03:43:58.061 16  switches: flows:  121013 125572 122995 122541 124536 120338 125240 120486 122020 118042 119659 119860 116457 124389 120613 122824  total = 32.389016 per ms 
03:44:58.162 16  switches: flows:  122574 125120 123893 122688 125083 121301 124420 119788 123077 118279 120888 121529 118658 124277 119643 122992  total = 32.515902 per ms 
03:45:58.262 16  switches: flows:  119477 124614 122889 120604 121423 119592 121827 117752 121601 116158 118072 117509 115618 122678 118256 121400  total = 31.937822 per ms 
03:46:58.362 16  switches: flows:  121815 128326 123456 122241 122251 120034 124247 118913 123546 118937 118598 119410 116581 122783 120868 121841  total = 32.343451 per ms 
03:47:58.463 16  switches: flows:  120937 126598 123186 122879 123180 121651 125174 120340 123835 119119 118328 119830 116968 122166 120881 123213  total = 32.417270 per ms 
03:48:58.563 16  switches: flows:  120770 124772 124085 122819 124064 120081 123552 120426 123166 120058 120309 120578 117332 122636 120093 121392  total = 32.381448 per ms 
03:49:58.663 16  switches: flows:  120743 126326 124776 122805 123948 120606 125860 122424 124484 119577 120403 120601 116758 122631 120798 123079  total = 32.542640 per ms 
03:50:58.764 16  switches: flows:  121615 127193 124204 122013 124602 120990 125153 121447 123503 118916 119052 120973 116776 122533 120404 122770  total = 32.481511 per ms 
03:51:58.864 16  switches: flows:  121750 125537 124587 123249 123786 120887 127604 120770 123849 119360 120063 120543 117616 122816 120831 122929  total = 32.548600 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31937.82/32548.60/32395.30/10799.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:51:58.866960" elapsed="0.001071"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T03:51:58.868518" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-24T03:51:58.868219" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-04-24T03:51:58.868169" elapsed="0.000585"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T03:51:58.868965" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-24T03:51:58.868884" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-04-24T03:51:58.868849" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T03:51:58.869167" 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-04-24T03:51:58.874800" elapsed="0.000336"/>
</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-04-24T03:51:58.875281" elapsed="0.000159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T03:51:58.875567" elapsed="0.000095"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T03:51:58.869877" elapsed="0.005854"/>
</kw>
<msg time="2026-04-24T03:51:58.875863" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-24T03:41:52.239246" elapsed="606.636643"/>
</kw>
<status status="PASS" start="2026-04-24T03:41:52.238938" elapsed="606.637000"/>
</branch>
<status status="PASS" start="2026-04-24T03:41:52.238598" elapsed="606.637364"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.876386" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:57.960 16  switches: flows:  113659 117977 116308 114455 117970 115432 114837 112996 121538 115219 119667 114271 108860 116793 112446 114925  total = 30.789217 per ms 
03:43:58.061 16  switches: flows:  121013 125572 122995 122541 124536 120338 125240 120486 122020 118042 119659 119860 116457 124389 120613 122824  total = 32.389016 per ms 
03:44:58.162 16  switches: flows:  122574 125120 123893 122688 125083 121301 124420 119788 123077 118279 120888 121529 118658 124277 119643 122992  total = 32.515902 per ms 
03:45:58.262 16  switches: flows:  119477 124614 122889 120604 121423 119592 121827 117752 121601 116158 118072 117509 115618 122678 118256 121400  total = 31.937822 per ms 
03:46:58.362 16  switches: flows:  121815 128326 123456 122241 122251 120034 124247 118913 123546 118937 118598 119410 116581 122783 120868 121841  total = 32.343451 per ms 
03:47:58.463 16  switches: flows:  120937 126598 123186 122879 123180 121651 125174 120340 123835 119119 118328 119830 116968 122166 120881 123213  total = 32.417270 per ms 
03:48:58.563 16  switches: flows:  120770 124772 124085 122819 124064 120081 123552 120426 123166 120058 120309 120578 117332 122636 120093 121392  total = 32.381448 per ms 
03:49:58.663 16  switches: flows:  120743 126326 124776 122805 123948 120606 125860 122424 124484 119577 120403 120601 116758 122631 120798 123079  total = 32.542640 per ms 
03:50:58.764 16  switches: flows:  121615 127193 124204 122013 124602 120990 125153 121447 123503 118916 119052 120973 116776 122533 120404 122770  total = 32.481511 per ms 
03:51:58.864 16  switches: flows:  121750 125537 124587 123249 123786 120887 127604 120770 123849 119360 120063 120543 117616 122816 120831 122929  total = 32.548600 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31937.82/32548.60/32395.30/10799.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:51:58.876102" elapsed="0.000356"/>
</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-04-24T03:51:58.876601" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T03:51:58.877353" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T03:51:58.877441" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31937.82/32548.60/32395.30/10799.87 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-04-24T03:51:58.877139" elapsed="0.000326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:51:58.878032" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31937.82/32548.60/32395.30/10799.87 | 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-04-24T03:51:58.877613" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.880547" 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-04-24T03:51:58.878280" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.883104" level="INFO">31937.82/32548.60/32395.30/10799.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:51:58.880758" elapsed="0.002401"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:51:58.885487" 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-04-24T03:51:58.883304" elapsed="0.002210"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T03:51:58.887906" level="INFO">@{result_value_list} = [ 31937.82 | 32548.60 | 32395.30 | 10799.87 ]</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-04-24T03:51:58.885720" elapsed="0.002214"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.888383" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T03:51:58.888469" 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-04-24T03:51:58.888084" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.893148" level="INFO">min :: 31937.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-04-24T03:51:58.888897" elapsed="0.004307"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T03:51:58.888772" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.897709" level="INFO">max :: 32548.60</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-04-24T03:51:58.893451" elapsed="0.004316"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T03:51:58.893327" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.902293" level="INFO">avg :: 32395.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:51:58.898029" elapsed="0.004320"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T03:51:58.897884" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.906915" level="INFO">stdev :: 10799.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T03:51:58.902597" elapsed="0.004374"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T03:51:58.902466" elapsed="0.004539"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T03:51:58.888563" elapsed="0.018471"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.910888" level="INFO">${min} = 31937.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-04-24T03:51:58.907189" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.915088" level="INFO">${max} = 32548.60</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-04-24T03:51:58.911067" elapsed="0.004058"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.920012" level="INFO">${average} = 32395.30</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-04-24T03:51:58.915338" elapsed="0.004700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.923832" level="INFO">${stdev} = 10799.87</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-04-24T03:51:58.920187" elapsed="0.003671"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.924356" level="INFO">${date} = 2026-04-24 03:51:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-24T03:51:58.924015" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.924956" level="INFO">CBench Result: 2026-04-24 03:51:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31937.82,32548.60,32395.30,10799.87</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-04-24T03:51:58.924523" elapsed="0.000514"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T03:51:58.926242" 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-04-24T03:51:58.925749" elapsed="0.000559"/>
</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-04-24T03:51:58.926456" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T03:51:58.925197" elapsed="0.001784"/>
</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-04-24T03:41:52.237430" elapsed="606.689608"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.927485" 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-04-24T03:51:58.927181" elapsed="0.000359"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T03:51:58.928749" 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-04-24T03:51:58.928257" elapsed="0.000520"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-24T03:51:58.928996" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-24T03:51:58.928850" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-04-24T03:51:58.928832" elapsed="0.000245"/>
</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-04-24T03:51:58.929216" 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-04-24T03:51:58.929374" elapsed="0.000024"/>
</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-04-24T03:51:58.929534" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-24T03:51:58.929739" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-24T03:51:58.929889" elapsed="0.000046"/>
</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-04-24T03:51:58.930071" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-24T03:51:58.930214" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-24T03:51:58.930430" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-24T03:51:58.930296" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-04-24T03:51:58.930279" elapsed="0.000225"/>
</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-04-24T03:51:58.927926" elapsed="0.002627"/>
</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-04-24T03:41:52.236097" elapsed="606.694501"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-24T03:21:36.342504" elapsed="1822.588674"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
