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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-29T00:45:00.618984" elapsed="0.782639"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T00:45:01.450018" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:01.401829" elapsed="0.048262"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T00:45:01.452066" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T00:45:01.452176" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-29T00:45:01.450251" elapsed="0.001955"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:01.452364" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:45:01.452734" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.453376" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:45:01.453071" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T00:45:01.453481" elapsed="0.000072"/>
</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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-29T00:45:00.617466" elapsed="0.836208"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-29T00:45:00.613639" elapsed="0.840099"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T00:45:01.454255" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T00:45:01.453932" elapsed="0.000380"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T00:45:01.454734" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T00:45:01.454468" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.455326" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-29T00:45:01.454950" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.455927" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-29T00:45:01.455567" elapsed="0.000402"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.456491" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-29T00:45:01.456119" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.457010" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-29T00:45:01.456699" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-29T00:45:01.457344" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-29T00:45:01.457130" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T00:45:01.461982" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:45:01.461582" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T00:45:01.463050" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T00:45:01.463133" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T00:45:01.462578" elapsed="0.000579"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:45:01.463303" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T00:45:01.464693" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-29T00:45:02.231253" 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 Wed Apr 29 00:45:01 UTC 2026

  System load:  0.06               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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-211-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-29T00:45:01.464184" elapsed="0.767223"/>
</kw>
<msg time="2026-04-29T00:45:02.231495" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:45:01.463833" elapsed="0.767775"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-29T00:45:01.462216" elapsed="0.769515"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.239504" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-29T00:45:02.231950" elapsed="0.009276"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:45:02.241495" elapsed="0.000427"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-29T00:45:01.461045" elapsed="0.780966"/>
</kw>
<status status="PASS" start="2026-04-29T00:45:01.457634" elapsed="0.784430"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:01.457107" elapsed="0.785006"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-29T00:45:02.242334" elapsed="0.000705"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-29T00:45:02.249482" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-04-29T00:45:02.249309" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:02.249275" elapsed="0.000338"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-29T00:45:02.253996" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-29T00:45:02.253877" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:02.253857" elapsed="0.000209"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:45:02.254199" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.255077" level="INFO">Logging into '10.30.170.96:8101' as 'karaf'.</msg>
<msg time="2026-04-29T00:45:02.453822" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-29T00:45:02.254803" elapsed="0.199107"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.546641" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:02.454067" elapsed="0.092636"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.585782" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T00:45:02.585957" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-29T00:45:02.546846" elapsed="0.039143"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:02.586132" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:45:02.586461" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.587095" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:45:02.586788" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T00:45:02.587196" elapsed="0.000044"/>
</return>
<msg time="2026-04-29T00:45:02.587376" 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.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-29T00:45:02.253517" elapsed="0.333891"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-29T00:45:02.587575" elapsed="0.000514"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T00:45:02.588140" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-29T00:45:02.248879" elapsed="0.339390"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-29T00:45:02.592068" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-29T00:45:02.591947" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:02.591925" elapsed="0.000213"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:45:02.592268" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.593110" level="INFO">Logging into '10.30.170.96:8101' as 'karaf'.</msg>
<msg time="2026-04-29T00:45:02.755876" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-29T00:45:02.592853" elapsed="0.163110"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.783688" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:02.756120" elapsed="0.027708"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.787846" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T00:45:02.788054" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-29T00:45:02.784158" elapsed="0.003961"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-29T00:45:02.788420" elapsed="0.000409"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:45:02.789147" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.790389" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:45:02.789811" elapsed="0.000687"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T00:45:02.790669" elapsed="0.000098"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.96
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-29T00:45:02.591638" elapsed="0.199400"/>
</kw>
<status status="PASS" start="2026-04-29T00:45:00.611627" elapsed="2.179539"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.793663" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:45:02.792675" elapsed="0.001053"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.795210" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-29T00:45:02.794851" elapsed="0.000403"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-29T00:45:02.795580" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-29T00:45:02.795328" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-29T00:45:02.798602" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-29T00:45:02.798338" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:02.798319" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.799024" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-29T00:45:02.798831" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.799746" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:45:02.799308" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.800398" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:45:02.799953" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T00:45:02.801328" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T00:45:02.801419" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T00:45:02.801018" elapsed="0.000425"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:45:02.801600" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T00:45:02.802820" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-29T00:45:03.194030" 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 Wed Apr 29 00:45:01 UTC 2026

  System load:  0.06               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Wed Apr 29 00:45:02 2026 from 10.30.171.47
[?2004h[jenkins@releng-63164-211-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-29T00:45:02.802426" elapsed="0.391751"/>
</kw>
<msg time="2026-04-29T00:45:03.194250" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:45:02.802083" elapsed="0.392242"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-29T00:45:02.800641" elapsed="0.393790"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T00:45:03.195170" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T00:55:09.302212" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T00:55:09.302719" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T00:55:09.302854" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T00:45:03.194667" elapsed="606.108248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:55:09.303344" elapsed="0.000719"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.305197" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:08.399 16  switches: flows:  109042 104955 108124 106176 105244 105525 110876 107481 103143 104291 102787 100628 104887 102391 102108 103532  total = 28.019833 per ms 
00:47:08.503 16  switches: flows:  121779 120410 122408 121066 115372 119958 121546 121853 116717 118440 117472 115366 115967 116779 114795 113684  total = 31.507578 per ms 
00:48:08.604 16  switches: flows:  120117 118633 120127 120359 115084 119594 121897 119741 116163 117155 115115 114660 115236 115201 112991 113524  total = 31.207845 per ms 
00:49:08.705 16  switches: flows:  121328 120638 122788 123907 118229 119265 124454 121212 118616 119348 115419 115896 116887 116407 115315 117480  total = 31.733488 per ms 
00:50:08.806 16  switches: flows:  122970 122872 125133 123131 120121 122859 126571 122099 120966 120729 118838 116930 119254 118346 116570 117735  total = 32.198275 per ms 
00:51:08.907 16  switches: flows:  122631 120637 125733 121439 119899 122847 125188 123637 118952 119100 117413 115243 118358 118005 117148 117592  total = 32.010261 per ms 
00:52:09.008 16  switches: flows:  123803 119925 125578 123026 118276 123100 124555 122847 118394 119239 117297 117387 117767 119451 115288 115526  total = 31.970898 per ms 
00:53:09.109 16  switches: flows:  122816 121568 124164 119603 118223 121869 123897 122916 119203 119796 115403 114758 117403 117680 116709 114520  total = 31.789052 per ms 
00:54:09.210 16  switches: flows:  123959 121535 124907 122589 121510 122803 125041 123914 119063 120976 118140 117217 119586 117556 117595 115657  total = 32.147126 per ms 
00:55:09.311 16  switches: flows:  124158 123692 125640 121518 122543 121909 125645 123774 119868 117211 117820 114739 119516 118119 115996 115542  total = 32.074610 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31207.85/32198.28/31848.79/10620.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.304423" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T00:55:09.306022" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-29T00:55:09.305715" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-04-29T00:55:09.305658" elapsed="0.000575"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T00:55:09.306488" elapsed="0.000064"/>
</return>
<status status="NOT RUN" start="2026-04-29T00:55:09.306383" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-04-29T00:55:09.306333" elapsed="0.000336"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T00:55:09.306749" elapsed="0.000092"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:55:09.309995" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:55:09.310490" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T00:55:09.310833" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T00:55:09.307562" elapsed="0.003428"/>
</kw>
<msg time="2026-04-29T00:55:09.311122" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T00:45:02.795986" elapsed="606.515162"/>
</kw>
<status status="PASS" start="2026-04-29T00:45:02.795668" elapsed="606.515531"/>
</branch>
<status status="PASS" start="2026-04-29T00:45:02.795307" elapsed="606.515924"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.311698" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:08.399 16  switches: flows:  109042 104955 108124 106176 105244 105525 110876 107481 103143 104291 102787 100628 104887 102391 102108 103532  total = 28.019833 per ms 
00:47:08.503 16  switches: flows:  121779 120410 122408 121066 115372 119958 121546 121853 116717 118440 117472 115366 115967 116779 114795 113684  total = 31.507578 per ms 
00:48:08.604 16  switches: flows:  120117 118633 120127 120359 115084 119594 121897 119741 116163 117155 115115 114660 115236 115201 112991 113524  total = 31.207845 per ms 
00:49:08.705 16  switches: flows:  121328 120638 122788 123907 118229 119265 124454 121212 118616 119348 115419 115896 116887 116407 115315 117480  total = 31.733488 per ms 
00:50:08.806 16  switches: flows:  122970 122872 125133 123131 120121 122859 126571 122099 120966 120729 118838 116930 119254 118346 116570 117735  total = 32.198275 per ms 
00:51:08.907 16  switches: flows:  122631 120637 125733 121439 119899 122847 125188 123637 118952 119100 117413 115243 118358 118005 117148 117592  total = 32.010261 per ms 
00:52:09.008 16  switches: flows:  123803 119925 125578 123026 118276 123100 124555 122847 118394 119239 117297 117387 117767 119451 115288 115526  total = 31.970898 per ms 
00:53:09.109 16  switches: flows:  122816 121568 124164 119603 118223 121869 123897 122916 119203 119796 115403 114758 117403 117680 116709 114520  total = 31.789052 per ms 
00:54:09.210 16  switches: flows:  123959 121535 124907 122589 121510 122803 125041 123914 119063 120976 118140 117217 119586 117556 117595 115657  total = 32.147126 per ms 
00:55:09.311 16  switches: flows:  124158 123692 125640 121518 122543 121909 125645 123774 119868 117211 117820 114739 119516 118119 115996 115542  total = 32.074610 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31207.85/32198.28/31848.79/10620.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.311373" elapsed="0.000404"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-29T00:55:09.311929" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T00:55:09.312730" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T00:55:09.312825" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31207.85/32198.28/31848.79/10620.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-29T00:55:09.312470" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T00:55:09.313268" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31207.85/32198.28/31848.79/10620.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T00:55:09.313008" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.315803" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.313445" elapsed="0.002417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.318293" level="INFO">31207.85/32198.28/31848.79/10620.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.316011" elapsed="0.002340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T00:55:09.320801" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T00:55:09.318501" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T00:55:09.323335" level="INFO">@{result_value_list} = [ 31207.85 | 32198.28 | 31848.79 | 10620.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T00:55:09.321020" elapsed="0.002344"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.323859" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T00:55:09.323950" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T00:55:09.323536" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.328825" level="INFO">min :: 31207.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.324372" elapsed="0.004512"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T00:55:09.324240" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.333633" level="INFO">max :: 32198.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.329143" elapsed="0.004548"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T00:55:09.329013" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.338371" level="INFO">avg :: 31848.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.333957" elapsed="0.004473"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T00:55:09.333817" elapsed="0.004647"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.343127" level="INFO">stdev :: 10620.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.338707" elapsed="0.004476"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T00:55:09.338574" elapsed="0.004644"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T00:55:09.324048" elapsed="0.019203"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.347335" level="INFO">${min} = 31207.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T00:55:09.343411" elapsed="0.003952"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.351345" level="INFO">${max} = 32198.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T00:55:09.347537" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.355847" level="INFO">${average} = 31848.79</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T00:55:09.351546" elapsed="0.004329"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.359904" level="INFO">${stdev} = 10620.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T00:55:09.356029" elapsed="0.003902"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.360447" level="INFO">${date} = 2026-04-29 00:55:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-29T00:55:09.360092" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.361059" level="INFO">CBench Result: 2026-04-29 00:55:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31207.85,32198.28,31848.79,10620.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.360644" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T00:55:09.362147" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T00:55:09.361752" elapsed="0.000461"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-29T00:55:09.362367" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T00:55:09.361254" elapsed="0.001662"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-29T00:45:02.794114" elapsed="606.568888"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.363473" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-29T00:55:09.363156" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-29T00:55:09.364060" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-04-29T00:55:09.363761" elapsed="0.000637"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-29T00:45:02.791426" elapsed="606.573010"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.366317" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.365665" elapsed="0.000711"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.367766" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-29T00:55:09.367412" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-29T00:55:09.368141" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T00:55:09.367919" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-29T00:55:09.371110" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T00:55:09.370842" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-29T00:55:09.370823" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T00:55:09.371539" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-29T00:55:09.371323" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.372239" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T00:55:09.371822" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T00:55:09.372844" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T00:55:09.372435" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T00:55:09.373768" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T00:55:09.373856" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T00:55:09.373445" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:55:09.374021" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T00:55:09.375220" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-29T00:55:09.960887" 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 Wed Apr 29 00:55:09 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Wed Apr 29 00:45:03 2026 from 10.30.171.47
[?2004h[jenkins@releng-63164-211-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-29T00:55:09.374854" elapsed="0.586211"/>
</kw>
<msg time="2026-04-29T00:55:09.961144" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T00:55:09.374494" elapsed="0.586741"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-29T00:55:09.373073" elapsed="0.588273"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T00:55:09.961869" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T01:05:16.042041" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T01:05:16.042991" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T01:05:16.043059" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T00:55:09.961571" elapsed="606.081524"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:05:16.043404" elapsed="0.000486"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.045202" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:15.092 16  switches: flows:  556845 572670 559793 565621 563303 576158 565975 556454 548123 548556 560586 559245 545137 542996 550499 555774  total = 148.795583 per ms 
00:57:15.207 16  switches: flows:  534496 522906 531428 536427 530281 529184 550914 522124 539488 552860 513528 521702 522719 539841 521428 532214  total = 141.422283 per ms 
00:58:15.308 16  switches: flows:  550087 524965 547410 533999 559334 545041 546905 538368 537602 526644 538243 538614 550013 529327 552576 551549  total = 144.268215 per ms 
00:59:15.410 16  switches: flows:  561042 590152 609612 598434 596528 569595 586616 585997 587369 600295 592150 582823 610556 597703 591944 581197  total = 157.100870 per ms 
01:00:15.561 16  switches: flows:  631760 620698 634900 628161 632861 634769 635184 604926 628146 635865 633364 640991 644273 633073 625462 626517  total = 167.761536 per ms 
01:01:15.663 16  switches: flows:  645284 641664 639563 649254 646163 636078 646396 642492 642789 652469 638670 632670 644455 635827 628109 634515  total = 170.652505 per ms 
01:02:15.767 16  switches: flows:  659370 651605 660056 660380 649163 649970 657142 649723 642731 647740 660482 641120 656606 637410 636441 645464  total = 173.126685 per ms 
01:03:15.869 16  switches: flows:  659610 656331 654005 660482 649734 645625 648821 649565 662949 642340 649100 644205 653065 645437 649728 654340  total = 173.462748 per ms 
01:04:15.970 16  switches: flows:  661688 664501 666451 660982 669392 667288 664908 663427 660769 670286 672971 665510 670705 669551 666811 661173  total = 177.309107 per ms 
01:05:16.071 16  switches: flows:  632304 637309 654114 645466 649583 650474 643655 643949 645089 653302 641956 652527 647035 647506 640526 655753  total = 172.051390 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141422.28/177309.11/164128.37/56132.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.044136" elapsed="0.001296"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T01:05:16.045808" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-04-29T01:05:16.045590" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-29T01:05:16.045540" elapsed="0.000404"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T01:05:16.046077" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:05:16.046026" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-29T01:05:16.046003" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T01:05:16.046208" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T01:05:16.049842" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T01:05:16.050546" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:05:16.051017" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T01:05:16.046669" elapsed="0.004597"/>
</kw>
<msg time="2026-04-29T01:05:16.051530" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T00:55:09.368553" elapsed="606.683028"/>
</kw>
<status status="PASS" start="2026-04-29T00:55:09.368224" elapsed="606.683439"/>
</branch>
<status status="PASS" start="2026-04-29T00:55:09.367898" elapsed="606.683800"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.052312" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:15.092 16  switches: flows:  556845 572670 559793 565621 563303 576158 565975 556454 548123 548556 560586 559245 545137 542996 550499 555774  total = 148.795583 per ms 
00:57:15.207 16  switches: flows:  534496 522906 531428 536427 530281 529184 550914 522124 539488 552860 513528 521702 522719 539841 521428 532214  total = 141.422283 per ms 
00:58:15.308 16  switches: flows:  550087 524965 547410 533999 559334 545041 546905 538368 537602 526644 538243 538614 550013 529327 552576 551549  total = 144.268215 per ms 
00:59:15.410 16  switches: flows:  561042 590152 609612 598434 596528 569595 586616 585997 587369 600295 592150 582823 610556 597703 591944 581197  total = 157.100870 per ms 
01:00:15.561 16  switches: flows:  631760 620698 634900 628161 632861 634769 635184 604926 628146 635865 633364 640991 644273 633073 625462 626517  total = 167.761536 per ms 
01:01:15.663 16  switches: flows:  645284 641664 639563 649254 646163 636078 646396 642492 642789 652469 638670 632670 644455 635827 628109 634515  total = 170.652505 per ms 
01:02:15.767 16  switches: flows:  659370 651605 660056 660380 649163 649970 657142 649723 642731 647740 660482 641120 656606 637410 636441 645464  total = 173.126685 per ms 
01:03:15.869 16  switches: flows:  659610 656331 654005 660482 649734 645625 648821 649565 662949 642340 649100 644205 653065 645437 649728 654340  total = 173.462748 per ms 
01:04:15.970 16  switches: flows:  661688 664501 666451 660982 669392 667288 664908 663427 660769 670286 672971 665510 670705 669551 666811 661173  total = 177.309107 per ms 
01:05:16.071 16  switches: flows:  632304 637309 654114 645466 649583 650474 643655 643949 645089 653302 641956 652527 647035 647506 640526 655753  total = 172.051390 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141422.28/177309.11/164128.37/56132.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.051903" elapsed="0.000512"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-29T01:05:16.052647" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T01:05:16.053747" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T01:05:16.053874" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141422.28/177309.11/164128.37/56132.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-29T01:05:16.053413" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:05:16.054475" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141422.28/177309.11/164128.37/56132.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:05:16.054122" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.057946" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.054739" elapsed="0.003287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.061488" level="INFO">141422.28/177309.11/164128.37/56132.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.058233" elapsed="0.003333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:05:16.063985" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:05:16.061720" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:05:16.066500" level="INFO">@{result_value_list} = [ 141422.28 | 177309.11 | 164128.37 | 56132.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:05:16.064205" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.067008" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T01:05:16.067097" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T01:05:16.066699" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.072005" level="INFO">min :: 141422.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.067525" elapsed="0.004541"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T01:05:16.067379" elapsed="0.004722"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.077575" level="INFO">max :: 177309.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.072355" elapsed="0.005278"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T01:05:16.072198" elapsed="0.005471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.082737" level="INFO">avg :: 164128.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.077902" elapsed="0.004892"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T01:05:16.077758" elapsed="0.005071"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.087681" level="INFO">stdev :: 56132.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.083049" elapsed="0.004691"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T01:05:16.082918" elapsed="0.004858"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T01:05:16.067187" elapsed="0.020621"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.091804" level="INFO">${min} = 141422.28</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:05:16.087967" elapsed="0.003864"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.095855" level="INFO">${max} = 177309.11</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:05:16.091992" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.099918" level="INFO">${average} = 164128.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:05:16.096036" elapsed="0.003910"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.103985" level="INFO">${stdev} = 56132.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:05:16.100098" elapsed="0.003914"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.104539" level="INFO">${date} = 2026-04-29 01:05:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-29T01:05:16.104173" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.105174" level="INFO">CBench Result: 2026-04-29 01:05:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141422.28,177309.11,164128.37,56132.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.104717" elapsed="0.000517"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T01:05:16.106921" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T01:05:16.106496" elapsed="0.000492"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-29T01:05:16.107142" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T01:05:16.105993" elapsed="0.001699"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-29T00:55:09.366804" elapsed="606.740949"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.108218" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-29T01:05:16.107903" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-29T01:05:16.108924" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-29T01:05:16.108493" elapsed="0.000775"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-29T00:55:09.364980" elapsed="606.744327"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.111050" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.110480" elapsed="0.000631"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.112589" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-29T01:05:16.112234" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-29T01:05:16.112997" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:05:16.112747" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-29T01:05:16.115986" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:05:16.115741" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-29T01:05:16.115722" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:05:16.116389" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-29T01:05:16.116199" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.117152" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.25" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:05:16.116687" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:05:16.117768" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T01:05:16.117351" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:05:16.118845" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T01:05:16.118939" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T01:05:16.118367" elapsed="0.000597"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T01:05:16.119107" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T01:05:16.120310" level="INFO">Logging into '10.30.170.25:22' as 'jenkins'.</msg>
<msg time="2026-04-29T01:05:16.729912" 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 Wed Apr 29 01:05:16 UTC 2026

  System load:  0.53               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.25
  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: Wed Apr 29 00:55:09 2026 from 10.30.171.47
[?2004h[jenkins@releng-63164-211-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-29T01:05:16.119955" elapsed="0.610179"/>
</kw>
<msg time="2026-04-29T01:05:16.730230" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T01:05:16.119610" elapsed="0.610709"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-29T01:05:16.117995" elapsed="0.612449"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T01:05:16.731049" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.96 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T01:15:22.777296" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T01:15:22.777924" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T01:15:22.778031" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T01:05:16.730701" elapsed="606.047387"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:15:22.778570" elapsed="0.000688"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.780402" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:21.923 16  switches: flows:  120159 123063 121963 119594 120376 117195 123846 119583 119706 117078 117858 117357 116456 119896 116234 120641  total = 31.850083 per ms 
01:07:22.024 16  switches: flows:  121867 124959 123877 120197 121041 118655 124985 120852 120823 117727 118048 120060 117260 120852 118045 121733  total = 32.129375 per ms 
01:08:22.125 16  switches: flows:  120321 123711 121603 118138 120169 117434 124621 119129 119463 116036 118755 119388 116438 120925 117467 120664  total = 31.851211 per ms 
01:09:22.226 16  switches: flows:  122443 125802 124029 119216 123456 118983 123984 121263 121850 119251 120134 121557 120046 120716 118292 121938  total = 32.328691 per ms 
01:10:22.327 16  switches: flows:  118891 122706 122309 117613 120044 118492 123879 119298 119736 115668 117246 119140 116308 120062 117537 120961  total = 31.778470 per ms 
01:11:22.428 16  switches: flows:  119761 123414 123113 117737 120473 117178 122906 119033 119618 116026 118965 119838 116455 119160 116589 120383  total = 31.791088 per ms 
01:12:22.529 16  switches: flows:  121058 125856 125434 119006 121957 122184 123974 119961 121612 117539 121020 120897 119408 123940 118865 121454  total = 32.348702 per ms 
01:13:22.631 16  switches: flows:  120296 124912 125477 118959 122741 119068 124321 121069 121485 117219 120320 120610 119118 121345 117473 122277  total = 32.224343 per ms 
01:14:22.732 16  switches: flows:  119617 124332 123150 118149 121395 119206 122584 120700 120112 117154 119209 120490 117778 120862 116576 121788  total = 31.998262 per ms 
01:15:22.833 16  switches: flows:  119116 124593 122051 118038 120206 118880 122452 118163 119669 116381 117072 119091 116370 121070 117122 120080  total = 31.786176 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31778.47/32348.70/32026.26/10677.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.779665" elapsed="0.001117"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T01:15:22.781345" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-29T01:15:22.780989" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-04-29T01:15:22.780936" elapsed="0.000655"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T01:15:22.781835" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:15:22.781740" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-04-29T01:15:22.781699" elapsed="0.000274"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T01:15:22.782040" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T01:15:22.786760" elapsed="0.000397"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T01:15:22.787323" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:15:22.787665" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T01:15:22.782868" elapsed="0.004957"/>
</kw>
<msg time="2026-04-29T01:15:22.787959" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T01:05:16.113400" elapsed="606.674587"/>
</kw>
<status status="PASS" start="2026-04-29T01:05:16.113082" elapsed="606.674955"/>
</branch>
<status status="PASS" start="2026-04-29T01:05:16.112726" elapsed="606.675335"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.788538" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.96: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.96. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:21.923 16  switches: flows:  120159 123063 121963 119594 120376 117195 123846 119583 119706 117078 117858 117357 116456 119896 116234 120641  total = 31.850083 per ms 
01:07:22.024 16  switches: flows:  121867 124959 123877 120197 121041 118655 124985 120852 120823 117727 118048 120060 117260 120852 118045 121733  total = 32.129375 per ms 
01:08:22.125 16  switches: flows:  120321 123711 121603 118138 120169 117434 124621 119129 119463 116036 118755 119388 116438 120925 117467 120664  total = 31.851211 per ms 
01:09:22.226 16  switches: flows:  122443 125802 124029 119216 123456 118983 123984 121263 121850 119251 120134 121557 120046 120716 118292 121938  total = 32.328691 per ms 
01:10:22.327 16  switches: flows:  118891 122706 122309 117613 120044 118492 123879 119298 119736 115668 117246 119140 116308 120062 117537 120961  total = 31.778470 per ms 
01:11:22.428 16  switches: flows:  119761 123414 123113 117737 120473 117178 122906 119033 119618 116026 118965 119838 116455 119160 116589 120383  total = 31.791088 per ms 
01:12:22.529 16  switches: flows:  121058 125856 125434 119006 121957 122184 123974 119961 121612 117539 121020 120897 119408 123940 118865 121454  total = 32.348702 per ms 
01:13:22.631 16  switches: flows:  120296 124912 125477 118959 122741 119068 124321 121069 121485 117219 120320 120610 119118 121345 117473 122277  total = 32.224343 per ms 
01:14:22.732 16  switches: flows:  119617 124332 123150 118149 121395 119206 122584 120700 120112 117154 119209 120490 117778 120862 116576 121788  total = 31.998262 per ms 
01:15:22.833 16  switches: flows:  119116 124593 122051 118038 120206 118880 122452 118163 119669 116381 117072 119091 116370 121070 117122 120080  total = 31.786176 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31778.47/32348.70/32026.26/10677.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.788221" elapsed="0.000395"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-29T01:15:22.788763" elapsed="0.000414"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T01:15:22.789574" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T01:15:22.789670" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31778.47/32348.70/32026.26/10677.77 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-29T01:15:22.789338" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:15:22.790134" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31778.47/32348.70/32026.26/10677.77 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:15:22.789859" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.792601" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.790310" elapsed="0.002352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.795423" level="INFO">31778.47/32348.70/32026.26/10677.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.792809" elapsed="0.002672"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:15:22.797956" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:15:22.795664" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:15:22.800460" level="INFO">@{result_value_list} = [ 31778.47 | 32348.70 | 32026.26 | 10677.77 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-29T01:15:22.798200" elapsed="0.002288"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.800978" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T01:15:22.801084" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-29T01:15:22.800664" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.806155" level="INFO">min :: 31778.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.801524" elapsed="0.004690"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T01:15:22.801378" elapsed="0.004871"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.810879" level="INFO">max :: 32348.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.806467" elapsed="0.004468"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T01:15:22.806339" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.815580" level="INFO">avg :: 32026.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.811190" elapsed="0.004452"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T01:15:22.811055" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.820791" level="INFO">stdev :: 10677.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.815890" elapsed="0.004959"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T01:15:22.815763" elapsed="0.005121"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T01:15:22.801182" elapsed="0.019733"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.824913" level="INFO">${min} = 31778.47</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:15:22.821109" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.828999" level="INFO">${max} = 32348.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:15:22.825116" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.833029" level="INFO">${average} = 32026.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:15:22.829219" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.837074" level="INFO">${stdev} = 10677.77</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T01:15:22.833214" elapsed="0.003886"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.837625" level="INFO">${date} = 2026-04-29 01:15:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-29T01:15:22.837261" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.838232" level="INFO">CBench Result: 2026-04-29 01:15:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31778.47,32348.70,32026.26,10677.77</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:15:22.837818" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T01:15:22.839397" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-29T01:15:22.838925" elapsed="0.000540"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-29T01:15:22.839634" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T01:15:22.838432" elapsed="0.001724"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-29T01:05:16.111664" elapsed="606.728551"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.840691" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-29T01:15:22.840363" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T01:15:22.841993" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-29T01:15:22.841501" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-29T01:15:22.842249" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-04-29T01:15:22.842099" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-04-29T01:15:22.842079" elapsed="0.000260"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.842486" elapsed="0.000036"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.842668" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.842830" 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-04-29T01:15:22.843029" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.843183" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.843332" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-29T01:15:22.843480" 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-04-29T01:15:22.843719" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:15:22.843580" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-04-29T01:15:22.843562" elapsed="0.000232"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-29T01:15:22.841158" elapsed="0.002686"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-29T01:05:16.109870" elapsed="606.734020"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-29T00:45:00.030678" elapsed="1822.813755"/>
</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>
