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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-18T03:12:23.568277" elapsed="1.129502"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T03:12:24.747526" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:24.698170" elapsed="0.049516"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T03:12:24.749710" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T03:12:24.749832" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-18T03:12:24.748028" elapsed="0.001835"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:24.750037" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:12:24.750503" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.751361" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:12:24.750978" elapsed="0.000440"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T03:12:24.751476" elapsed="0.000086"/>
</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.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T03:12:23.566647" elapsed="1.185074"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-18T03:12:23.562746" elapsed="1.189048"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T03:12:24.752437" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T03:12:24.752020" elapsed="0.000477"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T03:12:24.753008" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T03:12:24.752653" elapsed="0.000416"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.753659" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-18T03:12:24.753231" elapsed="0.000456"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.754229" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-18T03:12:24.753862" elapsed="0.000410"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.754797" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-18T03:12:24.754420" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.755318" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-18T03:12:24.755001" elapsed="0.000359"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-18T03:12:24.755686" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:12:24.755461" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:12:24.760236" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:12:24.759785" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:12:24.761690" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T03:12:24.761780" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:12:24.760870" elapsed="0.000935"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:12:24.761978" elapsed="0.000361"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T03:12:24.763415" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-05-18T03:12:25.600712" 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 Mon May 18 03:12:25 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  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-250-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-18T03:12:24.762850" elapsed="0.838054"/>
</kw>
<msg time="2026-05-18T03:12:25.601030" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:12:24.762496" elapsed="0.838647"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-18T03:12:24.760475" elapsed="0.840836"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-18T03:12:25.609875" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-18T03:12:25.601571" elapsed="0.009672"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:12:25.611469" elapsed="0.000306"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-18T03:12:24.759244" elapsed="0.852598"/>
</kw>
<status status="PASS" start="2026-05-18T03:12:24.755818" elapsed="0.856063"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:24.755432" elapsed="0.856511"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-18T03:12:25.612113" elapsed="0.000550"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-18T03:12:25.617276" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:12:25.617125" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:25.617100" elapsed="0.000261"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-18T03:12:25.620937" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:12:25.620808" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:25.620788" elapsed="0.000222"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:12:25.621143" elapsed="0.000497"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T03:12:25.622074" level="INFO">Logging into '10.30.170.165:8101' as 'karaf'.</msg>
<msg time="2026-05-18T03:12:25.838659" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-18T03:12:25.621789" elapsed="0.217065"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T03:12:25.936496" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:25.839178" elapsed="0.097423"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T03:12:25.941761" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T03:12:25.942041" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-18T03:12:25.936827" elapsed="0.005255"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:25.942267" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:12:25.942760" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:12:25.943535" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:12:25.943188" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T03:12:25.943642" elapsed="0.000064"/>
</return>
<msg time="2026-05-18T03:12:25.943866" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T03:12:25.620444" elapsed="0.323462"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T03:12:25.944092" elapsed="0.000585"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T03:12:25.944728" elapsed="0.000059"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-18T03:12:25.616776" elapsed="0.328115"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-18T03:12:25.948795" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:12:25.948652" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:25.948627" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:12:25.949021" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T03:12:25.949961" level="INFO">Logging into '10.30.170.165:8101' as 'karaf'.</msg>
<msg time="2026-05-18T03:12:26.114001" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-18T03:12:25.949674" elapsed="0.164523"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.137103" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:26.114490" elapsed="0.022739"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.139278" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T03:12:26.139399" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-18T03:12:26.137518" elapsed="0.001911"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-18T03:12:26.139570" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:12:26.139937" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:12:26.140662" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:12:26.140306" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T03:12:26.140783" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T03:12:25.948292" elapsed="0.192759"/>
</kw>
<status status="PASS" start="2026-05-18T03:12:23.560830" elapsed="2.580294"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:12:26.143633" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:12:26.142151" elapsed="0.001550"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T03:12:26.145214" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-18T03:12:26.144824" elapsed="0.000433"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-18T03:12:26.145658" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:12:26.145343" elapsed="0.000397"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-18T03:12:26.148756" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:12:26.148503" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:26.148482" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.149210" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-18T03:12:26.148989" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:12:26.149967" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:12:26.149521" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.150657" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:12:26.150168" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:12:26.151627" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T03:12:26.151717" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:12:26.151289" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:12:26.151884" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.153118" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-05-18T03:12:26.526011" 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 Mon May 18 03:12:25 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  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: Mon May 18 03:12:25 2026 from 10.30.170.136
[?2004h[jenkins@releng-63164-250-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-18T03:12:26.152744" elapsed="0.373509"/>
</kw>
<msg time="2026-05-18T03:12:26.526357" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:12:26.152395" elapsed="0.374070"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-18T03:12:26.150890" elapsed="0.375716"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T03:12:26.527561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T03:22:32.656055" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T03:22:32.662304" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T03:22:32.662378" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-18T03:12:26.526865" elapsed="606.135544"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:22:32.664573" elapsed="0.001562"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.666760" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:31.717 16  switches: flows:  96059 90887 93221 94301 94145 90937 92375 91313 92525 90398 92023 91823 90749 89202 91478 89607  total = 24.517383 per ms 
03:14:31.817 16  switches: flows:  111006 106742 108410 110208 110277 108088 109519 107334 106142 107480 106537 105085 105172 104519 106728 105562  total = 28.599013 per ms 
03:15:31.919 16  switches: flows:  117698 113333 114498 116874 116314 116742 113697 115072 113790 113958 113577 112545 111809 112199 113737 113782  total = 30.442894 per ms 
03:16:32.019 16  switches: flows:  116679 111259 114169 115272 114695 113793 111686 113630 113100 113165 112657 111615 109089 108757 113254 112374  total = 30.036437 per ms 
03:17:32.120 16  switches: flows:  111784 106033 109105 110820 111037 107939 108797 110270 109724 108137 107750 106850 106078 106961 107271 107103  total = 28.879404 per ms 
03:18:32.222 16  switches: flows:  115274 113212 115710 117034 114141 112142 112727 114877 112805 114306 110107 111876 110732 111838 113591 110827  total = 30.135551 per ms 
03:19:32.323 16  switches: flows:  120226 114084 119096 120065 117894 117848 115201 117209 114615 116310 117685 114975 114126 116385 115508 116271  total = 31.073045 per ms 
03:20:32.424 16  switches: flows:  118833 113571 116406 118170 116077 115699 114601 116941 116217 114767 115105 111504 113917 113130 115116 114871  total = 30.697462 per ms 
03:21:32.525 16  switches: flows:  118182 114636 117108 117272 115554 114417 114376 115737 113797 114509 115431 112444 112806 113263 112609 114682  total = 30.562670 per ms 
03:22:32.626 16  switches: flows:  116564 112219 115742 114621 113458 112016 112799 114752 110830 113005 110363 111113 110383 110310 110298 113701  total = 29.986092 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28599.01/31073.05/30045.84/10045.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.666364" elapsed="0.000621"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T03:22:32.667267" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-18T03:22:32.667105" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-05-18T03:22:32.667073" elapsed="0.000303"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T03:22:32.667488" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:22:32.667448" elapsed="0.000083"/>
</branch>
<status status="NOT RUN" start="2026-05-18T03:22:32.667430" elapsed="0.000123"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T03:22:32.667588" elapsed="0.000080"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:22:32.670380" elapsed="0.000341"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:22:32.670872" elapsed="0.000691"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:22:32.671707" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T03:22:32.668017" elapsed="0.003856"/>
</kw>
<msg time="2026-05-18T03:22:32.672030" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-18T03:12:26.146126" elapsed="606.525933"/>
</kw>
<status status="PASS" start="2026-05-18T03:12:26.145773" elapsed="606.526342"/>
</branch>
<status status="PASS" start="2026-05-18T03:12:26.145317" elapsed="606.526829"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.672621" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:31.717 16  switches: flows:  96059 90887 93221 94301 94145 90937 92375 91313 92525 90398 92023 91823 90749 89202 91478 89607  total = 24.517383 per ms 
03:14:31.817 16  switches: flows:  111006 106742 108410 110208 110277 108088 109519 107334 106142 107480 106537 105085 105172 104519 106728 105562  total = 28.599013 per ms 
03:15:31.919 16  switches: flows:  117698 113333 114498 116874 116314 116742 113697 115072 113790 113958 113577 112545 111809 112199 113737 113782  total = 30.442894 per ms 
03:16:32.019 16  switches: flows:  116679 111259 114169 115272 114695 113793 111686 113630 113100 113165 112657 111615 109089 108757 113254 112374  total = 30.036437 per ms 
03:17:32.120 16  switches: flows:  111784 106033 109105 110820 111037 107939 108797 110270 109724 108137 107750 106850 106078 106961 107271 107103  total = 28.879404 per ms 
03:18:32.222 16  switches: flows:  115274 113212 115710 117034 114141 112142 112727 114877 112805 114306 110107 111876 110732 111838 113591 110827  total = 30.135551 per ms 
03:19:32.323 16  switches: flows:  120226 114084 119096 120065 117894 117848 115201 117209 114615 116310 117685 114975 114126 116385 115508 116271  total = 31.073045 per ms 
03:20:32.424 16  switches: flows:  118833 113571 116406 118170 116077 115699 114601 116941 116217 114767 115105 111504 113917 113130 115116 114871  total = 30.697462 per ms 
03:21:32.525 16  switches: flows:  118182 114636 117108 117272 115554 114417 114376 115737 113797 114509 115431 112444 112806 113263 112609 114682  total = 30.562670 per ms 
03:22:32.626 16  switches: flows:  116564 112219 115742 114621 113458 112016 112799 114752 110830 113005 110363 111113 110383 110310 110298 113701  total = 29.986092 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28599.01/31073.05/30045.84/10045.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.672300" elapsed="0.000398"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T03:22:32.672848" elapsed="0.000406"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T03:22:32.673663" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T03:22:32.673758" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28599.01/31073.05/30045.84/10045.02 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-18T03:22:32.673419" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:22:32.674233" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28599.01/31073.05/30045.84/10045.02 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:22:32.673959" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.676774" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.674413" elapsed="0.002421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.679270" level="INFO">28599.01/31073.05/30045.84/10045.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.677001" elapsed="0.002333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:22:32.681750" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:22:32.679492" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:22:32.684242" level="INFO">@{result_value_list} = [ 28599.01 | 31073.05 | 30045.84 | 10045.02 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:22:32.681995" elapsed="0.002276"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.684810" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T03:22:32.684905" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:22:32.684443" elapsed="0.000502"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.689806" level="INFO">min :: 28599.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.685367" elapsed="0.004501"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T03:22:32.685224" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.694540" level="INFO">max :: 31073.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.690152" elapsed="0.004448"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T03:22:32.690021" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.699583" level="INFO">avg :: 30045.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.694857" elapsed="0.004785"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T03:22:32.694728" elapsed="0.004950"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.704752" level="INFO">stdev :: 10045.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.699908" elapsed="0.004904"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T03:22:32.699772" elapsed="0.005076"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T03:22:32.685019" elapsed="0.019862"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.708946" level="INFO">${min} = 28599.01</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:22:32.705062" elapsed="0.003915"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.712960" level="INFO">${max} = 31073.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:22:32.709136" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.717136" level="INFO">${average} = 30045.84</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:22:32.713148" elapsed="0.004016"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.721164" level="INFO">${stdev} = 10045.02</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:22:32.717323" elapsed="0.003869"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.721732" level="INFO">${date} = 2026-05-18 03:22: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-05-18T03:22:32.721369" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.722351" level="INFO">CBench Result: 2026-05-18 03:22:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28599.01,31073.05,30045.84,10045.02</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.721910" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T03:22:32.723495" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T03:22:32.723068" elapsed="0.000498"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-18T03:22:32.723720" elapsed="0.000492"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T03:22:32.722562" elapsed="0.001728"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-18T03:12:26.144166" elapsed="606.580195"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.724942" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-18T03:22:32.724518" elapsed="0.000486"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-18T03:22:32.725548" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-05-18T03:22:32.725227" elapsed="0.000667"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-18T03:12:26.141322" elapsed="606.584627"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.727364" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.726909" elapsed="0.000517"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.729274" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-18T03:22:32.728897" elapsed="0.000422"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-18T03:22:32.729737" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:22:32.729465" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-18T03:22:32.732755" elapsed="0.000064"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:22:32.732494" elapsed="0.000364"/>
</branch>
<status status="PASS" start="2026-05-18T03:22:32.732475" elapsed="0.000410"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:22:32.733272" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-18T03:22:32.733055" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.734175" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:22:32.733571" elapsed="0.000669"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:22:32.734856" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:22:32.734417" elapsed="0.000468"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:22:32.735855" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T03:22:32.735965" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:22:32.735521" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:22:32.736137" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T03:22:32.737403" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-05-18T03:22:33.393436" 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 Mon May 18 03:22:32 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  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: Mon May 18 03:12:26 2026 from 10.30.170.136
[?2004h[jenkins@releng-63164-250-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-18T03:22:32.737036" elapsed="0.657224"/>
</kw>
<msg time="2026-05-18T03:22:33.394347" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:22:32.736639" elapsed="0.657798"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-18T03:22:32.735119" elapsed="0.659433"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T03:22:33.395121" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T03:32:39.919730" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T03:32:39.920337" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T03:32:39.920455" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-18T03:22:33.394764" elapsed="606.525753"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:32:39.921049" elapsed="0.000835"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.923143" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:38.517 16  switches: flows:  465848 462854 483989 462181 478158 478598 463014 466130 472761 466409 453323 464721 457746 443039 464427 474136  total = 124.288900 per ms 
03:24:38.684 16  switches: flows:  441851 455911 441536 275210 448788 448169 447706 451596 414815 451013 454257 452575 453406 453651 465960 402334  total = 115.657923 per ms 
03:25:38.785 16  switches: flows:  546136 542691 550817 548713 537470 540435 542257 535265 538419 535582 540516 532186 529965 549775 538015 547326  total = 144.017357 per ms 
03:26:39.278 16  switches: flows:  505550 506646 510402 503839 509065 505881 496112 500553 499509 505078 509193 501742 508818 502503 515538 499867  total = 133.576608 per ms 
03:27:39.380 16  switches: flows:  544719 543493 539012 541320 543626 551385 535117 545119 538614 540852 539531 536914 545237 546255 546078 546774  total = 144.490511 per ms 
03:28:39.481 16  switches: flows:  617525 619184 623901 620507 617277 625287 623649 621403 622533 626865 606853 619204 620515 618500 620372 612091  total = 164.982088 per ms 
03:29:39.582 16  switches: flows:  612679 603895 609631 609246 607786 610273 610668 606760 609563 616412 610509 608720 612522 599560 606366 607254  total = 162.091712 per ms 
03:30:39.683 16  switches: flows:  631439 621729 627740 628381 626965 608783 620249 617964 616527 619335 615775 627236 623837 627992 616066 629382  total = 165.711285 per ms 
03:31:39.784 16  switches: flows:  569490 561134 571704 562294 564132 559158 579058 565305 566646 570311 557388 568453 566285 551794 547327 582115  total = 150.456704 per ms 
03:32:39.888 16  switches: flows:  626344 614694 617042 622885 629468 616369 611363 619794 623379 624783 622531 618545 623542 632373 627778 620508  total = 165.572949 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115657.92/165711.28/149617.46/52450.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.922329" elapsed="0.001215"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T03:32:39.924143" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-05-18T03:32:39.923763" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-05-18T03:32:39.923706" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T03:32:39.924444" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:32:39.924390" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-05-18T03:32:39.924367" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T03:32:39.924575" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:32:39.928305" elapsed="0.000465"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:32:39.929002" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:32:39.929441" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T03:32:39.925070" elapsed="0.004593"/>
</kw>
<msg time="2026-05-18T03:32:39.929933" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-18T03:22:32.730173" elapsed="607.199802"/>
</kw>
<status status="PASS" start="2026-05-18T03:22:32.729826" elapsed="607.200220"/>
</branch>
<status status="PASS" start="2026-05-18T03:22:32.729437" elapsed="607.200642"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.930704" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:38.517 16  switches: flows:  465848 462854 483989 462181 478158 478598 463014 466130 472761 466409 453323 464721 457746 443039 464427 474136  total = 124.288900 per ms 
03:24:38.684 16  switches: flows:  441851 455911 441536 275210 448788 448169 447706 451596 414815 451013 454257 452575 453406 453651 465960 402334  total = 115.657923 per ms 
03:25:38.785 16  switches: flows:  546136 542691 550817 548713 537470 540435 542257 535265 538419 535582 540516 532186 529965 549775 538015 547326  total = 144.017357 per ms 
03:26:39.278 16  switches: flows:  505550 506646 510402 503839 509065 505881 496112 500553 499509 505078 509193 501742 508818 502503 515538 499867  total = 133.576608 per ms 
03:27:39.380 16  switches: flows:  544719 543493 539012 541320 543626 551385 535117 545119 538614 540852 539531 536914 545237 546255 546078 546774  total = 144.490511 per ms 
03:28:39.481 16  switches: flows:  617525 619184 623901 620507 617277 625287 623649 621403 622533 626865 606853 619204 620515 618500 620372 612091  total = 164.982088 per ms 
03:29:39.582 16  switches: flows:  612679 603895 609631 609246 607786 610273 610668 606760 609563 616412 610509 608720 612522 599560 606366 607254  total = 162.091712 per ms 
03:30:39.683 16  switches: flows:  631439 621729 627740 628381 626965 608783 620249 617964 616527 619335 615775 627236 623837 627992 616066 629382  total = 165.711285 per ms 
03:31:39.784 16  switches: flows:  569490 561134 571704 562294 564132 559158 579058 565305 566646 570311 557388 568453 566285 551794 547327 582115  total = 150.456704 per ms 
03:32:39.888 16  switches: flows:  626344 614694 617042 622885 629468 616369 611363 619794 623379 624783 622531 618545 623542 632373 627778 620508  total = 165.572949 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115657.92/165711.28/149617.46/52450.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.930282" elapsed="0.000542"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T03:32:39.931077" elapsed="0.000650"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T03:32:39.932302" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T03:32:39.932394" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 115657.92/165711.28/149617.46/52450.57 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-18T03:32:39.932013" elapsed="0.000406"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:32:39.932837" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 115657.92/165711.28/149617.46/52450.57 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:32:39.932576" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.935418" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.933028" elapsed="0.002449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.937871" level="INFO">115657.92/165711.28/149617.46/52450.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.935627" elapsed="0.002318"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:32:39.940336" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:32:39.938098" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:32:39.942763" level="INFO">@{result_value_list} = [ 115657.92 | 165711.28 | 149617.46 | 52450.57 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:32:39.940552" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.943268" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T03:32:39.943356" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:32:39.942960" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.948131" level="INFO">min :: 115657.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.943783" elapsed="0.004405"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T03:32:39.943638" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.952918" level="INFO">max :: 165711.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.948440" elapsed="0.004549"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T03:32:39.948313" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.957626" level="INFO">avg :: 149617.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-05-18T03:32:39.953242" elapsed="0.004441"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T03:32:39.953115" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.962569" level="INFO">stdev :: 52450.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.957961" elapsed="0.004668"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T03:32:39.957808" elapsed="0.004859"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T03:32:39.943449" elapsed="0.019269"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.966673" level="INFO">${min} = 115657.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:32:39.962904" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.971113" level="INFO">${max} = 165711.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:32:39.966855" elapsed="0.004285"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.975052" level="INFO">${average} = 149617.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-05-18T03:32:39.971294" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.979147" level="INFO">${stdev} = 52450.57</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:32:39.975230" elapsed="0.003947"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.979713" level="INFO">${date} = 2026-05-18 03:32:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T03:32:39.979342" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.980403" level="INFO">CBench Result: 2026-05-18 03:32:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,115657.92,165711.28,149617.46,52450.57</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.979902" elapsed="0.000562"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T03:32:39.981664" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T03:32:39.981172" elapsed="0.000569"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-18T03:32:39.981898" elapsed="0.000570"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T03:32:39.980631" elapsed="0.001908"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-18T03:22:32.728241" elapsed="607.254390"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.983210" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-18T03:32:39.982839" elapsed="0.000431"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-18T03:32:39.983826" elapsed="0.000368"/>
</kw>
<status status="PASS" start="2026-05-18T03:32:39.983503" elapsed="0.000785"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-18T03:22:32.726259" elapsed="607.258129"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.985802" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.985385" elapsed="0.000477"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.987203" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-18T03:32:39.986795" elapsed="0.000452"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-18T03:32:39.987606" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:32:39.987376" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-18T03:32:39.990662" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:32:39.990406" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-18T03:32:39.990386" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:32:39.991111" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-18T03:32:39.990885" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.991861" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.216" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:32:39.991431" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T03:32:39.992539" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:32:39.992086" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:32:39.993674" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T03:32:39.993774" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:32:39.993179" elapsed="0.000620"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:32:39.993963" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T03:32:39.995191" level="INFO">Logging into '10.30.171.216:22' as 'jenkins'.</msg>
<msg time="2026-05-18T03:32:40.600080" 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 Mon May 18 03:32:40 UTC 2026

  System load:  0.36               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.216
  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: Mon May 18 03:22:33 2026 from 10.30.170.136
[?2004h[jenkins@releng-63164-250-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-18T03:32:39.994812" elapsed="0.605530"/>
</kw>
<msg time="2026-05-18T03:32:40.600465" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:32:39.994453" elapsed="0.606154"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-18T03:32:39.992774" elapsed="0.607989"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T03:32:40.601432" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T03:42:46.646861" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T03:42:46.647529" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T03:42:46.647636" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-18T03:32:40.601066" elapsed="606.046628"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:42:46.648198" elapsed="0.000710"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.650191" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:45.706 16  switches: flows:  107605 104649 106475 107259 105904 107316 106691 107545 105978 107080 104980 106406 106671 104222 105139 104937  total = 28.314283 per ms 
03:34:45.806 16  switches: flows:  104650 101126 103119 103799 103257 104276 104635 102822 101993 103979 100763 102719 104331 100918 101982 102747  total = 27.405945 per ms 
03:35:45.907 16  switches: flows:  120487 116042 118590 119270 116952 117327 118852 116026 116219 118810 114669 117135 117349 116427 115747 115679  total = 31.207525 per ms 
03:36:46.007 16  switches: flows:  123100 117606 120830 121261 119536 120275 118183 121254 116630 121560 116901 118417 120673 120707 117740 119684  total = 31.852766 per ms 
03:37:46.107 16  switches: flows:  123030 116957 120843 123129 118977 119296 119665 120238 117165 122041 116083 118653 120535 119371 118976 119273  total = 31.850647 per ms 
03:38:46.208 16  switches: flows:  120083 116151 121132 121209 118025 118957 118200 118002 116984 120930 116283 116781 120063 117875 117147 119282  total = 31.565688 per ms 
03:39:46.308 16  switches: flows:  119516 114780 118063 121078 115255 118046 116480 117548 113753 118635 113912 116956 117798 117448 116400 116927  total = 31.157809 per ms 
03:40:46.408 16  switches: flows:  118260 113238 117428 117582 115074 116280 117709 116362 113843 116484 113809 114393 117386 117056 115661 115702  total = 30.886228 per ms 
03:41:46.509 16  switches: flows:  117496 112684 116221 116138 114191 113896 115912 116160 112714 116455 114137 113820 116288 114666 113569 116308  total = 30.626434 per ms 
03:42:46.609 16  switches: flows:  119125 114616 119572 120428 116500 117730 118079 117600 115010 119667 114602 115644 117914 117039 117008 116710  total = 31.235208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27405.95/31852.77/30865.36/10368.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.649325" elapsed="0.001262"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T03:42:46.651155" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-05-18T03:42:46.650787" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-05-18T03:42:46.650735" elapsed="0.000652"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T03:42:46.651618" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-18T03:42:46.651533" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-18T03:42:46.651496" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T03:42:46.651828" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T03:42:46.656719" elapsed="0.000360"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-18T03:42:46.657227" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T03:42:46.657534" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T03:42:46.652532" elapsed="0.005158"/>
</kw>
<msg time="2026-05-18T03:42:46.657828" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-18T03:32:39.988038" elapsed="606.669817"/>
</kw>
<status status="PASS" start="2026-05-18T03:32:39.987694" elapsed="606.670213"/>
</branch>
<status status="PASS" start="2026-05-18T03:32:39.987352" elapsed="606.670596"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.658400" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.165: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.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:45.706 16  switches: flows:  107605 104649 106475 107259 105904 107316 106691 107545 105978 107080 104980 106406 106671 104222 105139 104937  total = 28.314283 per ms 
03:34:45.806 16  switches: flows:  104650 101126 103119 103799 103257 104276 104635 102822 101993 103979 100763 102719 104331 100918 101982 102747  total = 27.405945 per ms 
03:35:45.907 16  switches: flows:  120487 116042 118590 119270 116952 117327 118852 116026 116219 118810 114669 117135 117349 116427 115747 115679  total = 31.207525 per ms 
03:36:46.007 16  switches: flows:  123100 117606 120830 121261 119536 120275 118183 121254 116630 121560 116901 118417 120673 120707 117740 119684  total = 31.852766 per ms 
03:37:46.107 16  switches: flows:  123030 116957 120843 123129 118977 119296 119665 120238 117165 122041 116083 118653 120535 119371 118976 119273  total = 31.850647 per ms 
03:38:46.208 16  switches: flows:  120083 116151 121132 121209 118025 118957 118200 118002 116984 120930 116283 116781 120063 117875 117147 119282  total = 31.565688 per ms 
03:39:46.308 16  switches: flows:  119516 114780 118063 121078 115255 118046 116480 117548 113753 118635 113912 116956 117798 117448 116400 116927  total = 31.157809 per ms 
03:40:46.408 16  switches: flows:  118260 113238 117428 117582 115074 116280 117709 116362 113843 116484 113809 114393 117386 117056 115661 115702  total = 30.886228 per ms 
03:41:46.509 16  switches: flows:  117496 112684 116221 116138 114191 113896 115912 116160 112714 116455 114137 113820 116288 114666 113569 116308  total = 30.626434 per ms 
03:42:46.609 16  switches: flows:  119125 114616 119572 120428 116500 117730 118079 117600 115010 119667 114602 115644 117914 117039 117008 116710  total = 31.235208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27405.95/31852.77/30865.36/10368.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.658102" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-18T03:42:46.658623" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T03:42:46.659463" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T03:42:46.659557" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27405.95/31852.77/30865.36/10368.07 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-18T03:42:46.659226" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:42:46.660014" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27405.95/31852.77/30865.36/10368.07 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:42:46.659739" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.662441" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.660189" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.665023" level="INFO">27405.95/31852.77/30865.36/10368.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.662647" elapsed="0.002432"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:42:46.667473" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:42:46.665230" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T03:42:46.669900" level="INFO">@{result_value_list} = [ 27405.95 | 31852.77 | 30865.36 | 10368.07 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T03:42:46.667690" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.670406" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T03:42:46.670494" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-18T03:42:46.670098" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.675258" level="INFO">min :: 27405.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.670902" elapsed="0.004413"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T03:42:46.670773" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.679829" level="INFO">max :: 31852.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.675563" elapsed="0.004322"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T03:42:46.675437" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.685302" level="INFO">avg :: 30865.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.680150" elapsed="0.005227"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T03:42:46.680024" elapsed="0.005399"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.690074" level="INFO">stdev :: 10368.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.685691" elapsed="0.004440"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T03:42:46.685528" elapsed="0.004639"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T03:42:46.670590" elapsed="0.019607"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.694638" level="INFO">${min} = 27405.95</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:42:46.690367" elapsed="0.004300"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.698591" level="INFO">${max} = 31852.77</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:42:46.694833" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.702516" level="INFO">${average} = 30865.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:42:46.698774" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.706387" level="INFO">${stdev} = 10368.07</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T03:42:46.702696" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.706980" level="INFO">${date} = 2026-05-18 03:42:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T03:42:46.706573" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.707635" level="INFO">CBench Result: 2026-05-18 03:42:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27405.95,31852.77,30865.36,10368.07</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T03:42:46.707204" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T03:42:46.708931" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-18T03:42:46.708356" elapsed="0.000647"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-18T03:42:46.709180" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T03:42:46.707851" elapsed="0.001903"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-18T03:32:39.986219" elapsed="606.723596"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.710301" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-18T03:42:46.709986" elapsed="0.000372"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T03:42:46.711706" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-18T03:42:46.711200" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-18T03:42:46.712004" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-05-18T03:42:46.711821" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-05-18T03:42:46.711794" elapsed="0.000307"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.712249" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.712407" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.712567" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.712780" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.712949" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.713101" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.713247" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-18T03:42:46.713469" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-18T03:42:46.713332" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-18T03:42:46.713315" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-18T03:42:46.710765" elapsed="0.002831"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-18T03:32:39.984846" elapsed="606.728797"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-18T03:12:22.959831" elapsed="1823.754941"/>
</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>
