<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-18T00:23:52.136821" 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-09-18T00:23:52.633403" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:23:52.633285" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:52.633255" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T00:23:52.633699" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T00:23:52.634614" level="INFO">Logging into '10.30.170.249:8101' as 'karaf'.</msg>
<msg time="2026-09-18T00:23:53.431654" 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-09-18T00:23:52.634343" elapsed="0.797528"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T00:23:53.481454" 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-09-18T00:23:53.432180" elapsed="0.049448"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T00:23:53.483723" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T00:23:53.483836" 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-09-18T00:23:53.481911" elapsed="0.001954"/>
</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-09-18T00:23:53.484027" elapsed="0.000266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:23:53.484450" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.485237" 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-09-18T00:23:53.484907" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T00:23:53.485370" elapsed="0.000051"/>
</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.249
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T00:23:52.632960" elapsed="0.852581"/>
</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-09-18T00:23:52.631053" elapsed="0.854573"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T00:23:53.486165" 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-09-18T00:23:53.485812" elapsed="0.000407"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T00:23:53.486632" 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-09-18T00:23:53.486372" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.487276" 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-09-18T00:23:53.486857" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.487889" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T00:23:53.487555" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.488424" 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-09-18T00:23:53.488094" elapsed="0.000355"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.488948" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T00:23:53.488663" elapsed="0.000328"/>
</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-09-18T00:23:53.489272" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:23:53.489076" elapsed="0.000248"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:23:53.491452" 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-09-18T00:23:53.491102" elapsed="0.000375"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:23:53.492609" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T00:23:53.492691" 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-09-18T00:23:53.491998" elapsed="0.000716"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:23:53.492855" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T00:23:53.493965" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-09-18T00:23:53.985813" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 00:23:07 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


[?2004h[jenkins@releng-63164-402-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-09-18T00:23:53.493721" elapsed="0.492263"/>
</kw>
<msg time="2026-09-18T00:23:53.986078" 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-09-18T00:23:53.493330" elapsed="0.492844"/>
</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-09-18T00:23:53.491697" elapsed="0.494601"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-18T00:23:53.993452" 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-09-18T00:23:53.986542" elapsed="0.008555"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:23:53.995348" elapsed="0.000507"/>
</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-09-18T00:23:53.490650" elapsed="0.505287"/>
</kw>
<status status="PASS" start="2026-09-18T00:23:53.489400" elapsed="0.506584"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:53.489050" elapsed="0.506977"/>
</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-09-18T00:23:53.996261" elapsed="0.000667"/>
</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-09-18T00:23:53.999549" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:23:53.999392" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:53.999359" elapsed="0.000313"/>
</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-09-18T00:23:54.001748" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:23:54.001615" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:54.001571" elapsed="0.000267"/>
</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-09-18T00:23:54.002054" elapsed="0.000505"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.003110" level="INFO">Logging into '10.30.170.249:8101' as 'karaf'.</msg>
<msg time="2026-09-18T00:23:54.218317" 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-09-18T00:23:54.002819" elapsed="0.215659"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.317084" 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-09-18T00:23:54.218768" elapsed="0.098389"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.320964" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-18T00:23:54.321158" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-18T00:23:54.317340" elapsed="0.003848"/>
</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-09-18T00:23:54.321344" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:23:54.321692" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.322346" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-18T00:23:54.322061" elapsed="0.000339"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T00:23:54.322445" elapsed="0.000048"/>
</return>
<msg time="2026-09-18T00:23:54.322650" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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.249
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T00:23:54.001173" elapsed="0.321508"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T00:23:54.322837" elapsed="0.000451"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T00:23:54.323360" 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-09-18T00:23:53.999027" elapsed="0.324447"/>
</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-09-18T00:23:54.325116" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:23:54.325001" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:54.324977" elapsed="0.000205"/>
</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-09-18T00:23:54.325336" elapsed="0.000393"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.326102" level="INFO">Logging into '10.30.170.249:8101' as 'karaf'.</msg>
<msg time="2026-09-18T00:23:54.512474" 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-09-18T00:23:54.325899" elapsed="0.186742"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.535578" 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-09-18T00:23:54.512869" elapsed="0.022778"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.538262" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T00:23:54.538371" 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-09-18T00:23:54.535803" elapsed="0.002596"/>
</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-09-18T00:23:54.538548" elapsed="0.000394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:23:54.539079" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.539788" 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-09-18T00:23:54.539457" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T00:23:54.539913" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.249
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T00:23:54.324723" elapsed="0.215372"/>
</kw>
<status status="PASS" start="2026-09-18T00:23:52.629185" elapsed="1.910995"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.542891" 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-09-18T00:23:54.541955" elapsed="0.000998"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.544315" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T00:23:54.543994" elapsed="0.000363"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T00:23:54.544688" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:23:54.544431" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T00:23:54.545844" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:23:54.545624" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:54.545604" elapsed="0.000315"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.546292" 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-09-18T00:23:54.546404" 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-09-18T00:23:54.546098" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.546965" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.249 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" 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-09-18T00:23:54.546632" elapsed="0.000388"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.547617" 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-09-18T00:23:54.547183" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:23:54.548460" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T00:23:54.548558" 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-09-18T00:23:54.548163" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:23:54.548729" elapsed="0.000301"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.549945" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-09-18T00:23:54.958973" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 00:23:07 UTC 2026

  System load:  0.13               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Fri Sep 18 00:23:53 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-402-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-09-18T00:23:54.549642" elapsed="0.409578"/>
</kw>
<msg time="2026-09-18T00:23:54.959332" 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-09-18T00:23:54.549193" elapsed="0.410259"/>
</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-09-18T00:23:54.547824" elapsed="0.411842"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T00:23:54.960361" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.249 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T00:34:01.065189" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T00:34:01.065785" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T00:34:01.065887" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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-09-18T00:23:54.960023" elapsed="606.105919"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:34:01.066373" elapsed="0.000842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.068415" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:25:00.174 16  switches: flows:  84663 83717 82325 86144 82147 79919 83240 82940 79376 77816 76515 79285 77020 78691 79220 76784  total = 21.496700 per ms 
00:26:00.275 16  switches: flows:  92675 90166 89706 90781 87028 84995 87962 86716 83591 86292 84964 84033 82475 84630 84995 82529  total = 23.020512 per ms 
00:27:00.377 16  switches: flows:  89960 88381 91121 91655 88258 85110 86428 86794 85591 87364 83117 85564 84607 86040 86597 82238  total = 23.108509 per ms 
00:28:00.477 16  switches: flows:  90406 91113 90149 94287 87017 85855 89932 87614 85495 86830 85834 87029 85716 85074 88218 80964  total = 23.319931 per ms 
00:29:00.577 16  switches: flows:  91044 90409 89852 92227 88484 86311 88441 87901 85965 88261 84352 86555 84315 86903 86161 82771  total = 23.293654 per ms 
00:30:00.677 16  switches: flows:  92560 90465 91475 92511 88162 85304 89172 88082 86161 87009 83870 87062 83734 85916 87105 84525  total = 23.346260 per ms 
00:31:00.778 16  switches: flows:  91940 89751 91390 92345 87551 85317 88721 88260 87712 88056 85083 86453 82850 86352 86392 82220  total = 23.300938 per ms 
00:32:00.878 16  switches: flows:  89464 88581 90534 91417 85786 83138 87420 86978 85644 86906 83595 85844 83533 85750 87011 83218  total = 23.041847 per ms 
00:33:00.978 16  switches: flows:  92136 89233 89766 92524 88104 84161 90104 88107 85764 87918 82937 86634 84375 86496 86872 82201  total = 23.250069 per ms 
00:34:01.078 16  switches: flows:  91723 91287 90000 92160 88566 86644 90302 88634 88104 88183 86127 86675 84523 85718 87485 85648  total = 23.490442 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23020.51/23490.44/23241.35/7748.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:34:01.067719" elapsed="0.001136"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T00:34:01.069313" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-09-18T00:34:01.069057" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-09-18T00:34:01.069000" elapsed="0.000514"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T00:34:01.069765" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:34:01.069688" elapsed="0.000164"/>
</branch>
<status status="NOT RUN" start="2026-09-18T00:34:01.069653" elapsed="0.000243"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T00:34:01.069963" 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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:34:01.072137" elapsed="0.000760"/>
</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-09-18T00:34:01.073279" elapsed="0.000389"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:34:01.073950" elapsed="0.000205"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T00:34:01.071094" elapsed="0.003168"/>
</kw>
<msg time="2026-09-18T00:34:01.074493" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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-09-18T00:23:54.545072" elapsed="606.529500"/>
</kw>
<status status="PASS" start="2026-09-18T00:23:54.544770" elapsed="606.529932"/>
</branch>
<status status="PASS" start="2026-09-18T00:23:54.544408" elapsed="606.530343"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.075804" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:25:00.174 16  switches: flows:  84663 83717 82325 86144 82147 79919 83240 82940 79376 77816 76515 79285 77020 78691 79220 76784  total = 21.496700 per ms 
00:26:00.275 16  switches: flows:  92675 90166 89706 90781 87028 84995 87962 86716 83591 86292 84964 84033 82475 84630 84995 82529  total = 23.020512 per ms 
00:27:00.377 16  switches: flows:  89960 88381 91121 91655 88258 85110 86428 86794 85591 87364 83117 85564 84607 86040 86597 82238  total = 23.108509 per ms 
00:28:00.477 16  switches: flows:  90406 91113 90149 94287 87017 85855 89932 87614 85495 86830 85834 87029 85716 85074 88218 80964  total = 23.319931 per ms 
00:29:00.577 16  switches: flows:  91044 90409 89852 92227 88484 86311 88441 87901 85965 88261 84352 86555 84315 86903 86161 82771  total = 23.293654 per ms 
00:30:00.677 16  switches: flows:  92560 90465 91475 92511 88162 85304 89172 88082 86161 87009 83870 87062 83734 85916 87105 84525  total = 23.346260 per ms 
00:31:00.778 16  switches: flows:  91940 89751 91390 92345 87551 85317 88721 88260 87712 88056 85083 86453 82850 86352 86392 82220  total = 23.300938 per ms 
00:32:00.878 16  switches: flows:  89464 88581 90534 91417 85786 83138 87420 86978 85644 86906 83595 85844 83533 85750 87011 83218  total = 23.041847 per ms 
00:33:00.978 16  switches: flows:  92136 89233 89766 92524 88104 84161 90104 88107 85764 87918 82937 86634 84375 86496 86872 82201  total = 23.250069 per ms 
00:34:01.078 16  switches: flows:  91723 91287 90000 92160 88566 86644 90302 88634 88104 88183 86127 86675 84523 85718 87485 85648  total = 23.490442 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23020.51/23490.44/23241.35/7748.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:34:01.075148" elapsed="0.000813"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T00:34:01.076308" elapsed="0.000803"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T00:34:01.077978" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T00:34:01.078162" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23020.51/23490.44/23241.35/7748.49 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-09-18T00:34:01.077486" elapsed="0.000728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:34:01.079119" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23020.51/23490.44/23241.35/7748.49 | 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-09-18T00:34:01.078622" elapsed="0.000575"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.080644" 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-09-18T00:34:01.079739" elapsed="0.001034"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.081948" level="INFO">23020.51/23490.44/23241.35/7748.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:34:01.081185" elapsed="0.000878"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:34:01.083086" 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-09-18T00:34:01.082402" elapsed="0.000740"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:34:01.084253" level="INFO">@{result_value_list} = [ 23020.51 | 23490.44 | 23241.35 | 7748.49 ]</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-09-18T00:34:01.083578" elapsed="0.000732"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.085313" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T00:34:01.085498" 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-09-18T00:34:01.084698" elapsed="0.000877"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.087523" level="INFO">min :: 23020.51</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-09-18T00:34:01.086455" elapsed="0.001242"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T00:34:01.086079" elapsed="0.001689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.089264" level="INFO">max :: 23490.44</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-09-18T00:34:01.088318" elapsed="0.001060"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T00:34:01.087949" elapsed="0.001496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.090989" level="INFO">avg :: 23241.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:34:01.090045" elapsed="0.001056"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T00:34:01.089674" elapsed="0.001495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.092717" level="INFO">stdev :: 7748.49</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-09-18T00:34:01.091771" elapsed="0.001061"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T00:34:01.091351" elapsed="0.001549"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T00:34:01.085738" elapsed="0.007227"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.094326" level="INFO">${min} = 23020.51</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:34:01.093361" elapsed="0.001040"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.095952" level="INFO">${max} = 23490.44</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:34:01.094861" elapsed="0.001168"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.097575" level="INFO">${average} = 23241.35</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:34:01.096475" elapsed="0.001198"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.098940" level="INFO">${stdev} = 7748.49</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:34:01.098028" elapsed="0.000966"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.100265" level="INFO">${date} = 2026-09-18 00:34:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T00:34:01.099459" elapsed="0.000858"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.101482" level="INFO">CBench Result: 2026-09-18 00:34:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23020.51,23490.44,23241.35,7748.49</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-09-18T00:34:01.100782" elapsed="0.000906"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T00:34:01.104249" 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-09-18T00:34:01.102928" elapsed="0.001471"/>
</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-09-18T00:34:01.104819" elapsed="0.000974"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T00:34:01.101965" elapsed="0.003965"/>
</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-09-18T00:23:54.543433" elapsed="606.562616"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.107097" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T00:34:01.106382" elapsed="0.000833"/>
</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-09-18T00:34:01.108320" elapsed="0.000614"/>
</kw>
<status status="PASS" start="2026-09-18T00:34:01.107676" elapsed="0.001402"/>
</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-09-18T00:23:54.540346" elapsed="606.568804"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.112146" 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-09-18T00:34:01.111233" elapsed="0.001029"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.114823" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T00:34:01.114110" elapsed="0.000802"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T00:34:01.115631" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:34:01.115054" elapsed="0.000701"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T00:34:01.118116" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:34:01.117640" elapsed="0.000590"/>
</branch>
<status status="PASS" start="2026-09-18T00:34:01.117576" elapsed="0.000703"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:34:01.119098" 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-09-18T00:34:01.119337" 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-09-18T00:34:01.118717" elapsed="0.000676"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.120571" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.249 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" 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-09-18T00:34:01.119824" elapsed="0.000903"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:34:01.121911" 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-09-18T00:34:01.121103" elapsed="0.000862"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:34:01.123932" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T00:34:01.124113" 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-09-18T00:34:01.123249" elapsed="0.000914"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:34:01.124457" elapsed="0.000705"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T00:34:01.126375" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-09-18T00:34:01.716062" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 00:34:01 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Fri Sep 18 00:23:54 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-402-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-09-18T00:34:01.125990" elapsed="0.590298"/>
</kw>
<msg time="2026-09-18T00:34:01.716388" 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-09-18T00:34:01.125459" elapsed="0.591036"/>
</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-09-18T00:34:01.122361" elapsed="0.594303"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T00:34:01.717325" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.249 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T00:44:07.782365" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T00:44:07.783077" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T00:44:07.783177" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.249: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-09-18T00:34:01.716979" elapsed="606.066266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:44:07.783774" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.785880" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:35:06.864 16  switches: flows:  632363 644562 641780 623176 643174 624643 631612 635447 628747 624687 628010 626082 636871 623711 620063 630733  total = 168.261017 per ms 
00:36:06.967 16  switches: flows:  730040 734401 729825 739657 738198 733809 726354 745368 730936 742855 725607 733534 730913 729379 736595 745086  total = 195.546077 per ms 
00:37:07.069 16  switches: flows:  730109 732724 722906 733077 730912 733254 730479 742353 733127 735756 719262 726854 732867 732292 727673 735862  total = 194.663525 per ms 
00:38:07.171 16  switches: flows:  734100 744538 748688 746606 735851 736122 732161 744574 731920 739757 736067 734512 740950 736926 733444 748600  total = 196.744892 per ms 
00:39:07.273 16  switches: flows:  732255 722831 739922 725466 736138 729970 737792 743500 734529 727903 733486 715404 742694 726205 724915 744506  total = 194.963177 per ms 
00:40:07.374 16  switches: flows:  726091 739700 747818 739984 744937 731670 738842 741098 739898 737288 735105 737212 741409 747536 732867 741917  total = 196.725354 per ms 
00:41:07.477 16  switches: flows:  748962 746512 750280 753701 745413 743044 748754 763525 754101 742901 743617 747548 750829 745519 751624 752454  total = 199.474641 per ms 
00:42:07.579 16  switches: flows:  740463 753917 743491 740874 747702 741230 747526 750676 744434 749120 756563 745197 752352 736400 752579 756059  total = 198.973898 per ms 
00:43:07.680 16  switches: flows:  747124 758464 745161 752816 757227 751868 748534 766222 745194 752000 751622 749007 762308 754133 744694 751441  total = 200.293140 per ms 
00:44:07.794 16  switches: flows:  716599 725914 719161 715940 716774 718704 709363 725255 722342 717696 719002 723065 719833 714387 727444 729672  total = 191.655625 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 191655.63/200293.14/196560.04/65570.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:44:07.785097" elapsed="0.001107"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T00:44:07.786705" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-09-18T00:44:07.786394" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-09-18T00:44:07.786328" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T00:44:07.787093" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:44:07.787021" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-18T00:44:07.786989" elapsed="0.000230"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T00:44:07.787280" elapsed="0.000028"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:44:07.788979" elapsed="0.000742"/>
</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-09-18T00:44:07.790102" elapsed="0.000357"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:44:07.790777" elapsed="0.000221"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T00:44:07.788014" elapsed="0.003095"/>
</kw>
<msg time="2026-09-18T00:44:07.791344" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.249: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-09-18T00:34:01.116454" elapsed="606.674945"/>
</kw>
<status status="PASS" start="2026-09-18T00:34:01.115806" elapsed="606.675714"/>
</branch>
<status status="PASS" start="2026-09-18T00:34:01.115014" elapsed="606.676553"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.792636" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:35:06.864 16  switches: flows:  632363 644562 641780 623176 643174 624643 631612 635447 628747 624687 628010 626082 636871 623711 620063 630733  total = 168.261017 per ms 
00:36:06.967 16  switches: flows:  730040 734401 729825 739657 738198 733809 726354 745368 730936 742855 725607 733534 730913 729379 736595 745086  total = 195.546077 per ms 
00:37:07.069 16  switches: flows:  730109 732724 722906 733077 730912 733254 730479 742353 733127 735756 719262 726854 732867 732292 727673 735862  total = 194.663525 per ms 
00:38:07.171 16  switches: flows:  734100 744538 748688 746606 735851 736122 732161 744574 731920 739757 736067 734512 740950 736926 733444 748600  total = 196.744892 per ms 
00:39:07.273 16  switches: flows:  732255 722831 739922 725466 736138 729970 737792 743500 734529 727903 733486 715404 742694 726205 724915 744506  total = 194.963177 per ms 
00:40:07.374 16  switches: flows:  726091 739700 747818 739984 744937 731670 738842 741098 739898 737288 735105 737212 741409 747536 732867 741917  total = 196.725354 per ms 
00:41:07.477 16  switches: flows:  748962 746512 750280 753701 745413 743044 748754 763525 754101 742901 743617 747548 750829 745519 751624 752454  total = 199.474641 per ms 
00:42:07.579 16  switches: flows:  740463 753917 743491 740874 747702 741230 747526 750676 744434 749120 756563 745197 752352 736400 752579 756059  total = 198.973898 per ms 
00:43:07.680 16  switches: flows:  747124 758464 745161 752816 757227 751868 748534 766222 745194 752000 751622 749007 762308 754133 744694 751441  total = 200.293140 per ms 
00:44:07.794 16  switches: flows:  716599 725914 719161 715940 716774 718704 709363 725255 722342 717696 719002 723065 719833 714387 727444 729672  total = 191.655625 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 191655.63/200293.14/196560.04/65570.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:44:07.791993" elapsed="0.000806"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T00:44:07.793154" elapsed="0.000794"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T00:44:07.794787" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T00:44:07.794969" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 191655.63/200293.14/196560.04/65570.48 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-09-18T00:44:07.794323" elapsed="0.000698"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:44:07.795949" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 191655.63/200293.14/196560.04/65570.48 | 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-09-18T00:44:07.795373" elapsed="0.000636"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.797172" 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-09-18T00:44:07.796437" elapsed="0.000850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.798449" level="INFO">191655.63/200293.14/196560.04/65570.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:44:07.797740" elapsed="0.000825"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:44:07.799637" 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-09-18T00:44:07.798937" elapsed="0.000759"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:44:07.800811" level="INFO">@{result_value_list} = [ 191655.63 | 200293.14 | 196560.04 | 65570.48 ]</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-09-18T00:44:07.800117" elapsed="0.000752"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.801902" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T00:44:07.802082" 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-09-18T00:44:07.801207" elapsed="0.000925"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.804032" level="INFO">min :: 191655.63</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-09-18T00:44:07.803033" elapsed="0.001118"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T00:44:07.802654" elapsed="0.001567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.805940" level="INFO">max :: 200293.14</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-09-18T00:44:07.804887" elapsed="0.001207"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T00:44:07.804398" elapsed="0.001789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.807850" level="INFO">avg :: 196560.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:44:07.806882" elapsed="0.001081"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T00:44:07.806439" elapsed="0.001593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.809565" level="INFO">stdev :: 65570.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:44:07.808643" elapsed="0.001204"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T00:44:07.808206" elapsed="0.001713"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T00:44:07.802259" elapsed="0.007723"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.811239" level="INFO">${min} = 191655.63</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:44:07.810324" elapsed="0.000968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.812534" level="INFO">${max} = 200293.14</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:44:07.811680" elapsed="0.000936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.813866" level="INFO">${average} = 196560.04</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:44:07.812957" elapsed="0.000963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.815135" level="INFO">${stdev} = 65570.48</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:44:07.814249" elapsed="0.000940"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.816391" level="INFO">${date} = 2026-09-18 00:44:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T00:44:07.815647" elapsed="0.000819"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.817652" level="INFO">CBench Result: 2026-09-18 00:44:07,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,191655.63,200293.14,196560.04,65570.48</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-09-18T00:44:07.816903" elapsed="0.000864"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T00:44:07.819934" 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-09-18T00:44:07.819074" elapsed="0.000995"/>
</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-09-18T00:44:07.820445" elapsed="0.001774"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T00:44:07.818077" elapsed="0.004444"/>
</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-09-18T00:34:01.112995" elapsed="606.709873"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.824207" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T00:44:07.823401" elapsed="0.000892"/>
</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-09-18T00:44:07.825156" elapsed="0.000395"/>
</kw>
<status status="PASS" start="2026-09-18T00:44:07.824698" elapsed="0.001070"/>
</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-09-18T00:34:01.109773" elapsed="606.716045"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.828098" 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-09-18T00:44:07.827532" elapsed="0.000643"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.829862" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T00:44:07.829330" elapsed="0.000588"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T00:44:07.830472" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:44:07.830112" elapsed="0.000447"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T00:44:07.832185" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:44:07.831876" elapsed="0.000383"/>
</branch>
<status status="PASS" start="2026-09-18T00:44:07.831851" elapsed="0.000441"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:44:07.832859" 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-09-18T00:44:07.833023" 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-09-18T00:44:07.832565" elapsed="0.000501"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.833950" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.249 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.137" 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-09-18T00:44:07.833355" elapsed="0.000686"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T00:44:07.834822" 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-09-18T00:44:07.834304" elapsed="0.000553"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:44:07.836156" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T00:44:07.836276" 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-09-18T00:44:07.835652" elapsed="0.000656"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:44:07.836517" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T00:44:07.838093" level="INFO">Logging into '10.30.170.137:22' as 'jenkins'.</msg>
<msg time="2026-09-18T00:44:08.465258" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 00:44:08 UTC 2026

  System load:  0.27               Processes:             107
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.137
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Fri Sep 18 00:34:01 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-402-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-09-18T00:44:07.837702" elapsed="0.627812"/>
</kw>
<msg time="2026-09-18T00:44:08.465627" 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-09-18T00:44:07.837164" elapsed="0.628548"/>
</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-09-18T00:44:07.835113" elapsed="0.630710"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T00:44:08.466402" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.249 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T00:54:14.494032" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T00:54:14.494570" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T00:54:14.494708" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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-09-18T00:44:08.466090" elapsed="606.028672"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:54:14.495236" elapsed="0.000655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.497050" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:13.618 16  switches: flows:  83697 85548 86511 84576 85761 85317 85303 87141 82863 83134 84865 83407 84444 85532 83231 82331  total = 22.561017 per ms 
00:46:13.718 16  switches: flows:  88878 89459 87230 87478 87733 87402 88747 88694 84844 87069 85268 85586 86424 87679 87122 84914  total = 23.203377 per ms 
00:47:13.819 16  switches: flows:  87635 88244 87501 88230 86345 86290 88259 89086 84439 84740 85312 85788 84079 86369 86667 84415  total = 23.018214 per ms 
00:48:13.919 16  switches: flows:  88185 90133 87667 87679 88352 85850 87627 88575 86551 85678 85621 86006 85762 85909 85855 83939  total = 23.117893 per ms 
00:49:14.019 16  switches: flows:  85961 88900 87614 87422 86634 87825 86297 87158 84835 82290 86517 84072 85504 84123 85057 84111  total = 22.867135 per ms 
00:50:14.120 16  switches: flows:  88121 91600 86761 87692 86471 86441 87329 87353 85983 83827 84874 84548 85647 85793 84467 85302  total = 22.998388 per ms 
00:51:14.220 16  switches: flows:  88621 90841 87240 89115 85850 86691 85153 88897 86527 85920 86886 85143 86705 86826 84727 86482  total = 23.155059 per ms 
00:52:14.320 16  switches: flows:  87948 93739 88820 88997 88835 85213 87737 88396 87077 87759 87368 86635 87465 87681 86515 84796  total = 23.377324 per ms 
00:53:14.420 16  switches: flows:  87354 92947 87044 88714 88052 88270 87393 89723 88035 86915 86490 86599 87760 88505 87958 85485  total = 23.414967 per ms 
00:54:14.521 16  switches: flows:  89472 93249 89409 91729 88624 87800 88619 91087 87651 87737 88639 86652 88856 87794 88676 88099  total = 23.695343 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22867.14/23695.34/23205.30/7738.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:54:14.496359" elapsed="0.000996"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T00:54:14.497806" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-09-18T00:54:14.497537" elapsed="0.000407"/>
</branch>
<status status="PASS" start="2026-09-18T00:54:14.497470" elapsed="0.000524"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T00:54:14.498202" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-18T00:54:14.498106" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-09-18T00:54:14.498076" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T00:54:14.498401" elapsed="0.000026"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T00:54:14.499969" elapsed="0.000683"/>
</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-09-18T00:54:14.501019" elapsed="0.000328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T00:54:14.501651" elapsed="0.000199"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T00:54:14.499077" elapsed="0.002879"/>
</kw>
<msg time="2026-09-18T00:54:14.502201" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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-09-18T00:44:07.831086" elapsed="606.671171"/>
</kw>
<status status="PASS" start="2026-09-18T00:44:07.830628" elapsed="606.671726"/>
</branch>
<status status="PASS" start="2026-09-18T00:44:07.830075" elapsed="606.672325"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.503529" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.249: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.249. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:13.618 16  switches: flows:  83697 85548 86511 84576 85761 85317 85303 87141 82863 83134 84865 83407 84444 85532 83231 82331  total = 22.561017 per ms 
00:46:13.718 16  switches: flows:  88878 89459 87230 87478 87733 87402 88747 88694 84844 87069 85268 85586 86424 87679 87122 84914  total = 23.203377 per ms 
00:47:13.819 16  switches: flows:  87635 88244 87501 88230 86345 86290 88259 89086 84439 84740 85312 85788 84079 86369 86667 84415  total = 23.018214 per ms 
00:48:13.919 16  switches: flows:  88185 90133 87667 87679 88352 85850 87627 88575 86551 85678 85621 86006 85762 85909 85855 83939  total = 23.117893 per ms 
00:49:14.019 16  switches: flows:  85961 88900 87614 87422 86634 87825 86297 87158 84835 82290 86517 84072 85504 84123 85057 84111  total = 22.867135 per ms 
00:50:14.120 16  switches: flows:  88121 91600 86761 87692 86471 86441 87329 87353 85983 83827 84874 84548 85647 85793 84467 85302  total = 22.998388 per ms 
00:51:14.220 16  switches: flows:  88621 90841 87240 89115 85850 86691 85153 88897 86527 85920 86886 85143 86705 86826 84727 86482  total = 23.155059 per ms 
00:52:14.320 16  switches: flows:  87948 93739 88820 88997 88835 85213 87737 88396 87077 87759 87368 86635 87465 87681 86515 84796  total = 23.377324 per ms 
00:53:14.420 16  switches: flows:  87354 92947 87044 88714 88052 88270 87393 89723 88035 86915 86490 86599 87760 88505 87958 85485  total = 23.414967 per ms 
00:54:14.521 16  switches: flows:  89472 93249 89409 91729 88624 87800 88619 91087 87651 87737 88639 86652 88856 87794 88676 88099  total = 23.695343 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22867.14/23695.34/23205.30/7738.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:54:14.502814" elapsed="0.000892"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T00:54:14.504044" elapsed="0.000793"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T00:54:14.505640" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T00:54:14.505820" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22867.14/23695.34/23205.30/7738.81 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-09-18T00:54:14.505219" elapsed="0.000651"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:54:14.506733" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22867.14/23695.34/23205.30/7738.81 | 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-09-18T00:54:14.506233" elapsed="0.000556"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.507909" 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-09-18T00:54:14.507208" elapsed="0.000808"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.509187" level="INFO">22867.14/23695.34/23205.30/7738.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:54:14.508485" elapsed="0.000811"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:54:14.510288" 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-09-18T00:54:14.509653" elapsed="0.000689"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T00:54:14.511407" level="INFO">@{result_value_list} = [ 22867.14 | 23695.34 | 23205.30 | 7738.81 ]</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-09-18T00:54:14.510776" elapsed="0.000684"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.512428" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T00:54:14.512629" 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-09-18T00:54:14.511820" elapsed="0.000860"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.514427" level="INFO">min :: 22867.14</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-09-18T00:54:14.513495" elapsed="0.001062"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T00:54:14.513112" elapsed="0.001540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.516090" level="INFO">max :: 23695.34</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-09-18T00:54:14.515199" elapsed="0.001020"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T00:54:14.514821" elapsed="0.001463"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.517754" level="INFO">avg :: 23205.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T00:54:14.516833" elapsed="0.001029"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T00:54:14.516445" elapsed="0.001483"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.519384" level="INFO">stdev :: 7738.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-09-18T00:54:14.518465" elapsed="0.001027"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T00:54:14.518087" elapsed="0.001471"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T00:54:14.512798" elapsed="0.006850"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.520832" level="INFO">${min} = 22867.14</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:54:14.519981" elapsed="0.000904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.522080" level="INFO">${max} = 23695.34</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:54:14.521234" elapsed="0.000921"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.523331" level="INFO">${average} = 23205.30</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:54:14.522479" elapsed="0.000904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.524569" level="INFO">${stdev} = 7738.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T00:54:14.523736" elapsed="0.000914"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.525785" level="INFO">${date} = 2026-09-18 00:54:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T00:54:14.525052" elapsed="0.000785"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.526989" level="INFO">CBench Result: 2026-09-18 00:54:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22867.14,23695.34,23205.30,7738.81</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-09-18T00:54:14.526262" elapsed="0.000838"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T00:54:14.529042" 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-09-18T00:54:14.528273" elapsed="0.000924"/>
</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-09-18T00:54:14.529540" elapsed="0.001245"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T00:54:14.527378" elapsed="0.003541"/>
</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-09-18T00:44:07.828668" elapsed="606.702403"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.532054" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T00:54:14.531415" elapsed="0.000775"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T00:54:14.534675" 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-09-18T00:54:14.533716" elapsed="0.001017"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-18T00:54:14.535139" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-09-18T00:54:14.534883" elapsed="0.000381"/>
</branch>
<status status="PASS" start="2026-09-18T00:54:14.534843" elapsed="0.000471"/>
</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-09-18T00:54:14.535648" elapsed="0.000044"/>
</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-09-18T00:54:14.535981" elapsed="0.000041"/>
</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-09-18T00:54:14.536365" elapsed="0.000061"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-18T00:54:14.536749" elapsed="0.000042"/>
</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-09-18T00:54:14.537233" elapsed="0.000055"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-18T00:54:14.537575" elapsed="0.000069"/>
</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-09-18T00:54:14.538008" elapsed="0.000040"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-18T00:54:14.538488" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-09-18T00:54:14.538197" elapsed="0.000420"/>
</branch>
<status status="NOT RUN" start="2026-09-18T00:54:14.538162" elapsed="0.000505"/>
</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-09-18T00:54:14.532918" elapsed="0.005830"/>
</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-09-18T00:44:07.826723" elapsed="606.712086"/>
</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-09-18T00:23:52.138432" elapsed="1822.401043"/>
</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>
