<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-20T00:47:59.258723" 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-20T00:47:59.843458" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-20T00:47:59.843305" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-04-20T00:47:59.843275" elapsed="0.000322"/>
</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-20T00:47:59.843775" elapsed="0.000553"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T00:47:59.844833" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-04-20T00:48:00.503051" 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-20T00:47:59.844504" elapsed="0.658778"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T00:48:00.551674" 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-20T00:48:00.503569" elapsed="0.048177"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T00:48:00.553633" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T00:48:00.553754" 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-20T00:48:00.551916" elapsed="0.001868"/>
</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-20T00:48:00.553939" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:48:00.554305" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.555010" 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-20T00:48:00.554663" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T00:48:00.555139" elapsed="0.000055"/>
</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.110
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-20T00:47:59.842903" elapsed="0.712414"/>
</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-20T00:47:59.839053" elapsed="0.716328"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T00:48:00.555960" 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-20T00:48:00.555567" elapsed="0.000452"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T00:48:00.556447" 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-20T00:48:00.556190" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.557066" 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-20T00:48:00.556671" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.557639" 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-20T00:48:00.557302" elapsed="0.000381"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.558223" 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-20T00:48:00.557829" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.558727" 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-20T00:48:00.558412" elapsed="0.000358"/>
</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-20T00:48:00.559071" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-04-20T00:48:00.558856" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T00:48:00.563620" 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-20T00:48:00.563207" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T00:48:00.564661" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T00:48:00.564745" 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-20T00:48:00.564229" elapsed="0.000540"/>
</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-20T00:48:00.564913" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T00:48:00.566300" level="INFO">Logging into '10.30.171.79:22' as 'jenkins'.</msg>
<msg time="2026-04-20T00:48:01.318986" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 20 00:48:00 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.79
  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-193-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-20T00:48:00.565798" elapsed="0.753521"/>
</kw>
<msg time="2026-04-20T00:48:01.319496" 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-20T00:48:00.565445" elapsed="0.754269"/>
</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-20T00:48:00.563869" elapsed="0.756111"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.327937" 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-20T00:48:01.320440" elapsed="0.008945"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:48:01.329591" elapsed="0.000307"/>
</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-20T00:48:00.562665" elapsed="0.767299"/>
</kw>
<status status="PASS" start="2026-04-20T00:48:00.559385" elapsed="0.770621"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:00.558830" elapsed="0.771228"/>
</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-20T00:48:01.330254" elapsed="0.000554"/>
</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-20T00:48:01.335446" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-20T00:48:01.335315" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:01.335287" elapsed="0.000241"/>
</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-20T00:48:01.340433" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-20T00:48:01.340267" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:01.340237" elapsed="0.000297"/>
</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-20T00:48:01.340721" elapsed="0.000675"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.341976" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-04-20T00:48:01.527736" 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-20T00:48:01.341608" elapsed="0.186320"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.620643" 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-20T00:48:01.528250" elapsed="0.092573"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.632986" 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-20T00:48:01.633207" 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-20T00:48:01.621232" elapsed="0.012007"/>
</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-20T00:48:01.633388" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:48:01.633805" elapsed="0.000263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.634639" 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-20T00:48:01.634254" elapsed="0.000455"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T00:48:01.634769" elapsed="0.000070"/>
</return>
<msg time="2026-04-20T00:48:01.635014" 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.110
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-20T00:48:01.339728" elapsed="0.295319"/>
</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-20T00:48:01.635220" elapsed="0.000657"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T00:48:01.635932" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-20T00:48:01.334944" elapsed="0.301123"/>
</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-20T00:48:01.639905" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-20T00:48:01.639760" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:01.639736" elapsed="0.000243"/>
</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-20T00:48:01.640130" elapsed="0.000704"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.641281" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-04-20T00:48:01.811699" 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-20T00:48:01.640992" elapsed="0.170913"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.837066" 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-20T00:48:01.812244" elapsed="0.024907"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.838954" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T00:48:01.839071" 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-20T00:48:01.837311" elapsed="0.001804"/>
</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-20T00:48:01.839259" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:48:01.839634" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.840400" 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-20T00:48:01.840015" elapsed="0.000438"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T00:48:01.840514" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.110
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-20T00:48:01.639401" elapsed="0.201326"/>
</kw>
<status status="PASS" start="2026-04-20T00:47:59.837143" elapsed="2.003655"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.843492" 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-20T00:48:01.841784" elapsed="0.001824"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.845251" 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-20T00:48:01.844858" elapsed="0.000439"/>
</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-20T00:48:01.845647" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-20T00:48:01.845387" elapsed="0.000323"/>
</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-20T00:48:01.848929" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-20T00:48:01.848640" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:01.848614" elapsed="0.000401"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.849397" 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-20T00:48:01.849525" 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-20T00:48:01.849168" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.850151" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.79" 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-20T00:48:01.849690" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.850867" 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-20T00:48:01.850361" elapsed="0.000534"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T00:48:01.851948" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T00:48:01.852043" 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-20T00:48:01.851510" elapsed="0.000557"/>
</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-20T00:48:01.852232" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T00:48:01.853472" level="INFO">Logging into '10.30.171.79:22' as 'jenkins'.</msg>
<msg time="2026-04-20T00:48:02.192023" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 20 00:48:00 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 20 00:48:01 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-193-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-20T00:48:01.853087" elapsed="0.339192"/>
</kw>
<msg time="2026-04-20T00:48:02.192380" 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-20T00:48:01.852733" elapsed="0.339759"/>
</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-20T00:48:01.851121" elapsed="0.341520"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T00:48:02.193581" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T00:58:08.299658" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T00:58:08.300198" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T00:58:08.300307" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-20T00:48:02.192903" elapsed="606.107462"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:58:08.300785" elapsed="0.000732"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.302702" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:07.389 16  switches: flows:  94295 93316 92798 90797 94674 91207 92721 93632 92794 90125 89099 90201 91135 89578 92257 92472  total = 24.518350 per ms 
00:50:07.489 16  switches: flows:  104584 105989 103842 103767 105903 104985 105037 104060 101675 101288 101547 102154 100642 102434 101611 102074  total = 27.480650 per ms 
00:51:07.590 16  switches: flows:  105414 106043 105261 104337 103492 104630 103985 103396 99377 101158 102193 101508 100874 101638 102143 102764  total = 27.424016 per ms 
00:52:07.691 16  switches: flows:  113952 115476 113275 111661 113694 113431 111963 112755 111515 108817 109986 110751 108059 110696 111137 108789  total = 29.716346 per ms 
00:53:07.792 16  switches: flows:  117615 118724 116762 114701 117445 115244 114702 115596 113845 111227 113090 113477 112543 114427 113785 112401  total = 30.542006 per ms 
00:54:07.893 16  switches: flows:  114394 118782 117045 114487 117279 115966 114940 116403 112554 111047 111891 112793 111557 114932 114075 110946  total = 30.434033 per ms 
00:55:07.995 16  switches: flows:  115691 119549 117461 115194 117804 115978 115534 115278 114064 111792 113170 114896 113923 115195 114815 113792  total = 30.684353 per ms 
00:56:08.095 16  switches: flows:  114243 119097 117380 112891 117394 113609 115123 114400 112793 110597 111707 112558 112263 112560 112763 112851  total = 30.319855 per ms 
00:57:08.196 16  switches: flows:  114120 115648 112089 113358 114847 112597 113896 112854 112076 112486 111785 108695 110146 111317 110118 108500  total = 29.859046 per ms 
00:58:08.297 16  switches: flows:  111430 113139 111564 112041 113971 110651 114005 113996 111589 112013 111062 110313 108242 110778 109077 107342  total = 29.637413 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27424.02/30684.35/29566.41/9926.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T00:58:08.301879" elapsed="0.001106"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T00:58:08.303521" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-20T00:58:08.303211" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-04-20T00:58:08.303148" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T00:58:08.303966" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-20T00:58:08.303882" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-20T00:58:08.303846" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T00:58:08.304214" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T00:58:08.309765" elapsed="0.000814"/>
</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-20T00:58:08.310903" elapsed="0.000286"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T00:58:08.311321" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T00:58:08.304892" elapsed="0.006580"/>
</kw>
<msg time="2026-04-20T00:58:08.311601" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-20T00:48:01.846120" elapsed="606.465507"/>
</kw>
<status status="PASS" start="2026-04-20T00:48:01.845750" elapsed="606.465926"/>
</branch>
<status status="PASS" start="2026-04-20T00:48:01.845359" elapsed="606.466340"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.312145" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:07.389 16  switches: flows:  94295 93316 92798 90797 94674 91207 92721 93632 92794 90125 89099 90201 91135 89578 92257 92472  total = 24.518350 per ms 
00:50:07.489 16  switches: flows:  104584 105989 103842 103767 105903 104985 105037 104060 101675 101288 101547 102154 100642 102434 101611 102074  total = 27.480650 per ms 
00:51:07.590 16  switches: flows:  105414 106043 105261 104337 103492 104630 103985 103396 99377 101158 102193 101508 100874 101638 102143 102764  total = 27.424016 per ms 
00:52:07.691 16  switches: flows:  113952 115476 113275 111661 113694 113431 111963 112755 111515 108817 109986 110751 108059 110696 111137 108789  total = 29.716346 per ms 
00:53:07.792 16  switches: flows:  117615 118724 116762 114701 117445 115244 114702 115596 113845 111227 113090 113477 112543 114427 113785 112401  total = 30.542006 per ms 
00:54:07.893 16  switches: flows:  114394 118782 117045 114487 117279 115966 114940 116403 112554 111047 111891 112793 111557 114932 114075 110946  total = 30.434033 per ms 
00:55:07.995 16  switches: flows:  115691 119549 117461 115194 117804 115978 115534 115278 114064 111792 113170 114896 113923 115195 114815 113792  total = 30.684353 per ms 
00:56:08.095 16  switches: flows:  114243 119097 117380 112891 117394 113609 115123 114400 112793 110597 111707 112558 112263 112560 112763 112851  total = 30.319855 per ms 
00:57:08.196 16  switches: flows:  114120 115648 112089 113358 114847 112597 113896 112854 112076 112486 111785 108695 110146 111317 110118 108500  total = 29.859046 per ms 
00:58:08.297 16  switches: flows:  111430 113139 111564 112041 113971 110651 114005 113996 111589 112013 111062 110313 108242 110778 109077 107342  total = 29.637413 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27424.02/30684.35/29566.41/9926.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T00:58:08.311838" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T00:58:08.312367" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T00:58:08.313133" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T00:58:08.313227" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27424.02/30684.35/29566.41/9926.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-20T00:58:08.312891" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T00:58:08.313661" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27424.02/30684.35/29566.41/9926.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-20T00:58:08.313406" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.316035" 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-20T00:58:08.313832" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.318456" level="INFO">27424.02/30684.35/29566.41/9926.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T00:58:08.316255" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T00:58:08.320833" 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-20T00:58:08.318663" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T00:58:08.323267" level="INFO">@{result_value_list} = [ 27424.02 | 30684.35 | 29566.41 | 9926.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-20T00:58:08.321046" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.323748" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T00:58:08.323843" 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-20T00:58:08.323446" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.328512" level="INFO">min :: 27424.02</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-20T00:58:08.324280" elapsed="0.004288"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T00:58:08.324150" elapsed="0.004453"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.333932" level="INFO">max :: 30684.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T00:58:08.328819" elapsed="0.005171"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T00:58:08.328692" elapsed="0.005333"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.338604" level="INFO">avg :: 29566.41</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-20T00:58:08.334261" elapsed="0.004401"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T00:58:08.334130" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.343517" level="INFO">stdev :: 9926.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-20T00:58:08.338917" elapsed="0.004657"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T00:58:08.338790" elapsed="0.004820"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T00:58:08.323937" elapsed="0.019706"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.347487" level="INFO">${min} = 27424.02</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-20T00:58:08.343800" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.351372" level="INFO">${max} = 30684.35</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-20T00:58:08.347667" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.355388" level="INFO">${average} = 29566.41</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-20T00:58:08.351551" elapsed="0.003863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.359251" level="INFO">${stdev} = 9926.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-20T00:58:08.355563" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.359785" level="INFO">${date} = 2026-04-20 00:58:08</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-20T00:58:08.359433" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.360384" level="INFO">CBench Result: 2026-04-20 00:58:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27424.02,30684.35,29566.41,9926.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-20T00:58:08.359954" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T00:58:08.361464" 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-20T00:58:08.361043" elapsed="0.000487"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T00:58:08.361680" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T00:58:08.360577" elapsed="0.001640"/>
</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-20T00:48:01.844166" elapsed="606.518112"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.362762" 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-20T00:58:08.362445" elapsed="0.000373"/>
</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-20T00:58:08.363342" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-20T00:58:08.363028" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T00:48:01.841007" elapsed="606.522710"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.364985" 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-20T00:58:08.364610" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.366282" 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-20T00:58:08.365938" elapsed="0.000386"/>
</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-20T00:58:08.366684" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T00:58:08.366465" 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-20T00:58:08.369604" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T00:58:08.369362" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-04-20T00:58:08.369343" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T00:58:08.369993" 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-20T00:58:08.370127" 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-20T00:58:08.369809" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.370718" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.79" 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-20T00:58:08.370288" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T00:58:08.371322" 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-20T00:58:08.370912" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T00:58:08.372234" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T00:58:08.372322" 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-20T00:58:08.371914" elapsed="0.000432"/>
</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-20T00:58:08.372484" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T00:58:08.373657" level="INFO">Logging into '10.30.171.79:22' as 'jenkins'.</msg>
<msg time="2026-04-20T00:58:08.939658" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 20 00:58:08 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 20 00:48:02 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-193-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-20T00:58:08.373306" elapsed="0.566470"/>
</kw>
<msg time="2026-04-20T00:58:08.939842" 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-20T00:58:08.372952" elapsed="0.566959"/>
</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-20T00:58:08.371547" elapsed="0.568453"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T00:58:08.940415" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T01:08:14.977324" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T01:08:14.977884" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T01:08:14.977991" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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-20T00:58:08.940182" elapsed="606.037868"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:08:14.978591" elapsed="0.000909"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:14.980656" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:14.069 16  switches: flows:  542868 543814 554450 544054 540486 549017 554417 550434 537194 538199 529652 531188 548462 534026 532375 532985  total = 144.393683 per ms 
01:00:14.172 16  switches: flows:  567992 570706 576219 568170 561780 564651 560702 567342 564286 553927 562473 574876 573339 561540 563471 557231  total = 150.557964 per ms 
01:01:14.273 16  switches: flows:  590761 589805 599362 601477 598783 597265 608318 590854 595762 587540 593752 570070 586867 577841 587164 597887  total = 157.626756 per ms 
01:02:14.375 16  switches: flows:  621682 622158 629581 623103 614013 620010 630778 621451 620998 624656 620371 621054 629335 626417 611276 623934  total = 165.732019 per ms 
01:03:14.477 16  switches: flows:  597114 605015 609101 605544 607426 590360 611035 604321 606064 602501 600633 605436 607338 617567 607469 614359  total = 161.250115 per ms 
01:04:14.579 16  switches: flows:  626192 633353 636513 629652 634409 630366 635290 631545 632973 625310 623654 623802 621062 631653 637344 633251  total = 167.822767 per ms 
01:05:14.681 16  switches: flows:  600779 600328 599872 605574 588438 599547 599234 595670 587787 611869 600673 600681 601457 593415 601403 595665  total = 159.437010 per ms 
01:06:14.782 16  switches: flows:  612330 611522 614416 607842 615378 615127 620067 612238 615171 618100 621481 613073 611152 610671 609774 606018  total = 163.298573 per ms 
01:07:14.883 16  switches: flows:  629573 627778 633628 634224 621606 634246 621004 637969 620572 633835 629058 628240 630905 629522 636739 643733  total = 167.929017 per ms 
01:08:14.984 16  switches: flows:  596053 583919 595412 593836 590631 602239 589762 585454 594093 594258 590528 585441 591736 575222 595792 598561  total = 157.451235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150557.96/167929.02/161233.94/54009.92 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:08:14.979871" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T01:08:14.981514" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-04-20T01:08:14.981188" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-04-20T01:08:14.981127" elapsed="0.000619"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T01:08:14.981959" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:08:14.981876" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-20T01:08:14.981840" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T01:08:14.982202" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T01:08:14.986194" elapsed="0.000478"/>
</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-20T01:08:14.986876" elapsed="0.000309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:08:14.987374" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T01:08:14.982887" elapsed="0.004709"/>
</kw>
<msg time="2026-04-20T01:08:14.987786" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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-20T00:58:08.367075" elapsed="606.620747"/>
</kw>
<status status="PASS" start="2026-04-20T00:58:08.366768" elapsed="606.621124"/>
</branch>
<status status="PASS" start="2026-04-20T00:58:08.366444" elapsed="606.621480"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:14.988568" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:14.069 16  switches: flows:  542868 543814 554450 544054 540486 549017 554417 550434 537194 538199 529652 531188 548462 534026 532375 532985  total = 144.393683 per ms 
01:00:14.172 16  switches: flows:  567992 570706 576219 568170 561780 564651 560702 567342 564286 553927 562473 574876 573339 561540 563471 557231  total = 150.557964 per ms 
01:01:14.273 16  switches: flows:  590761 589805 599362 601477 598783 597265 608318 590854 595762 587540 593752 570070 586867 577841 587164 597887  total = 157.626756 per ms 
01:02:14.375 16  switches: flows:  621682 622158 629581 623103 614013 620010 630778 621451 620998 624656 620371 621054 629335 626417 611276 623934  total = 165.732019 per ms 
01:03:14.477 16  switches: flows:  597114 605015 609101 605544 607426 590360 611035 604321 606064 602501 600633 605436 607338 617567 607469 614359  total = 161.250115 per ms 
01:04:14.579 16  switches: flows:  626192 633353 636513 629652 634409 630366 635290 631545 632973 625310 623654 623802 621062 631653 637344 633251  total = 167.822767 per ms 
01:05:14.681 16  switches: flows:  600779 600328 599872 605574 588438 599547 599234 595670 587787 611869 600673 600681 601457 593415 601403 595665  total = 159.437010 per ms 
01:06:14.782 16  switches: flows:  612330 611522 614416 607842 615378 615127 620067 612238 615171 618100 621481 613073 611152 610671 609774 606018  total = 163.298573 per ms 
01:07:14.883 16  switches: flows:  629573 627778 633628 634224 621606 634246 621004 637969 620572 633835 629058 628240 630905 629522 636739 643733  total = 167.929017 per ms 
01:08:14.984 16  switches: flows:  596053 583919 595412 593836 590631 602239 589762 585454 594093 594258 590528 585441 591736 575222 595792 598561  total = 157.451235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150557.96/167929.02/161233.94/54009.92 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:08:14.988150" elapsed="0.000524"/>
</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-20T01:08:14.988885" elapsed="0.000549"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T01:08:14.989960" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T01:08:14.990087" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150557.96/167929.02/161233.94/54009.92 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-20T01:08:14.989659" elapsed="0.000489"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:08:14.990746" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150557.96/167929.02/161233.94/54009.92 | 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-20T01:08:14.990385" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:14.993650" 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-20T01:08:14.991027" elapsed="0.002679"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:14.996065" level="INFO">150557.96/167929.02/161233.94/54009.92</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:08:14.993851" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:08:14.998476" 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-20T01:08:14.996288" elapsed="0.002215"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:08:15.000955" level="INFO">@{result_value_list} = [ 150557.96 | 167929.02 | 161233.94 | 54009.92 ]</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-20T01:08:14.998691" elapsed="0.002292"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.001473" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T01:08:15.001561" 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-20T01:08:15.001156" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.006338" level="INFO">min :: 150557.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:08:15.001972" elapsed="0.004422"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T01:08:15.001842" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.011182" level="INFO">max :: 167929.02</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-20T01:08:15.006657" elapsed="0.004583"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T01:08:15.006520" elapsed="0.004759"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.015833" level="INFO">avg :: 161233.94</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-20T01:08:15.011495" elapsed="0.004396"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T01:08:15.011367" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.020507" level="INFO">stdev :: 54009.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:08:15.016163" elapsed="0.004401"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T01:08:15.016015" elapsed="0.004589"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T01:08:15.001651" elapsed="0.018989"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.024559" level="INFO">${min} = 150557.96</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-20T01:08:15.020802" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.028822" level="INFO">${max} = 167929.02</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-20T01:08:15.024739" elapsed="0.004109"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.032799" level="INFO">${average} = 161233.94</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-20T01:08:15.029001" elapsed="0.003825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.036752" level="INFO">${stdev} = 54009.92</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-20T01:08:15.032976" elapsed="0.003809"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.037323" level="INFO">${date} = 2026-04-20 01:08:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T01:08:15.036949" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.037914" level="INFO">CBench Result: 2026-04-20 01:08:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150557.96,167929.02,161233.94,54009.92</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-20T01:08:15.037497" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T01:08:15.039017" 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-20T01:08:15.038596" elapsed="0.000566"/>
</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-20T01:08:15.039318" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T01:08:15.038128" elapsed="0.001715"/>
</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-20T00:58:08.365363" elapsed="606.674541"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.040412" 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-20T01:08:15.040068" elapsed="0.000401"/>
</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-20T01:08:15.040979" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-04-20T01:08:15.040679" elapsed="0.000669"/>
</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-20T00:58:08.364023" elapsed="606.677365"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.042806" 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-20T01:08:15.042400" elapsed="0.000466"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.044266" 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-20T01:08:15.043809" elapsed="0.000504"/>
</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-20T01:08:15.044664" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:08:15.044446" elapsed="0.000277"/>
</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-20T01:08:15.047667" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:08:15.047407" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-20T01:08:15.047386" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T01:08:15.048065" 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-20T01:08:15.048203" 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-20T01:08:15.047880" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.048804" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.79" 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-20T01:08:15.048369" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T01:08:15.049411" 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-20T01:08:15.049002" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T01:08:15.050486" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T01:08:15.050582" 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-20T01:08:15.050019" elapsed="0.000587"/>
</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-20T01:08:15.050748" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T01:08:15.052011" level="INFO">Logging into '10.30.171.79:22' as 'jenkins'.</msg>
<msg time="2026-04-20T01:08:15.645956" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Apr 20 01:08:15 UTC 2026

  System load:  0.31               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.79
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Apr 20 00:58:08 2026 from 10.30.171.170
[?2004h[jenkins@releng-63164-193-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-20T01:08:15.051639" elapsed="0.594479"/>
</kw>
<msg time="2026-04-20T01:08:15.646193" 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-20T01:08:15.051287" elapsed="0.594978"/>
</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-20T01:08:15.049636" elapsed="0.596727"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T01:08:15.646827" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T01:18:21.671764" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T01:18:21.672366" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T01:18:21.672492" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-20T01:08:15.646553" elapsed="606.025996"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:18:21.672997" elapsed="0.000712"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.674826" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:20.789 16  switches: flows:  103056 103335 104077 102263 102366 100728 101414 101614 99913 97703 97381 99244 97490 97057 97632 98109  total = 26.723033 per ms 
01:10:20.889 16  switches: flows:  121375 122791 123265 119620 119503 118910 119692 120457 119319 115238 114160 117517 115620 112324 115032 115320  total = 31.449889 per ms 
01:11:20.989 16  switches: flows:  117256 117760 118094 117139 115694 114200 115864 117784 114560 112302 110235 113086 111560 110008 111455 111295  total = 30.420731 per ms 
01:12:21.089 16  switches: flows:  123938 124281 124569 124401 121009 119345 122747 123020 120267 119154 116035 118191 117868 118978 117092 114884  total = 32.042817 per ms 
01:13:21.190 16  switches: flows:  121831 121683 123088 123605 121964 117976 123111 122508 118668 117658 115541 116905 117094 118393 117626 114113  total = 31.809631 per ms 
01:14:21.290 16  switches: flows:  121674 121415 121613 122588 121076 118856 123127 122986 118754 117545 116182 117744 116960 117592 116420 114697  total = 31.767215 per ms 
01:15:21.391 16  switches: flows:  123132 123825 125172 124638 120246 119182 122234 123249 120339 118207 118834 119991 116153 118930 116389 115170  total = 32.040986 per ms 
01:16:21.492 16  switches: flows:  118953 120833 120315 121393 118376 114992 118836 120555 116425 115513 114549 115626 113874 115368 114001 112210  total = 31.144983 per ms 
01:17:21.592 16  switches: flows:  121047 120383 119020 120416 118676 116988 117576 117825 116563 115717 115143 114146 113827 113436 114084 115250  total = 31.116326 per ms 
01:18:21.692 16  switches: flows:  123487 122524 120995 124142 120326 122270 120239 119159 117332 116689 117976 116175 116611 116267 118559 117792  total = 31.789235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.73/32042.82/31509.09/10515.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:18:21.674060" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T01:18:21.675677" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-20T01:18:21.675365" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-04-20T01:18:21.675307" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T01:18:21.676090" elapsed="0.000059"/>
</return>
<status status="NOT RUN" start="2026-04-20T01:18:21.676008" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-04-20T01:18:21.675973" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T01:18:21.676329" 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-20T01:18:21.681514" elapsed="0.000338"/>
</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-20T01:18:21.681996" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T01:18:21.682306" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T01:18:21.677018" elapsed="0.005438"/>
</kw>
<msg time="2026-04-20T01:18:21.682590" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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-20T01:08:15.045057" elapsed="606.637559"/>
</kw>
<status status="PASS" start="2026-04-20T01:08:15.044748" elapsed="606.637917"/>
</branch>
<status status="PASS" start="2026-04-20T01:08:15.044422" elapsed="606.638267"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.683132" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110: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.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:20.789 16  switches: flows:  103056 103335 104077 102263 102366 100728 101414 101614 99913 97703 97381 99244 97490 97057 97632 98109  total = 26.723033 per ms 
01:10:20.889 16  switches: flows:  121375 122791 123265 119620 119503 118910 119692 120457 119319 115238 114160 117517 115620 112324 115032 115320  total = 31.449889 per ms 
01:11:20.989 16  switches: flows:  117256 117760 118094 117139 115694 114200 115864 117784 114560 112302 110235 113086 111560 110008 111455 111295  total = 30.420731 per ms 
01:12:21.089 16  switches: flows:  123938 124281 124569 124401 121009 119345 122747 123020 120267 119154 116035 118191 117868 118978 117092 114884  total = 32.042817 per ms 
01:13:21.190 16  switches: flows:  121831 121683 123088 123605 121964 117976 123111 122508 118668 117658 115541 116905 117094 118393 117626 114113  total = 31.809631 per ms 
01:14:21.290 16  switches: flows:  121674 121415 121613 122588 121076 118856 123127 122986 118754 117545 116182 117744 116960 117592 116420 114697  total = 31.767215 per ms 
01:15:21.391 16  switches: flows:  123132 123825 125172 124638 120246 119182 122234 123249 120339 118207 118834 119991 116153 118930 116389 115170  total = 32.040986 per ms 
01:16:21.492 16  switches: flows:  118953 120833 120315 121393 118376 114992 118836 120555 116425 115513 114549 115626 113874 115368 114001 112210  total = 31.144983 per ms 
01:17:21.592 16  switches: flows:  121047 120383 119020 120416 118676 116988 117576 117825 116563 115717 115143 114146 113827 113436 114084 115250  total = 31.116326 per ms 
01:18:21.692 16  switches: flows:  123487 122524 120995 124142 120326 122270 120239 119159 117332 116689 117976 116175 116611 116267 118559 117792  total = 31.789235 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.73/32042.82/31509.09/10515.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:18:21.682830" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T01:18:21.683358" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T01:18:21.684107" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T01:18:21.684198" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30420.73/32042.82/31509.09/10515.07 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-20T01:18:21.683878" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:18:21.684635" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30420.73/32042.82/31509.09/10515.07 | 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-20T01:18:21.684382" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.687066" 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-20T01:18:21.684806" elapsed="0.002331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.689634" level="INFO">30420.73/32042.82/31509.09/10515.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:18:21.687283" elapsed="0.002407"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:18:21.692025" 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-20T01:18:21.689838" elapsed="0.002214"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T01:18:21.694527" level="INFO">@{result_value_list} = [ 30420.73 | 32042.82 | 31509.09 | 10515.07 ]</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-20T01:18:21.692260" elapsed="0.002294"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.695009" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T01:18:21.695113" 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-20T01:18:21.694708" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.699811" level="INFO">min :: 30420.73</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-20T01:18:21.695520" elapsed="0.004348"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T01:18:21.695394" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.704424" level="INFO">max :: 32042.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:18:21.700133" elapsed="0.004351"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T01:18:21.699992" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.708986" level="INFO">avg :: 31509.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-20T01:18:21.704723" elapsed="0.004319"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T01:18:21.704599" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.713539" level="INFO">stdev :: 10515.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T01:18:21.709304" elapsed="0.004290"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T01:18:21.709173" elapsed="0.004455"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T01:18:21.695204" elapsed="0.018453"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.717676" level="INFO">${min} = 30420.73</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-20T01:18:21.713877" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.721524" level="INFO">${max} = 32042.82</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-20T01:18:21.717857" elapsed="0.003693"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.725604" level="INFO">${average} = 31509.09</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-20T01:18:21.721701" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.729529" level="INFO">${stdev} = 10515.07</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-20T01:18:21.725785" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.730050" level="INFO">${date} = 2026-04-20 01:18:21</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-20T01:18:21.729713" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.730641" level="INFO">CBench Result: 2026-04-20 01:18:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30420.73,32042.82,31509.09,10515.07</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-20T01:18:21.730236" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T01:18:21.731801" 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-20T01:18:21.731312" elapsed="0.000573"/>
</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-20T01:18:21.732057" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T01:18:21.730833" elapsed="0.001788"/>
</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-20T01:08:15.043237" elapsed="606.689456"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.733180" 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-20T01:18:21.732844" elapsed="0.000397"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T01:18:21.734453" 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-20T01:18:21.733953" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-20T01:18:21.734708" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-04-20T01:18:21.734560" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-20T01:18:21.734541" elapsed="0.000258"/>
</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-20T01:18:21.734943" elapsed="0.000023"/>
</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-20T01:18:21.735123" elapsed="0.000023"/>
</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-20T01:18:21.735289" elapsed="0.000022"/>
</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-20T01:18:21.735485" 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-20T01:18:21.735639" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-20T01:18:21.735789" elapsed="0.000026"/>
</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-20T01:18:21.735945" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-20T01:18:21.736186" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-20T01:18:21.736031" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-04-20T01:18:21.736013" elapsed="0.000252"/>
</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-20T01:18:21.733612" elapsed="0.002703"/>
</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-20T01:08:15.041694" elapsed="606.694680"/>
</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-20T00:47:59.260328" elapsed="1822.476602"/>
</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>
