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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T03:12:27.477520" elapsed="0.701583"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T03:12:28.226813" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:28.179373" elapsed="0.047623"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T03:12:28.229835" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T03:12:28.229999" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-20T03:12:28.227342" elapsed="0.002702"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:28.230285" elapsed="0.000323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:12:28.230933" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.231906" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:12:28.231439" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T03:12:28.232018" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T03:12:27.475981" elapsed="0.756217"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-20T03:12:27.472080" elapsed="0.760182"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T03:12:28.232844" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-20T03:12:28.232451" elapsed="0.000452"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T03:12:28.233320" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-20T03:12:28.233065" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.234001" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T03:12:28.233566" elapsed="0.000464"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.234541" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T03:12:28.234202" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.235172" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T03:12:28.234784" elapsed="0.000416"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.235714" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T03:12:28.235363" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-20T03:12:28.236073" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:12:28.235847" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:12:28.240579" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:12:28.240150" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:12:28.241640" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T03:12:28.241743" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:12:28.241182" elapsed="0.000585"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:12:28.241913" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T03:12:28.243368" level="INFO">Logging into '10.30.170.112:22' as 'jenkins'.</msg>
<msg time="2026-04-20T03:12:28.985108" 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 Apr 20 03:12:28 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.112
  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-194-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T03:12:28.242852" elapsed="0.742452"/>
</kw>
<msg time="2026-04-20T03:12:28.985432" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:12:28.242431" elapsed="0.743141"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T03:12:28.240836" elapsed="0.745965"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-20T03:12:28.994770" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-20T03:12:28.987029" elapsed="0.009929"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:12:28.997353" elapsed="0.000667"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-20T03:12:28.239581" elapsed="0.758582"/>
</kw>
<status status="PASS" start="2026-04-20T03:12:28.236203" elapsed="0.762045"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:28.235821" elapsed="0.762495"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T03:12:28.998740" elapsed="0.001102"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T03:12:29.008273" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:12:29.008141" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:29.008116" elapsed="0.000239"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T03:12:29.012203" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:12:29.012085" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:29.012063" 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-04-20T03:12:29.012445" elapsed="0.000529"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.013451" level="INFO">Logging into '10.30.171.216:8101' as 'karaf'.</msg>
<msg time="2026-04-20T03:12:29.241408" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T03:12:29.013167" elapsed="0.228675"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.342559" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:29.242289" elapsed="0.100499"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.358775" 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-04-20T03:12:29.359040" 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-04-20T03:12:29.343117" elapsed="0.015973"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:29.359315" elapsed="0.000391"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:12:29.359920" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.360965" 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-04-20T03:12:29.360445" elapsed="0.000617"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T03:12:29.361143" elapsed="0.000072"/>
</return>
<msg time="2026-04-20T03:12:29.361515" 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.171.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T03:12:29.011693" elapsed="0.349873"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T03:12:29.361817" elapsed="0.000720"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T03:12:29.362617" elapsed="0.000079"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-20T03:12:29.007814" elapsed="0.355044"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-20T03:12:29.368418" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:12:29.368226" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:29.368191" elapsed="0.000331"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:12:29.368733" elapsed="0.000717"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.369978" level="INFO">Logging into '10.30.171.216:8101' as 'karaf'.</msg>
<msg time="2026-04-20T03:12:29.552525" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-20T03:12:29.369689" elapsed="0.183036"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.576371" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:29.552983" elapsed="0.023585"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.580956" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-20T03:12:29.581227" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-20T03:12:29.577018" elapsed="0.004276"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-20T03:12:29.581623" elapsed="0.000468"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:12:29.582404" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.584109" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:12:29.583145" elapsed="0.001082"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-20T03:12:29.584339" elapsed="0.000094"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-20T03:12:29.367717" elapsed="0.216990"/>
</kw>
<status status="PASS" start="2026-04-20T03:12:27.470029" elapsed="2.114815"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.587377" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:12:29.586303" elapsed="0.001140"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.589080" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T03:12:29.588690" elapsed="0.000438"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T03:12:29.589640" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:12:29.589373" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-20T03:12:29.592704" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:12:29.592433" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:29.592412" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.593158" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T03:12:29.592927" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.593899" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.112" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:12:29.593450" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.594571" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:12:29.594106" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:12:29.595526" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T03:12:29.595618" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:12:29.595204" 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-04-20T03:12:29.595804" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.597066" level="INFO">Logging into '10.30.170.112:22' as 'jenkins'.</msg>
<msg time="2026-04-20T03:12:29.953097" 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 Apr 20 03:12:28 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.112
  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 Apr 20 03:12:28 2026 from 10.30.171.195
[?2004h[jenkins@releng-63164-194-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T03:12:29.596656" elapsed="0.356657"/>
</kw>
<msg time="2026-04-20T03:12:29.953402" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:12:29.596293" elapsed="0.357201"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T03:12:29.594822" elapsed="0.358797"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T03:12:29.954408" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T03:22:36.060799" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T03:22:36.061361" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T03:22:36.061482" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T03:12:29.953865" elapsed="606.107679"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:22:36.062053" elapsed="0.000966"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.064254" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216: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.171.216. 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:35.179 16  switches: flows:  94595 93975 92505 92257 93483 93060 92248 92290 90254 93882 92243 91766 92824 90416 91408 90554  total = 24.629333 per ms 
03:14:35.280 16  switches: flows:  106937 107068 106043 105082 107018 104882 103965 104535 102365 105199 105189 103518 104032 102779 102782 104355  total = 27.882189 per ms 
03:15:35.381 16  switches: flows:  111380 112341 110782 108868 111329 110413 108306 107979 106786 109292 109496 108597 106274 107516 106734 109042  total = 29.037118 per ms 
03:16:35.481 16  switches: flows:  109438 110597 109155 108902 109780 107955 107380 106219 105131 107771 106657 107684 106133 106412 104648 107319  total = 28.638506 per ms 
03:17:35.581 16  switches: flows:  112128 113025 110823 111496 111822 111162 109395 108860 107824 111215 109026 109041 107613 108306 106834 109236  total = 29.247921 per ms 
03:18:35.681 16  switches: flows:  110844 111685 108343 110431 110098 108684 108676 106297 106601 109021 106186 108025 106373 107137 106366 108537  total = 28.840244 per ms 
03:19:35.782 16  switches: flows:  95893 97899 98388 98194 98302 97355 95610 97077 94247 96835 97037 93922 94456 94840 94861 94806  total = 25.619259 per ms 
03:20:35.882 16  switches: flows:  106721 106796 106719 108032 106169 106255 104785 105626 104213 105181 104987 104011 103225 102616 103179 103062  total = 27.979554 per ms 
03:21:35.982 16  switches: flows:  109196 108285 109902 110554 109271 110738 109556 110868 106749 109193 109154 108688 108592 105494 106063 106682  total = 28.934749 per ms 
03:22:36.083 16  switches: flows:  109326 109481 109170 108945 109472 111773 110557 109964 108159 110221 109215 108333 109469 105880 105967 107205  total = 29.003853 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25619.26/29247.92/28353.71/9510.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.063429" elapsed="0.001140"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T03:22:36.065177" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-04-20T03:22:36.064809" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-04-20T03:22:36.064734" elapsed="0.000668"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T03:22:36.065625" elapsed="0.000062"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:22:36.065538" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-04-20T03:22:36.065500" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T03:22:36.065875" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:22:36.069494" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:22:36.070206" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:22:36.070626" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T03:22:36.066334" elapsed="0.004536"/>
</kw>
<msg time="2026-04-20T03:22:36.071053" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T03:12:29.590070" elapsed="606.481022"/>
</kw>
<status status="PASS" start="2026-04-20T03:12:29.589747" elapsed="606.481416"/>
</branch>
<status status="PASS" start="2026-04-20T03:12:29.589185" elapsed="606.482012"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.071851" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216: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.171.216. 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:35.179 16  switches: flows:  94595 93975 92505 92257 93483 93060 92248 92290 90254 93882 92243 91766 92824 90416 91408 90554  total = 24.629333 per ms 
03:14:35.280 16  switches: flows:  106937 107068 106043 105082 107018 104882 103965 104535 102365 105199 105189 103518 104032 102779 102782 104355  total = 27.882189 per ms 
03:15:35.381 16  switches: flows:  111380 112341 110782 108868 111329 110413 108306 107979 106786 109292 109496 108597 106274 107516 106734 109042  total = 29.037118 per ms 
03:16:35.481 16  switches: flows:  109438 110597 109155 108902 109780 107955 107380 106219 105131 107771 106657 107684 106133 106412 104648 107319  total = 28.638506 per ms 
03:17:35.581 16  switches: flows:  112128 113025 110823 111496 111822 111162 109395 108860 107824 111215 109026 109041 107613 108306 106834 109236  total = 29.247921 per ms 
03:18:35.681 16  switches: flows:  110844 111685 108343 110431 110098 108684 108676 106297 106601 109021 106186 108025 106373 107137 106366 108537  total = 28.840244 per ms 
03:19:35.782 16  switches: flows:  95893 97899 98388 98194 98302 97355 95610 97077 94247 96835 97037 93922 94456 94840 94861 94806  total = 25.619259 per ms 
03:20:35.882 16  switches: flows:  106721 106796 106719 108032 106169 106255 104785 105626 104213 105181 104987 104011 103225 102616 103179 103062  total = 27.979554 per ms 
03:21:35.982 16  switches: flows:  109196 108285 109902 110554 109271 110738 109556 110868 106749 109193 109154 108688 108592 105494 106063 106682  total = 28.934749 per ms 
03:22:36.083 16  switches: flows:  109326 109481 109170 108945 109472 111773 110557 109964 108159 110221 109215 108333 109469 105880 105967 107205  total = 29.003853 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25619.26/29247.92/28353.71/9510.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.071404" elapsed="0.000554"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T03:22:36.072168" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T03:22:36.073277" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T03:22:36.073406" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25619.26/29247.92/28353.71/9510.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T03:22:36.072924" elapsed="0.000516"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:22:36.073993" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25619.26/29247.92/28353.71/9510.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:22:36.073676" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.076457" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.074167" elapsed="0.002348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.078995" level="INFO">25619.26/29247.92/28353.71/9510.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.076679" elapsed="0.002375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:22:36.081486" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:22:36.079206" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:22:36.084021" level="INFO">@{result_value_list} = [ 25619.26 | 29247.92 | 28353.71 | 9510.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:22:36.081775" elapsed="0.002273"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.084536" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T03:22:36.084628" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:22:36.084207" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.089490" level="INFO">min :: 25619.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.085075" elapsed="0.004475"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T03:22:36.084939" elapsed="0.004649"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.094282" level="INFO">max :: 29247.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-04-20T03:22:36.089861" elapsed="0.004499"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T03:22:36.089723" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.099225" level="INFO">avg :: 28353.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.094659" elapsed="0.004629"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T03:22:36.094495" elapsed="0.004832"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.104152" level="INFO">stdev :: 9510.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.099569" elapsed="0.004641"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T03:22:36.099427" elapsed="0.004818"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T03:22:36.084742" elapsed="0.019537"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.108211" level="INFO">${min} = 25619.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:22:36.104444" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.112183" level="INFO">${max} = 29247.92</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:22:36.108395" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.116316" level="INFO">${average} = 28353.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:22:36.112363" elapsed="0.003979"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.120348" level="INFO">${stdev} = 9510.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:22:36.116497" elapsed="0.003880"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.120944" level="INFO">${date} = 2026-04-20 03:22:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T03:22:36.120540" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.121577" level="INFO">CBench Result: 2026-04-20 03:22:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25619.26,29247.92,28353.71,9510.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.121124" elapsed="0.000513"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T03:22:36.122835" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-20T03:22:36.122330" elapsed="0.000585"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T03:22:36.123071" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T03:22:36.121831" elapsed="0.001790"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-20T03:12:29.587941" elapsed="606.535763"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.124191" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T03:22:36.123868" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-20T03:22:36.124794" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-04-20T03:22:36.124463" elapsed="0.000689"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T03:12:29.585175" elapsed="606.540017"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.126809" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.126318" elapsed="0.000555"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.128144" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T03:22:36.127809" elapsed="0.000377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T03:22:36.128538" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:22:36.128309" 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-04-20T03:22:36.131556" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:22:36.131304" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-20T03:22:36.131284" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:22:36.132001" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T03:22:36.131792" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.132739" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.216 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.112" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:22:36.132293" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:22:36.133385" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:22:36.132949" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:22:36.134337" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T03:22:36.134427" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:22:36.134017" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:22:36.134594" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T03:22:36.135819" level="INFO">Logging into '10.30.170.112:22' as 'jenkins'.</msg>
<msg time="2026-04-20T03:22:36.707939" 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 Apr 20 03:22:36 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.112
  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 Apr 20 03:12:29 2026 from 10.30.171.195
[?2004h[jenkins@releng-63164-194-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T03:22:36.135440" elapsed="0.572705"/>
</kw>
<msg time="2026-04-20T03:22:36.708242" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:22:36.135095" elapsed="0.573235"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T03:22:36.133618" elapsed="0.574828"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T03:22:36.708977" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.216 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T03:32:42.792388" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T03:32:42.793105" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T03:32:42.793225" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T03:22:36.708681" elapsed="606.084608"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:32:42.793805" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.795761" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.216: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.171.216. 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:41.893 16  switches: flows:  632650 635313 643356 638583 634801 638719 632995 650651 644621 630074 627670 634017 621001 637161 633402 628683  total = 169.394950 per ms 
03:24:41.994 16  switches: flows:  674118 675093 664564 673173 667076 671293 661698 665619 686600 661941 664327 659851 655708 662950 653404 659012  total = 177.307098 per ms 
03:25:42.095 16  switches: flows:  633936 609893 603755 621689 620514 627386 615891 614672 634457 614856 608424 617872 609230 619328 616254 622201  total = 164.562374 per ms 
03:26:42.197 16  switches: flows:  678182 676346 677173 673000 676522 677326 663671 673057 683183 675261 673099 673173 674862 675292 674112 686178  total = 179.871242 per ms 
03:27:42.299 16  switches: flows:  680546 684778 678732 679528 675582 677549 674567 680919 684227 680497 677243 675111 676092 680720 679523 678986  total = 180.770646 per ms 
03:28:42.401 16  switches: flows:  666490 645810 665993 651931 625188 631270 656586 642574 680258 663048 636001 634198 660166 645927 657134 651041  total = 173.269210 per ms 
03:29:42.502 16  switches: flows:  660716 654543 650998 648841 655538 660802 657762 668102 662301 656831 656641 659806 656592 655845 649474 657178  total = 174.904672 per ms 
03:30:42.603 16  switches: flows:  684785 680720 678320 678508 682329 675593 668159 681216 686038 681763 684312 678300 674637 678531 681410 673333  total = 180.827174 per ms 
03:31:42.705 16  switches: flows:  578409 641439 632724 644909 642517 636102 649790 646239 661266 651057 652163 629677 651213 646224 641194 632328  total = 170.333336 per ms 
03:32:42.809 16  switches: flows:  648089 648222 647598 638764 638854 643426 641390 644211 646795 643200 623475 643904 639930 656876 632587 646463  total = 171.107439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 164562.37/180827.17/174772.58/58490.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.794958" elapsed="0.001765"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T03:32:42.797371" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-04-20T03:32:42.796929" elapsed="0.000585"/>
</branch>
<status status="PASS" start="2026-04-20T03:32:42.796864" elapsed="0.000688"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T03:32:42.797724" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:32:42.797641" elapsed="0.000143"/>
</branch>
<status status="NOT RUN" start="2026-04-20T03:32:42.797616" elapsed="0.000200"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T03:32:42.797861" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:32:42.801778" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:32:42.802504" elapsed="0.000268"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:32:42.802965" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T03:32:42.798355" elapsed="0.004842"/>
</kw>
<msg time="2026-04-20T03:32:42.803388" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T03:22:36.128964" elapsed="606.674463"/>
</kw>
<status status="PASS" start="2026-04-20T03:22:36.128627" elapsed="606.674874"/>
</branch>
<status status="PASS" start="2026-04-20T03:22:36.128285" elapsed="606.675251"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.804199" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.216: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.171.216. 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:41.893 16  switches: flows:  632650 635313 643356 638583 634801 638719 632995 650651 644621 630074 627670 634017 621001 637161 633402 628683  total = 169.394950 per ms 
03:24:41.994 16  switches: flows:  674118 675093 664564 673173 667076 671293 661698 665619 686600 661941 664327 659851 655708 662950 653404 659012  total = 177.307098 per ms 
03:25:42.095 16  switches: flows:  633936 609893 603755 621689 620514 627386 615891 614672 634457 614856 608424 617872 609230 619328 616254 622201  total = 164.562374 per ms 
03:26:42.197 16  switches: flows:  678182 676346 677173 673000 676522 677326 663671 673057 683183 675261 673099 673173 674862 675292 674112 686178  total = 179.871242 per ms 
03:27:42.299 16  switches: flows:  680546 684778 678732 679528 675582 677549 674567 680919 684227 680497 677243 675111 676092 680720 679523 678986  total = 180.770646 per ms 
03:28:42.401 16  switches: flows:  666490 645810 665993 651931 625188 631270 656586 642574 680258 663048 636001 634198 660166 645927 657134 651041  total = 173.269210 per ms 
03:29:42.502 16  switches: flows:  660716 654543 650998 648841 655538 660802 657762 668102 662301 656831 656641 659806 656592 655845 649474 657178  total = 174.904672 per ms 
03:30:42.603 16  switches: flows:  684785 680720 678320 678508 682329 675593 668159 681216 686038 681763 684312 678300 674637 678531 681410 673333  total = 180.827174 per ms 
03:31:42.705 16  switches: flows:  578409 641439 632724 644909 642517 636102 649790 646239 661266 651057 652163 629677 651213 646224 641194 632328  total = 170.333336 per ms 
03:32:42.809 16  switches: flows:  648089 648222 647598 638764 638854 643426 641390 644211 646795 643200 623475 643904 639930 656876 632587 646463  total = 171.107439 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 164562.37/180827.17/174772.58/58490.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.803771" elapsed="0.000535"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T03:32:42.804528" elapsed="0.000614"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T03:32:42.805680" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T03:32:42.805774" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 164562.37/180827.17/174772.58/58490.43 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T03:32:42.805386" elapsed="0.000413"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:32:42.806219" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 164562.37/180827.17/174772.58/58490.43 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:32:42.805953" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.808628" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.806391" elapsed="0.002310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.811071" level="INFO">164562.37/180827.17/174772.58/58490.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.808847" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:32:42.813513" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:32:42.811276" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:32:42.815954" level="INFO">@{result_value_list} = [ 164562.37 | 180827.17 | 174772.58 | 58490.43 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:32:42.813747" elapsed="0.002234"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.816440" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T03:32:42.816527" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:32:42.816136" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.821307" level="INFO">min :: 164562.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.816973" elapsed="0.004396"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T03:32:42.816841" elapsed="0.004593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.826173" level="INFO">max :: 180827.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.821673" elapsed="0.004557"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T03:32:42.821527" elapsed="0.004738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.830989" level="INFO">avg :: 174772.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.826482" elapsed="0.004564"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T03:32:42.826354" elapsed="0.004727"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.836000" level="INFO">stdev :: 58490.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.831300" elapsed="0.004758"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T03:32:42.831169" elapsed="0.004924"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T03:32:42.816626" elapsed="0.019499"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.840063" level="INFO">${min} = 164562.37</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:32:42.836289" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.844011" level="INFO">${max} = 180827.17</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:32:42.840246" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.847947" level="INFO">${average} = 174772.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:32:42.844192" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.851893" level="INFO">${stdev} = 58490.43</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:32:42.848125" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.852433" level="INFO">${date} = 2026-04-20 03:32:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T03:32:42.852078" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.853030" level="INFO">CBench Result: 2026-04-20 03:32:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,164562.37,180827.17,174772.58,58490.43</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.852605" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T03:32:42.854218" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-20T03:32:42.853787" elapsed="0.000497"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T03:32:42.854438" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T03:32:42.853277" elapsed="0.001718"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-20T03:22:36.127196" elapsed="606.727863"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.855549" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T03:32:42.855224" elapsed="0.000381"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-20T03:32:42.856141" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-20T03:32:42.855833" elapsed="0.000647"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T03:22:36.125733" elapsed="606.730785"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.857943" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.857542" elapsed="0.000458"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.859227" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-20T03:32:42.858896" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-20T03:32:42.859623" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:32:42.859398" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-20T03:32:42.862636" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:32:42.862387" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-20T03:32:42.862367" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:32:42.863077" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-20T03:32:42.862870" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.863800" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.112" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:32:42.863359" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-20T03:32:42.864396" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:32:42.863999" elapsed="0.000424"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:32:42.865512" level="INFO">Length is 0.</msg>
<msg time="2026-04-20T03:32:42.865607" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:32:42.865024" elapsed="0.000608"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:32:42.865792" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-20T03:32:42.866994" level="INFO">Logging into '10.30.170.112:22' as 'jenkins'.</msg>
<msg time="2026-04-20T03:32:43.491103" 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 Apr 20 03:32:43 UTC 2026

  System load:  0.15               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.112
  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 Apr 20 03:22:36 2026 from 10.30.171.195
[?2004h[jenkins@releng-63164-194-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-20T03:32:42.866620" elapsed="0.624719"/>
</kw>
<msg time="2026-04-20T03:32:43.491445" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:32:42.866272" elapsed="0.625274"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-20T03:32:42.864631" elapsed="0.627062"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-20T03:32:43.492313" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-20T03:42:49.535595" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-20T03:42:49.539483" level="INFO">${stdout} = </msg>
<msg time="2026-04-20T03:42:49.539566" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-20T03:32:43.491950" elapsed="606.047654"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:42:49.540386" elapsed="0.000633"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.541831" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216: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.171.216. 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:48.678 16  switches: flows:  105416 106509 107128 105069 105356 105235 104472 103881 100371 100266 101277 101614 100384 101084 101068 100414  total = 27.492400 per ms 
03:34:48.778 16  switches: flows:  114449 116160 113015 113498 114332 113873 112595 112468 108104 109721 108977 108843 107308 107928 108497 108176  total = 29.583039 per ms 
03:35:48.880 16  switches: flows:  116797 119604 118252 117036 116557 117689 117107 117268 112803 112365 109947 111621 113091 110579 109762 111113  total = 30.475646 per ms 
03:36:48.981 16  switches: flows:  115458 119408 118117 116124 116483 118572 118917 118570 113501 111253 110876 111514 113960 109334 110637 111163  total = 30.513825 per ms 
03:37:49.082 16  switches: flows:  112506 114753 113428 113446 110651 113608 114638 112885 109145 107289 106742 107095 108150 106364 105986 107501  total = 29.354093 per ms 
03:38:49.183 16  switches: flows:  114494 117943 114812 114401 115992 115091 114433 113519 111799 109378 113213 112374 110153 111677 109426 110548  total = 30.103955 per ms 
03:39:49.284 16  switches: flows:  111456 112645 111238 109800 110733 110485 111469 108290 107480 105235 106585 107262 105658 106445 105391 107126  total = 28.906707 per ms 
03:40:49.385 16  switches: flows:  116670 115859 113724 112982 113577 115021 114053 111908 108905 111098 111430 111889 111182 108735 110951 110810  total = 29.929953 per ms 
03:41:49.486 16  switches: flows:  112573 110676 110599 109556 108863 110532 108336 108349 105249 107187 106759 107750 105317 103335 105767 105348  total = 28.722002 per ms 
03:42:49.586 16  switches: flows:  116964 115692 116656 115728 116144 114491 113967 114031 109926 112774 112910 113237 111016 111896 113334 112005  total = 30.295610 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28722.00/30513.83/29764.98/9941.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.541274" elapsed="0.000766"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-20T03:42:49.542385" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-04-20T03:42:49.542177" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-20T03:42:49.542133" elapsed="0.000387"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-20T03:42:49.542655" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-04-20T03:42:49.542599" elapsed="0.000133"/>
</branch>
<status status="NOT RUN" start="2026-04-20T03:42:49.542577" elapsed="0.000193"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-20T03:42:49.542814" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-20T03:42:49.546627" elapsed="0.000350"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-20T03:42:49.547124" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-20T03:42:49.547417" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-20T03:42:49.543263" elapsed="0.004305"/>
</kw>
<msg time="2026-04-20T03:42:49.547715" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-20T03:32:42.860076" elapsed="606.687666"/>
</kw>
<status status="PASS" start="2026-04-20T03:32:42.859728" elapsed="606.688064"/>
</branch>
<status status="PASS" start="2026-04-20T03:32:42.859375" elapsed="606.688440"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.548247" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.216: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.171.216. 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:48.678 16  switches: flows:  105416 106509 107128 105069 105356 105235 104472 103881 100371 100266 101277 101614 100384 101084 101068 100414  total = 27.492400 per ms 
03:34:48.778 16  switches: flows:  114449 116160 113015 113498 114332 113873 112595 112468 108104 109721 108977 108843 107308 107928 108497 108176  total = 29.583039 per ms 
03:35:48.880 16  switches: flows:  116797 119604 118252 117036 116557 117689 117107 117268 112803 112365 109947 111621 113091 110579 109762 111113  total = 30.475646 per ms 
03:36:48.981 16  switches: flows:  115458 119408 118117 116124 116483 118572 118917 118570 113501 111253 110876 111514 113960 109334 110637 111163  total = 30.513825 per ms 
03:37:49.082 16  switches: flows:  112506 114753 113428 113446 110651 113608 114638 112885 109145 107289 106742 107095 108150 106364 105986 107501  total = 29.354093 per ms 
03:38:49.183 16  switches: flows:  114494 117943 114812 114401 115992 115091 114433 113519 111799 109378 113213 112374 110153 111677 109426 110548  total = 30.103955 per ms 
03:39:49.284 16  switches: flows:  111456 112645 111238 109800 110733 110485 111469 108290 107480 105235 106585 107262 105658 106445 105391 107126  total = 28.906707 per ms 
03:40:49.385 16  switches: flows:  116670 115859 113724 112982 113577 115021 114053 111908 108905 111098 111430 111889 111182 108735 110951 110810  total = 29.929953 per ms 
03:41:49.486 16  switches: flows:  112573 110676 110599 109556 108863 110532 108336 108349 105249 107187 106759 107750 105317 103335 105767 105348  total = 28.722002 per ms 
03:42:49.586 16  switches: flows:  116964 115692 116656 115728 116144 114491 113967 114031 109926 112774 112910 113237 111016 111896 113334 112005  total = 30.295610 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28722.00/30513.83/29764.98/9941.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.547957" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-20T03:42:49.548464" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-20T03:42:49.549224" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-20T03:42:49.549314" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28722.00/30513.83/29764.98/9941.33 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-20T03:42:49.549004" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:42:49.549785" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28722.00/30513.83/29764.98/9941.33 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:42:49.549493" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.552191" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.549968" elapsed="0.002280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.554874" level="INFO">28722.00/30513.83/29764.98/9941.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.552395" elapsed="0.002535"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:42:49.557299" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:42:49.555081" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-20T03:42:49.559804" level="INFO">@{result_value_list} = [ 28722.00 | 30513.83 | 29764.98 | 9941.33 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-20T03:42:49.557521" elapsed="0.002310"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.560287" level="INFO">Length is 4.</msg>
<msg time="2026-04-20T03:42:49.560374" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-20T03:42:49.559985" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.565294" level="INFO">min :: 28722.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.560805" elapsed="0.004545"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-20T03:42:49.560652" elapsed="0.004732"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.569909" level="INFO">max :: 30513.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.565598" elapsed="0.004365"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-20T03:42:49.565473" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.574520" level="INFO">avg :: 29764.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.570231" elapsed="0.004345"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-20T03:42:49.570079" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.579428" level="INFO">stdev :: 9941.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.574845" elapsed="0.004639"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-20T03:42:49.574713" elapsed="0.004806"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-20T03:42:49.560464" elapsed="0.019085"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.583472" level="INFO">${min} = 28722.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:42:49.579727" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.587569" level="INFO">${max} = 30513.83</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:42:49.583660" elapsed="0.003937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.591540" level="INFO">${average} = 29764.98</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:42:49.587775" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.595448" level="INFO">${stdev} = 9941.33</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-20T03:42:49.591737" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.596006" level="INFO">${date} = 2026-04-20 03:42:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-20T03:42:49.595636" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.596592" level="INFO">CBench Result: 2026-04-20 03:42:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28722.00,30513.83,29764.98,9941.33</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-20T03:42:49.596185" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-20T03:42:49.597774" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-20T03:42:49.597294" elapsed="0.000548"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-20T03:42:49.597995" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-20T03:42:49.596816" elapsed="0.001703"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-20T03:32:42.858321" elapsed="606.740260"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.599075" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-20T03:42:49.598758" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-20T03:42:49.600326" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-20T03:42:49.599852" elapsed="0.000501"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-20T03:42:49.600580" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-20T03:42:49.600431" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-04-20T03:42:49.600411" elapsed="0.000288"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-20T03:42:49.600848" 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-04-20T03:42:49.601005" 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-04-20T03:42:49.601170" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-20T03:42:49.601366" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-20T03:42:49.601517" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-20T03:42:49.601681" 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-04-20T03:42:49.601833" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-20T03:42:49.602053" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-20T03:42:49.601916" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-04-20T03:42:49.601899" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-20T03:42:49.599503" elapsed="0.002674"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-20T03:32:42.856987" elapsed="606.745236"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-20T03:12:26.867074" elapsed="1822.735915"/>
</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>
