<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-03T02:45:25.926445" 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-05-03T02:45:26.516989" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:45:26.516841" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:26.516811" elapsed="0.000280"/>
</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-05-03T02:45:26.517233" elapsed="0.000538"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:45:26.518257" level="INFO">Logging into '10.30.170.171:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:45:27.315062" 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-05-03T02:45:26.517947" elapsed="0.797324"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:45:27.363749" 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-05-03T02:45:27.315604" elapsed="0.048293"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:45:27.366041" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T02:45:27.366158" 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-05-03T02:45:27.364215" elapsed="0.001974"/>
</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-05-03T02:45:27.366368" elapsed="0.000278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:45:27.366809" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.367568" 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-05-03T02:45:27.367202" elapsed="0.000421"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:45:27.367677" elapsed="0.000060"/>
</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.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T02:45:26.516426" elapsed="0.851440"/>
</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-05-03T02:45:26.512612" elapsed="0.855320"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:45:27.368614" 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-05-03T02:45:27.368174" elapsed="0.000500"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:45:27.369087" 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-05-03T02:45:27.368829" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.369721" 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-05-03T02:45:27.369304" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.370270" 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-05-03T02:45:27.369918" elapsed="0.000396"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.370885" 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-05-03T02:45:27.370505" elapsed="0.000407"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.371426" 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-05-03T02:45:27.371079" elapsed="0.000391"/>
</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-05-03T02:45:27.371812" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:45:27.371564" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:45:27.376437" 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-05-03T02:45:27.375951" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:45:27.377773" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:45:27.377859" 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-05-03T02:45:27.377020" elapsed="0.000865"/>
</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-05-03T02:45:27.378033" elapsed="0.000378"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:45:27.379473" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:45:28.098368" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:45:27 UTC 2026

  System load:  0.05               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  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-220-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-05-03T02:45:27.378919" elapsed="0.719732"/>
</kw>
<msg time="2026-05-03T02:45:28.098810" 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-05-03T02:45:27.378569" elapsed="0.720406"/>
</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-05-03T02:45:27.376675" elapsed="0.722504"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.107215" 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-05-03T02:45:28.099544" elapsed="0.009223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:45:28.108990" elapsed="0.000308"/>
</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-05-03T02:45:27.375417" elapsed="0.733966"/>
</kw>
<status status="PASS" start="2026-05-03T02:45:27.371950" elapsed="0.737474"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:27.371531" elapsed="0.737943"/>
</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-05-03T02:45:28.109644" elapsed="0.000609"/>
</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-05-03T02:45:28.114915" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:45:28.114782" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:28.114753" elapsed="0.000246"/>
</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-05-03T02:45:28.118569" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:45:28.118454" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:28.118434" elapsed="0.000206"/>
</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-05-03T02:45:28.118778" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.119731" level="INFO">Logging into '10.30.170.171:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:45:28.298080" 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-05-03T02:45:28.119432" elapsed="0.178869"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.390414" 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-05-03T02:45:28.298661" elapsed="0.091889"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.396757" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-03T02:45:28.397021" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-03T02:45:28.390742" elapsed="0.006311"/>
</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-05-03T02:45:28.397194" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:45:28.397577" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.398370" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-03T02:45:28.397959" elapsed="0.000468"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:45:28.398489" elapsed="0.000079"/>
</return>
<msg time="2026-05-03T02:45:28.398743" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T02:45:28.118073" elapsed="0.280701"/>
</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-05-03T02:45:28.398922" elapsed="0.000700"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:45:28.399674" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-03T02:45:28.114420" elapsed="0.285384"/>
</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-05-03T02:45:28.403750" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:45:28.403574" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:28.403516" elapsed="0.000309"/>
</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-05-03T02:45:28.403957" elapsed="0.000714"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.405092" level="INFO">Logging into '10.30.170.171:8101' as 'karaf'.</msg>
<msg time="2026-05-03T02:45:28.569491" 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-05-03T02:45:28.404823" elapsed="0.164882"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.594498" 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-05-03T02:45:28.570031" elapsed="0.024564"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.597258" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-03T02:45:28.597399" 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-05-03T02:45:28.594823" elapsed="0.002607"/>
</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-05-03T02:45:28.597571" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:45:28.597968" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.598840" 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-05-03T02:45:28.598439" elapsed="0.000452"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-03T02:45:28.598953" elapsed="0.000085"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.171
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-03T02:45:28.403156" elapsed="0.196031"/>
</kw>
<status status="PASS" start="2026-05-03T02:45:26.510756" elapsed="2.088504"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.602701" 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-05-03T02:45:28.600874" elapsed="0.001894"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.604480" 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-05-03T02:45:28.604074" elapsed="0.000450"/>
</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-05-03T02:45:28.604899" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:45:28.604618" elapsed="0.000339"/>
</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-05-03T02:45:28.608059" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:45:28.607808" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:28.607788" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.608527" 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-05-03T02:45:28.608654" 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-05-03T02:45:28.608276" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.609257" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-05-03T02:45:28.608833" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.609994" 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-05-03T02:45:28.609479" elapsed="0.000542"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:45:28.611222" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:45:28.611312" 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-05-03T02:45:28.610854" elapsed="0.000483"/>
</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-05-03T02:45:28.611523" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.612768" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:45:28.979465" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:45:27 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May  3 02:45:28 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-220-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-05-03T02:45:28.612403" elapsed="0.367390"/>
</kw>
<msg time="2026-05-03T02:45:28.979920" 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-05-03T02:45:28.612030" elapsed="0.368029"/>
</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-05-03T02:45:28.610225" elapsed="0.370002"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T02:45:28.981451" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T02:55:35.069844" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T02:55:35.070778" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T02:55:35.070894" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T02:45:28.980565" elapsed="606.090398"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:55:35.071482" elapsed="0.000922"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.073594" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:46:34.150 16  switches: flows:  116961 117527 116212 116458 116366 115359 116006 118492 118344 113591 113453 116320 111649 114645 113976 116651  total = 30.866833 per ms 
02:47:34.251 16  switches: flows:  124730 126921 123462 124942 128248 124451 125518 124363 123840 122305 123584 124852 122425 123014 123528 123036  total = 33.098180 per ms 
02:48:34.352 16  switches: flows:  120108 122509 121671 120257 120802 119657 120031 120618 119210 117567 117930 118383 118480 117403 115719 116822  total = 31.733129 per ms 
02:49:34.452 16  switches: flows:  124440 127777 123187 125945 124573 123942 124778 125282 122580 118694 119739 121066 121700 122314 121468 120139  total = 32.739021 per ms 
02:50:34.553 16  switches: flows:  122199 124229 126145 124311 124859 122587 125072 123633 119651 118395 118850 118278 121137 120029 119150 120023  total = 32.421606 per ms 
02:51:34.653 16  switches: flows:  123428 123875 126205 124408 124504 123065 125337 124566 122531 120265 118520 120141 120588 122162 118705 121267  total = 32.604976 per ms 
02:52:34.754 16  switches: flows:  126460 125651 127177 125875 127158 123836 128364 124289 123065 120746 119689 121041 121606 124017 121826 121853  total = 32.989083 per ms 
02:53:34.854 16  switches: flows:  125813 126336 126145 126252 124911 121485 125927 122869 120628 120124 117744 120857 118048 121479 117546 121014  total = 32.565249 per ms 
02:54:34.954 16  switches: flows:  125367 124839 124146 122822 123577 122226 123542 120777 119569 116334 117431 118955 118617 120793 117501 118809  total = 32.201270 per ms 
02:55:35.055 16  switches: flows:  127247 128919 125451 125081 125893 122525 123602 124023 123168 118254 120661 120653 121559 123406 120848 122218  total = 32.836905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31733.13/33098.18/32576.60/10866.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:55:35.072809" elapsed="0.001149"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T02:55:35.074537" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-05-03T02:55:35.074179" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-05-03T02:55:35.074110" elapsed="0.000652"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T02:55:35.074982" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-03T02:55:35.074898" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-03T02:55:35.074861" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T02:55:35.075195" 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-05-03T02:55:35.080080" elapsed="0.000512"/>
</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-05-03T02:55:35.080800" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T02:55:35.081237" elapsed="0.000157"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T02:55:35.075939" elapsed="0.005531"/>
</kw>
<msg time="2026-05-03T02:55:35.081648" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T02:45:28.605334" elapsed="606.476351"/>
</kw>
<status status="PASS" start="2026-05-03T02:45:28.604989" elapsed="606.476767"/>
</branch>
<status status="PASS" start="2026-05-03T02:45:28.604590" elapsed="606.477200"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.082415" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:46:34.150 16  switches: flows:  116961 117527 116212 116458 116366 115359 116006 118492 118344 113591 113453 116320 111649 114645 113976 116651  total = 30.866833 per ms 
02:47:34.251 16  switches: flows:  124730 126921 123462 124942 128248 124451 125518 124363 123840 122305 123584 124852 122425 123014 123528 123036  total = 33.098180 per ms 
02:48:34.352 16  switches: flows:  120108 122509 121671 120257 120802 119657 120031 120618 119210 117567 117930 118383 118480 117403 115719 116822  total = 31.733129 per ms 
02:49:34.452 16  switches: flows:  124440 127777 123187 125945 124573 123942 124778 125282 122580 118694 119739 121066 121700 122314 121468 120139  total = 32.739021 per ms 
02:50:34.553 16  switches: flows:  122199 124229 126145 124311 124859 122587 125072 123633 119651 118395 118850 118278 121137 120029 119150 120023  total = 32.421606 per ms 
02:51:34.653 16  switches: flows:  123428 123875 126205 124408 124504 123065 125337 124566 122531 120265 118520 120141 120588 122162 118705 121267  total = 32.604976 per ms 
02:52:34.754 16  switches: flows:  126460 125651 127177 125875 127158 123836 128364 124289 123065 120746 119689 121041 121606 124017 121826 121853  total = 32.989083 per ms 
02:53:34.854 16  switches: flows:  125813 126336 126145 126252 124911 121485 125927 122869 120628 120124 117744 120857 118048 121479 117546 121014  total = 32.565249 per ms 
02:54:34.954 16  switches: flows:  125367 124839 124146 122822 123577 122226 123542 120777 119569 116334 117431 118955 118617 120793 117501 118809  total = 32.201270 per ms 
02:55:35.055 16  switches: flows:  127247 128919 125451 125081 125893 122525 123602 124023 123168 118254 120661 120653 121559 123406 120848 122218  total = 32.836905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31733.13/33098.18/32576.60/10866.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:55:35.081988" elapsed="0.000530"/>
</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-05-03T02:55:35.082733" elapsed="0.000529"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T02:55:35.083830" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T02:55:35.083961" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31733.13/33098.18/32576.60/10866.10 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-05-03T02:55:35.083510" elapsed="0.000509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:55:35.084624" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31733.13/33098.18/32576.60/10866.10 | 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-05-03T02:55:35.084236" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.088015" 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-05-03T02:55:35.084864" elapsed="0.003233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.090693" level="INFO">31733.13/33098.18/32576.60/10866.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:55:35.088299" elapsed="0.002451"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:55:35.093097" 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-05-03T02:55:35.090896" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T02:55:35.095545" level="INFO">@{result_value_list} = [ 31733.13 | 33098.18 | 32576.60 | 10866.10 ]</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-05-03T02:55:35.093323" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.096037" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T02:55:35.096125" 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-05-03T02:55:35.095730" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.100870" level="INFO">min :: 31733.13</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-05-03T02:55:35.096578" elapsed="0.004349"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T02:55:35.096446" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.105503" level="INFO">max :: 33098.18</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-05-03T02:55:35.101181" elapsed="0.004380"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T02:55:35.101055" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.110111" level="INFO">avg :: 32576.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:55:35.105811" elapsed="0.004357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T02:55:35.105685" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.114705" level="INFO">stdev :: 10866.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T02:55:35.110446" elapsed="0.004325"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T02:55:35.110296" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T02:55:35.096223" elapsed="0.018615"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.118937" level="INFO">${min} = 31733.13</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-05-03T02:55:35.114998" elapsed="0.003966"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.122815" level="INFO">${max} = 33098.18</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-05-03T02:55:35.119125" elapsed="0.003716"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.126832" level="INFO">${average} = 32576.60</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-05-03T02:55:35.122997" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.130773" level="INFO">${stdev} = 10866.10</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-05-03T02:55:35.127007" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.131320" level="INFO">${date} = 2026-05-03 02:55:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T02:55:35.130959" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.131947" level="INFO">CBench Result: 2026-05-03 02:55:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31733.13,33098.18,32576.60,10866.10</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-05-03T02:55:35.131522" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T02:55:35.133106" 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-05-03T02:55:35.132676" elapsed="0.000497"/>
</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-05-03T02:55:35.133324" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T02:55:35.132178" elapsed="0.001688"/>
</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-05-03T02:45:28.603362" elapsed="606.530565"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.134448" 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-05-03T02:55:35.134099" elapsed="0.000404"/>
</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-05-03T02:55:35.135024" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-03T02:55:35.134725" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-03T02:45:28.599513" elapsed="606.535901"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.136958" 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-05-03T02:55:35.136309" elapsed="0.000706"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.138285" 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-05-03T02:55:35.137945" elapsed="0.000407"/>
</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-05-03T02:55:35.138691" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:55:35.138471" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-03T02:55:35.141837" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T02:55:35.141581" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-03T02:55:35.141562" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:55:35.142253" 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-05-03T02:55:35.142400" 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-05-03T02:55:35.142049" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.142978" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.171 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-05-03T02:55:35.142561" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T02:55:35.143586" 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-05-03T02:55:35.143174" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T02:55:35.144502" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T02:55:35.144590" 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-05-03T02:55:35.144182" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T02:55:35.144752" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T02:55:35.145963" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-05-03T02:55:35.763101" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 02:55:35 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May  3 02:45:28 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-220-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-05-03T02:55:35.145602" elapsed="0.617856"/>
</kw>
<msg time="2026-05-03T02:55:35.763625" 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-05-03T02:55:35.145221" elapsed="0.618575"/>
</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-05-03T02:55:35.143810" elapsed="0.620212"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T02:55:35.765128" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.171 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T03:05:41.808925" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T03:05:41.810040" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T03:05:41.810158" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.171: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-05-03T02:55:35.764520" elapsed="606.045701"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T03:05:41.810684" elapsed="0.000687"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.812470" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:40.876 16  switches: flows:  652233 646817 649736 652537 650227 651255 642041 647699 634965 622675 638925 623414 638303 642919 637425 640272  total = 171.190717 per ms 
02:57:40.977 16  switches: flows:  636124 635484 635441 640907 643196 636454 635171 632365 636282 632399 638814 635396 643215 634106 634832 632710  total = 169.430392 per ms 
02:58:41.078 16  switches: flows:  647650 646855 643611 647285 650421 658874 650559 650251 643593 642982 655129 641510 659375 647946 649152 636522  total = 172.572326 per ms 
02:59:41.180 16  switches: flows:  667411 665055 656912 669882 656708 663239 664490 662056 665647 671236 659092 650117 667633 659405 659656 650434  total = 176.187599 per ms 
03:00:41.284 16  switches: flows:  676576 676860 690069 687798 692650 697395 687015 684419 671437 679052 668727 678690 676085 678564 682670 656702  total = 181.100424 per ms 
03:01:41.385 16  switches: flows:  683452 671263 662628 681820 688337 680093 673000 661175 679970 669573 687076 672553 672694 676992 678531 669279  total = 179.838573 per ms 
03:02:41.486 16  switches: flows:  673884 685823 675570 677103 679145 687279 688051 670080 682401 686219 682499 694506 677216 681959 686674 671081  total = 181.353306 per ms 
03:03:41.587 16  switches: flows:  672806 664566 677590 675700 666713 682678 648523 650984 677346 677810 658765 678270 666042 670380 678569 662805  total = 178.193308 per ms 
03:04:41.688 16  switches: flows:  597449 627674 613473 621263 608050 619380 611689 544007 626887 602151 622575 627695 622483 584045 633546 627925  total = 162.896878 per ms 
03:05:41.789 16  switches: flows:  655528 655755 635672 658114 657857 664920 643044 645913 653656 641263 643827 639925 647272 647035 654663 647097  total = 172.901469 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162896.88/181353.31/174941.59/58599.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:05:41.811740" elapsed="0.001034"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T03:05:41.813294" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-05-03T03:05:41.812983" elapsed="0.000494"/>
</branch>
<status status="PASS" start="2026-05-03T03:05:41.812913" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T03:05:41.813791" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-03T03:05:41.813694" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-03T03:05:41.813629" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T03:05:41.814002" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-03T03:05:41.818937" elapsed="0.000335"/>
</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-05-03T03:05:41.819434" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T03:05:41.819736" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T03:05:41.814840" elapsed="0.005051"/>
</kw>
<msg time="2026-05-03T03:05:41.820026" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.171: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-05-03T02:55:35.139085" elapsed="606.680969"/>
</kw>
<status status="PASS" start="2026-05-03T02:55:35.138774" elapsed="606.681329"/>
</branch>
<status status="PASS" start="2026-05-03T02:55:35.138449" elapsed="606.681678"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.820590" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:40.876 16  switches: flows:  652233 646817 649736 652537 650227 651255 642041 647699 634965 622675 638925 623414 638303 642919 637425 640272  total = 171.190717 per ms 
02:57:40.977 16  switches: flows:  636124 635484 635441 640907 643196 636454 635171 632365 636282 632399 638814 635396 643215 634106 634832 632710  total = 169.430392 per ms 
02:58:41.078 16  switches: flows:  647650 646855 643611 647285 650421 658874 650559 650251 643593 642982 655129 641510 659375 647946 649152 636522  total = 172.572326 per ms 
02:59:41.180 16  switches: flows:  667411 665055 656912 669882 656708 663239 664490 662056 665647 671236 659092 650117 667633 659405 659656 650434  total = 176.187599 per ms 
03:00:41.284 16  switches: flows:  676576 676860 690069 687798 692650 697395 687015 684419 671437 679052 668727 678690 676085 678564 682670 656702  total = 181.100424 per ms 
03:01:41.385 16  switches: flows:  683452 671263 662628 681820 688337 680093 673000 661175 679970 669573 687076 672553 672694 676992 678531 669279  total = 179.838573 per ms 
03:02:41.486 16  switches: flows:  673884 685823 675570 677103 679145 687279 688051 670080 682401 686219 682499 694506 677216 681959 686674 671081  total = 181.353306 per ms 
03:03:41.587 16  switches: flows:  672806 664566 677590 675700 666713 682678 648523 650984 677346 677810 658765 678270 666042 670380 678569 662805  total = 178.193308 per ms 
03:04:41.688 16  switches: flows:  597449 627674 613473 621263 608050 619380 611689 544007 626887 602151 622575 627695 622483 584045 633546 627925  total = 162.896878 per ms 
03:05:41.789 16  switches: flows:  655528 655755 635672 658114 657857 664920 643044 645913 653656 641263 643827 639925 647272 647035 654663 647097  total = 172.901469 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162896.88/181353.31/174941.59/58599.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:05:41.820281" elapsed="0.000384"/>
</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-05-03T03:05:41.820820" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T03:05:41.821803" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T03:05:41.821894" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162896.88/181353.31/174941.59/58599.33 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-03T03:05:41.821558" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:05:41.822322" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162896.88/181353.31/174941.59/58599.33 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T03:05:41.822071" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.824807" 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-05-03T03:05:41.822514" elapsed="0.002350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.827256" level="INFO">162896.88/181353.31/174941.59/58599.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:05:41.825008" elapsed="0.002307"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:05:41.829720" 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-05-03T03:05:41.827483" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:05:41.832209" level="INFO">@{result_value_list} = [ 162896.88 | 181353.31 | 174941.59 | 58599.33 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-03T03:05:41.829967" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.832729" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T03:05:41.832819" 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-05-03T03:05:41.832405" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.837557" level="INFO">min :: 162896.88</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-05-03T03:05:41.833228" elapsed="0.004389"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T03:05:41.833100" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.842587" level="INFO">max :: 181353.31</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-05-03T03:05:41.837895" elapsed="0.004751"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T03:05:41.837769" elapsed="0.004913"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.847278" level="INFO">avg :: 174941.59</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-05-03T03:05:41.842898" elapsed="0.004438"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T03:05:41.842772" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.851967" level="INFO">stdev :: 58599.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:05:41.847603" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T03:05:41.847475" elapsed="0.004585"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T03:05:41.832911" elapsed="0.019181"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.856181" level="INFO">${min} = 162896.88</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-05-03T03:05:41.852248" elapsed="0.003960"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.860092" level="INFO">${max} = 181353.31</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-05-03T03:05:41.856378" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.864014" level="INFO">${average} = 174941.59</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-05-03T03:05:41.860270" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.867939" level="INFO">${stdev} = 58599.33</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-03T03:05:41.864203" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.868486" level="INFO">${date} = 2026-05-03 03:05:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T03:05:41.868122" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.869086" level="INFO">CBench Result: 2026-05-03 03:05:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162896.88,181353.31,174941.59,58599.33</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:05:41.868656" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T03:05:41.870257" 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-05-03T03:05:41.869826" elapsed="0.000498"/>
</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-05-03T03:05:41.870490" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T03:05:41.869296" elapsed="0.001743"/>
</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-05-03T02:55:35.137334" elapsed="606.733767"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.871582" 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-05-03T03:05:41.871248" elapsed="0.000392"/>
</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-05-03T03:05:41.872163" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-05-03T03:05:41.871845" elapsed="0.000669"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-03T02:55:35.135739" elapsed="606.736812"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.874013" 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-05-03T03:05:41.873587" elapsed="0.000483"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.875325" 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-05-03T03:05:41.874976" elapsed="0.000407"/>
</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-05-03T03:05:41.875756" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T03:05:41.875520" elapsed="0.000294"/>
</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-05-03T03:05:41.878810" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-03T03:05:41.878567" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-05-03T03:05:41.878547" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-03T03:05:41.879224" 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-05-03T03:05:41.879354" 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-05-03T03:05:41.879024" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.879934" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-05-03T03:05:41.879517" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-03T03:05:41.880569" 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-05-03T03:05:41.880145" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T03:05:41.881680" level="INFO">Length is 0.</msg>
<msg time="2026-05-03T03:05:41.881792" 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-05-03T03:05:41.881165" elapsed="0.000652"/>
</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-05-03T03:05:41.881959" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-03T03:05:41.883142" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-05-03T03:05:42.471256" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May  3 03:05:42 UTC 2026

  System load:  0.28               Processes:             102
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May  3 02:55:35 2026 from 10.30.170.206
[?2004h[jenkins@releng-63164-220-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-05-03T03:05:41.882786" elapsed="0.588702"/>
</kw>
<msg time="2026-05-03T03:05:42.471583" 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-05-03T03:05:41.882445" elapsed="0.589230"/>
</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-05-03T03:05:41.880796" elapsed="0.591006"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-03T03:05:42.472408" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.171 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-03T03:15:48.499961" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-03T03:15:48.500616" level="INFO">${stdout} = </msg>
<msg time="2026-05-03T03:15:48.500729" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-03T03:05:42.472050" elapsed="606.028738"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T03:15:48.501441" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.503379" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:47.581 16  switches: flows:  129901 129349 130837 131047 129297 130547 130301 130975 129933 128614 128901 127594 127984 123174 127071 126489  total = 34.366900 per ms 
03:07:47.681 16  switches: flows:  126670 125620 127297 129365 127169 128884 128317 129472 128343 126001 125192 124664 125233 122460 125395 122701  total = 33.656815 per ms 
03:08:47.782 16  switches: flows:  128275 129514 129698 131200 131385 132403 132148 131135 130975 130475 128540 125968 128562 125458 126646 126003  total = 34.415613 per ms 
03:09:47.882 16  switches: flows:  105118 105892 105642 106189 104850 105440 105558 105770 104996 104926 103853 103368 104162 101379 103038 102090  total = 27.824710 per ms 
03:10:47.982 16  switches: flows:  132080 130027 129594 127667 128933 132803 129608 131131 125973 128945 128520 127104 128638 127903 127661 126205  total = 34.322603 per ms 
03:11:48.082 16  switches: flows:  134736 129958 130919 131214 131532 133806 131503 131866 129181 129549 130694 130873 129366 125615 129758 126217  total = 34.721808 per ms 
03:12:48.183 16  switches: flows:  129987 127126 126541 127505 126580 129840 127882 127818 124303 127262 127589 126141 127284 123241 126047 123798  total = 33.759354 per ms 
03:13:48.283 16  switches: flows:  128073 125110 124409 124107 125717 127731 125909 126293 122879 124615 125190 122536 126124 120041 124735 122591  total = 33.212153 per ms 
03:14:48.383 16  switches: flows:  127831 126085 125717 125071 124716 127791 126908 127034 122868 124092 124761 123998 123403 122174 125334 123067  total = 33.291899 per ms 
03:15:48.484 16  switches: flows:  128090 127105 124557 126572 126321 130627 128009 126448 123453 126433 124234 124901 124729 123187 125195 122032  total = 33.475666 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27824.71/34721.81/33186.74/11234.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:15:48.502615" elapsed="0.001143"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-03T03:15:48.504305" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-05-03T03:15:48.503989" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-05-03T03:15:48.503926" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-03T03:15:48.504762" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-03T03:15:48.504680" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-03T03:15:48.504643" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-03T03:15:48.505056" elapsed="0.000036"/>
</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-05-03T03:15:48.509156" elapsed="0.000484"/>
</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-05-03T03:15:48.509844" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-03T03:15:48.510294" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-03T03:15:48.505816" elapsed="0.004759"/>
</kw>
<msg time="2026-05-03T03:15:48.510755" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-03T03:05:41.876202" elapsed="606.634590"/>
</kw>
<status status="PASS" start="2026-05-03T03:05:41.875842" elapsed="606.635019"/>
</branch>
<status status="PASS" start="2026-05-03T03:05:41.875492" elapsed="606.635402"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.511584" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.171: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.171. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:47.581 16  switches: flows:  129901 129349 130837 131047 129297 130547 130301 130975 129933 128614 128901 127594 127984 123174 127071 126489  total = 34.366900 per ms 
03:07:47.681 16  switches: flows:  126670 125620 127297 129365 127169 128884 128317 129472 128343 126001 125192 124664 125233 122460 125395 122701  total = 33.656815 per ms 
03:08:47.782 16  switches: flows:  128275 129514 129698 131200 131385 132403 132148 131135 130975 130475 128540 125968 128562 125458 126646 126003  total = 34.415613 per ms 
03:09:47.882 16  switches: flows:  105118 105892 105642 106189 104850 105440 105558 105770 104996 104926 103853 103368 104162 101379 103038 102090  total = 27.824710 per ms 
03:10:47.982 16  switches: flows:  132080 130027 129594 127667 128933 132803 129608 131131 125973 128945 128520 127104 128638 127903 127661 126205  total = 34.322603 per ms 
03:11:48.082 16  switches: flows:  134736 129958 130919 131214 131532 133806 131503 131866 129181 129549 130694 130873 129366 125615 129758 126217  total = 34.721808 per ms 
03:12:48.183 16  switches: flows:  129987 127126 126541 127505 126580 129840 127882 127818 124303 127262 127589 126141 127284 123241 126047 123798  total = 33.759354 per ms 
03:13:48.283 16  switches: flows:  128073 125110 124409 124107 125717 127731 125909 126293 122879 124615 125190 122536 126124 120041 124735 122591  total = 33.212153 per ms 
03:14:48.383 16  switches: flows:  127831 126085 125717 125071 124716 127791 126908 127034 122868 124092 124761 123998 123403 122174 125334 123067  total = 33.291899 per ms 
03:15:48.484 16  switches: flows:  128090 127105 124557 126572 126321 130627 128009 126448 123453 126433 124234 124901 124729 123187 125195 122032  total = 33.475666 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27824.71/34721.81/33186.74/11234.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:15:48.511106" elapsed="0.000583"/>
</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-05-03T03:15:48.511919" elapsed="0.000629"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-03T03:15:48.513095" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-03T03:15:48.513222" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27824.71/34721.81/33186.74/11234.43 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-05-03T03:15:48.512788" elapsed="0.000468"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:15:48.513888" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27824.71/34721.81/33186.74/11234.43 | 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-05-03T03:15:48.513525" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.517239" 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-05-03T03:15:48.514152" elapsed="0.003168"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.520332" level="INFO">27824.71/34721.81/33186.74/11234.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:15:48.517559" elapsed="0.002845"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:15:48.522993" 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-05-03T03:15:48.520551" elapsed="0.002470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-03T03:15:48.525438" level="INFO">@{result_value_list} = [ 27824.71 | 34721.81 | 33186.74 | 11234.43 ]</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-05-03T03:15:48.523235" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.525957" level="INFO">Length is 4.</msg>
<msg time="2026-05-03T03:15:48.526047" 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-05-03T03:15:48.525620" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.530890" level="INFO">min :: 27824.71</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-05-03T03:15:48.526473" elapsed="0.004483"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-03T03:15:48.526330" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.535566" level="INFO">max :: 34721.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:15:48.531218" elapsed="0.004406"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-03T03:15:48.531091" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.540156" level="INFO">avg :: 33186.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-03T03:15:48.535871" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-03T03:15:48.535742" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.544870" level="INFO">stdev :: 11234.43</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-05-03T03:15:48.540470" elapsed="0.004458"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-03T03:15:48.540331" elapsed="0.004632"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-03T03:15:48.526137" elapsed="0.018855"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.549073" level="INFO">${min} = 27824.71</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-05-03T03:15:48.545147" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.553023" level="INFO">${max} = 34721.81</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-05-03T03:15:48.549254" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.556994" level="INFO">${average} = 33186.74</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-05-03T03:15:48.553202" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.560911" level="INFO">${stdev} = 11234.43</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-05-03T03:15:48.557172" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.561471" level="INFO">${date} = 2026-05-03 03:15:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-03T03:15:48.561108" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.562100" level="INFO">CBench Result: 2026-05-03 03:15:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27824.71,34721.81,33186.74,11234.43</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-05-03T03:15:48.561651" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-03T03:15:48.563261" 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-05-03T03:15:48.562778" elapsed="0.000553"/>
</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-05-03T03:15:48.563499" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-03T03:15:48.562294" elapsed="0.001728"/>
</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-05-03T03:05:41.874405" elapsed="606.689675"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.564561" 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-05-03T03:15:48.564226" elapsed="0.000394"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-03T03:15:48.565842" 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-05-03T03:15:48.565340" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-03T03:15:48.566117" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-03T03:15:48.565969" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-03T03:15:48.565949" elapsed="0.000253"/>
</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-05-03T03:15:48.566360" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-03T03:15:48.566524" 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-05-03T03:15:48.566684" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-03T03:15:48.566875" elapsed="0.000020"/>
</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-05-03T03:15:48.567024" 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-05-03T03:15:48.567168" 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-05-03T03:15:48.567310" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-03T03:15:48.567545" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-03T03:15:48.567409" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-05-03T03:15:48.567390" elapsed="0.000230"/>
</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-05-03T03:15:48.565003" elapsed="0.002680"/>
</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-05-03T03:05:41.872988" elapsed="606.694747"/>
</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-05-03T02:45:25.928022" elapsed="1822.640358"/>
</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>
