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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T00:39:45.554356" elapsed="0.692890"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T00:39:46.296292" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:46.247572" elapsed="0.048791"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T00:39:46.298391" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T00:39:46.298510" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-10T00:39:46.296552" elapsed="0.002004"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:46.298720" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:39:46.299094" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.299861" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:39:46.299456" elapsed="0.000462"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T00:39:46.299974" elapsed="0.000059"/>
</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.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T00:39:45.552821" elapsed="0.747342"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-10T00:39:45.549070" elapsed="0.751160"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T00:39:46.300830" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T00:39:46.300430" elapsed="0.000458"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T00:39:46.301293" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T00:39:46.301042" elapsed="0.000313"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.301938" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T00:39:46.301513" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.302490" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T00:39:46.302145" elapsed="0.000405"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.303074" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T00:39:46.302700" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.303605" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T00:39:46.303262" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-10T00:39:46.304026" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-10T00:39:46.303772" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T00:39:46.308562" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T00:39:46.308113" elapsed="0.000478"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T00:39:46.309926" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T00:39:46.310012" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T00:39:46.309154" elapsed="0.000883"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T00:39:46.310187" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T00:39:46.311604" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-08-10T00:39:47.046228" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 00:39:46 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-366-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T00:39:46.311074" elapsed="0.735326"/>
</kw>
<msg time="2026-08-10T00:39:47.046507" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T00:39:46.310720" elapsed="0.735909"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T00:39:46.308799" elapsed="0.737973"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.054638" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-10T00:39:47.047029" elapsed="0.009408"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:39:47.056724" elapsed="0.000391"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-10T00:39:46.307553" elapsed="0.749650"/>
</kw>
<status status="PASS" start="2026-08-10T00:39:46.304165" elapsed="0.753091"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:46.303745" elapsed="0.753558"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T00:39:47.057516" elapsed="0.000728"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T00:39:47.064590" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-10T00:39:47.064392" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:47.064357" elapsed="0.000342"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T00:39:47.069789" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-10T00:39:47.069627" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:47.069599" elapsed="0.000286"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T00:39:47.070069" elapsed="0.000643"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.071281" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-08-10T00:39:47.250602" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T00:39:47.070918" elapsed="0.179839"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.352786" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:47.251020" elapsed="0.101898"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.362486" 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-08-10T00:39:47.362745" 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-08-10T00:39:47.353155" elapsed="0.009623"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:47.362920" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:39:47.363312" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:39:47.364083" 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-08-10T00:39:47.363746" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T00:39:47.364193" elapsed="0.000062"/>
</return>
<msg time="2026-08-10T00:39:47.364419" 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.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T00:39:47.069090" elapsed="0.295362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T00:39:47.364625" elapsed="0.000617"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T00:39:47.365292" 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-08-10T00:39:47.063946" elapsed="0.301483"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-10T00:39:47.369384" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-10T00:39:47.369232" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:47.369207" elapsed="0.000248"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T00:39:47.369605" elapsed="0.000644"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.370710" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-08-10T00:39:47.562683" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-10T00:39:47.370409" elapsed="0.192451"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.593064" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:47.563148" elapsed="0.029978"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.595248" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-10T00:39:47.595362" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-10T00:39:47.593276" elapsed="0.002115"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-10T00:39:47.595547" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:39:47.595921" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:39:47.596633" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:39:47.596271" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-10T00:39:47.596738" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-10T00:39:47.368882" elapsed="0.228045"/>
</kw>
<status status="PASS" start="2026-08-10T00:39:45.547178" elapsed="2.049815"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:39:47.599543" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:39:47.598379" elapsed="0.001233"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T00:39:47.601085" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T00:39:47.600733" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T00:39:47.601451" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T00:39:47.601209" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T00:39:47.604503" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-08-10T00:39:47.604254" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:47.604235" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.604939" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Mon Aug 10 00:39:46 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 00:39:46 2026 from 10.30.171.57
[?2004h[jenkins@releng-63164-366-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T00:39:47.608431" elapsed="0.332425"/>
</kw>
<msg time="2026-08-10T00:39:47.940947" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T00:39:47.608082" elapsed="0.332958"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T00:39:47.606588" elapsed="0.334586"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T00:39:47.941768" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T00:49:54.116897" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T00:49:54.117729" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T00:49:54.117847" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T00:39:47.941413" elapsed="606.176510"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:49:54.118451" elapsed="0.000943"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.120707" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:53.210 16  switches: flows:  114027 113503 113776 112859 110393 111866 114858 114240 109872 110452 111322 105807 108926 109154 108562 111402  total = 29.683650 per ms 
00:41:53.310 16  switches: flows:  123211 123453 122452 125796 123166 124189 125955 123073 119878 120167 121816 117688 119867 119154 118898 121375  total = 32.448140 per ms 
00:42:53.410 16  switches: flows:  127928 123438 123654 128839 125192 123786 127224 126569 120021 123193 124930 118752 119063 120677 118622 121215  total = 32.830229 per ms 
00:43:53.511 16  switches: flows:  124392 122805 123812 125534 123600 121941 124190 124938 118956 121730 119321 117100 118413 120332 118198 118046  total = 32.334519 per ms 
00:44:53.611 16  switches: flows:  122940 120753 118825 121256 119764 118461 121271 120985 117034 119177 117572 115631 116126 117294 115287 117362  total = 31.609555 per ms 
00:45:53.711 16  switches: flows:  116665 115806 113319 114754 116032 115863 114846 117399 111337 112813 115481 110504 114141 110395 113568 112847  total = 30.378792 per ms 
00:46:53.811 16  switches: flows:  120798 116855 116285 116403 118145 117681 116439 120386 113500 115488 116919 112903 115441 112495 114101 114076  total = 30.913665 per ms 
00:47:53.911 16  switches: flows:  122595 119451 118136 118516 118232 120686 119777 121553 115753 118191 119270 114490 116885 114011 116744 117556  total = 31.478241 per ms 
00:48:54.012 16  switches: flows:  114269 112025 112218 114226 111531 111885 111580 112056 107234 109399 110359 105776 106730 106287 106756 107719  total = 29.285305 per ms 
00:49:54.112 16  switches: flows:  125561 125461 123914 122017 123094 123783 124064 122761 119002 119408 119018 115469 120099 118262 118091 121241  total = 32.300159 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29285.30/32830.23/31508.73/10558.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.119833" elapsed="0.001221"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T00:49:54.121642" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-08-10T00:49:54.121276" elapsed="0.000534"/>
</branch>
<status status="PASS" start="2026-08-10T00:49:54.121200" elapsed="0.000671"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T00:49:54.122100" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-10T00:49:54.122011" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-10T00:49:54.121973" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T00:49:54.122327" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T00:49:54.125759" elapsed="0.000354"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T00:49:54.126258" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T00:49:54.126576" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T00:49:54.123120" elapsed="0.003609"/>
</kw>
<msg time="2026-08-10T00:49:54.126859" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T00:39:47.601884" elapsed="606.525001"/>
</kw>
<status status="PASS" start="2026-08-10T00:39:47.601558" elapsed="606.525376"/>
</branch>
<status status="PASS" start="2026-08-10T00:39:47.601186" elapsed="606.525772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.127422" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:53.210 16  switches: flows:  114027 113503 113776 112859 110393 111866 114858 114240 109872 110452 111322 105807 108926 109154 108562 111402  total = 29.683650 per ms 
00:41:53.310 16  switches: flows:  123211 123453 122452 125796 123166 124189 125955 123073 119878 120167 121816 117688 119867 119154 118898 121375  total = 32.448140 per ms 
00:42:53.410 16  switches: flows:  127928 123438 123654 128839 125192 123786 127224 126569 120021 123193 124930 118752 119063 120677 118622 121215  total = 32.830229 per ms 
00:43:53.511 16  switches: flows:  124392 122805 123812 125534 123600 121941 124190 124938 118956 121730 119321 117100 118413 120332 118198 118046  total = 32.334519 per ms 
00:44:53.611 16  switches: flows:  122940 120753 118825 121256 119764 118461 121271 120985 117034 119177 117572 115631 116126 117294 115287 117362  total = 31.609555 per ms 
00:45:53.711 16  switches: flows:  116665 115806 113319 114754 116032 115863 114846 117399 111337 112813 115481 110504 114141 110395 113568 112847  total = 30.378792 per ms 
00:46:53.811 16  switches: flows:  120798 116855 116285 116403 118145 117681 116439 120386 113500 115488 116919 112903 115441 112495 114101 114076  total = 30.913665 per ms 
00:47:53.911 16  switches: flows:  122595 119451 118136 118516 118232 120686 119777 121553 115753 118191 119270 114490 116885 114011 116744 117556  total = 31.478241 per ms 
00:48:54.012 16  switches: flows:  114269 112025 112218 114226 111531 111885 111580 112056 107234 109399 110359 105776 106730 106287 106756 107719  total = 29.285305 per ms 
00:49:54.112 16  switches: flows:  125561 125461 123914 122017 123094 123783 124064 122761 119002 119408 119018 115469 120099 118262 118091 121241  total = 32.300159 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29285.30/32830.23/31508.73/10558.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.127095" elapsed="0.000401"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T00:49:54.127661" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T00:49:54.128436" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T00:49:54.128543" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29285.30/32830.23/31508.73/10558.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T00:49:54.128205" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T00:49:54.128982" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29285.30/32830.23/31508.73/10558.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T00:49:54.128725" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.131413" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.129153" elapsed="0.002317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.133884" level="INFO">29285.30/32830.23/31508.73/10558.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.131634" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T00:49:54.136325" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T00:49:54.134092" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T00:49:54.138777" level="INFO">@{result_value_list} = [ 29285.30 | 32830.23 | 31508.73 | 10558.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T00:49:54.136558" elapsed="0.002247"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.139278" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T00:49:54.139367" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T00:49:54.138958" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.144156" level="INFO">min :: 29285.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.139811" elapsed="0.004403"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T00:49:54.139676" elapsed="0.004572"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.148777" level="INFO">max :: 32830.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.144468" elapsed="0.004366"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T00:49:54.144340" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.153361" level="INFO">avg :: 31508.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-08-10T00:49:54.149082" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T00:49:54.148955" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.157977" level="INFO">stdev :: 10558.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.153687" elapsed="0.004346"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T00:49:54.153558" elapsed="0.004508"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T00:49:54.139466" elapsed="0.018632"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.162266" level="INFO">${min} = 29285.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T00:49:54.158257" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.166364" level="INFO">${max} = 32830.23</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T00:49:54.162448" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.170316" level="INFO">${average} = 31508.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T00:49:54.166560" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.174259" level="INFO">${stdev} = 10558.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T00:49:54.170494" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.174841" level="INFO">${date} = 2026-08-10 00:49:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T00:49:54.174447" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.175458" level="INFO">CBench Result: 2026-08-10 00:49:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29285.30,32830.23,31508.73,10558.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.175014" elapsed="0.000501"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T00:49:54.176578" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T00:49:54.176143" elapsed="0.000504"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T00:49:54.176797" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T00:49:54.175674" elapsed="0.001642"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-10T00:39:47.600068" elapsed="606.577308"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.177870" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T00:49:54.177547" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-10T00:49:54.178439" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-08-10T00:49:54.178140" elapsed="0.000657"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-10T00:39:47.597150" elapsed="606.581685"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.180370" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T00:49:54.179987" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T00:49:54.181687" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T00:49:54.181342" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T00:49:54.182058" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T00:49:54.181837" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-10T00:49:54.185009" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T00:49:54.184759" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-08-10T00:49:54.184739" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T00:49:54.185406" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Mon Aug 10 00:49:54 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 00:39:47 2026 from 10.30.171.57
[?2004h[jenkins@releng-63164-366-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T00:49:54.188760" elapsed="1.102041"/>
</kw>
<msg time="2026-08-10T00:49:55.290974" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T00:49:54.188400" elapsed="1.102785"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T00:49:54.186958" elapsed="1.104473"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T00:49:55.292631" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T01:00:01.372805" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T01:00:01.373369" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T01:00:01.373476" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T00:49:55.291976" elapsed="606.081608"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T01:00:01.374076" elapsed="0.000735"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.375993" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:00.420 16  switches: flows:  521354 528425 525066 529314 531768 513167 530620 532112 524002 529989 520349 521410 516370 521397 516585 523209  total = 139.752283 per ms 
00:52:00.522 16  switches: flows:  529658 531384 517347 540827 536278 528430 545308 536722 531175 551453 548768 532753 548517 541177 540049 543259  total = 143.142847 per ms 
00:53:00.623 16  switches: flows:  544819 549267 542549 542070 521667 544277 542491 548011 541358 538359 548840 553258 552500 541712 555305 533812  total = 144.761375 per ms 
00:54:00.725 16  switches: flows:  528365 516305 517957 530853 523538 523889 529125 519523 528464 517893 537133 526318 537324 523392 520841 513692  total = 139.673523 per ms 
00:55:00.826 16  switches: flows:  567760 567680 575063 577127 562025 555205 571891 571340 558046 571707 568485 575720 573304 573145 564552 579337  total = 151.617631 per ms 
00:56:00.929 16  switches: flows:  565128 561998 571723 562150 565421 567216 562783 564870 563073 563688 559688 576922 565147 554592 571713 564604  total = 150.422613 per ms 
00:57:01.032 16  switches: flows:  565164 565704 567701 573531 571532 574630 555692 561613 555045 568986 567237 551837 553164 558564 561866 567675  total = 150.079990 per ms 
00:58:01.133 16  switches: flows:  582593 579677 572636 570967 567337 579204 577310 579486 564776 572977 569159 574215 571710 574740 576656 573290  total = 152.855135 per ms 
00:59:01.260 16  switches: flows:  574456 574262 572912 576863 566971 578237 570504 580206 565813 579121 567341 579006 580582 562721 571532 578108  total = 152.657902 per ms 
01:00:01.361 16  switches: flows:  577186 572087 575751 578527 575430 576090 579948 573072 579122 580037 583193 581230 570712 576198 576607 572800  total = 153.541214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139673.52/153541.21/148750.25/49804.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.375187" elapsed="0.001077"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T01:00:01.376787" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-10T01:00:01.376446" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-08-10T01:00:01.376395" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T01:00:01.377278" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-10T01:00:01.377194" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-08-10T01:00:01.377151" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T01:00:01.377488" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T01:00:01.381363" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T01:00:01.382061" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T01:00:01.382469" elapsed="0.000170"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T01:00:01.378242" elapsed="0.004473"/>
</kw>
<msg time="2026-08-10T01:00:01.382894" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T00:49:54.182464" elapsed="607.200467"/>
</kw>
<status status="PASS" start="2026-08-10T00:49:54.182142" elapsed="607.200858"/>
</branch>
<status status="PASS" start="2026-08-10T00:49:54.181817" elapsed="607.201215"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.383653" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:00.420 16  switches: flows:  521354 528425 525066 529314 531768 513167 530620 532112 524002 529989 520349 521410 516370 521397 516585 523209  total = 139.752283 per ms 
00:52:00.522 16  switches: flows:  529658 531384 517347 540827 536278 528430 545308 536722 531175 551453 548768 532753 548517 541177 540049 543259  total = 143.142847 per ms 
00:53:00.623 16  switches: flows:  544819 549267 542549 542070 521667 544277 542491 548011 541358 538359 548840 553258 552500 541712 555305 533812  total = 144.761375 per ms 
00:54:00.725 16  switches: flows:  528365 516305 517957 530853 523538 523889 529125 519523 528464 517893 537133 526318 537324 523392 520841 513692  total = 139.673523 per ms 
00:55:00.826 16  switches: flows:  567760 567680 575063 577127 562025 555205 571891 571340 558046 571707 568485 575720 573304 573145 564552 579337  total = 151.617631 per ms 
00:56:00.929 16  switches: flows:  565128 561998 571723 562150 565421 567216 562783 564870 563073 563688 559688 576922 565147 554592 571713 564604  total = 150.422613 per ms 
00:57:01.032 16  switches: flows:  565164 565704 567701 573531 571532 574630 555692 561613 555045 568986 567237 551837 553164 558564 561866 567675  total = 150.079990 per ms 
00:58:01.133 16  switches: flows:  582593 579677 572636 570967 567337 579204 577310 579486 564776 572977 569159 574215 571710 574740 576656 573290  total = 152.855135 per ms 
00:59:01.260 16  switches: flows:  574456 574262 572912 576863 566971 578237 570504 580206 565813 579121 567341 579006 580582 562721 571532 578108  total = 152.657902 per ms 
01:00:01.361 16  switches: flows:  577186 572087 575751 578527 575430 576090 579948 573072 579122 580037 583193 581230 570712 576198 576607 572800  total = 153.541214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139673.52/153541.21/148750.25/49804.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.383224" elapsed="0.000535"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T01:00:01.383966" elapsed="0.000500"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T01:00:01.385013" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T01:00:01.385182" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 139673.52/153541.21/148750.25/49804.33 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T01:00:01.384710" elapsed="0.000508"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:00:01.385825" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 139673.52/153541.21/148750.25/49804.33 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:00:01.385432" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.388430" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.386067" elapsed="0.002421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.390926" level="INFO">139673.52/153541.21/148750.25/49804.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.388675" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:00:01.393415" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:00:01.391132" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:00:01.395878" level="INFO">@{result_value_list} = [ 139673.52 | 153541.21 | 148750.25 | 49804.33 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:00:01.393646" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.396363" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T01:00:01.396451" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T01:00:01.396059" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.401418" level="INFO">min :: 139673.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.396868" elapsed="0.004608"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T01:00:01.396739" elapsed="0.004771"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.406234" level="INFO">max :: 153541.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.401746" elapsed="0.004578"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T01:00:01.401617" elapsed="0.004746"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.411046" level="INFO">avg :: 148750.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.406606" elapsed="0.004498"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T01:00:01.406460" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.415865" level="INFO">stdev :: 49804.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.411362" elapsed="0.004560"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T01:00:01.411227" elapsed="0.004731"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T01:00:01.396555" elapsed="0.019434"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.419921" level="INFO">${min} = 139673.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:00:01.416148" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.423849" level="INFO">${max} = 153541.21</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:00:01.420104" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.427834" level="INFO">${average} = 148750.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:00:01.424030" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.431777" level="INFO">${stdev} = 49804.33</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:00:01.428015" elapsed="0.003790"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.432327" level="INFO">${date} = 2026-08-10 01:00:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-10T01:00:01.431966" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.432929" level="INFO">CBench Result: 2026-08-10 01:00:01,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,139673.52,153541.21,148750.25,49804.33</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.432501" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T01:00:01.434134" 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-08-10T01:00:01.433750" elapsed="0.000452"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T01:00:01.434351" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T01:00:01.433121" elapsed="0.001771"/>
</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-08-10T00:49:54.180765" elapsed="607.254186"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.435414" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T01:00:01.435099" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-10T01:00:01.435995" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-08-10T01:00:01.435695" elapsed="0.000635"/>
</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-08-10T00:49:54.179267" elapsed="607.257101"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.437715" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.437312" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.439049" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-10T01:00:01.438714" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-10T01:00:01.439420" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T01:00:01.439200" 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-08-10T01:00:01.442600" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-10T01:00:01.442329" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-08-10T01:00:01.442310" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-10T01:00:01.442987" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-10T01:00:01.442811" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.443701" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:00:01.443263" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-10T01:00:01.444288" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T01:00:01.443897" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T01:00:01.445207" level="INFO">Length is 0.</msg>
<msg time="2026-08-10T01:00:01.445312" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T01:00:01.444906" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T01:00:01.445476" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-10T01:00:01.446685" level="INFO">Logging into '10.30.171.139:22' as 'jenkins'.</msg>
<msg time="2026-08-10T01:00:02.058447" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Mon Aug 10 01:00:01 UTC 2026

  System load:  0.3                Processes:             106
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.139
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Aug 10 00:49:55 2026 from 10.30.171.57
[?2004h[jenkins@releng-63164-366-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-10T01:00:01.446305" elapsed="0.612275"/>
</kw>
<msg time="2026-08-10T01:00:02.058646" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T01:00:01.445966" elapsed="0.612757"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-10T01:00:01.444514" elapsed="0.614325"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-10T01:00:02.059235" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-10T01:10:08.093466" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-10T01:10:08.094202" level="INFO">${stdout} = </msg>
<msg time="2026-08-10T01:10:08.094308" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-10T01:00:02.059003" elapsed="606.035375"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T01:10:08.095010" elapsed="0.000846"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.097210" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:07.176 16  switches: flows:  124303 124191 122045 120385 125875 123979 126188 124616 122219 122006 121435 122494 124061 122223 120276 123210  total = 32.825100 per ms 
01:02:07.278 16  switches: flows:  126635 128234 123448 120411 129763 126611 128168 125890 123178 123571 125425 123332 128637 122811 121701 125599  total = 33.333921 per ms 
01:03:07.378 16  switches: flows:  123675 124093 120069 120323 126099 124158 125655 121253 120492 120358 122819 122034 124960 120854 119121 122327  total = 32.583799 per ms 
01:04:07.478 16  switches: flows:  78467 78196 78054 76215 78602 77815 79078 77300 78771 77969 76421 76618 75863 77629 76751 77524  total = 20.653407 per ms 
01:05:07.578 16  switches: flows:  123106 121819 124035 121157 125071 123125 125903 123038 124599 123623 121584 121451 120776 123687 120691 121885  total = 32.704577 per ms 
01:06:07.679 16  switches: flows:  123027 124907 126457 123209 127086 124937 126635 125727 124572 123757 122751 122783 123552 124428 121714 123245  total = 33.091224 per ms 
01:07:07.779 16  switches: flows:  117039 118274 117951 115060 120305 118238 118673 116432 115725 116606 116664 116488 115216 115982 115673 115327  total = 31.108956 per ms 
01:08:07.879 16  switches: flows:  124712 123998 120565 121297 125736 123064 123459 120583 119250 121279 123136 121087 118357 119506 119001 122806  total = 32.409816 per ms 
01:09:07.979 16  switches: flows:  127117 127090 124078 125951 128004 126868 127346 126070 123755 123518 126802 122918 124484 121852 122062 123514  total = 33.301566 per ms 
01:10:08.080 16  switches: flows:  128045 127344 123647 125621 127075 126719 128349 126499 124659 123153 125138 121803 124721 121563 122607 123071  total = 33.277965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20653.41/33333.92/31385.03/11147.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.096241" elapsed="0.001379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-10T01:10:08.098168" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-08-10T01:10:08.097857" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-08-10T01:10:08.097798" elapsed="0.000582"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-10T01:10:08.098667" elapsed="0.000068"/>
</return>
<status status="NOT RUN" start="2026-08-10T01:10:08.098507" elapsed="0.000309"/>
</branch>
<status status="NOT RUN" start="2026-08-10T01:10:08.098472" elapsed="0.000395"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-10T01:10:08.098940" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-10T01:10:08.105391" elapsed="0.000673"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-10T01:10:08.106214" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-10T01:10:08.106512" elapsed="0.000125"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-10T01:10:08.099765" elapsed="0.006934"/>
</kw>
<msg time="2026-08-10T01:10:08.106833" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-10T01:00:01.439845" elapsed="606.667015"/>
</kw>
<status status="PASS" start="2026-08-10T01:00:01.439503" elapsed="606.667409"/>
</branch>
<status status="PASS" start="2026-08-10T01:00:01.439180" elapsed="606.667755"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.107365" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:07.176 16  switches: flows:  124303 124191 122045 120385 125875 123979 126188 124616 122219 122006 121435 122494 124061 122223 120276 123210  total = 32.825100 per ms 
01:02:07.278 16  switches: flows:  126635 128234 123448 120411 129763 126611 128168 125890 123178 123571 125425 123332 128637 122811 121701 125599  total = 33.333921 per ms 
01:03:07.378 16  switches: flows:  123675 124093 120069 120323 126099 124158 125655 121253 120492 120358 122819 122034 124960 120854 119121 122327  total = 32.583799 per ms 
01:04:07.478 16  switches: flows:  78467 78196 78054 76215 78602 77815 79078 77300 78771 77969 76421 76618 75863 77629 76751 77524  total = 20.653407 per ms 
01:05:07.578 16  switches: flows:  123106 121819 124035 121157 125071 123125 125903 123038 124599 123623 121584 121451 120776 123687 120691 121885  total = 32.704577 per ms 
01:06:07.679 16  switches: flows:  123027 124907 126457 123209 127086 124937 126635 125727 124572 123757 122751 122783 123552 124428 121714 123245  total = 33.091224 per ms 
01:07:07.779 16  switches: flows:  117039 118274 117951 115060 120305 118238 118673 116432 115725 116606 116664 116488 115216 115982 115673 115327  total = 31.108956 per ms 
01:08:07.879 16  switches: flows:  124712 123998 120565 121297 125736 123064 123459 120583 119250 121279 123136 121087 118357 119506 119001 122806  total = 32.409816 per ms 
01:09:07.979 16  switches: flows:  127117 127090 124078 125951 128004 126868 127346 126070 123755 123518 126802 122918 124484 121852 122062 123514  total = 33.301566 per ms 
01:10:08.080 16  switches: flows:  128045 127344 123647 125621 127075 126719 128349 126499 124659 123153 125138 121803 124721 121563 122607 123071  total = 33.277965 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20653.41/33333.92/31385.03/11147.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.107075" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-10T01:10:08.107603" elapsed="0.000407"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-10T01:10:08.108394" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-10T01:10:08.108486" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20653.41/33333.92/31385.03/11147.78 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-10T01:10:08.108172" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:10:08.108990" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20653.41/33333.92/31385.03/11147.78 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:10:08.108714" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.111412" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.109172" elapsed="0.002296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.113872" level="INFO">20653.41/33333.92/31385.03/11147.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.111630" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:10:08.116291" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:10:08.114077" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-10T01:10:08.119242" level="INFO">@{result_value_list} = [ 20653.41 | 33333.92 | 31385.03 | 11147.78 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-10T01:10:08.116516" elapsed="0.002765"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.119946" level="INFO">Length is 4.</msg>
<msg time="2026-08-10T01:10:08.120070" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-10T01:10:08.119495" elapsed="0.000608"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.125451" level="INFO">min :: 20653.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-08-10T01:10:08.120692" elapsed="0.004818"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-10T01:10:08.120477" elapsed="0.005084"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.130098" level="INFO">max :: 33333.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.125779" elapsed="0.004375"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-10T01:10:08.125650" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.134808" level="INFO">avg :: 31385.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.130399" elapsed="0.004466"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-10T01:10:08.130272" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.139664" level="INFO">stdev :: 11147.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.135110" elapsed="0.004611"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-10T01:10:08.134982" elapsed="0.004777"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-10T01:10:08.120192" elapsed="0.019602"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.143726" level="INFO">${min} = 20653.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:10:08.139954" elapsed="0.003799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.147714" level="INFO">${max} = 33333.92</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:10:08.143913" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.151777" level="INFO">${average} = 31385.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:10:08.147906" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.155746" level="INFO">${stdev} = 11147.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-10T01:10:08.151968" elapsed="0.003804"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.156312" level="INFO">${date} = 2026-08-10 01:10: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-08-10T01:10:08.155941" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.156944" level="INFO">CBench Result: 2026-08-10 01:10:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20653.41,33333.92,31385.03,11147.78</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-10T01:10:08.156486" elapsed="0.000515"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-10T01:10:08.158101" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-10T01:10:08.157625" elapsed="0.000546"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-10T01:10:08.158333" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-10T01:10:08.157144" elapsed="0.001736"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-10T01:00:01.438077" elapsed="606.720862"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.159397" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-10T01:10:08.159087" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-10T01:10:08.160668" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-10T01:10:08.160170" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-10T01:10:08.160937" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-10T01:10:08.160770" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-08-10T01:10:08.160751" elapsed="0.000270"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.161203" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.161360" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.161520" elapsed="0.000035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.161736" elapsed="0.000024"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.161891" elapsed="0.000025"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.162042" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.162184" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-10T01:10:08.162403" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-10T01:10:08.162266" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-10T01:10:08.162249" elapsed="0.000227"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-10T01:10:08.159838" 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-08-10T01:00:01.436787" elapsed="606.725803"/>
</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-08-10T00:39:44.983451" elapsed="1823.179690"/>
</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>
