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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-17T00:46:24.220248" elapsed="0.934318"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.203008" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:25.154851" elapsed="0.048232"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.204832" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-17T00:46:25.204943" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-17T00:46:25.203260" elapsed="0.001712"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:25.205128" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:46:25.205495" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.206210" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:46:25.205874" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-17T00:46:25.206319" elapsed="0.000057"/>
</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.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-17T00:46:24.218791" elapsed="0.987709"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-17T00:46:24.215192" elapsed="0.991373"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-17T00:46:25.207123" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-17T00:46:25.206755" elapsed="0.000425"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-17T00:46:25.207575" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-17T00:46:25.207333" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.208231" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-17T00:46:25.207814" elapsed="0.000445"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.208767" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-17T00:46:25.208431" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.209376" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-17T00:46:25.208979" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.209896" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-17T00:46:25.209564" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-17T00:46:25.210250" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-17T00:46:25.210032" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.214915" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:46:25.214482" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T00:46:25.215971" level="INFO">Length is 0.</msg>
<msg time="2026-04-17T00:46:25.216054" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T00:46:25.215488" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:46:25.216260" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.217636" level="INFO">Logging into '10.30.171.58:22' as 'jenkins'.</msg>
<msg time="2026-04-17T00:46:25.914677" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 17 00:46:25 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.58
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-187-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-17T00:46:25.217140" elapsed="0.697674"/>
</kw>
<msg time="2026-04-17T00:46:25.914894" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:46:25.216790" elapsed="0.698187"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-17T00:46:25.215147" elapsed="0.699936"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.925164" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-17T00:46:25.915273" elapsed="0.011408"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:46:25.927102" elapsed="0.000557"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-17T00:46:25.213951" elapsed="0.713904"/>
</kw>
<status status="PASS" start="2026-04-17T00:46:25.210579" elapsed="0.717384"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:25.210003" elapsed="0.718028"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-17T00:46:25.928364" elapsed="0.001005"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-17T00:46:25.938008" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-17T00:46:25.937885" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:25.937860" elapsed="0.000230"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-17T00:46:25.941846" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-17T00:46:25.941713" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:25.941692" elapsed="0.000224"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:46:25.942052" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-17T00:46:25.942932" level="INFO">Logging into '10.30.170.145:8101' as 'karaf'.</msg>
<msg time="2026-04-17T00:46:26.133453" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-17T00:46:25.942647" elapsed="0.190898"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.226882" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:26.133710" elapsed="0.093243"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.248174" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-17T00:46:26.248351" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-17T00:46:26.227104" elapsed="0.021279"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:26.248524" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:46:26.248869" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.249498" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:46:26.249188" elapsed="0.000390"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-17T00:46:26.249629" elapsed="0.000047"/>
</return>
<msg time="2026-04-17T00:46:26.249848" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-17T00:46:25.941335" elapsed="0.308546"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-17T00:46:26.250036" elapsed="0.000503"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-17T00:46:26.250591" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-17T00:46:25.937560" elapsed="0.313244"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-17T00:46:26.254509" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-17T00:46:26.254376" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:26.254351" elapsed="0.000229"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:46:26.254711" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.255585" level="INFO">Logging into '10.30.170.145:8101' as 'karaf'.</msg>
<msg time="2026-04-17T00:46:26.429739" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-17T00:46:26.255326" elapsed="0.174526"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.453138" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:26.430029" elapsed="0.023168"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.454968" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-17T00:46:26.455064" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-17T00:46:26.453344" elapsed="0.001749"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-17T00:46:26.455226" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:46:26.455553" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.456202" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:46:26.455920" elapsed="0.000332"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-17T00:46:26.456301" elapsed="0.000043"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.145
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-17T00:46:26.254044" elapsed="0.202408"/>
</kw>
<status status="PASS" start="2026-04-17T00:46:24.213415" elapsed="2.243099"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.458642" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:46:26.457578" elapsed="0.001128"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.460259" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-17T00:46:26.459906" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-17T00:46:26.460622" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-17T00:46:26.460383" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-17T00:46:26.463641" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-17T00:46:26.463379" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:26.463359" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.464068" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-17T00:46:26.463870" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.464774" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.58" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:46:26.464350" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.465451" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:46:26.464992" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T00:46:26.466390" level="INFO">Length is 0.</msg>
<msg time="2026-04-17T00:46:26.466480" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T00:46:26.466068" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:46:26.466646" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.467924" level="INFO">Logging into '10.30.171.58:22' as 'jenkins'.</msg>
<msg time="2026-04-17T00:46:26.780378" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 17 00:46:25 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.58
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 17 00:46:25 2026 from 10.30.170.254
[?2004h[jenkins@releng-63164-187-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-17T00:46:26.467500" elapsed="0.313110"/>
</kw>
<msg time="2026-04-17T00:46:26.780707" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:46:26.467154" elapsed="0.313672"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-17T00:46:26.465677" elapsed="0.315289"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-17T00:46:26.781854" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-17T00:56:32.885194" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-17T00:56:32.885965" level="INFO">${stdout} = </msg>
<msg time="2026-04-17T00:56:32.886084" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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-04-17T00:46:26.781209" elapsed="606.104936"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:56:32.886689" elapsed="0.000942"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.888825" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:31.981 16  switches: flows:  112724 110934 111036 111106 111842 111206 109171 111909 111674 107591 107633 107218 108937 105709 106820 107764  total = 29.221233 per ms 
00:48:32.081 16  switches: flows:  126487 126437 126766 123605 125525 126936 124847 124888 124554 123518 122625 121690 124015 120219 122146 119909  total = 33.014332 per ms 
00:49:32.181 16  switches: flows:  126536 129153 127746 128904 127743 128306 127659 126024 126878 125452 123505 122863 125735 122874 124448 122772  total = 33.553948 per ms 
00:50:32.282 16  switches: flows:  123625 124675 123019 126769 127008 124472 124572 123214 121995 122244 122835 119801 122134 117962 121517 119499  total = 32.701080 per ms 
00:51:32.382 16  switches: flows:  129747 128527 129285 129957 130016 127983 130302 126964 126571 126413 126031 125039 126548 124729 125940 123688  total = 33.905722 per ms 
00:52:32.482 16  switches: flows:  124000 122605 123091 123576 123462 120889 123583 122170 121396 119272 118464 117171 120358 119181 118156 117309  total = 32.190982 per ms 
00:53:32.583 16  switches: flows:  126149 124553 123062 125692 123870 120854 123891 120344 119589 121099 118860 118654 121775 118700 119080 118291  total = 32.353655 per ms 
00:54:32.683 16  switches: flows:  130111 128505 129084 128918 129213 125027 129431 124214 124266 124813 125214 122083 125167 123164 125507 121236  total = 33.543216 per ms 
00:55:32.783 16  switches: flows:  119688 117992 118724 119030 119915 118298 118261 115222 115328 115218 115344 113433 115403 115143 114678 113684  total = 31.037501 per ms 
00:56:32.883 16  switches: flows:  125327 127386 124712 125277 126314 125571 125595 124107 121027 122013 121863 120587 124466 118950 122489 120986  total = 32.889502 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31037.50/33905.72/32798.88/10963.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.888049" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-17T00:56:32.889729" elapsed="0.000114"/>
</return>
<status status="PASS" start="2026-04-17T00:56:32.889349" elapsed="0.000583"/>
</branch>
<status status="PASS" start="2026-04-17T00:56:32.889282" elapsed="0.000708"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-17T00:56:32.890211" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-17T00:56:32.890128" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-17T00:56:32.890092" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-17T00:56:32.890422" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:56:32.895344" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:56:32.896058" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T00:56:32.896488" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-17T00:56:32.891156" elapsed="0.005540"/>
</kw>
<msg time="2026-04-17T00:56:32.896902" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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-04-17T00:46:26.461048" elapsed="606.435893"/>
</kw>
<status status="PASS" start="2026-04-17T00:46:26.460709" elapsed="606.436311"/>
</branch>
<status status="PASS" start="2026-04-17T00:46:26.460359" elapsed="606.436696"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.897736" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:31.981 16  switches: flows:  112724 110934 111036 111106 111842 111206 109171 111909 111674 107591 107633 107218 108937 105709 106820 107764  total = 29.221233 per ms 
00:48:32.081 16  switches: flows:  126487 126437 126766 123605 125525 126936 124847 124888 124554 123518 122625 121690 124015 120219 122146 119909  total = 33.014332 per ms 
00:49:32.181 16  switches: flows:  126536 129153 127746 128904 127743 128306 127659 126024 126878 125452 123505 122863 125735 122874 124448 122772  total = 33.553948 per ms 
00:50:32.282 16  switches: flows:  123625 124675 123019 126769 127008 124472 124572 123214 121995 122244 122835 119801 122134 117962 121517 119499  total = 32.701080 per ms 
00:51:32.382 16  switches: flows:  129747 128527 129285 129957 130016 127983 130302 126964 126571 126413 126031 125039 126548 124729 125940 123688  total = 33.905722 per ms 
00:52:32.482 16  switches: flows:  124000 122605 123091 123576 123462 120889 123583 122170 121396 119272 118464 117171 120358 119181 118156 117309  total = 32.190982 per ms 
00:53:32.583 16  switches: flows:  126149 124553 123062 125692 123870 120854 123891 120344 119589 121099 118860 118654 121775 118700 119080 118291  total = 32.353655 per ms 
00:54:32.683 16  switches: flows:  130111 128505 129084 128918 129213 125027 129431 124214 124266 124813 125214 122083 125167 123164 125507 121236  total = 33.543216 per ms 
00:55:32.783 16  switches: flows:  119688 117992 118724 119030 119915 118298 118261 115222 115328 115218 115344 113433 115403 115143 114678 113684  total = 31.037501 per ms 
00:56:32.883 16  switches: flows:  125327 127386 124712 125277 126314 125571 125595 124107 121027 122013 121863 120587 124466 118950 122489 120986  total = 32.889502 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31037.50/33905.72/32798.88/10963.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.897260" elapsed="0.000617"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-17T00:56:32.898128" elapsed="0.000697"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-17T00:56:32.899435" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-17T00:56:32.899566" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31037.50/33905.72/32798.88/10963.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-17T00:56:32.899088" elapsed="0.000513"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T00:56:32.900212" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31037.50/33905.72/32798.88/10963.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T00:56:32.899842" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.903619" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.900456" elapsed="0.003243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.906808" level="INFO">31037.50/33905.72/32798.88/10963.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.903930" elapsed="0.002938"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T00:56:32.909217" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T00:56:32.907022" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T00:56:32.911936" level="INFO">@{result_value_list} = [ 31037.50 | 33905.72 | 32798.88 | 10963.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T00:56:32.909505" elapsed="0.002458"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.912434" level="INFO">Length is 4.</msg>
<msg time="2026-04-17T00:56:32.912523" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T00:56:32.912125" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.918743" level="INFO">min :: 31037.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.912975" elapsed="0.005868"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-17T00:56:32.912839" elapsed="0.006060"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.924400" level="INFO">max :: 33905.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.919208" elapsed="0.005255"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-17T00:56:32.919028" elapsed="0.005471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.929705" level="INFO">avg :: 32798.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.924719" elapsed="0.005045"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-17T00:56:32.924589" elapsed="0.005227"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.934424" level="INFO">stdev :: 10963.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.930051" elapsed="0.004429"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-17T00:56:32.929912" elapsed="0.004603"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-17T00:56:32.912621" elapsed="0.021928"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.938510" level="INFO">${min} = 31037.50</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T00:56:32.934717" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.942432" level="INFO">${max} = 33905.72</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T00:56:32.938691" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.946564" level="INFO">${average} = 32798.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T00:56:32.942611" elapsed="0.003980"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.950557" level="INFO">${stdev} = 10963.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T00:56:32.946743" elapsed="0.003841"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.951141" level="INFO">${date} = 2026-04-17 00:56:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-17T00:56:32.950744" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.951724" level="INFO">CBench Result: 2026-04-17 00:56:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31037.50,33905.72,32798.88,10963.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.951315" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-17T00:56:32.952851" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-17T00:56:32.952421" elapsed="0.000502"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-17T00:56:32.953075" elapsed="0.000512"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-17T00:56:32.951948" elapsed="0.001704"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-17T00:46:26.459140" elapsed="606.494573"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.954207" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-17T00:56:32.953883" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-17T00:56:32.954796" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-04-17T00:56:32.954481" elapsed="0.000655"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-17T00:46:26.456659" elapsed="606.498515"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.956495" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.956114" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.957901" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-17T00:56:32.957538" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-17T00:56:32.958273" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-17T00:56:32.958053" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-17T00:56:32.961195" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-17T00:56:32.960951" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-04-17T00:56:32.960932" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-17T00:56:32.961664" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-17T00:56:32.961437" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.962399" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.58" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T00:56:32.961975" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-17T00:56:32.963025" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T00:56:32.962600" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T00:56:32.963987" level="INFO">Length is 0.</msg>
<msg time="2026-04-17T00:56:32.964100" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T00:56:32.963634" elapsed="0.000501"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:56:32.964327" elapsed="0.000417"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-17T00:56:32.965977" level="INFO">Logging into '10.30.171.58:22' as 'jenkins'.</msg>
<msg time="2026-04-17T00:56:33.594476" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 17 00:56:33 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 17 00:46:26 2026 from 10.30.170.254
[?2004h[jenkins@releng-63164-187-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-17T00:56:32.965471" elapsed="0.629278"/>
</kw>
<msg time="2026-04-17T00:56:33.594889" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T00:56:32.964962" elapsed="0.630039"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-17T00:56:32.963258" elapsed="0.631904"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-17T00:56:33.595884" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-17T01:06:40.664393" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-17T01:06:40.665030" level="INFO">${stdout} = </msg>
<msg time="2026-04-17T01:06:40.665137" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-17T00:56:33.595462" elapsed="607.069739"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T01:06:40.665702" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.667600" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:38.795 16  switches: flows:  488008 482478 483325 492223 495167 489749 464075 496697 479262 461673 488222 468732 480914 475405 500217 478217  total = 128.739400 per ms 
00:58:38.896 16  switches: flows:  539961 509068 516607 517841 515133 527659 514278 531414 457923 531353 524611 530326 524295 514811 525733 525129  total = 138.203714 per ms 
00:59:39.574 16  switches: flows:  618837 618153 606876 612111 616917 621127 604275 619598 614786 613436 614125 608119 607433 617326 614489 615537  total = 161.890340 per ms 
01:00:39.676 16  switches: flows:  610208 605939 611408 609375 614448 618649 605704 605631 606800 613233 608223 610501 613872 614610 609482 614063  total = 162.595974 per ms 
01:01:39.777 16  switches: flows:  550088 553267 536338 552862 542210 549282 536225 554121 546344 497181 546943 545304 546340 538083 550893 546427  total = 144.622115 per ms 
01:02:39.879 16  switches: flows:  572653 576988 569050 574226 568494 573077 576196 573799 570632 454163 573735 575653 575604 570173 558764 584206  total = 150.536958 per ms 
01:03:39.980 16  switches: flows:  559477 545048 547858 556440 547657 553587 557305 553842 561353 553306 549370 557448 553549 557795 553916 559403  total = 147.541307 per ms 
01:04:40.082 16  switches: flows:  605732 620322 613314 619939 609782 612062 605010 615446 597941 608235 613058 614604 614732 618779 609682 611509  total = 162.895238 per ms 
01:05:40.186 16  switches: flows:  583317 588490 589364 593296 581926 587576 586561 591360 593302 532901 591891 581590 595212 593058 590781 592338  total = 155.947293 per ms 
01:06:40.668 16  switches: flows:  586881 585361 586612 582455 584778 576651 583827 591094 586234 582626 588348 580697 589994 584608 580000 586184  total = 154.695520 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138203.71/162895.24/153214.27/51725.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.666859" elapsed="0.001073"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-17T01:06:40.668434" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-17T01:06:40.668125" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-04-17T01:06:40.668070" elapsed="0.000576"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-17T01:06:40.668888" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-17T01:06:40.668771" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-04-17T01:06:40.668737" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-17T01:06:40.669095" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T01:06:40.672892" elapsed="0.000546"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T01:06:40.673651" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T01:06:40.674087" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-17T01:06:40.669807" elapsed="0.004496"/>
</kw>
<msg time="2026-04-17T01:06:40.674483" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-17T00:56:32.958665" elapsed="607.715854"/>
</kw>
<status status="PASS" start="2026-04-17T00:56:32.958355" elapsed="607.716237"/>
</branch>
<status status="PASS" start="2026-04-17T00:56:32.958032" elapsed="607.716594"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.675243" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:38.795 16  switches: flows:  488008 482478 483325 492223 495167 489749 464075 496697 479262 461673 488222 468732 480914 475405 500217 478217  total = 128.739400 per ms 
00:58:38.896 16  switches: flows:  539961 509068 516607 517841 515133 527659 514278 531414 457923 531353 524611 530326 524295 514811 525733 525129  total = 138.203714 per ms 
00:59:39.574 16  switches: flows:  618837 618153 606876 612111 616917 621127 604275 619598 614786 613436 614125 608119 607433 617326 614489 615537  total = 161.890340 per ms 
01:00:39.676 16  switches: flows:  610208 605939 611408 609375 614448 618649 605704 605631 606800 613233 608223 610501 613872 614610 609482 614063  total = 162.595974 per ms 
01:01:39.777 16  switches: flows:  550088 553267 536338 552862 542210 549282 536225 554121 546344 497181 546943 545304 546340 538083 550893 546427  total = 144.622115 per ms 
01:02:39.879 16  switches: flows:  572653 576988 569050 574226 568494 573077 576196 573799 570632 454163 573735 575653 575604 570173 558764 584206  total = 150.536958 per ms 
01:03:39.980 16  switches: flows:  559477 545048 547858 556440 547657 553587 557305 553842 561353 553306 549370 557448 553549 557795 553916 559403  total = 147.541307 per ms 
01:04:40.082 16  switches: flows:  605732 620322 613314 619939 609782 612062 605010 615446 597941 608235 613058 614604 614732 618779 609682 611509  total = 162.895238 per ms 
01:05:40.186 16  switches: flows:  583317 588490 589364 593296 581926 587576 586561 591360 593302 532901 591891 581590 595212 593058 590781 592338  total = 155.947293 per ms 
01:06:40.668 16  switches: flows:  586881 585361 586612 582455 584778 576651 583827 591094 586234 582626 588348 580697 589994 584608 580000 586184  total = 154.695520 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 138203.71/162895.24/153214.27/51725.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.674841" elapsed="0.000503"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-17T01:06:40.675553" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-17T01:06:40.676617" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-17T01:06:40.676740" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 138203.71/162895.24/153214.27/51725.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-17T01:06:40.676315" elapsed="0.000459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:06:40.677375" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 138203.71/162895.24/153214.27/51725.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:06:40.677010" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.680740" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.677615" elapsed="0.003222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.683511" level="INFO">138203.71/162895.24/153214.27/51725.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.681043" elapsed="0.002523"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:06:40.685959" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:06:40.683721" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:06:40.688401" level="INFO">@{result_value_list} = [ 138203.71 | 162895.24 | 153214.27 | 51725.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:06:40.686173" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.688913" level="INFO">Length is 4.</msg>
<msg time="2026-04-17T01:06:40.689003" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T01:06:40.688587" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.693747" level="INFO">min :: 138203.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.689430" elapsed="0.004396"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-17T01:06:40.689288" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.698566" level="INFO">max :: 162895.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.694080" elapsed="0.004542"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-17T01:06:40.693953" elapsed="0.004705"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.703200" level="INFO">avg :: 153214.27</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.698887" elapsed="0.004419"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-17T01:06:40.698745" elapsed="0.004605"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.707992" level="INFO">stdev :: 51725.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.703569" elapsed="0.004479"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-17T01:06:40.703439" elapsed="0.004645"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-17T01:06:40.689095" elapsed="0.019020"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.712189" level="INFO">${min} = 138203.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:06:40.708286" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.716179" level="INFO">${max} = 162895.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:06:40.712373" elapsed="0.003833"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.720205" level="INFO">${average} = 153214.27</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:06:40.716361" elapsed="0.003870"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.724155" level="INFO">${stdev} = 51725.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:06:40.720390" elapsed="0.003792"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.724696" level="INFO">${date} = 2026-04-17 01:06:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-17T01:06:40.724342" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.725309" level="INFO">CBench Result: 2026-04-17 01:06:40,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,138203.71,162895.24,153214.27,51725.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.724887" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-17T01:06:40.726409" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-17T01:06:40.726005" elapsed="0.000469"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-17T01:06:40.726624" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-17T01:06:40.725513" elapsed="0.001658"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-17T00:56:32.956892" elapsed="607.770340"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.727708" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-17T01:06:40.727385" elapsed="0.000378"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-17T01:06:40.728306" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-17T01:06:40.728003" elapsed="0.000642"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-17T00:56:32.955507" elapsed="607.773178"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.730233" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.729742" elapsed="0.000548"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.731509" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-17T01:06:40.731178" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-17T01:06:40.731944" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-17T01:06:40.731676" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-17T01:06:40.735238" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-17T01:06:40.734977" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-04-17T01:06:40.734957" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-17T01:06:40.735649" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-17T01:06:40.735450" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.736367" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.58" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:06:40.735945" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-17T01:06:40.736976" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T01:06:40.736562" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T01:06:40.738059" level="INFO">Length is 0.</msg>
<msg time="2026-04-17T01:06:40.738154" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T01:06:40.737589" elapsed="0.000589"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T01:06:40.738322" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-17T01:06:40.739548" level="INFO">Logging into '10.30.171.58:22' as 'jenkins'.</msg>
<msg time="2026-04-17T01:06:41.356483" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 17 01:06:40 UTC 2026

  System load:  0.18               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.58
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 17 00:56:33 2026 from 10.30.170.254
[?2004h[jenkins@releng-63164-187-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-17T01:06:40.739177" elapsed="0.617533"/>
</kw>
<msg time="2026-04-17T01:06:41.356831" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T01:06:40.738817" elapsed="0.618109"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-17T01:06:40.737205" elapsed="0.619846"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-17T01:06:41.357651" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.145 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-17T01:16:51.282410" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-17T01:16:51.283039" level="INFO">${stdout} = </msg>
<msg time="2026-04-17T01:16:51.283148" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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-04-17T01:06:41.357302" elapsed="609.925913"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T01:16:51.283686" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.285566" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:50.392 16  switches: flows:  129481 128561 127680 129491 129043 126180 128612 126920 128696 127683 127240 124633 127859 128228 126710 126110  total = 34.052117 per ms 
01:08:50.492 16  switches: flows:  129098 129641 128813 132024 130239 129194 127756 129307 133410 129372 130205 124349 129203 129374 132758 125261  total = 34.442595 per ms 
01:09:50.592 16  switches: flows:  130138 129619 130642 131823 130951 129150 129528 128510 129197 129888 129287 125122 129541 130924 130075 125096  total = 34.434056 per ms 
01:10:50.693 16  switches: flows:  123139 123376 123262 123475 123312 122990 121849 122790 123265 123840 121017 118365 121395 122845 123596 121234  total = 32.608023 per ms 
01:11:50.793 16  switches: flows:  111922 113593 110915 110797 112901 110757 109186 109792 110399 111102 109010 109575 108880 111198 110230 108110  total = 29.423694 per ms 
01:12:50.893 16  switches: flows:  139359 134070 136200 132510 135208 135420 130835 137017 135951 131054 130591 131272 130321 133183 129215 129148  total = 35.463365 per ms 
01:13:50.993 16  switches: flows:  135808 135316 133968 131713 134437 135500 133013 133383 133370 132364 131018 130212 129713 131724 129795 128355  total = 35.269251 per ms 
01:14:51.094 16  switches: flows:  131450 131713 131614 130121 132357 131943 130177 131417 131927 128742 128541 127309 127052 126617 127275 125500  total = 34.504812 per ms 
01:15:51.194 16  switches: flows:  132811 134939 133340 134311 134150 133452 132992 133557 134146 131442 131496 131033 127706 128925 129796 128234  total = 35.146845 per ms 
01:16:51.294 16  switches: flows:  123713 121998 123379 123639 121928 121637 121276 120856 120236 121788 118553 119166 120227 119055 118047 117595  total = 32.164530 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29423.69/35463.37/33717.46/11392.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.284842" elapsed="0.001047"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-17T01:16:51.286371" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-17T01:16:51.286072" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-04-17T01:16:51.286021" elapsed="0.000555"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-17T01:16:51.286788" elapsed="0.000057"/>
</return>
<status status="NOT RUN" start="2026-04-17T01:16:51.286701" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-04-17T01:16:51.286667" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-17T01:16:51.287048" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-17T01:16:51.292470" elapsed="0.000356"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-17T01:16:51.292976" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-17T01:16:51.293266" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-17T01:16:51.287716" elapsed="0.005700"/>
</kw>
<msg time="2026-04-17T01:16:51.293544" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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-04-17T01:06:40.732366" elapsed="610.561204"/>
</kw>
<status status="PASS" start="2026-04-17T01:06:40.732037" elapsed="610.561582"/>
</branch>
<status status="PASS" start="2026-04-17T01:06:40.731654" elapsed="610.561987"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.294082" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.145: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.145. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:50.392 16  switches: flows:  129481 128561 127680 129491 129043 126180 128612 126920 128696 127683 127240 124633 127859 128228 126710 126110  total = 34.052117 per ms 
01:08:50.492 16  switches: flows:  129098 129641 128813 132024 130239 129194 127756 129307 133410 129372 130205 124349 129203 129374 132758 125261  total = 34.442595 per ms 
01:09:50.592 16  switches: flows:  130138 129619 130642 131823 130951 129150 129528 128510 129197 129888 129287 125122 129541 130924 130075 125096  total = 34.434056 per ms 
01:10:50.693 16  switches: flows:  123139 123376 123262 123475 123312 122990 121849 122790 123265 123840 121017 118365 121395 122845 123596 121234  total = 32.608023 per ms 
01:11:50.793 16  switches: flows:  111922 113593 110915 110797 112901 110757 109186 109792 110399 111102 109010 109575 108880 111198 110230 108110  total = 29.423694 per ms 
01:12:50.893 16  switches: flows:  139359 134070 136200 132510 135208 135420 130835 137017 135951 131054 130591 131272 130321 133183 129215 129148  total = 35.463365 per ms 
01:13:50.993 16  switches: flows:  135808 135316 133968 131713 134437 135500 133013 133383 133370 132364 131018 130212 129713 131724 129795 128355  total = 35.269251 per ms 
01:14:51.094 16  switches: flows:  131450 131713 131614 130121 132357 131943 130177 131417 131927 128742 128541 127309 127052 126617 127275 125500  total = 34.504812 per ms 
01:15:51.194 16  switches: flows:  132811 134939 133340 134311 134150 133452 132992 133557 134146 131442 131496 131033 127706 128925 129796 128234  total = 35.146845 per ms 
01:16:51.294 16  switches: flows:  123713 121998 123379 123639 121928 121637 121276 120856 120236 121788 118553 119166 120227 119055 118047 117595  total = 32.164530 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29423.69/35463.37/33717.46/11392.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.293783" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-17T01:16:51.294308" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-17T01:16:51.295091" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-17T01:16:51.295182" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29423.69/35463.37/33717.46/11392.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-17T01:16:51.294861" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:16:51.295631" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29423.69/35463.37/33717.46/11392.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:16:51.295377" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.298063" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.295822" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.300665" level="INFO">29423.69/35463.37/33717.46/11392.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.298264" elapsed="0.002457"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:16:51.303099" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:16:51.300888" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-17T01:16:51.305545" level="INFO">@{result_value_list} = [ 29423.69 | 35463.37 | 33717.46 | 11392.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-17T01:16:51.303322" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.306053" level="INFO">Length is 4.</msg>
<msg time="2026-04-17T01:16:51.306141" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-17T01:16:51.305726" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.310879" level="INFO">min :: 29423.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.306547" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-17T01:16:51.306419" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.315482" level="INFO">max :: 35463.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.311185" elapsed="0.004352"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-17T01:16:51.311058" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.320196" level="INFO">avg :: 33717.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.315784" elapsed="0.004469"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-17T01:16:51.315655" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.324917" level="INFO">stdev :: 11392.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.320503" elapsed="0.004470"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-17T01:16:51.320372" elapsed="0.004635"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-17T01:16:51.306235" elapsed="0.018803"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.329105" level="INFO">${min} = 29423.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:16:51.325208" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.333027" level="INFO">${max} = 35463.37</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:16:51.329289" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.336917" level="INFO">${average} = 33717.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:16:51.333207" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.340830" level="INFO">${stdev} = 11392.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-17T01:16:51.337098" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.341374" level="INFO">${date} = 2026-04-17 01:16:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-17T01:16:51.341022" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.341972" level="INFO">CBench Result: 2026-04-17 01:16:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29423.69,35463.37,33717.46,11392.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-17T01:16:51.341546" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-17T01:16:51.343099" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-17T01:16:51.342628" elapsed="0.000539"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-17T01:16:51.343319" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-17T01:16:51.342163" elapsed="0.001694"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-17T01:06:40.730604" elapsed="610.613314"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.344378" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-17T01:16:51.344068" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-17T01:16:51.345664" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-17T01:16:51.345178" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-17T01:16:51.345932" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-17T01:16:51.345765" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-17T01:16:51.345747" elapsed="0.000269"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346157" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346313" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346479" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346670" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346838" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.346987" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.347129" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-17T01:16:51.347347" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-17T01:16:51.347210" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-04-17T01:16:51.347193" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-17T01:16:51.344828" elapsed="0.002649"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-17T01:06:40.729225" elapsed="610.618299"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-17T00:46:23.640495" elapsed="1827.707759"/>
</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>
