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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-28T00:45:29.884889" elapsed="0.654176"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T00:45:30.587290" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:30.539309" elapsed="0.048052"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T00:45:30.589035" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T00:45:30.589143" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-28T00:45:30.587525" elapsed="0.001648"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:30.589326" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:45:30.589699" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.590388" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:45:30.590062" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T00:45:30.590505" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T00:45:29.883373" elapsed="0.707312"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-28T00:45:29.879834" elapsed="0.710939"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T00:45:30.591349" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-28T00:45:30.590966" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T00:45:30.591815" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-28T00:45:30.591554" elapsed="0.000317"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.592410" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-28T00:45:30.592026" elapsed="0.000410"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.592972" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-28T00:45:30.592602" elapsed="0.000412"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.593753" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-28T00:45:30.593182" elapsed="0.000599"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.594241" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-28T00:45:30.593937" elapsed="0.000345"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-28T00:45:30.594577" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T00:45:30.594366" elapsed="0.000265"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T00:45:30.599260" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:45:30.598844" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T00:45:30.600306" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T00:45:30.600387" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T00:45:30.599842" elapsed="0.000569"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:45:30.600553" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T00:45:30.601951" level="INFO">Logging into '10.30.170.141:22' as 'jenkins'.</msg>
<msg time="2026-04-28T00:45:31.342844" 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 Tue Apr 28 00:45:30 UTC 2026

  System load:  0.14               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.141
  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-209-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-28T00:45:30.601431" elapsed="0.741570"/>
</kw>
<msg time="2026-04-28T00:45:31.343094" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:45:30.601089" elapsed="0.742100"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-28T00:45:30.599490" elapsed="0.743823"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.350700" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-28T00:45:31.343542" elapsed="0.008755"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:45:31.352496" elapsed="0.000322"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-28T00:45:30.598308" elapsed="0.754576"/>
</kw>
<status status="PASS" start="2026-04-28T00:45:30.594977" elapsed="0.757944"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:30.594341" elapsed="0.758617"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-28T00:45:31.353115" elapsed="0.000562"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-28T00:45:31.361064" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-28T00:45:31.360863" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:31.360825" elapsed="0.000361"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-28T00:45:31.366485" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-28T00:45:31.366360" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:31.366341" elapsed="0.000215"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:45:31.366708" elapsed="0.000572"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.367723" level="INFO">Logging into '10.30.170.200:8101' as 'karaf'.</msg>
<msg time="2026-04-28T00:45:31.532274" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-28T00:45:31.367442" elapsed="0.164976"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.627583" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:31.532651" elapsed="0.095080"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.653251" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T00:45:31.653445" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-28T00:45:31.628027" elapsed="0.025449"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:31.653638" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:45:31.654030" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.654688" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:45:31.654366" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T00:45:31.654819" elapsed="0.000057"/>
</return>
<msg time="2026-04-28T00:45:31.655035" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T00:45:31.365923" elapsed="0.289144"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-28T00:45:31.655218" elapsed="0.000540"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T00:45:31.655809" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-28T00:45:31.360335" elapsed="0.295639"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-28T00:45:31.659706" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-28T00:45:31.659563" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:31.659539" elapsed="0.000257"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:45:31.659927" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.660894" level="INFO">Logging into '10.30.170.200:8101' as 'karaf'.</msg>
<msg time="2026-04-28T00:45:31.831259" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-28T00:45:31.660604" elapsed="0.170763"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.859369" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:31.831548" elapsed="0.027882"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.861183" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-28T00:45:31.861277" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-28T00:45:31.859579" elapsed="0.001726"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-28T00:45:31.861437" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:45:31.861804" elapsed="0.000179"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.862448" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:45:31.862149" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-28T00:45:31.862549" elapsed="0.000045"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.200
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-28T00:45:31.659221" elapsed="0.203480"/>
</kw>
<status status="PASS" start="2026-04-28T00:45:29.878127" elapsed="1.984673"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.865282" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:45:31.863669" elapsed="0.001688"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.866877" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-28T00:45:31.866501" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-28T00:45:31.867239" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T00:45:31.867001" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-28T00:45:31.870328" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T00:45:31.870083" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:31.870064" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.870767" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-28T00:45:31.870541" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.871466" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:45:31.871049" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.872142" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:45:31.871664" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T00:45:31.873094" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T00:45:31.873184" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T00:45:31.872751" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:45:31.873356" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T00:45:31.874575" level="INFO">Logging into '10.30.170.141:22' as 'jenkins'.</msg>
<msg time="2026-04-28T00:45:32.200146" 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 Tue Apr 28 00:45:30 UTC 2026

  System load:  0.14               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.141
  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: Tue Apr 28 00:45:31 2026 from 10.30.171.137
[?2004h[jenkins@releng-63164-209-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-28T00:45:31.874221" elapsed="0.326295"/>
</kw>
<msg time="2026-04-28T00:45:32.200660" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:45:31.873870" elapsed="0.326956"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-28T00:45:31.872367" elapsed="0.328663"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T00:45:32.202527" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T00:55:38.323253" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T00:55:38.323780" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T00:55:38.323890" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-28T00:45:32.201421" elapsed="606.122529"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:55:38.324351" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.326187" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:37.409 16  switches: flows:  135146 130040 128760 128266 123825 125254 131849 128361 124394 123493 119616 121187 119529 122316 125740 125254  total = 33.550500 per ms 
00:47:37.511 16  switches: flows:  144408 143556 140360 139657 136238 140136 139954 140462 132382 132363 129580 130835 133129 136405 132510 133212  total = 36.359078 per ms 
00:48:37.612 16  switches: flows:  142728 144772 142818 141938 137990 138831 140047 140627 134740 133173 130578 131705 132605 136173 130647 130768  total = 36.441503 per ms 
00:49:37.712 16  switches: flows:  144459 144388 144346 142322 139003 138337 144291 144446 135760 133129 131546 133209 135188 135873 135173 134443  total = 36.870323 per ms 
00:50:37.813 16  switches: flows:  146635 150047 146907 146814 141204 145036 145958 147293 139099 135420 135897 135501 137581 140402 136694 136588  total = 37.721604 per ms 
00:51:37.913 16  switches: flows:  146124 148497 146613 145889 141072 144625 143373 145948 137408 137153 135753 136800 136117 137289 138515 138397  total = 37.596743 per ms 
00:52:38.013 16  switches: flows:  147758 151924 148692 147931 144819 146912 144489 147197 139314 139808 137039 136544 140522 136895 137066 139019  total = 38.035350 per ms 
00:53:38.113 16  switches: flows:  147716 151281 149401 148472 140740 146977 145076 147509 139945 137600 137609 137693 136486 138943 138942 139014  total = 37.993304 per ms 
00:54:38.214 16  switches: flows:  144456 152057 149203 146846 141333 148229 144388 143016 139389 135627 135393 135832 138666 137412 137038 141921  total = 37.783682 per ms 
00:55:38.314 16  switches: flows:  147256 149003 151710 150068 143326 147139 149033 143678 140643 136261 138857 138207 139152 137188 138141 141992  total = 38.130563 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36359.08/38130.56/37436.91/12496.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.325440" elapsed="0.001027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T00:55:38.326987" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-28T00:55:38.326655" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-04-28T00:55:38.326599" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T00:55:38.327407" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-28T00:55:38.327325" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-28T00:55:38.327289" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T00:55:38.327620" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:55:38.333170" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:55:38.333896" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T00:55:38.334313" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T00:55:38.328335" elapsed="0.006187"/>
</kw>
<msg time="2026-04-28T00:55:38.334696" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-28T00:45:31.867669" elapsed="606.467083"/>
</kw>
<status status="PASS" start="2026-04-28T00:45:31.867325" elapsed="606.467497"/>
</branch>
<status status="PASS" start="2026-04-28T00:45:31.866976" elapsed="606.467880"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.335447" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:37.409 16  switches: flows:  135146 130040 128760 128266 123825 125254 131849 128361 124394 123493 119616 121187 119529 122316 125740 125254  total = 33.550500 per ms 
00:47:37.511 16  switches: flows:  144408 143556 140360 139657 136238 140136 139954 140462 132382 132363 129580 130835 133129 136405 132510 133212  total = 36.359078 per ms 
00:48:37.612 16  switches: flows:  142728 144772 142818 141938 137990 138831 140047 140627 134740 133173 130578 131705 132605 136173 130647 130768  total = 36.441503 per ms 
00:49:37.712 16  switches: flows:  144459 144388 144346 142322 139003 138337 144291 144446 135760 133129 131546 133209 135188 135873 135173 134443  total = 36.870323 per ms 
00:50:37.813 16  switches: flows:  146635 150047 146907 146814 141204 145036 145958 147293 139099 135420 135897 135501 137581 140402 136694 136588  total = 37.721604 per ms 
00:51:37.913 16  switches: flows:  146124 148497 146613 145889 141072 144625 143373 145948 137408 137153 135753 136800 136117 137289 138515 138397  total = 37.596743 per ms 
00:52:38.013 16  switches: flows:  147758 151924 148692 147931 144819 146912 144489 147197 139314 139808 137039 136544 140522 136895 137066 139019  total = 38.035350 per ms 
00:53:38.113 16  switches: flows:  147716 151281 149401 148472 140740 146977 145076 147509 139945 137600 137609 137693 136486 138943 138942 139014  total = 37.993304 per ms 
00:54:38.214 16  switches: flows:  144456 152057 149203 146846 141333 148229 144388 143016 139389 135627 135393 135832 138666 137412 137038 141921  total = 37.783682 per ms 
00:55:38.314 16  switches: flows:  147256 149003 151710 150068 143326 147139 149033 143678 140643 136261 138857 138207 139152 137188 138141 141992  total = 38.130563 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36359.08/38130.56/37436.91/12496.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.335048" elapsed="0.000500"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-28T00:55:38.335769" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T00:55:38.336854" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T00:55:38.336983" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36359.08/38130.56/37436.91/12496.09 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-28T00:55:38.336486" elapsed="0.000532"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T00:55:38.337591" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36359.08/38130.56/37436.91/12496.09 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T00:55:38.337230" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.340925" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.337847" elapsed="0.003156"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.344245" level="INFO">36359.08/38130.56/37436.91/12496.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.341201" elapsed="0.003130"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T00:55:38.346956" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T00:55:38.344537" elapsed="0.002447"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T00:55:38.349365" level="INFO">@{result_value_list} = [ 36359.08 | 38130.56 | 37436.91 | 12496.09 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T00:55:38.347168" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.349866" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T00:55:38.349955" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T00:55:38.349545" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.354635" level="INFO">min :: 36359.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.350362" elapsed="0.004328"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T00:55:38.350232" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.359202" level="INFO">max :: 38130.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.354985" elapsed="0.004273"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T00:55:38.354857" elapsed="0.004435"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.363829" level="INFO">avg :: 37436.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.359507" elapsed="0.004384"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T00:55:38.359381" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.368985" level="INFO">stdev :: 12496.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.364144" elapsed="0.004898"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T00:55:38.364018" elapsed="0.005058"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T00:55:38.350047" elapsed="0.019062"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.372963" level="INFO">${min} = 36359.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T00:55:38.369266" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.376820" level="INFO">${max} = 38130.56</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T00:55:38.373143" elapsed="0.003704"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.380811" level="INFO">${average} = 37436.91</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T00:55:38.376998" elapsed="0.003839"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.384674" level="INFO">${stdev} = 12496.09</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T00:55:38.380986" elapsed="0.003715"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.385225" level="INFO">${date} = 2026-04-28 00:55: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-04-28T00:55:38.384873" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.385819" level="INFO">CBench Result: 2026-04-28 00:55:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36359.08,38130.56,37436.91,12496.09</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.385400" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T00:55:38.386890" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-28T00:55:38.386484" 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-04-28T00:55:38.387106" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T00:55:38.386018" elapsed="0.001598"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-28T00:45:31.865854" elapsed="606.521821"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.388153" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-28T00:55:38.387838" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-28T00:55:38.388761" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-04-28T00:55:38.388421" elapsed="0.000674"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-28T00:45:31.862954" elapsed="606.526179"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.390411" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.390028" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.391684" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-28T00:55:38.391362" elapsed="0.000367"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-28T00:55:38.392070" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T00:55:38.391856" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-28T00:55:38.395210" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-28T00:55:38.394959" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-28T00:55:38.394941" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T00:55:38.395603" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-28T00:55:38.395419" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.396319" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T00:55:38.395900" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T00:55:38.396946" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T00:55:38.396511" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T00:55:38.397851" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T00:55:38.397939" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T00:55:38.397535" elapsed="0.000428"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:55:38.398099" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T00:55:38.399277" level="INFO">Logging into '10.30.170.141:22' as 'jenkins'.</msg>
<msg time="2026-04-28T00:55:38.950380" 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 Tue Apr 28 00:55:38 UTC 2026

  System load:  0.93               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.141
  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: Tue Apr 28 00:45:32 2026 from 10.30.171.137
[?2004h[jenkins@releng-63164-209-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-28T00:55:38.398931" elapsed="0.551772"/>
</kw>
<msg time="2026-04-28T00:55:38.950856" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T00:55:38.398574" elapsed="0.552440"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-28T00:55:38.397169" elapsed="0.554017"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T00:55:38.952002" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T01:05:44.997691" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T01:05:44.998255" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T01:05:44.998362" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-28T00:55:38.951512" elapsed="606.046907"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:05:44.998891" elapsed="0.000678"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.000701" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:44.073 16  switches: flows:  536338 538905 533152 540664 538041 546315 532627 535309 525200 524523 527531 526607 523572 529414 522296 531910  total = 141.873400 per ms 
00:57:44.175 16  switches: flows:  535492 533308 531986 538447 537609 527685 546335 533399 529227 537567 529874 533217 531174 532186 539808 532700  total = 142.260247 per ms 
00:58:44.277 16  switches: flows:  562933 558566 563007 558791 559045 557721 565018 553185 561153 567691 554454 563596 554519 565445 565424 561695  total = 149.285472 per ms 
00:59:44.382 16  switches: flows:  579405 579517 576391 572865 583246 579674 584563 574246 581545 579428 580383 582153 576649 579431 577543 582787  total = 154.231518 per ms 
01:00:44.484 16  switches: flows:  615840 600809 611228 604210 602461 602865 608505 611010 611319 607449 608859 610843 599751 599565 605770 608995  total = 161.548050 per ms 
01:01:44.585 16  switches: flows:  582191 583719 580379 587301 578314 582056 579206 577475 584221 589081 588012 580356 576177 576278 583871 581420  total = 154.907462 per ms 
01:02:44.686 16  switches: flows:  546602 541145 537541 544313 538209 543955 536303 540819 538609 540055 536770 542172 542006 542365 533906 544533  total = 143.913668 per ms 
01:03:44.787 16  switches: flows:  538557 545186 536631 541861 541004 549149 539117 535344 532807 546184 534924 540577 538882 542056 541621 539538  total = 143.816410 per ms 
01:04:44.888 16  switches: flows:  571822 571652 577919 576011 574400 572548 572225 568320 573017 577586 574850 576013 571084 567120 573378 565908  total = 152.473861 per ms 
01:05:44.990 16  switches: flows:  589162 583727 586167 588587 586731 584087 585784 588161 582131 581479 586650 588926 585163 581941 586415 587631  total = 155.948574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142260.25/161548.05/150931.70/50689.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:44.999994" elapsed="0.001029"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T01:05:45.001501" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-04-28T01:05:45.001199" elapsed="0.000447"/>
</branch>
<status status="PASS" start="2026-04-28T01:05:45.001149" elapsed="0.000552"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T01:05:45.001940" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:05:45.001860" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-04-28T01:05:45.001823" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T01:05:45.002145" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T01:05:45.006331" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T01:05:45.007003" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:05:45.007417" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T01:05:45.002870" elapsed="0.004759"/>
</kw>
<msg time="2026-04-28T01:05:45.007842" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-28T00:55:38.392471" elapsed="606.615409"/>
</kw>
<status status="PASS" start="2026-04-28T00:55:38.392152" elapsed="606.615795"/>
</branch>
<status status="PASS" start="2026-04-28T00:55:38.391835" elapsed="606.616145"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.008570" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:44.073 16  switches: flows:  536338 538905 533152 540664 538041 546315 532627 535309 525200 524523 527531 526607 523572 529414 522296 531910  total = 141.873400 per ms 
00:57:44.175 16  switches: flows:  535492 533308 531986 538447 537609 527685 546335 533399 529227 537567 529874 533217 531174 532186 539808 532700  total = 142.260247 per ms 
00:58:44.277 16  switches: flows:  562933 558566 563007 558791 559045 557721 565018 553185 561153 567691 554454 563596 554519 565445 565424 561695  total = 149.285472 per ms 
00:59:44.382 16  switches: flows:  579405 579517 576391 572865 583246 579674 584563 574246 581545 579428 580383 582153 576649 579431 577543 582787  total = 154.231518 per ms 
01:00:44.484 16  switches: flows:  615840 600809 611228 604210 602461 602865 608505 611010 611319 607449 608859 610843 599751 599565 605770 608995  total = 161.548050 per ms 
01:01:44.585 16  switches: flows:  582191 583719 580379 587301 578314 582056 579206 577475 584221 589081 588012 580356 576177 576278 583871 581420  total = 154.907462 per ms 
01:02:44.686 16  switches: flows:  546602 541145 537541 544313 538209 543955 536303 540819 538609 540055 536770 542172 542006 542365 533906 544533  total = 143.913668 per ms 
01:03:44.787 16  switches: flows:  538557 545186 536631 541861 541004 549149 539117 535344 532807 546184 534924 540577 538882 542056 541621 539538  total = 143.816410 per ms 
01:04:44.888 16  switches: flows:  571822 571652 577919 576011 574400 572548 572225 568320 573017 577586 574850 576013 571084 567120 573378 565908  total = 152.473861 per ms 
01:05:44.990 16  switches: flows:  589162 583727 586167 588587 586731 584087 585784 588161 582131 581479 586650 588926 585163 581941 586415 587631  total = 155.948574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142260.25/161548.05/150931.70/50689.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.008171" elapsed="0.000502"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-28T01:05:45.008905" elapsed="0.000493"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T01:05:45.009929" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T01:05:45.010052" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142260.25/161548.05/150931.70/50689.81 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-28T01:05:45.009613" elapsed="0.000472"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:05:45.010638" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142260.25/161548.05/150931.70/50689.81 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:05:45.010295" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.013953" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.010889" elapsed="0.003140"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.016971" level="INFO">142260.25/161548.05/150931.70/50689.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.014226" elapsed="0.002800"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:05:45.019313" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:05:45.017169" elapsed="0.002171"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:05:45.021710" level="INFO">@{result_value_list} = [ 142260.25 | 161548.05 | 150931.70 | 50689.81 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:05:45.019521" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.022202" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T01:05:45.022288" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T01:05:45.021902" elapsed="0.000409"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.026884" level="INFO">min :: 142260.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.022676" elapsed="0.004264"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T01:05:45.022552" elapsed="0.004422"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.031570" level="INFO">max :: 161548.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.027184" elapsed="0.004442"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T01:05:45.027061" elapsed="0.004601"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.036082" level="INFO">avg :: 150931.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.031895" elapsed="0.004242"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T01:05:45.031768" elapsed="0.004406"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.041084" level="INFO">stdev :: 50689.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.036396" elapsed="0.004750"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T01:05:45.036263" elapsed="0.004921"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T01:05:45.022374" elapsed="0.018845"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.045217" level="INFO">${min} = 142260.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:05:45.041392" elapsed="0.003851"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.049036" level="INFO">${max} = 161548.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:05:45.045402" elapsed="0.003660"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.052923" level="INFO">${average} = 150931.70</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:05:45.049213" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.056748" level="INFO">${stdev} = 50689.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:05:45.053098" elapsed="0.003678"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.057301" level="INFO">${date} = 2026-04-28 01:05:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-28T01:05:45.056932" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.057889" level="INFO">CBench Result: 2026-04-28 01:05:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142260.25,161548.05,150931.70,50689.81</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.057470" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T01:05:45.058975" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-28T01:05:45.058553" elapsed="0.000486"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-28T01:05:45.059186" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-28T01:05:45.058089" elapsed="0.001659"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-28T00:55:38.390790" elapsed="606.669019"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.060268" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-28T01:05:45.059955" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-28T01:05:45.060843" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-04-28T01:05:45.060526" elapsed="0.000650"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-28T00:55:38.389447" elapsed="606.671767"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.062567" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.062188" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.063881" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-28T01:05:45.063535" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-28T01:05:45.064258" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:05:45.064037" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-28T01:05:45.067138" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:05:45.066897" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-04-28T01:05:45.066878" elapsed="0.000339"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-28T01:05:45.067561" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-28T01:05:45.067347" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.068263" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.141" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:05:45.067852" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-28T01:05:45.068860" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T01:05:45.068456" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T01:05:45.069907" level="INFO">Length is 0.</msg>
<msg time="2026-04-28T01:05:45.070001" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T01:05:45.069444" elapsed="0.000581"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T01:05:45.070162" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-28T01:05:45.071336" level="INFO">Logging into '10.30.170.141:22' as 'jenkins'.</msg>
<msg time="2026-04-28T01:05:45.657273" 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 Tue Apr 28 01:05:45 UTC 2026

  System load:  0.46               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.141
  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: Tue Apr 28 00:55:38 2026 from 10.30.171.137
[?2004h[jenkins@releng-63164-209-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-28T01:05:45.070982" elapsed="0.586493"/>
</kw>
<msg time="2026-04-28T01:05:45.657563" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T01:05:45.070629" elapsed="0.587018"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-28T01:05:45.069081" elapsed="0.588708"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-28T01:05:45.658326" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.200 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-28T01:15:51.769586" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-28T01:15:51.770026" level="INFO">${stdout} = </msg>
<msg time="2026-04-28T01:15:51.770117" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-28T01:05:45.658019" elapsed="606.112136"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:15:51.770476" elapsed="0.000539"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.771763" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:50.852 16  switches: flows:  153723 157852 152225 150662 153795 155525 147446 148186 147130 141301 141632 145661 143133 144584 145564 147363  total = 39.596367 per ms 
01:07:50.953 16  switches: flows:  153336 158608 154824 151157 153352 157058 149083 146263 147089 142237 143711 145972 142457 144637 147391 146944  total = 39.669083 per ms 
01:08:51.054 16  switches: flows:  150690 156890 154981 147717 154189 153734 146855 147790 146120 141738 142969 144711 142359 140775 143816 148245  total = 39.327341 per ms 
01:09:51.155 16  switches: flows:  154255 157655 155517 150439 153071 156350 148847 147905 147076 142724 142909 146797 142382 143911 147957 148889  total = 39.711708 per ms 
01:10:51.256 16  switches: flows:  152036 157316 155331 147727 153060 150560 147783 145684 146622 141116 142466 144837 142984 140333 144122 144170  total = 39.203650 per ms 
01:11:51.357 16  switches: flows:  150638 158754 153833 147099 150287 147987 147714 148379 145569 143315 139878 145404 140609 140554 145074 145845  total = 39.117000 per ms 
01:12:51.457 16  switches: flows:  153121 160647 157661 149757 153976 155611 146805 149124 147341 144344 143415 150188 144244 144248 145157 147522  total = 39.819567 per ms 
01:13:51.558 16  switches: flows:  153254 159028 158593 149246 154166 154643 147485 149446 148146 142463 143785 148818 144269 144321 145921 147889  total = 39.791452 per ms 
01:14:51.659 16  switches: flows:  151807 158370 157576 152483 153860 151295 148458 147397 147277 143291 143290 148469 141671 142633 146876 147407  total = 39.636466 per ms 
01:15:51.760 16  switches: flows:  151553 156768 154929 149543 152020 153989 146503 146936 146288 141933 142547 145569 142525 143467 143752 145579  total = 39.332662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39117.00/39819.57/39512.10/13173.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.771255" elapsed="0.000740"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-28T01:15:51.772327" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-04-28T01:15:51.772122" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-04-28T01:15:51.772085" elapsed="0.000401"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-28T01:15:51.772613" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-28T01:15:51.772564" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-04-28T01:15:51.772542" elapsed="0.000155"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-28T01:15:51.772770" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-28T01:15:51.776657" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-28T01:15:51.777375" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-28T01:15:51.777828" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-28T01:15:51.773311" elapsed="0.004741"/>
</kw>
<msg time="2026-04-28T01:15:51.778267" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-28T01:05:45.064651" elapsed="606.713655"/>
</kw>
<status status="PASS" start="2026-04-28T01:05:45.064340" elapsed="606.714038"/>
</branch>
<status status="PASS" start="2026-04-28T01:05:45.064017" elapsed="606.714396"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.779077" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.200:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.200. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:50.852 16  switches: flows:  153723 157852 152225 150662 153795 155525 147446 148186 147130 141301 141632 145661 143133 144584 145564 147363  total = 39.596367 per ms 
01:07:50.953 16  switches: flows:  153336 158608 154824 151157 153352 157058 149083 146263 147089 142237 143711 145972 142457 144637 147391 146944  total = 39.669083 per ms 
01:08:51.054 16  switches: flows:  150690 156890 154981 147717 154189 153734 146855 147790 146120 141738 142969 144711 142359 140775 143816 148245  total = 39.327341 per ms 
01:09:51.155 16  switches: flows:  154255 157655 155517 150439 153071 156350 148847 147905 147076 142724 142909 146797 142382 143911 147957 148889  total = 39.711708 per ms 
01:10:51.256 16  switches: flows:  152036 157316 155331 147727 153060 150560 147783 145684 146622 141116 142466 144837 142984 140333 144122 144170  total = 39.203650 per ms 
01:11:51.357 16  switches: flows:  150638 158754 153833 147099 150287 147987 147714 148379 145569 143315 139878 145404 140609 140554 145074 145845  total = 39.117000 per ms 
01:12:51.457 16  switches: flows:  153121 160647 157661 149757 153976 155611 146805 149124 147341 144344 143415 150188 144244 144248 145157 147522  total = 39.819567 per ms 
01:13:51.558 16  switches: flows:  153254 159028 158593 149246 154166 154643 147485 149446 148146 142463 143785 148818 144269 144321 145921 147889  total = 39.791452 per ms 
01:14:51.659 16  switches: flows:  151807 158370 157576 152483 153860 151295 148458 147397 147277 143291 143290 148469 141671 142633 146876 147407  total = 39.636466 per ms 
01:15:51.760 16  switches: flows:  151553 156768 154929 149543 152020 153989 146503 146936 146288 141933 142547 145569 142525 143467 143752 145579  total = 39.332662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39117.00/39819.57/39512.10/13173.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.778628" elapsed="0.000558"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-28T01:15:51.779408" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-28T01:15:51.780486" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-28T01:15:51.780618" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39117.00/39819.57/39512.10/13173.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-28T01:15:51.780174" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:15:51.781264" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39117.00/39819.57/39512.10/13173.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:15:51.780895" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.784239" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.781509" elapsed="0.002786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.786826" level="INFO">39117.00/39819.57/39512.10/13173.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.784437" elapsed="0.002444"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:15:51.789210" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:15:51.787033" elapsed="0.002204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-28T01:15:51.791648" level="INFO">@{result_value_list} = [ 39117.00 | 39819.57 | 39512.10 | 13173.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-28T01:15:51.789442" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.792161" level="INFO">Length is 4.</msg>
<msg time="2026-04-28T01:15:51.792248" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-28T01:15:51.791845" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.796911" level="INFO">min :: 39117.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.792654" elapsed="0.004313"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-28T01:15:51.792527" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.801486" level="INFO">max :: 39819.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.797213" elapsed="0.004328"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-28T01:15:51.797089" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.806361" level="INFO">avg :: 39512.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.801804" elapsed="0.004614"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-28T01:15:51.801659" elapsed="0.004792"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.810999" level="INFO">stdev :: 13173.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-04-28T01:15:51.806658" elapsed="0.004398"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-28T01:15:51.806535" elapsed="0.004555"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-28T01:15:51.792339" elapsed="0.018782"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.815190" level="INFO">${min} = 39117.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:15:51.811282" elapsed="0.003936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.819048" level="INFO">${max} = 39819.57</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:15:51.815372" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.822901" level="INFO">${average} = 39512.10</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:15:51.819223" elapsed="0.003705"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.826779" level="INFO">${stdev} = 13173.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-28T01:15:51.823076" elapsed="0.003731"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.827342" level="INFO">${date} = 2026-04-28 01:15:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-28T01:15:51.826966" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.827934" level="INFO">CBench Result: 2026-04-28 01:15:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39117.00,39819.57,39512.10,13173.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-28T01:15:51.827512" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-28T01:15:51.829130" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-28T01:15:51.828622" 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-04-28T01:15:51.829353" 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-04-28T01:15:51.828146" elapsed="0.001815"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-28T01:05:45.062951" elapsed="606.767074"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.830514" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-28T01:15:51.830170" elapsed="0.000400"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-28T01:15:51.831789" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-28T01:15:51.831302" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-28T01:15:51.832052" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-04-28T01:15:51.831899" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-28T01:15:51.831878" elapsed="0.000266"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.832291" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.832446" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.832600" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.832811" 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-04-28T01:15:51.832959" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.833101" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.833242" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-28T01:15:51.833455" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-28T01:15:51.833323" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-04-28T01:15:51.833307" 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-04-28T01:15:51.830961" elapsed="0.002623"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-28T01:05:45.061641" elapsed="606.771989"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-28T00:45:29.325001" elapsed="1822.509161"/>
</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>
