<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-05T00:32:52.834438" 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-07-05T00:32:53.418981" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:32:53.418846" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:53.418817" elapsed="0.000269"/>
</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-07-05T00:32:53.419232" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T00:32:53.420229" level="INFO">Logging into '10.30.170.117:8101' as 'karaf'.</msg>
<msg time="2026-07-05T00:32:53.990689" 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-07-05T00:32:53.419921" elapsed="0.570986"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.039853" 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-07-05T00:32:53.991264" elapsed="0.048661"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.042114" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T00:32:54.042236" 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-07-05T00:32:54.040103" elapsed="0.002164"/>
</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-07-05T00:32:54.042433" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:32:54.042843" elapsed="0.000249"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.043578" 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-07-05T00:32:54.043247" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T00:32:54.043689" elapsed="0.000133"/>
</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.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T00:32:53.418444" elapsed="0.625521"/>
</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-07-05T00:32:53.414791" elapsed="0.629241"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T00:32:54.044616" 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-07-05T00:32:54.044222" elapsed="0.000454"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T00:32:54.045121" 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-07-05T00:32:54.044858" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.045850" 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-07-05T00:32:54.045342" elapsed="0.000537"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.046408" 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-07-05T00:32:54.046065" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.047025" 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-07-05T00:32:54.046605" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.047537" 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-07-05T00:32:54.047220" elapsed="0.000360"/>
</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-07-05T00:32:54.047914" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:32:54.047670" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.052980" 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-07-05T00:32:54.052519" elapsed="0.000490"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:32:54.054128" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T00:32:54.054217" 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-07-05T00:32:54.053584" elapsed="0.000658"/>
</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-07-05T00:32:54.054399" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.056032" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-07-05T00:32:54.755969" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 00:32:54 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-330-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-07-05T00:32:54.055473" elapsed="0.700685"/>
</kw>
<msg time="2026-07-05T00:32:54.756281" 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-07-05T00:32:54.055113" elapsed="0.701286"/>
</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-07-05T00:32:54.053226" elapsed="0.703336"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.764187" 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-07-05T00:32:54.756863" elapsed="0.008776"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:32:54.765951" elapsed="0.000559"/>
</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-07-05T00:32:54.051937" elapsed="0.714714"/>
</kw>
<status status="PASS" start="2026-07-05T00:32:54.048308" elapsed="0.718458"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:54.047643" elapsed="0.719192"/>
</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-07-05T00:32:54.767169" elapsed="0.001009"/>
</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-07-05T00:32:54.777940" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:32:54.777807" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:54.777781" elapsed="0.000241"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-05T00:32:54.781672" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:32:54.781556" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:54.781537" elapsed="0.000223"/>
</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-07-05T00:32:54.781910" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T00:32:54.782819" level="INFO">Logging into '10.30.170.117:8101' as 'karaf'.</msg>
<msg time="2026-07-05T00:32:54.981193" 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-07-05T00:32:54.782531" elapsed="0.198853"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.085816" 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-07-05T00:32:54.981705" elapsed="0.104194"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.109404" 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-07-05T00:32:55.109620" 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-07-05T00:32:55.086068" elapsed="0.023585"/>
</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-07-05T00:32:55.109815" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:32:55.110171" elapsed="0.000272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.110937" 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-07-05T00:32:55.110588" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T00:32:55.111046" elapsed="0.000053"/>
</return>
<msg time="2026-07-05T00:32:55.111252" 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.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T00:32:54.781182" elapsed="0.330103"/>
</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-07-05T00:32:55.111435" elapsed="0.000540"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T00:32:55.112028" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-05T00:32:54.777131" elapsed="0.335030"/>
</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-07-05T00:32:55.116000" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:32:55.115856" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:55.115833" elapsed="0.000238"/>
</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-07-05T00:32:55.116204" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.117074" level="INFO">Logging into '10.30.170.117:8101' as 'karaf'.</msg>
<msg time="2026-07-05T00:32:55.276390" 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-07-05T00:32:55.116812" elapsed="0.159745"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.300763" 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-07-05T00:32:55.276836" elapsed="0.024050"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.302845" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-05T00:32:55.302949" 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-07-05T00:32:55.301144" elapsed="0.001836"/>
</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-07-05T00:32:55.303120" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:32:55.303535" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.304205" 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-07-05T00:32:55.303894" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-05T00:32:55.304326" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-05T00:32:55.115509" elapsed="0.188986"/>
</kw>
<status status="PASS" start="2026-07-05T00:32:53.412947" elapsed="1.891610"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.306833" 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-07-05T00:32:55.305680" elapsed="0.001221"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.308348" 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-07-05T00:32:55.307991" elapsed="0.000400"/>
</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-07-05T00:32:55.308737" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:32:55.308473" elapsed="0.000324"/>
</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-07-05T00:32:55.311898" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:32:55.311617" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:55.311597" elapsed="0.000395"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.312354" 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-07-05T00:32:55.312482" 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-07-05T00:32:55.312131" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.313130" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" 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-07-05T00:32:55.312649" elapsed="0.000544"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.313828" 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-07-05T00:32:55.313339" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:32:55.314822" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T00:32:55.314925" 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-07-05T00:32:55.314473" elapsed="0.000480"/>
</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-07-05T00:32:55.315104" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.316381" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-07-05T00:32:55.690187" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 00:32:54 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 00:32:54 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-330-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-07-05T00:32:55.316008" elapsed="0.374378"/>
</kw>
<msg time="2026-07-05T00:32:55.690475" 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-07-05T00:32:55.315615" elapsed="0.374952"/>
</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-07-05T00:32:55.314076" elapsed="0.376615"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T00:32:55.691228" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T00:43:01.820941" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T00:43:01.822159" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T00:43:01.822290" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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-07-05T00:32:55.690932" elapsed="606.131424"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:43:01.822943" elapsed="0.000878"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.825050" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:34:00.903 16  switches: flows:  109633 110304 112143 111297 110862 110549 109245 112183 105949 109728 107584 109099 109589 109986 106396 107853  total = 29.206667 per ms 
00:35:01.004 16  switches: flows:  120458 117333 121443 119301 118992 119499 122011 121024 115379 117582 114063 118595 115135 116830 117121 116357  total = 31.465605 per ms 
00:36:01.105 16  switches: flows:  123192 121182 122422 119027 120218 121299 121171 121447 116996 118562 117324 119245 117326 119282 117201 118997  total = 31.861637 per ms 
00:37:01.207 16  switches: flows:  125978 123521 124273 120047 120695 121158 121127 122785 119382 119534 118304 121222 117227 119753 118630 119483  total = 32.164943 per ms 
00:38:01.308 16  switches: flows:  124996 121798 124499 120675 119622 119735 121209 122764 117029 118582 118040 121406 117831 119422 117670 118457  total = 32.008683 per ms 
00:39:01.410 16  switches: flows:  125884 124223 124034 121441 121283 121433 123045 124498 120088 119436 119589 120888 119034 120804 120068 118211  total = 32.344849 per ms 
00:40:01.510 16  switches: flows:  123011 122283 122597 118382 119311 120895 120552 122906 118739 118454 117999 120220 117339 118360 120598 118317  total = 31.946053 per ms 
00:41:01.611 16  switches: flows:  124100 122894 124122 120665 119321 120291 121020 120297 118001 117612 116085 118611 116745 121374 116812 117301  total = 31.867642 per ms 
00:42:01.712 16  switches: flows:  124818 121888 123179 121454 119053 118447 120229 119926 116126 115552 119997 119393 118511 120517 117562 120543  total = 31.899934 per ms 
00:43:01.813 16  switches: flows:  127224 126886 124479 123773 121388 122691 124511 124029 120561 121099 122907 122070 119491 123258 121031 121861  total = 32.733015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31465.60/32733.01/32032.48/10682.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:43:01.824215" elapsed="0.001169"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T00:43:01.826515" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-07-05T00:43:01.826165" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-07-05T00:43:01.826106" elapsed="0.000669"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T00:43:01.827035" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:43:01.826946" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-05T00:43:01.826907" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T00:43:01.827260" 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-07-05T00:43:01.832044" elapsed="0.000355"/>
</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-07-05T00:43:01.832558" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:43:01.832890" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T00:43:01.828012" elapsed="0.005036"/>
</kw>
<msg time="2026-07-05T00:43:01.833178" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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-07-05T00:32:55.309187" elapsed="606.524018"/>
</kw>
<status status="PASS" start="2026-07-05T00:32:55.308829" elapsed="606.524427"/>
</branch>
<status status="PASS" start="2026-07-05T00:32:55.308450" elapsed="606.524830"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.833755" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:34:00.903 16  switches: flows:  109633 110304 112143 111297 110862 110549 109245 112183 105949 109728 107584 109099 109589 109986 106396 107853  total = 29.206667 per ms 
00:35:01.004 16  switches: flows:  120458 117333 121443 119301 118992 119499 122011 121024 115379 117582 114063 118595 115135 116830 117121 116357  total = 31.465605 per ms 
00:36:01.105 16  switches: flows:  123192 121182 122422 119027 120218 121299 121171 121447 116996 118562 117324 119245 117326 119282 117201 118997  total = 31.861637 per ms 
00:37:01.207 16  switches: flows:  125978 123521 124273 120047 120695 121158 121127 122785 119382 119534 118304 121222 117227 119753 118630 119483  total = 32.164943 per ms 
00:38:01.308 16  switches: flows:  124996 121798 124499 120675 119622 119735 121209 122764 117029 118582 118040 121406 117831 119422 117670 118457  total = 32.008683 per ms 
00:39:01.410 16  switches: flows:  125884 124223 124034 121441 121283 121433 123045 124498 120088 119436 119589 120888 119034 120804 120068 118211  total = 32.344849 per ms 
00:40:01.510 16  switches: flows:  123011 122283 122597 118382 119311 120895 120552 122906 118739 118454 117999 120220 117339 118360 120598 118317  total = 31.946053 per ms 
00:41:01.611 16  switches: flows:  124100 122894 124122 120665 119321 120291 121020 120297 118001 117612 116085 118611 116745 121374 116812 117301  total = 31.867642 per ms 
00:42:01.712 16  switches: flows:  124818 121888 123179 121454 119053 118447 120229 119926 116126 115552 119997 119393 118511 120517 117562 120543  total = 31.899934 per ms 
00:43:01.813 16  switches: flows:  127224 126886 124479 123773 121388 122691 124511 124029 120561 121099 122907 122070 119491 123258 121031 121861  total = 32.733015 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31465.60/32733.01/32032.48/10682.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:43:01.833423" elapsed="0.000409"/>
</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-07-05T00:43:01.834448" elapsed="0.000489"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T00:43:01.835378" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T00:43:01.835473" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31465.60/32733.01/32032.48/10682.74 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-07-05T00:43:01.835112" elapsed="0.000386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:43:01.835960" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31465.60/32733.01/32032.48/10682.74 | 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-07-05T00:43:01.835668" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.838422" 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-07-05T00:43:01.836136" elapsed="0.002345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.840929" level="INFO">31465.60/32733.01/32032.48/10682.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:43:01.838640" elapsed="0.002347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:43:01.843422" 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-07-05T00:43:01.841143" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:43:01.845995" level="INFO">@{result_value_list} = [ 31465.60 | 32733.01 | 32032.48 | 10682.74 ]</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-07-05T00:43:01.843687" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.846512" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T00:43:01.846605" 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-07-05T00:43:01.846184" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.851501" level="INFO">min :: 31465.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:43:01.847113" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T00:43:01.846975" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.856240" level="INFO">max :: 32733.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:43:01.851843" elapsed="0.004455"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T00:43:01.851688" elapsed="0.004646"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.861027" level="INFO">avg :: 32032.48</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-07-05T00:43:01.856555" elapsed="0.004529"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T00:43:01.856423" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.865786" level="INFO">stdev :: 10682.74</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-07-05T00:43:01.861346" elapsed="0.004497"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T00:43:01.861213" elapsed="0.004666"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T00:43:01.846731" elapsed="0.019181"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.870065" level="INFO">${min} = 31465.60</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-07-05T00:43:01.866079" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.874238" level="INFO">${max} = 32733.01</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-05T00:43:01.870252" elapsed="0.004014"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.878862" level="INFO">${average} = 32032.48</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-07-05T00:43:01.874422" elapsed="0.004470"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.882971" level="INFO">${stdev} = 10682.74</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-07-05T00:43:01.879052" elapsed="0.003947"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.883541" level="INFO">${date} = 2026-07-05 00:43: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-07-05T00:43:01.883162" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.884168" level="INFO">CBench Result: 2026-07-05 00:43:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31465.60,32733.01,32032.48,10682.74</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-07-05T00:43:01.883750" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T00:43:01.885350" 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-07-05T00:43:01.884910" elapsed="0.000510"/>
</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-07-05T00:43:01.885576" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T00:43:01.884394" elapsed="0.001758"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-05T00:32:55.307331" elapsed="606.578883"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.886698" 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-07-05T00:43:01.886374" elapsed="0.000401"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-05T00:43:01.887347" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-05T00:43:01.887023" elapsed="0.000667"/>
</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-07-05T00:32:55.304750" elapsed="606.583011"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.889494" 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-07-05T00:43:01.889088" elapsed="0.000496"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.891421" 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-07-05T00:43:01.891064" elapsed="0.000402"/>
</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-07-05T00:43:01.891856" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:43:01.891590" elapsed="0.000327"/>
</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-07-05T00:43:01.894931" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:43:01.894618" elapsed="0.000372"/>
</branch>
<status status="PASS" start="2026-07-05T00:43:01.894598" elapsed="0.000416"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:43:01.895375" 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-07-05T00:43:01.895506" 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-07-05T00:43:01.895150" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.896129" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" 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-07-05T00:43:01.895671" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:43:01.896758" 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-07-05T00:43:01.896330" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:43:01.897702" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T00:43:01.897809" 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-07-05T00:43:01.897377" elapsed="0.000457"/>
</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-07-05T00:43:01.897976" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T00:43:01.899204" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-07-05T00:43:02.478112" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 00:43:02 UTC 2026

  System load:  0.98               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 00:32:55 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-330-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-07-05T00:43:01.898843" elapsed="0.579479"/>
</kw>
<msg time="2026-07-05T00:43:02.478432" 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-07-05T00:43:01.898460" elapsed="0.580077"/>
</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-07-05T00:43:01.896993" elapsed="0.581668"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T00:43:02.479250" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T00:53:08.539510" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T00:53:08.540085" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T00:53:08.540194" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.117: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-07-05T00:43:02.478913" elapsed="606.061339"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:53:08.540752" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.542605" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:07.616 16  switches: flows:  526285 515833 521334 524148 514500 519960 525663 523856 527600 517748 515026 505045 515545 523638 505202 510172  total = 138.192583 per ms 
00:45:07.729 16  switches: flows:  572273 568651 571728 570315 580839 570584 570494 577020 570834 577792 582875 572578 564207 568100 580169 566830  total = 152.470043 per ms 
00:46:07.830 16  switches: flows:  635660 631783 649309 640983 634985 637235 646523 641468 637771 650946 634130 640158 625211 645812 642403 643125  total = 170.338663 per ms 
00:47:07.932 16  switches: flows:  656260 649814 659291 657056 668346 656470 670073 661603 662686 653706 650960 649021 660361 649612 656235 665014  total = 175.146156 per ms 
00:48:08.033 16  switches: flows:  663508 652158 666653 654621 666580 661855 662320 656213 649941 652215 657680 659050 656809 657144 656047 661572  total = 175.277299 per ms 
00:49:08.134 16  switches: flows:  623788 607137 612774 621100 609841 612610 609046 615545 604539 610335 611350 607194 622991 608659 617784 607537  total = 163.096028 per ms 
00:50:08.235 16  switches: flows:  567740 573112 588467 577426 574714 584954 583114 566664 532640 593500 572988 576144 569151 576235 579783 579424  total = 153.010196 per ms 
00:51:08.337 16  switches: flows:  615966 607226 609069 598418 609490 607287 608305 614608 571700 608230 606722 616548 610050 619148 623444 615260  total = 162.084899 per ms 
00:52:08.440 16  switches: flows:  657802 645653 662528 652589 652495 658171 655989 649908 654700 657936 647862 658246 662630 658113 653268 654955  total = 174.417420 per ms 
00:53:08.542 16  switches: flows:  624547 618340 631882 618804 633686 625937 620502 625492 623542 618849 621108 618931 623646 614641 622735 623304  total = 165.819418 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152470.04/175277.30/165740.01/55880.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:53:08.541838" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T00:53:08.543423" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-05T00:53:08.543121" elapsed="0.000454"/>
</branch>
<status status="PASS" start="2026-07-05T00:53:08.543070" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T00:53:08.543875" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-05T00:53:08.543790" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-05T00:53:08.543752" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T00:53:08.544083" 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-07-05T00:53:08.549821" elapsed="0.000373"/>
</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-07-05T00:53:08.550344" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T00:53:08.550638" elapsed="0.000118"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T00:53:08.544786" elapsed="0.006025"/>
</kw>
<msg time="2026-07-05T00:53:08.550940" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.117: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-07-05T00:43:01.892265" elapsed="606.658703"/>
</kw>
<status status="PASS" start="2026-07-05T00:43:01.891944" elapsed="606.659073"/>
</branch>
<status status="PASS" start="2026-07-05T00:43:01.891567" elapsed="606.659473"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.551476" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:44:07.616 16  switches: flows:  526285 515833 521334 524148 514500 519960 525663 523856 527600 517748 515026 505045 515545 523638 505202 510172  total = 138.192583 per ms 
00:45:07.729 16  switches: flows:  572273 568651 571728 570315 580839 570584 570494 577020 570834 577792 582875 572578 564207 568100 580169 566830  total = 152.470043 per ms 
00:46:07.830 16  switches: flows:  635660 631783 649309 640983 634985 637235 646523 641468 637771 650946 634130 640158 625211 645812 642403 643125  total = 170.338663 per ms 
00:47:07.932 16  switches: flows:  656260 649814 659291 657056 668346 656470 670073 661603 662686 653706 650960 649021 660361 649612 656235 665014  total = 175.146156 per ms 
00:48:08.033 16  switches: flows:  663508 652158 666653 654621 666580 661855 662320 656213 649941 652215 657680 659050 656809 657144 656047 661572  total = 175.277299 per ms 
00:49:08.134 16  switches: flows:  623788 607137 612774 621100 609841 612610 609046 615545 604539 610335 611350 607194 622991 608659 617784 607537  total = 163.096028 per ms 
00:50:08.235 16  switches: flows:  567740 573112 588467 577426 574714 584954 583114 566664 532640 593500 572988 576144 569151 576235 579783 579424  total = 153.010196 per ms 
00:51:08.337 16  switches: flows:  615966 607226 609069 598418 609490 607287 608305 614608 571700 608230 606722 616548 610050 619148 623444 615260  total = 162.084899 per ms 
00:52:08.440 16  switches: flows:  657802 645653 662528 652589 652495 658171 655989 649908 654700 657936 647862 658246 662630 658113 653268 654955  total = 174.417420 per ms 
00:53:08.542 16  switches: flows:  624547 618340 631882 618804 633686 625937 620502 625492 623542 618849 621108 618931 623646 614641 622735 623304  total = 165.819418 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152470.04/175277.30/165740.01/55880.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:53:08.551182" elapsed="0.000367"/>
</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-07-05T00:53:08.551697" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T00:53:08.552452" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T00:53:08.552543" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152470.04/175277.30/165740.01/55880.95 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-07-05T00:53:08.552236" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:53:08.553000" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152470.04/175277.30/165740.01/55880.95 | 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-07-05T00:53:08.552738" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.555463" 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-07-05T00:53:08.553201" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.557947" level="INFO">152470.04/175277.30/165740.01/55880.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:53:08.555667" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:53:08.560454" 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-07-05T00:53:08.558155" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T00:53:08.562977" level="INFO">@{result_value_list} = [ 152470.04 | 175277.30 | 165740.01 | 55880.95 ]</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-07-05T00:53:08.560673" elapsed="0.002332"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.563467" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T00:53:08.563556" 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-07-05T00:53:08.563160" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.568497" level="INFO">min :: 152470.04</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-07-05T00:53:08.563986" elapsed="0.004569"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T00:53:08.563854" elapsed="0.004737"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.573193" level="INFO">max :: 175277.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-07-05T00:53:08.568825" elapsed="0.004424"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T00:53:08.568681" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.577981" level="INFO">avg :: 165740.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T00:53:08.573501" elapsed="0.004536"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T00:53:08.573372" elapsed="0.004700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.582620" level="INFO">stdev :: 55880.95</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-07-05T00:53:08.578289" elapsed="0.004387"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T00:53:08.578159" elapsed="0.004576"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T00:53:08.563644" elapsed="0.019126"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.586887" level="INFO">${min} = 152470.04</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-07-05T00:53:08.583091" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.590860" level="INFO">${max} = 175277.30</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-07-05T00:53:08.587070" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.594810" level="INFO">${average} = 165740.01</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-07-05T00:53:08.591042" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.598757" level="INFO">${stdev} = 55880.95</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-07-05T00:53:08.594988" elapsed="0.003797"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.599291" level="INFO">${date} = 2026-07-05 00:53: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-07-05T00:53:08.598944" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.599892" level="INFO">CBench Result: 2026-07-05 00:53:08,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152470.04,175277.30,165740.01,55880.95</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-07-05T00:53:08.599469" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T00:53:08.600961" 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-07-05T00:53:08.600554" elapsed="0.000500"/>
</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-07-05T00:53:08.601207" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T00:53:08.600085" elapsed="0.001667"/>
</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-07-05T00:43:01.889940" elapsed="606.711875"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.602290" 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-07-05T00:53:08.601971" elapsed="0.000376"/>
</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-07-05T00:53:08.602908" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-07-05T00:53:08.602572" elapsed="0.000681"/>
</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-07-05T00:43:01.888373" elapsed="606.714919"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.604674" 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-07-05T00:53:08.604285" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.605996" 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-07-05T00:53:08.605640" elapsed="0.000398"/>
</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-07-05T00:53:08.606397" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:53:08.606170" elapsed="0.000286"/>
</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-07-05T00:53:08.609588" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-05T00:53:08.609334" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-05T00:53:08.609315" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:53:08.610023" 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-07-05T00:53:08.610142" 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-07-05T00:53:08.609820" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.610741" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.208" 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-07-05T00:53:08.610302" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-05T00:53:08.611338" 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-07-05T00:53:08.610940" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T00:53:08.612269" level="INFO">Length is 0.</msg>
<msg time="2026-07-05T00:53:08.612357" 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-07-05T00:53:08.611956" elapsed="0.000424"/>
</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-07-05T00:53:08.612522" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-05T00:53:08.613753" level="INFO">Logging into '10.30.171.208:22' as 'jenkins'.</msg>
<msg time="2026-07-05T00:53:10.317655" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jul  5 00:53:08 UTC 2026

  System load:  0.15               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.208
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jul  5 00:43:02 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-330-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-07-05T00:53:08.613382" elapsed="1.704507"/>
</kw>
<msg time="2026-07-05T00:53:10.317980" 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-07-05T00:53:08.613034" elapsed="1.705029"/>
</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-07-05T00:53:08.611565" elapsed="1.706613"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-05T00:53:10.318688" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-05T01:03:17.603962" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-05T01:03:17.604456" level="INFO">${stdout} = </msg>
<msg time="2026-07-05T01:03:17.604564" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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-07-05T00:53:10.318396" elapsed="607.286225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:03:17.605166" elapsed="0.000708"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.607093" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:16.704 16  switches: flows:  116384 116330 116307 115087 114914 115010 116342 116084 116578 114536 114038 115053 115630 115829 112440 113308  total = 30.731167 per ms 
00:55:16.805 16  switches: flows:  119190 119068 114362 117846 117552 115934 116487 117803 117965 116792 115361 116143 116628 115442 116229 114974  total = 31.077743 per ms 
00:56:16.906 16  switches: flows:  121463 117958 116233 120069 119722 116158 118620 120472 115656 117510 115849 115421 114234 116460 115207 115406  total = 31.221836 per ms 
00:57:17.009 16  switches: flows:  107374 107251 108944 110762 109245 109855 110812 109326 107619 106441 107733 105584 110696 106721 106388 107562  total = 28.822921 per ms 
00:58:17.109 16  switches: flows:  119014 120059 120223 121750 119770 121008 121623 121493 118305 122826 118823 119005 120551 116732 115995 118664  total = 31.877404 per ms 
00:59:17.211 16  switches: flows:  102978 103555 98779 103404 101393 100015 101218 101426 99743 102260 99309 100735 99730 100448 101986 99529  total = 26.896875 per ms 
01:00:17.312 16  switches: flows:  123500 120399 120398 121694 118926 117383 120222 119684 117485 116489 120723 115661 117102 119989 118492 117969  total = 31.715655 per ms 
01:01:17.413 16  switches: flows:  122435 120310 121230 122058 119661 118399 119583 118781 117878 116975 119597 116722 118522 119757 119944 121420  total = 31.834606 per ms 
01:02:17.514 16  switches: flows:  123873 124761 124170 120925 122997 120597 125614 123694 123116 122463 124706 122542 125124 123672 123101 125010  total = 32.884518 per ms 
01:03:17.615 16  switches: flows:  117814 117739 115908 115718 117474 116083 119035 117453 112721 114343 114802 113924 114691 116141 117160 117232  total = 30.918982 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26896.87/32884.52/30805.62/10412.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T01:03:17.606242" elapsed="0.001132"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-05T01:03:17.607731" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-05T01:03:17.607511" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-05T01:03:17.607475" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-05T01:03:17.607999" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-05T01:03:17.607948" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-07-05T01:03:17.607926" elapsed="0.000157"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-05T01:03:17.608126" elapsed="0.000018"/>
</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-07-05T01:03:17.611940" elapsed="0.000473"/>
</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-07-05T01:03:17.612624" elapsed="0.000247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-05T01:03:17.613057" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-05T01:03:17.608564" elapsed="0.004704"/>
</kw>
<msg time="2026-07-05T01:03:17.613447" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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-07-05T00:53:08.606818" elapsed="609.006667"/>
</kw>
<status status="PASS" start="2026-07-05T00:53:08.606482" elapsed="609.007072"/>
</branch>
<status status="PASS" start="2026-07-05T00:53:08.606147" elapsed="609.007439"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.614214" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.117: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.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:16.704 16  switches: flows:  116384 116330 116307 115087 114914 115010 116342 116084 116578 114536 114038 115053 115630 115829 112440 113308  total = 30.731167 per ms 
00:55:16.805 16  switches: flows:  119190 119068 114362 117846 117552 115934 116487 117803 117965 116792 115361 116143 116628 115442 116229 114974  total = 31.077743 per ms 
00:56:16.906 16  switches: flows:  121463 117958 116233 120069 119722 116158 118620 120472 115656 117510 115849 115421 114234 116460 115207 115406  total = 31.221836 per ms 
00:57:17.009 16  switches: flows:  107374 107251 108944 110762 109245 109855 110812 109326 107619 106441 107733 105584 110696 106721 106388 107562  total = 28.822921 per ms 
00:58:17.109 16  switches: flows:  119014 120059 120223 121750 119770 121008 121623 121493 118305 122826 118823 119005 120551 116732 115995 118664  total = 31.877404 per ms 
00:59:17.211 16  switches: flows:  102978 103555 98779 103404 101393 100015 101218 101426 99743 102260 99309 100735 99730 100448 101986 99529  total = 26.896875 per ms 
01:00:17.312 16  switches: flows:  123500 120399 120398 121694 118926 117383 120222 119684 117485 116489 120723 115661 117102 119989 118492 117969  total = 31.715655 per ms 
01:01:17.413 16  switches: flows:  122435 120310 121230 122058 119661 118399 119583 118781 117878 116975 119597 116722 118522 119757 119944 121420  total = 31.834606 per ms 
01:02:17.514 16  switches: flows:  123873 124761 124170 120925 122997 120597 125614 123694 123116 122463 124706 122542 125124 123672 123101 125010  total = 32.884518 per ms 
01:03:17.615 16  switches: flows:  117814 117739 115908 115718 117474 116083 119035 117453 112721 114343 114802 113924 114691 116141 117160 117232  total = 30.918982 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26896.87/32884.52/30805.62/10412.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T01:03:17.613809" elapsed="0.000508"/>
</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-07-05T01:03:17.614541" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-05T01:03:17.615585" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-05T01:03:17.615726" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26896.87/32884.52/30805.62/10412.67 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-07-05T01:03:17.615287" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T01:03:17.616332" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26896.87/32884.52/30805.62/10412.67 | 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-07-05T01:03:17.615981" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.619676" 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-07-05T01:03:17.616577" elapsed="0.003171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.622138" level="INFO">26896.87/32884.52/30805.62/10412.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T01:03:17.619898" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T01:03:17.624658" 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-07-05T01:03:17.622345" elapsed="0.002341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-05T01:03:17.627200" level="INFO">@{result_value_list} = [ 26896.87 | 32884.52 | 30805.62 | 10412.67 ]</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-07-05T01:03:17.624892" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.627691" level="INFO">Length is 4.</msg>
<msg time="2026-07-05T01:03:17.627798" 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-07-05T01:03:17.627385" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.632565" level="INFO">min :: 26896.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-05T01:03:17.628198" elapsed="0.004423"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-05T01:03:17.628070" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.637231" level="INFO">max :: 32884.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-07-05T01:03:17.632887" elapsed="0.004401"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-05T01:03:17.632758" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.641918" level="INFO">avg :: 30805.62</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-07-05T01:03:17.637533" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-05T01:03:17.637406" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.646689" level="INFO">stdev :: 10412.67</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-07-05T01:03:17.642222" elapsed="0.004553"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-05T01:03:17.642094" elapsed="0.004719"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-05T01:03:17.627888" elapsed="0.018955"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.650828" level="INFO">${min} = 26896.87</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-07-05T01:03:17.647006" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.654972" level="INFO">${max} = 32884.52</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-07-05T01:03:17.651011" elapsed="0.003988"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.659024" level="INFO">${average} = 30805.62</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-07-05T01:03:17.655156" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.663057" level="INFO">${stdev} = 10412.67</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-07-05T01:03:17.659205" elapsed="0.003879"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.663593" level="INFO">${date} = 2026-07-05 01:03:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-05T01:03:17.663246" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.664194" level="INFO">CBench Result: 2026-07-05 01:03:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26896.87,32884.52,30805.62,10412.67</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-07-05T01:03:17.663785" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-05T01:03:17.665361" 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-07-05T01:03:17.664867" elapsed="0.000562"/>
</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-07-05T01:03:17.665581" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-05T01:03:17.664385" elapsed="0.001768"/>
</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-07-05T00:53:08.605081" elapsed="609.061132"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.666703" 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-07-05T01:03:17.666364" elapsed="0.000417"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-05T01:03:17.668007" 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-07-05T01:03:17.667513" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-05T01:03:17.668258" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-07-05T01:03:17.668111" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-07-05T01:03:17.668092" elapsed="0.000251"/>
</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-07-05T01:03:17.668487" 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-07-05T01:03:17.668651" elapsed="0.000022"/>
</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-07-05T01:03:17.668831" elapsed="0.000021"/>
</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-07-05T01:03:17.669027" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-05T01:03:17.669179" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-05T01:03:17.669327" elapsed="0.000021"/>
</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-07-05T01:03:17.669475" 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-07-05T01:03:17.669699" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-07-05T01:03:17.669559" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-07-05T01:03:17.669542" elapsed="0.000248"/>
</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-07-05T01:03:17.667175" elapsed="0.002667"/>
</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-07-05T00:53:08.603705" elapsed="609.066184"/>
</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-07-05T00:32:52.836051" elapsed="1824.834519"/>
</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>
