<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-24T03:02:15.299169" 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-05-24T03:02:15.928753" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:02:15.928604" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:15.928573" elapsed="0.000300"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:02:15.929024" elapsed="0.000681"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T03:02:15.930254" level="INFO">Logging into '10.30.171.89:8101' as 'karaf'.</msg>
<msg time="2026-05-24T03:02:16.741718" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-24T03:02:15.929954" elapsed="0.811974"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T03:02:16.790727" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:16.742225" elapsed="0.048664"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T03:02:16.792899" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-24T03:02:16.793007" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-24T03:02:16.791238" elapsed="0.001799"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:16.793193" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:02:16.793607" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.794465" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:02:16.794143" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T03:02:16.794615" elapsed="0.000053"/>
</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.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T03:02:15.928224" elapsed="0.866587"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-24T03:02:15.924280" elapsed="0.870595"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T03:02:16.795458" 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-05-24T03:02:16.795056" elapsed="0.000458"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T03:02:16.796012" 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-05-24T03:02:16.795666" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.796760" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-24T03:02:16.796224" elapsed="0.000581"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.797358" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-24T03:02:16.796993" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.797936" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-24T03:02:16.797546" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.798427" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-24T03:02:16.798118" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-24T03:02:16.798916" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:02:16.798693" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:02:16.803885" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:02:16.803463" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:02:16.805387" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T03:02:16.805471" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:02:16.804641" elapsed="0.000854"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:02:16.805637" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T03:02:16.807172" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-05-24T03:02:17.547355" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 24 03:02:17 UTC 2026

  System load:  0.18               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  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-262-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-24T03:02:16.806617" elapsed="0.740909"/>
</kw>
<msg time="2026-05-24T03:02:17.547618" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:02:16.806148" elapsed="0.741565"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-24T03:02:16.804235" elapsed="0.743625"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-24T03:02:17.557119" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-24T03:02:17.548086" elapsed="0.010763"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:02:17.559159" elapsed="0.000423"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-24T03:02:16.802950" elapsed="0.756726"/>
</kw>
<status status="PASS" start="2026-05-24T03:02:16.799274" elapsed="0.760455"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:16.798669" elapsed="0.761125"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-24T03:02:17.560011" elapsed="0.000677"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-24T03:02:17.570759" elapsed="0.000081"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:02:17.570432" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:17.570373" elapsed="0.000618"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-24T03:02:17.576433" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:02:17.576305" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:17.576286" elapsed="0.000221"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:02:17.576647" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T03:02:17.577615" level="INFO">Logging into '10.30.171.89:8101' as 'karaf'.</msg>
<msg time="2026-05-24T03:02:17.765653" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-24T03:02:17.577329" elapsed="0.188500"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T03:02:17.872900" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:17.766089" elapsed="0.106954"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T03:02:17.877331" 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-05-24T03:02:17.877523" 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-05-24T03:02:17.873289" elapsed="0.004266"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:17.877698" elapsed="0.000260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:02:17.878097" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:02:17.878744" 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-05-24T03:02:17.878445" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T03:02:17.878873" elapsed="0.000050"/>
</return>
<msg time="2026-05-24T03:02:17.879067" 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.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T03:02:17.575943" elapsed="0.303156"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-24T03:02:17.879242" elapsed="0.000476"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T03:02:17.879769" elapsed="0.000051"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-24T03:02:17.569613" elapsed="0.310333"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-24T03:02:17.883601" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:02:17.883467" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:17.883445" 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-05-24T03:02:17.883817" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-24T03:02:17.884673" level="INFO">Logging into '10.30.171.89:8101' as 'karaf'.</msg>
<msg time="2026-05-24T03:02:18.029331" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-24T03:02:17.884403" elapsed="0.145181"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.054631" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:18.030014" elapsed="0.024866"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.058977" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-24T03:02:18.059228" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-24T03:02:18.055317" elapsed="0.003977"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-24T03:02:18.059599" elapsed="0.000483"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:02:18.060388" elapsed="0.000437"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:02:18.061926" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:02:18.061153" elapsed="0.000889"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-24T03:02:18.062157" elapsed="0.000107"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.89
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-24T03:02:17.883143" elapsed="0.179371"/>
</kw>
<status status="PASS" start="2026-05-24T03:02:15.922474" elapsed="2.140174"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:02:18.066313" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:02:18.064767" elapsed="0.001615"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T03:02:18.067855" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-24T03:02:18.067484" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-24T03:02:18.068226" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:02:18.067981" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-24T03:02:18.071266" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:02:18.071012" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:18.070993" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.071686" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-24T03:02:18.071477" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:02:18.072409" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:02:18.071988" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.073138" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:02:18.072609" elapsed="0.000556"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:02:18.074084" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T03:02:18.074187" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:02:18.073739" elapsed="0.000474"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:02:18.074356" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.075563" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-05-24T03:02:18.395894" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 24 03:02:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 24 03:02:17 2026 from 10.30.171.242
[?2004h[jenkins@releng-63164-262-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-24T03:02:18.075211" elapsed="0.320877"/>
</kw>
<msg time="2026-05-24T03:02:18.396174" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:02:18.074861" elapsed="0.321399"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-24T03:02:18.073365" elapsed="0.323017"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T03:02:18.397216" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T03:12:24.488307" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T03:12:24.488959" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T03:12:24.489090" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-24T03:02:18.396631" elapsed="606.092520"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:12:24.489625" elapsed="0.000799"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.491587" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:23.573 16  switches: flows:  109137 113861 112369 112524 109150 109974 108892 110931 108341 109093 107867 108458 109756 106140 105388 109751  total = 29.193867 per ms 
03:04:23.674 16  switches: flows:  109444 108358 108791 107691 108031 107746 107521 109158 106146 106356 105634 105240 106044 106705 105003 106754  total = 28.529374 per ms 
03:05:23.774 16  switches: flows:  122388 119776 120447 118494 121029 117975 118725 119299 116824 117339 116428 116461 115253 118430 117616 119995  total = 31.555324 per ms 
03:06:23.874 16  switches: flows:  111704 110364 110330 111816 110485 111877 108678 107818 110067 105792 109389 107926 107817 107793 108625 107888  total = 29.090908 per ms 
03:07:23.974 16  switches: flows:  113914 111730 112368 113744 111794 112803 110762 111654 110382 110276 109792 110068 109790 108268 108466 109791  total = 29.544029 per ms 
03:08:24.075 16  switches: flows:  119214 116089 119101 116851 116702 119205 115321 116692 116016 114042 115189 112750 114431 115730 114385 114875  total = 30.891601 per ms 
03:09:24.175 16  switches: flows:  118315 117410 119415 118557 115966 118886 116131 118128 116854 115735 115006 114869 114451 115312 115292 114806  total = 31.033669 per ms 
03:10:24.275 16  switches: flows:  118718 119565 119802 117402 119107 120430 117540 120447 118021 117128 115673 116821 115401 116112 115985 117483  total = 31.374868 per ms 
03:11:24.376 16  switches: flows:  120180 120347 122777 119730 120795 121641 117482 120585 118700 116247 116999 118464 116343 115108 116506 117282  total = 31.600325 per ms 
03:12:24.476 16  switches: flows:  119924 120266 119906 120177 120115 120033 120177 120949 118192 117217 115716 116820 116594 116885 117246 118753  total = 31.596695 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.37/31600.32/30579.64/10255.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.490847" elapsed="0.001052"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T03:12:24.492390" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-05-24T03:12:24.492086" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-05-24T03:12:24.492031" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T03:12:24.492918" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:12:24.492805" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-05-24T03:12:24.492701" elapsed="0.000361"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T03:12:24.493136" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:12:24.498175" elapsed="0.000346"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:12:24.498669" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:12:24.498988" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-24T03:12:24.493847" elapsed="0.005292"/>
</kw>
<msg time="2026-05-24T03:12:24.499278" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-24T03:02:18.068650" elapsed="606.430654"/>
</kw>
<status status="PASS" start="2026-05-24T03:02:18.068313" elapsed="606.431041"/>
</branch>
<status status="PASS" start="2026-05-24T03:02:18.067956" elapsed="606.431420"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.499821" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:23.573 16  switches: flows:  109137 113861 112369 112524 109150 109974 108892 110931 108341 109093 107867 108458 109756 106140 105388 109751  total = 29.193867 per ms 
03:04:23.674 16  switches: flows:  109444 108358 108791 107691 108031 107746 107521 109158 106146 106356 105634 105240 106044 106705 105003 106754  total = 28.529374 per ms 
03:05:23.774 16  switches: flows:  122388 119776 120447 118494 121029 117975 118725 119299 116824 117339 116428 116461 115253 118430 117616 119995  total = 31.555324 per ms 
03:06:23.874 16  switches: flows:  111704 110364 110330 111816 110485 111877 108678 107818 110067 105792 109389 107926 107817 107793 108625 107888  total = 29.090908 per ms 
03:07:23.974 16  switches: flows:  113914 111730 112368 113744 111794 112803 110762 111654 110382 110276 109792 110068 109790 108268 108466 109791  total = 29.544029 per ms 
03:08:24.075 16  switches: flows:  119214 116089 119101 116851 116702 119205 115321 116692 116016 114042 115189 112750 114431 115730 114385 114875  total = 30.891601 per ms 
03:09:24.175 16  switches: flows:  118315 117410 119415 118557 115966 118886 116131 118128 116854 115735 115006 114869 114451 115312 115292 114806  total = 31.033669 per ms 
03:10:24.275 16  switches: flows:  118718 119565 119802 117402 119107 120430 117540 120447 118021 117128 115673 116821 115401 116112 115985 117483  total = 31.374868 per ms 
03:11:24.376 16  switches: flows:  120180 120347 122777 119730 120795 121641 117482 120585 118700 116247 116999 118464 116343 115108 116506 117282  total = 31.600325 per ms 
03:12:24.476 16  switches: flows:  119924 120266 119906 120177 120115 120033 120177 120949 118192 117217 115716 116820 116594 116885 117246 118753  total = 31.596695 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.37/31600.32/30579.64/10255.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.499514" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-24T03:12:24.500042" elapsed="0.000386"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T03:12:24.500856" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T03:12:24.500949" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28529.37/31600.32/30579.64/10255.46 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-24T03:12:24.500593" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:12:24.501403" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28529.37/31600.32/30579.64/10255.46 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:12:24.501126" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.503797" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.501573" elapsed="0.002283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.506219" level="INFO">28529.37/31600.32/30579.64/10255.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.504001" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:12:24.508611" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:12:24.506430" elapsed="0.002209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:12:24.511092" level="INFO">@{result_value_list} = [ 28529.37 | 31600.32 | 30579.64 | 10255.46 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:12:24.508877" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.511591" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T03:12:24.511680" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:12:24.511273" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.516396" level="INFO">min :: 28529.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.512135" elapsed="0.004318"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T03:12:24.512002" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.521014" level="INFO">max :: 31600.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.516717" elapsed="0.004354"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T03:12:24.516590" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.525578" level="INFO">avg :: 30579.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.521322" elapsed="0.004321"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T03:12:24.521196" elapsed="0.004483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.530184" level="INFO">stdev :: 10255.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.525918" elapsed="0.004322"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T03:12:24.525788" elapsed="0.004486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T03:12:24.511790" elapsed="0.018516"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.534313" level="INFO">${min} = 28529.37</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:12:24.530622" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.538186" level="INFO">${max} = 31600.32</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:12:24.534491" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.542192" level="INFO">${average} = 30579.64</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:12:24.538364" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.546098" level="INFO">${stdev} = 10255.46</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:12:24.542369" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.546637" level="INFO">${date} = 2026-05-24 03:12:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T03:12:24.546284" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.547239" level="INFO">CBench Result: 2026-05-24 03:12:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28529.37,31600.32,30579.64,10255.46</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.546824" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T03:12:24.548324" 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-05-24T03:12:24.547918" elapsed="0.000472"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-24T03:12:24.548546" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T03:12:24.547435" elapsed="0.001675"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-24T03:02:18.066851" elapsed="606.482318"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.549641" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-24T03:12:24.549320" elapsed="0.000377"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-24T03:12:24.550233" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-24T03:12:24.549927" elapsed="0.000641"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-24T03:02:18.062982" elapsed="606.487622"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.552081" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.551665" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.553428" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-24T03:12:24.553101" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-24T03:12:24.553826" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:12:24.553587" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-24T03:12:24.556727" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:12:24.556478" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-05-24T03:12:24.556459" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:12:24.557172" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-24T03:12:24.556973" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.557884" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:12:24.557452" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:12:24.558488" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:12:24.558079" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:12:24.559418" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T03:12:24.559507" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:12:24.559101" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:12:24.559670" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T03:12:24.560919" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-05-24T03:12:25.192098" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 24 03:12:24 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 24 03:02:18 2026 from 10.30.171.242
[?2004h[jenkins@releng-63164-262-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-24T03:12:24.560510" elapsed="0.631765"/>
</kw>
<msg time="2026-05-24T03:12:25.192359" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:12:24.560168" elapsed="0.632282"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-24T03:12:24.558714" elapsed="0.633853"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T03:12:25.193140" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.89 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T03:22:31.268485" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T03:22:31.268999" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T03:22:31.269069" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-24T03:12:25.192812" elapsed="606.076301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:22:31.269529" elapsed="0.000597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.271046" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:30.309 16  switches: flows:  538219 536451 538267 533414 519401 538298 539242 520954 523770 517882 529151 520159 517645 513751 502590 529662  total = 140.314267 per ms 
03:14:30.411 16  switches: flows:  468143 467878 462721 462228 470247 475420 476937 462568 477717 487451 475902 482731 470451 473414 471998 475131  total = 125.801107 per ms 
03:15:30.514 16  switches: flows:  623853 632563 627260 624011 622875 625452 625231 629098 632123 635907 629141 630028 616734 618854 629515 623714  total = 166.823515 per ms 
03:16:30.629 16  switches: flows:  587940 585432 581023 588577 564096 556256 483865 588109 570364 537130 546435 572027 594610 579150 542364 566459  total = 150.445720 per ms 
03:17:30.732 16  switches: flows:  572398 577129 570479 588252 568104 585552 576190 581812 588211 571703 578437 569638 587086 584516 570934 575023  total = 153.827588 per ms 
03:18:30.834 16  switches: flows:  565038 564167 566731 553558 565433 567572 566059 562793 566460 551155 564472 564834 565334 568136 565050 568636  total = 150.168691 per ms 
03:19:30.935 16  switches: flows:  571334 553588 563922 565066 565892 558642 552103 560905 565036 563654 558818 560991 567224 571881 562460 561229  total = 149.795083 per ms 
03:20:31.037 16  switches: flows:  532609 507939 508762 510618 508652 473104 509569 492370 525356 539442 538508 501345 528405 508544 509074 515278  total = 136.595492 per ms 
03:21:31.152 16  switches: flows:  597440 576795 584033 584561 570522 585516 570804 584810 571810 555270 592726 583833 583199 576798 581475 580802  total = 154.380505 per ms 
03:22:31.254 16  switches: flows:  564425 571398 572455 561487 581081 571750 572168 576221 589542 584332 581409 585860 583479 552341 581110 559338  total = 152.882894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125801.11/166823.51/148968.96/50851.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.270440" elapsed="0.000825"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T03:22:31.271695" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-24T03:22:31.271441" elapsed="0.000383"/>
</branch>
<status status="PASS" start="2026-05-24T03:22:31.271406" elapsed="0.000454"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T03:22:31.272097" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:22:31.272022" elapsed="0.000147"/>
</branch>
<status status="NOT RUN" start="2026-05-24T03:22:31.271918" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T03:22:31.272264" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:22:31.276334" elapsed="0.000564"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:22:31.277114" elapsed="0.000306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:22:31.277609" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-24T03:22:31.272821" elapsed="0.005090"/>
</kw>
<msg time="2026-05-24T03:22:31.278111" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-24T03:12:24.554229" elapsed="606.723925"/>
</kw>
<status status="PASS" start="2026-05-24T03:12:24.553912" elapsed="606.724312"/>
</branch>
<status status="PASS" start="2026-05-24T03:12:24.553566" elapsed="606.724690"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.278884" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:30.309 16  switches: flows:  538219 536451 538267 533414 519401 538298 539242 520954 523770 517882 529151 520159 517645 513751 502590 529662  total = 140.314267 per ms 
03:14:30.411 16  switches: flows:  468143 467878 462721 462228 470247 475420 476937 462568 477717 487451 475902 482731 470451 473414 471998 475131  total = 125.801107 per ms 
03:15:30.514 16  switches: flows:  623853 632563 627260 624011 622875 625452 625231 629098 632123 635907 629141 630028 616734 618854 629515 623714  total = 166.823515 per ms 
03:16:30.629 16  switches: flows:  587940 585432 581023 588577 564096 556256 483865 588109 570364 537130 546435 572027 594610 579150 542364 566459  total = 150.445720 per ms 
03:17:30.732 16  switches: flows:  572398 577129 570479 588252 568104 585552 576190 581812 588211 571703 578437 569638 587086 584516 570934 575023  total = 153.827588 per ms 
03:18:30.834 16  switches: flows:  565038 564167 566731 553558 565433 567572 566059 562793 566460 551155 564472 564834 565334 568136 565050 568636  total = 150.168691 per ms 
03:19:30.935 16  switches: flows:  571334 553588 563922 565066 565892 558642 552103 560905 565036 563654 558818 560991 567224 571881 562460 561229  total = 149.795083 per ms 
03:20:31.037 16  switches: flows:  532609 507939 508762 510618 508652 473104 509569 492370 525356 539442 538508 501345 528405 508544 509074 515278  total = 136.595492 per ms 
03:21:31.152 16  switches: flows:  597440 576795 584033 584561 570522 585516 570804 584810 571810 555270 592726 583833 583199 576798 581475 580802  total = 154.380505 per ms 
03:22:31.254 16  switches: flows:  564425 571398 572455 561487 581081 571750 572168 576221 589542 584332 581409 585860 583479 552341 581110 559338  total = 152.882894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125801.11/166823.51/148968.96/50851.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.278450" elapsed="0.000603"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-24T03:22:31.279282" elapsed="0.000733"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T03:22:31.280503" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T03:22:31.280597" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125801.11/166823.51/148968.96/50851.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-24T03:22:31.280261" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:22:31.281113" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125801.11/166823.51/148968.96/50851.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:22:31.280834" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.283768" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.281334" elapsed="0.002509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.286396" level="INFO">125801.11/166823.51/148968.96/50851.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.284028" elapsed="0.002470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:22:31.289203" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:22:31.286664" elapsed="0.002569"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:22:31.291921" level="INFO">@{result_value_list} = [ 125801.11 | 166823.51 | 148968.96 | 50851.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:22:31.289443" elapsed="0.002507"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.292473" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T03:22:31.292582" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:22:31.292117" elapsed="0.000491"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.297707" level="INFO">min :: 125801.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.293097" elapsed="0.004671"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T03:22:31.292896" elapsed="0.004931"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.302815" level="INFO">max :: 166823.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.298050" elapsed="0.004823"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T03:22:31.297922" elapsed="0.004989"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.307979" level="INFO">avg :: 148968.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.303165" elapsed="0.004873"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T03:22:31.303003" elapsed="0.005071"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.313271" level="INFO">stdev :: 50851.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.308362" elapsed="0.005001"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T03:22:31.308165" elapsed="0.005239"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T03:22:31.292678" elapsed="0.020757"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.317594" level="INFO">${min} = 125801.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:22:31.313605" elapsed="0.004016"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.321711" level="INFO">${max} = 166823.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:22:31.317787" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.325841" level="INFO">${average} = 148968.96</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:22:31.321904" elapsed="0.003964"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.330022" level="INFO">${stdev} = 50851.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:22:31.326054" elapsed="0.003995"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.330613" level="INFO">${date} = 2026-05-24 03:22:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T03:22:31.330211" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.331254" level="INFO">CBench Result: 2026-05-24 03:22:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125801.11,166823.51,148968.96,50851.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.330833" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T03:22:31.332458" 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-05-24T03:22:31.332030" elapsed="0.000529"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-24T03:22:31.332712" elapsed="0.000521"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T03:22:31.331505" elapsed="0.001795"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-24T03:12:24.552464" elapsed="606.780894"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.333891" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-24T03:22:31.333517" elapsed="0.000433"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-24T03:22:31.334500" elapsed="0.000295"/>
</kw>
<status status="PASS" start="2026-05-24T03:22:31.334170" elapsed="0.000699"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-24T03:12:24.551059" elapsed="606.783849"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.336642" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.336248" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.338545" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-24T03:22:31.338204" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-24T03:22:31.338978" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:22:31.338733" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-24T03:22:31.342161" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:22:31.341871" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-05-24T03:22:31.341852" elapsed="0.000389"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:22:31.342628" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-24T03:22:31.342369" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.343399" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.146" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:22:31.342934" elapsed="0.000536"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-24T03:22:31.344063" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:22:31.343610" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:22:31.345227" level="INFO">Length is 0.</msg>
<msg time="2026-05-24T03:22:31.345356" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:22:31.344702" elapsed="0.000679"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:22:31.345530" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-24T03:22:31.346886" level="INFO">Logging into '10.30.170.146:22' as 'jenkins'.</msg>
<msg time="2026-05-24T03:22:31.973904" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 24 03:22:31 UTC 2026

  System load:  0.25               Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.146
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 24 03:12:25 2026 from 10.30.171.242
[?2004h[jenkins@releng-63164-262-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-24T03:22:31.346464" elapsed="0.627716"/>
</kw>
<msg time="2026-05-24T03:22:31.974282" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-24T03:22:31.346084" elapsed="0.628290"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-24T03:22:31.344323" elapsed="0.630180"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-24T03:22:31.975154" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.89 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-24T03:32:38.045446" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-24T03:32:38.046058" level="INFO">${stdout} = </msg>
<msg time="2026-05-24T03:32:38.046165" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-24T03:22:31.974740" elapsed="606.071491"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:32:38.046692" elapsed="0.000994"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.048841" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:37.130 16  switches: flows:  109568 115914 107308 109813 107652 109211 106321 109353 107809 117141 106950 105844 103586 105042 106356 105972  total = 28.897333 per ms 
03:24:37.231 16  switches: flows:  111771 109704 110522 112348 111037 112852 109463 111792 110505 109474 109890 109023 108517 107994 111142 110265  total = 29.389229 per ms 
03:25:37.331 16  switches: flows:  122926 119838 120281 120413 120804 120797 119152 122384 118577 120159 119049 120078 117973 117673 121880 119705  total = 31.974772 per ms 
03:26:37.431 16  switches: flows:  124938 121594 121377 120761 122059 123696 121190 120094 119408 121393 119385 120231 119865 117566 120868 120483  total = 32.194710 per ms 
03:27:37.531 16  switches: flows:  123304 120142 120642 119674 121544 122764 119192 120027 118092 121332 118384 119426 119841 116219 119836 120672  total = 31.964812 per ms 
03:28:37.632 16  switches: flows:  123155 118711 120777 121299 122910 123320 119671 120001 117985 119979 118230 121101 120267 117523 121381 120679  total = 32.062904 per ms 
03:29:37.732 16  switches: flows:  122665 119211 121748 121232 121225 123640 120134 119659 118135 120049 119839 119069 118903 115200 120875 120083  total = 31.974385 per ms 
03:30:37.832 16  switches: flows:  119679 119725 119557 120090 120562 120548 118429 117271 117798 117738 116709 116688 118222 114839 117961 117610  total = 31.504528 per ms 
03:31:37.933 16  switches: flows:  123655 121183 122549 122025 123015 122900 121852 120371 120583 122480 119504 119036 120752 117790 120571 120528  total = 32.259311 per ms 
03:32:38.033 16  switches: flows:  120594 119759 119249 119748 118322 121725 119433 119135 117613 119236 119106 115822 118882 116806 118380 119557  total = 31.669940 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29389.23/32259.31/31666.07/10588.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.048098" elapsed="0.001054"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-24T03:32:38.049653" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-24T03:32:38.049355" elapsed="0.000486"/>
</branch>
<status status="PASS" start="2026-05-24T03:32:38.049305" elapsed="0.000593"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-24T03:32:38.050105" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-24T03:32:38.050023" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-24T03:32:38.049988" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-24T03:32:38.050311" 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-05-24T03:32:38.055078" elapsed="0.000334"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-24T03:32:38.055557" elapsed="0.000156"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-24T03:32:38.055856" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-24T03:32:38.051017" elapsed="0.004998"/>
</kw>
<msg time="2026-05-24T03:32:38.056140" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-24T03:22:31.339414" elapsed="606.716753"/>
</kw>
<status status="PASS" start="2026-05-24T03:22:31.339062" elapsed="606.717153"/>
</branch>
<status status="PASS" start="2026-05-24T03:22:31.338709" elapsed="606.717529"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.056668" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.89: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.89. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:37.130 16  switches: flows:  109568 115914 107308 109813 107652 109211 106321 109353 107809 117141 106950 105844 103586 105042 106356 105972  total = 28.897333 per ms 
03:24:37.231 16  switches: flows:  111771 109704 110522 112348 111037 112852 109463 111792 110505 109474 109890 109023 108517 107994 111142 110265  total = 29.389229 per ms 
03:25:37.331 16  switches: flows:  122926 119838 120281 120413 120804 120797 119152 122384 118577 120159 119049 120078 117973 117673 121880 119705  total = 31.974772 per ms 
03:26:37.431 16  switches: flows:  124938 121594 121377 120761 122059 123696 121190 120094 119408 121393 119385 120231 119865 117566 120868 120483  total = 32.194710 per ms 
03:27:37.531 16  switches: flows:  123304 120142 120642 119674 121544 122764 119192 120027 118092 121332 118384 119426 119841 116219 119836 120672  total = 31.964812 per ms 
03:28:37.632 16  switches: flows:  123155 118711 120777 121299 122910 123320 119671 120001 117985 119979 118230 121101 120267 117523 121381 120679  total = 32.062904 per ms 
03:29:37.732 16  switches: flows:  122665 119211 121748 121232 121225 123640 120134 119659 118135 120049 119839 119069 118903 115200 120875 120083  total = 31.974385 per ms 
03:30:37.832 16  switches: flows:  119679 119725 119557 120090 120562 120548 118429 117271 117798 117738 116709 116688 118222 114839 117961 117610  total = 31.504528 per ms 
03:31:37.933 16  switches: flows:  123655 121183 122549 122025 123015 122900 121852 120371 120583 122480 119504 119036 120752 117790 120571 120528  total = 32.259311 per ms 
03:32:38.033 16  switches: flows:  120594 119759 119249 119748 118322 121725 119433 119135 117613 119236 119106 115822 118882 116806 118380 119557  total = 31.669940 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29389.23/32259.31/31666.07/10588.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.056383" elapsed="0.000358"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-24T03:32:38.056901" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-24T03:32:38.057643" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-24T03:32:38.057732" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29389.23/32259.31/31666.07/10588.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-24T03:32:38.057431" elapsed="0.000325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:32:38.058173" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29389.23/32259.31/31666.07/10588.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:32:38.057922" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.060527" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.058342" elapsed="0.002240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.063095" level="INFO">29389.23/32259.31/31666.07/10588.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.060726" elapsed="0.002425"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:32:38.065479" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:32:38.063298" elapsed="0.002208"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-24T03:32:38.067876" level="INFO">@{result_value_list} = [ 29389.23 | 32259.31 | 31666.07 | 10588.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-24T03:32:38.065696" elapsed="0.002206"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.068351" level="INFO">Length is 4.</msg>
<msg time="2026-05-24T03:32:38.068440" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-24T03:32:38.068054" elapsed="0.000409"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.073040" level="INFO">min :: 29389.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.068845" elapsed="0.004251"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-24T03:32:38.068705" elapsed="0.004425"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.077555" level="INFO">max :: 32259.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.073352" elapsed="0.004257"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-24T03:32:38.073229" elapsed="0.004414"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.082044" level="INFO">avg :: 31666.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.077860" elapsed="0.004239"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-24T03:32:38.077724" elapsed="0.004408"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.086707" level="INFO">stdev :: 10588.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.082337" elapsed="0.004430"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-24T03:32:38.082214" elapsed="0.004605"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-24T03:32:38.068528" elapsed="0.018322"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.090639" level="INFO">${min} = 29389.23</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:32:38.087019" elapsed="0.003664"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.094468" level="INFO">${max} = 32259.31</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:32:38.090859" elapsed="0.003635"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.098547" level="INFO">${average} = 31666.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:32:38.094641" elapsed="0.003933"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.102461" level="INFO">${stdev} = 10588.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-24T03:32:38.098723" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.103039" level="INFO">${date} = 2026-05-24 03:32:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-24T03:32:38.102645" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.103607" level="INFO">CBench Result: 2026-05-24 03:32:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29389.23,32259.31,31666.07,10588.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-24T03:32:38.103207" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-24T03:32:38.104827" 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-05-24T03:32:38.104316" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-24T03:32:38.105042" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-24T03:32:38.103842" elapsed="0.001758"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-24T03:22:31.337388" elapsed="606.768271"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.106128" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-24T03:32:38.105820" elapsed="0.000363"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-24T03:32:38.107380" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-24T03:32:38.106907" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-24T03:32:38.107634" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-05-24T03:32:38.107486" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-05-24T03:32:38.107464" elapsed="0.000261"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.107882" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108037" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108192" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108395" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108543" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108687" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.108846" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-24T03:32:38.109065" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-24T03:32:38.108930" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-05-24T03:32:38.108913" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-24T03:32:38.106563" elapsed="0.002652"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-24T03:22:31.335554" elapsed="606.773706"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-24T03:02:15.300750" elapsed="1822.809164"/>
</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>
