<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-03T03:08:44.783925" 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-03T03:08:45.483266" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:08:45.483106" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:45.483073" elapsed="0.000315"/>
</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-03T03:08:45.483560" elapsed="0.000543"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-03T03:08:45.484596" level="INFO">Logging into '10.30.170.63:8101' as 'karaf'.</msg>
<msg time="2026-04-03T03:08:46.321172" 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-03T03:08:45.484276" elapsed="0.837128"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T03:08:46.370445" 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-03T03:08:46.321692" elapsed="0.048907"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T03:08:46.372575" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-03T03:08:46.372691" 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-03T03:08:46.370950" elapsed="0.001771"/>
</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-03T03:08:46.372908" elapsed="0.000278"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:08:46.373362" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.374059" 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-03T03:08:46.373730" elapsed="0.000384"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T03:08:46.374167" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.63
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-03T03:08:45.482654" elapsed="0.891766"/>
</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-03T03:08:45.478948" elapsed="0.895558"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T03:08:46.375130" 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-03T03:08:46.374724" elapsed="0.000465"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T03:08:46.375631" 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-03T03:08:46.375374" elapsed="0.000325"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.376265" 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-03T03:08:46.375860" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.376814" 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-03T03:08:46.376481" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.377429" 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-03T03:08:46.377031" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.377928" 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-03T03:08:46.377617" elapsed="0.000353"/>
</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-03T03:08:46.378270" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:08:46.378057" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:08:46.382871" 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-03T03:08:46.382407" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:08:46.384037" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T03:08:46.384122" 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-03T03:08:46.383574" elapsed="0.000572"/>
</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-03T03:08:46.384327" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T03:08:46.385878" level="INFO">Logging into '10.30.171.64:22' as 'jenkins'.</msg>
<msg time="2026-04-03T03:08:47.118011" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 03:08:46 UTC 2026

  System load:  0.1                Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.64
  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-161-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-03T03:08:46.385350" elapsed="0.732928"/>
</kw>
<msg time="2026-04-03T03:08:47.118467" 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-03T03:08:46.384968" elapsed="0.733658"/>
</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-03T03:08:46.383166" elapsed="0.735675"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.127367" 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-03T03:08:47.119392" elapsed="0.009765"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:08:47.129533" elapsed="0.000526"/>
</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-03T03:08:46.381874" elapsed="0.748301"/>
</kw>
<status status="PASS" start="2026-04-03T03:08:46.378608" elapsed="0.751629"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:46.378033" elapsed="0.752277"/>
</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-03T03:08:47.130611" elapsed="0.001032"/>
</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-03T03:08:47.139013" elapsed="0.000102"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:08:47.138782" elapsed="0.000407"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:47.138736" elapsed="0.000492"/>
</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-03T03:08:47.145257" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:08:47.144996" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:47.144931" elapsed="0.000473"/>
</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-03T03:08:47.145671" elapsed="0.000731"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.147091" level="INFO">Logging into '10.30.170.63:8101' as 'karaf'.</msg>
<msg time="2026-04-03T03:08:47.385465" 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-03T03:08:47.146629" elapsed="0.239005"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.489797" 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-03T03:08:47.385889" elapsed="0.104089"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.501660" 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-03T03:08:47.502078" 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-03T03:08:47.490367" elapsed="0.011759"/>
</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-03T03:08:47.502449" elapsed="0.000386"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:08:47.503040" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.504061" 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-03T03:08:47.503617" elapsed="0.000522"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T03:08:47.504206" elapsed="0.000070"/>
</return>
<msg time="2026-04-03T03:08:47.504595" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.63
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-03T03:08:47.144267" elapsed="0.360371"/>
</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-03T03:08:47.504839" elapsed="0.000783"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T03:08:47.505690" elapsed="0.000044"/>
</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-03T03:08:47.138048" elapsed="0.367825"/>
</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-03T03:08:47.511483" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:08:47.511168" elapsed="0.000400"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:47.511124" elapsed="0.000478"/>
</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-03T03:08:47.511832" elapsed="0.000665"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.513099" level="INFO">Logging into '10.30.170.63:8101' as 'karaf'.</msg>
<msg time="2026-04-03T03:08:47.690390" 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-03T03:08:47.512710" elapsed="0.177839"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.719670" 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-03T03:08:47.690800" elapsed="0.028997"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.722255" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-03T03:08:47.722428" 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-03T03:08:47.720049" elapsed="0.002418"/>
</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-03T03:08:47.722621" elapsed="0.000254"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:08:47.723051" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.723827" 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-03T03:08:47.723462" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-03T03:08:47.723954" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.63
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-03T03:08:47.510560" elapsed="0.213590"/>
</kw>
<status status="PASS" start="2026-04-03T03:08:45.477085" elapsed="2.247164"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.726613" 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-03T03:08:47.725181" elapsed="0.001526"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.732653" 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-03T03:08:47.732214" elapsed="0.000492"/>
</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-03T03:08:47.733107" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:08:47.732804" elapsed="0.000387"/>
</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-03T03:08:47.736482" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:08:47.736154" elapsed="0.000387"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:47.736121" elapsed="0.000446"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.736956" 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-03T03:08:47.737089" 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-03T03:08:47.736704" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.737806" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.64" 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-03T03:08:47.737266" elapsed="0.000604"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.738513" 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-03T03:08:47.738015" elapsed="0.000525"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:08:47.739590" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T03:08:47.739684" 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-03T03:08:47.739190" elapsed="0.000518"/>
</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-03T03:08:47.739872" elapsed="0.000563"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T03:08:47.741756" level="INFO">Logging into '10.30.171.64:22' as 'jenkins'.</msg>
<msg time="2026-04-03T03:08:48.095600" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 03:08:46 UTC 2026

  System load:  0.1                Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.64
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 03:08:47 2026 from 10.30.170.251
[?2004h[jenkins@releng-63164-161-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-03T03:08:47.741226" elapsed="0.354607"/>
</kw>
<msg time="2026-04-03T03:08:48.095919" 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-03T03:08:47.740655" elapsed="0.355352"/>
</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-03T03:08:47.738742" elapsed="0.357386"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T03:08:48.096960" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T03:18:54.220551" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-03T03:18:54.221045" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T03:18:54.221112" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:08:48.096392" elapsed="606.124764"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:18:54.221539" elapsed="0.000644"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.222938" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:53.296 16  switches: flows:  107962 107924 105728 108838 108242 105621 107566 106806 103088 104391 103496 104696 103803 105820 103510 105709  total = 28.220000 per ms 
03:10:53.397 16  switches: flows:  116144 113332 113406 116264 114661 110240 114333 113863 110117 112990 113315 108768 108993 110781 110771 110094  total = 29.917888 per ms 
03:11:53.498 16  switches: flows:  118450 116349 116943 117999 118376 114703 118024 116067 112551 115254 115049 110225 112213 115176 113265 112214  total = 30.663097 per ms 
03:12:53.599 16  switches: flows:  119878 118650 118727 118633 119636 114795 119623 118512 112307 116882 115584 113891 113228 115077 115071 115299  total = 31.044724 per ms 
03:13:53.700 16  switches: flows:  109162 110629 110813 108161 108433 106601 108935 107407 104040 106985 105106 104305 104454 105645 106669 105982  total = 28.507857 per ms 
03:14:53.801 16  switches: flows:  120136 121073 123098 122305 123495 119656 119718 121507 117921 120194 116941 115785 116795 119286 118929 118904  total = 31.875788 per ms 
03:15:53.902 16  switches: flows:  120764 121081 122153 123794 121933 120282 119005 121662 117397 120264 116887 114618 117177 118373 119318 118419  total = 31.832245 per ms 
03:16:54.003 16  switches: flows:  121181 122288 124733 124663 124924 118963 121342 121376 119030 122008 118686 116349 118907 118564 121600 119410  total = 32.179994 per ms 
03:17:54.104 16  switches: flows:  121577 122659 123822 122523 122352 119560 120115 120143 118326 121119 118747 115797 117671 119329 120154 119450  total = 32.002174 per ms 
03:18:54.205 16  switches: flows:  124116 122701 126337 125364 125446 121809 124274 123013 121239 121205 121421 118191 118406 121042 122115 120970  total = 32.573052 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28507.86/32573.05/31177.42/10464.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:18:54.222461" elapsed="0.000690"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T03:18:54.223541" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-03T03:18:54.223318" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-03T03:18:54.223245" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T03:18:54.223807" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:18:54.223760" elapsed="0.000101"/>
</branch>
<status status="NOT RUN" start="2026-04-03T03:18:54.223738" elapsed="0.000152"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T03:18:54.223935" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-03T03:18:54.227440" elapsed="0.000461"/>
</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-03T03:18:54.228100" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:18:54.228542" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T03:18:54.224397" elapsed="0.004362"/>
</kw>
<msg time="2026-04-03T03:18:54.228935" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:08:47.733578" elapsed="606.495393"/>
</kw>
<status status="PASS" start="2026-04-03T03:08:47.733225" elapsed="606.495811"/>
</branch>
<status status="PASS" start="2026-04-03T03:08:47.732776" elapsed="606.496294"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.229755" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:53.296 16  switches: flows:  107962 107924 105728 108838 108242 105621 107566 106806 103088 104391 103496 104696 103803 105820 103510 105709  total = 28.220000 per ms 
03:10:53.397 16  switches: flows:  116144 113332 113406 116264 114661 110240 114333 113863 110117 112990 113315 108768 108993 110781 110771 110094  total = 29.917888 per ms 
03:11:53.498 16  switches: flows:  118450 116349 116943 117999 118376 114703 118024 116067 112551 115254 115049 110225 112213 115176 113265 112214  total = 30.663097 per ms 
03:12:53.599 16  switches: flows:  119878 118650 118727 118633 119636 114795 119623 118512 112307 116882 115584 113891 113228 115077 115071 115299  total = 31.044724 per ms 
03:13:53.700 16  switches: flows:  109162 110629 110813 108161 108433 106601 108935 107407 104040 106985 105106 104305 104454 105645 106669 105982  total = 28.507857 per ms 
03:14:53.801 16  switches: flows:  120136 121073 123098 122305 123495 119656 119718 121507 117921 120194 116941 115785 116795 119286 118929 118904  total = 31.875788 per ms 
03:15:53.902 16  switches: flows:  120764 121081 122153 123794 121933 120282 119005 121662 117397 120264 116887 114618 117177 118373 119318 118419  total = 31.832245 per ms 
03:16:54.003 16  switches: flows:  121181 122288 124733 124663 124924 118963 121342 121376 119030 122008 118686 116349 118907 118564 121600 119410  total = 32.179994 per ms 
03:17:54.104 16  switches: flows:  121577 122659 123822 122523 122352 119560 120115 120143 118326 121119 118747 115797 117671 119329 120154 119450  total = 32.002174 per ms 
03:18:54.205 16  switches: flows:  124116 122701 126337 125364 125446 121809 124274 123013 121239 121205 121421 118191 118406 121042 122115 120970  total = 32.573052 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28507.86/32573.05/31177.42/10464.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:18:54.229303" elapsed="0.000553"/>
</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-03T03:18:54.230054" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-03T03:18:54.231109" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-03T03:18:54.231241" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28507.86/32573.05/31177.42/10464.63 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-03T03:18:54.230779" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:18:54.231855" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28507.86/32573.05/31177.42/10464.63 | 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-03T03:18:54.231510" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.235180" 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-03T03:18:54.232086" elapsed="0.003171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.239588" level="INFO">28507.86/32573.05/31177.42/10464.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:18:54.235481" elapsed="0.004193"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:18:54.243003" 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-03T03:18:54.239919" elapsed="0.003121"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:18:54.246767" level="INFO">@{result_value_list} = [ 28507.86 | 32573.05 | 31177.42 | 10464.63 ]</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-03T03:18:54.243379" elapsed="0.003428"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.247527" level="INFO">Length is 4.</msg>
<msg time="2026-04-03T03:18:54.247649" 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-03T03:18:54.247033" elapsed="0.000648"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.254150" level="INFO">min :: 28507.86</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-03T03:18:54.248262" elapsed="0.005984"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-03T03:18:54.248078" elapsed="0.006248"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.262013" level="INFO">max :: 32573.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:18:54.254726" elapsed="0.007413"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-03T03:18:54.254488" elapsed="0.007732"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.269056" level="INFO">avg :: 31177.42</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-03T03:18:54.262722" elapsed="0.006440"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-03T03:18:54.262431" elapsed="0.006795"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.275640" level="INFO">stdev :: 10464.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:18:54.269716" elapsed="0.006020"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-03T03:18:54.269433" elapsed="0.006363"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-03T03:18:54.247784" elapsed="0.028065"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.281365" level="INFO">${min} = 28507.86</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-03T03:18:54.276134" elapsed="0.005281"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.286418" level="INFO">${max} = 32573.05</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-03T03:18:54.281726" elapsed="0.004730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.292070" level="INFO">${average} = 31177.42</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-03T03:18:54.286678" elapsed="0.005439"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.297542" level="INFO">${stdev} = 10464.63</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-03T03:18:54.292400" elapsed="0.005190"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.298500" level="INFO">${date} = 2026-04-03 03:18:54</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-03T03:18:54.297913" elapsed="0.000621"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.299269" level="INFO">CBench Result: 2026-04-03 03:18:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28507.86,32573.05,31177.42,10464.63</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-03T03:18:54.298734" elapsed="0.000635"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T03:18:54.300863" 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-03T03:18:54.300230" elapsed="0.000723"/>
</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-03T03:18:54.301154" elapsed="0.000701"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-03T03:18:54.299598" elapsed="0.002344"/>
</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-03T03:08:47.731262" elapsed="606.570764"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.302673" 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-03T03:18:54.302230" elapsed="0.000518"/>
</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-03T03:18:54.303489" elapsed="0.000355"/>
</kw>
<status status="PASS" start="2026-04-03T03:18:54.303058" elapsed="0.000878"/>
</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-03T03:08:47.724461" elapsed="606.579526"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.307763" 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-03T03:18:54.307031" elapsed="0.000829"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.309704" 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-03T03:18:54.309187" elapsed="0.000578"/>
</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-03T03:18:54.310343" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:18:54.310005" elapsed="0.000416"/>
</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-03T03:18:54.314395" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:18:54.314023" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-04-03T03:18:54.313992" elapsed="0.000518"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:18:54.315051" 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-03T03:18:54.315223" 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-03T03:18:54.314692" elapsed="0.000567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.316044" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.64" 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-03T03:18:54.315460" elapsed="0.000661"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:18:54.316865" 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-03T03:18:54.316327" elapsed="0.000573"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:18:54.318195" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T03:18:54.318328" 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-03T03:18:54.317763" elapsed="0.000598"/>
</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-03T03:18:54.319072" elapsed="0.000586"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T03:18:54.320832" level="INFO">Logging into '10.30.171.64:22' as 'jenkins'.</msg>
<msg time="2026-04-03T03:18:54.924150" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 03:18:54 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 03:08:48 2026 from 10.30.170.251
[?2004h[jenkins@releng-63164-161-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-03T03:18:54.320355" elapsed="0.604016"/>
</kw>
<msg time="2026-04-03T03:18:54.924471" 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-03T03:18:54.319868" elapsed="0.604694"/>
</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-03T03:18:54.317177" elapsed="0.607510"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T03:18:54.925226" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T03:23:18.464408" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-03T03:23:18.465072" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T03:23:18.465153" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63: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-03T03:18:54.924914" elapsed="263.540283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:23:18.465670" elapsed="0.000869"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.467572" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:23:18.466874" elapsed="0.000927"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T03:23:18.468264" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-04-03T03:23:18.467994" elapsed="0.000414"/>
</branch>
<status status="PASS" start="2026-04-03T03:23:18.467936" elapsed="0.000518"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T03:23:18.468614" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:23:18.468561" elapsed="0.000162"/>
</branch>
<status status="NOT RUN" start="2026-04-03T03:23:18.468535" elapsed="0.000224"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T03:23:18.468806" 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-03T03:23:18.472764" elapsed="0.000516"/>
</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-03T03:23:18.473579" elapsed="0.000290"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:23:18.474070" elapsed="0.000165"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T03:23:18.469364" elapsed="0.005001"/>
</kw>
<msg time="2026-04-03T03:23:18.474642" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63: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-03T03:18:54.310889" elapsed="264.163811"/>
</kw>
<status status="PASS" start="2026-04-03T03:18:54.310460" elapsed="264.164339"/>
</branch>
<status status="PASS" start="2026-04-03T03:18:54.309969" elapsed="264.164875"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.475802" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:23:18.475145" elapsed="0.000791"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.477161" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-03T03:23:18.476235" elapsed="0.001350">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.478047" elapsed="0.000048"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.478429" elapsed="0.000042"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.478754" elapsed="0.000042"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.479090" elapsed="0.000046"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-03T03:23:18.479443" elapsed="0.000103"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-04-03T03:23:18.479833" elapsed="0.000041"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-04-03T03:23:18.480187" elapsed="0.000045"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.480758" elapsed="0.000031"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-04-03T03:23:18.480556" elapsed="0.000282"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-04-03T03:23:18.480387" elapsed="0.000497"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-03T03:23:18.481107" elapsed="0.000042"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-03T03:23:18.481381" elapsed="0.000031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-03T03:23:18.481617" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-04-03T03:23:18.481849" elapsed="0.000029"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.482097" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.482349" elapsed="0.000030"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-04-03T03:23:18.482606" elapsed="0.000036"/>
</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="FAIL" start="2026-04-03T03:18:54.308383" elapsed="264.174477">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-04-03T03:23:18.483108" elapsed="0.000030"/>
</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-03T03:23:18.484036" elapsed="0.000609"/>
</kw>
<status status="PASS" start="2026-04-03T03:23:18.483540" elapsed="0.001208"/>
</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="FAIL" start="2026-04-03T03:18:54.305512" elapsed="264.179293">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:20:00.045 16  switches: flows:  456742 441906 442845 459945 449444 457033 449402 452157 429759 440988 433328 433148 440739 440916 365621 452691  total = 117.444400 per ms 
03:21:02.226 16  switches: flows:  403960 398141 407710 403335 401925 414947 405971 398357 390347 402451 396679 390811 400852 396326 400066 407425  total = 103.238669 per ms 
03:22:02.327 16  switches: flows:  631385 621150 526704 586752 523564 637028 536586 538464 561130 631183 686897 640141 587598 544566 557269 582507  total = 156.285962 per ms 
03:23:02.682 16  switches: flows:  484084 492564 488937 480007 498744 496465 483704 492434 494726 503780 476329 496701 489959 500345 490158 482720  total = 130.093962 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.486986" 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-03T03:23:18.486420" elapsed="0.000649"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.488534" 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-03T03:23:18.488086" elapsed="0.000504"/>
</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-03T03:23:18.488967" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:23:18.488676" elapsed="0.000367"/>
</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-03T03:23:18.492913" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:23:18.492533" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-04-03T03:23:18.492499" elapsed="0.000554"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:23:18.493650" 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-03T03:23:18.493863" 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-03T03:23:18.493320" elapsed="0.000602"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.494717" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.64" 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-03T03:23:18.494109" elapsed="0.000684"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-03T03:23:18.495635" 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-03T03:23:18.494979" elapsed="0.000692"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:23:18.497061" level="INFO">Length is 0.</msg>
<msg time="2026-04-03T03:23:18.497178" 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-03T03:23:18.496585" elapsed="0.000619"/>
</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-03T03:23:18.497386" elapsed="0.000468"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-03T03:23:18.499189" level="INFO">Logging into '10.30.171.64:22' as 'jenkins'.</msg>
<msg time="2026-04-03T03:23:19.137743" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr  3 03:23:18 UTC 2026

  System load:  0.27               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.64
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr  3 03:18:54 2026 from 10.30.170.251
[?2004h[jenkins@releng-63164-161-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-03T03:23:18.498597" elapsed="0.639531"/>
</kw>
<msg time="2026-04-03T03:23:19.138315" 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-03T03:23:18.498053" elapsed="0.640440"/>
</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-03T03:23:18.496021" elapsed="0.642712"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-03T03:23:19.139807" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.63 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-03T03:33:25.494367" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-03T03:33:25.494938" level="INFO">${stdout} = </msg>
<msg time="2026-04-03T03:33:25.495005" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:23:19.139194" elapsed="606.355854"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:33:25.495487" elapsed="0.000581"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.496858" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:24.532 16  switches: flows:  121891 120842 120286 118176 121466 121898 122125 117075 118848 118954 119037 117066 119030 116899 118071 119860  total = 31.858733 per ms 
03:25:24.632 16  switches: flows:  121288 120277 119315 119007 119578 122071 121685 116890 118247 118731 120001 119527 119041 119639 117299 120001  total = 31.823472 per ms 
03:26:24.732 16  switches: flows:  121652 120634 119583 120714 119535 124590 124689 119426 119388 120276 121138 120400 119553 119689 119759 121917  total = 32.162009 per ms 
03:27:24.833 16  switches: flows:  117375 119005 118197 116547 118000 119159 120908 116429 116478 118247 117300 117164 118179 116549 118198 117983  total = 31.376239 per ms 
03:28:24.933 16  switches: flows:  120994 121556 122010 120648 121345 121212 123562 121794 122027 121485 118490 121801 120243 121799 118437 119009  total = 32.219740 per ms 
03:29:25.033 16  switches: flows:  119931 120136 121718 118710 120436 118927 121656 119770 119755 118794 119475 119645 117845 120593 117797 117215  total = 31.820251 per ms 
03:30:25.134 16  switches: flows:  114638 113909 115972 114004 114305 115105 113851 114887 113940 111925 114172 114379 114541 115311 113127 115344  total = 30.439348 per ms 
03:31:25.234 16  switches: flows:  123461 122758 124620 121827 123091 125828 123104 122309 124869 121771 121060 122960 124564 123841 124740 123691  total = 32.853378 per ms 
03:32:25.334 16  switches: flows:  121131 121481 122771 119948 121692 124226 122222 120224 119977 121567 119735 121389 120450 121676 121971 121022  total = 32.304109 per ms 
03:33:25.435 16  switches: flows:  122237 123534 122970 121674 120827 123859 121980 120187 122460 121375 119479 124333 121110 121818 122704 122587  total = 32.497947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.35/32853.38/31944.05/10668.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.496344" elapsed="0.000748"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-03T03:33:25.497513" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-04-03T03:33:25.497242" elapsed="0.000391"/>
</branch>
<status status="PASS" start="2026-04-03T03:33:25.497197" elapsed="0.000472"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-03T03:33:25.497814" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-03T03:33:25.497763" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-04-03T03:33:25.497740" elapsed="0.000171"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-03T03:33:25.497952" elapsed="0.000017"/>
</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-03T03:33:25.501833" elapsed="0.000483"/>
</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-03T03:33:25.502516" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-03T03:33:25.502922" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-03T03:33:25.498431" elapsed="0.004697"/>
</kw>
<msg time="2026-04-03T03:33:25.503323" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:23:18.489761" elapsed="607.013601"/>
</kw>
<status status="PASS" start="2026-04-03T03:23:18.489093" elapsed="607.014335"/>
</branch>
<status status="PASS" start="2026-04-03T03:23:18.488651" elapsed="607.014808"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.504076" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.63:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.63. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:24.532 16  switches: flows:  121891 120842 120286 118176 121466 121898 122125 117075 118848 118954 119037 117066 119030 116899 118071 119860  total = 31.858733 per ms 
03:25:24.632 16  switches: flows:  121288 120277 119315 119007 119578 122071 121685 116890 118247 118731 120001 119527 119041 119639 117299 120001  total = 31.823472 per ms 
03:26:24.732 16  switches: flows:  121652 120634 119583 120714 119535 124590 124689 119426 119388 120276 121138 120400 119553 119689 119759 121917  total = 32.162009 per ms 
03:27:24.833 16  switches: flows:  117375 119005 118197 116547 118000 119159 120908 116429 116478 118247 117300 117164 118179 116549 118198 117983  total = 31.376239 per ms 
03:28:24.933 16  switches: flows:  120994 121556 122010 120648 121345 121212 123562 121794 122027 121485 118490 121801 120243 121799 118437 119009  total = 32.219740 per ms 
03:29:25.033 16  switches: flows:  119931 120136 121718 118710 120436 118927 121656 119770 119755 118794 119475 119645 117845 120593 117797 117215  total = 31.820251 per ms 
03:30:25.134 16  switches: flows:  114638 113909 115972 114004 114305 115105 113851 114887 113940 111925 114172 114379 114541 115311 113127 115344  total = 30.439348 per ms 
03:31:25.234 16  switches: flows:  123461 122758 124620 121827 123091 125828 123104 122309 124869 121771 121060 122960 124564 123841 124740 123691  total = 32.853378 per ms 
03:32:25.334 16  switches: flows:  121131 121481 122771 119948 121692 124226 122222 120224 119977 121567 119735 121389 120450 121676 121971 121022  total = 32.304109 per ms 
03:33:25.435 16  switches: flows:  122237 123534 122970 121674 120827 123859 121980 120187 122460 121375 119479 124333 121110 121818 122704 122587  total = 32.497947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.35/32853.38/31944.05/10668.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.503670" elapsed="0.000504"/>
</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-03T03:33:25.504388" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-03T03:33:25.505484" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-03T03:33:25.505607" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.35/32853.38/31944.05/10668.88 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-03T03:33:25.505098" elapsed="0.000543"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:33:25.506183" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30439.35/32853.38/31944.05/10668.88 | 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-03T03:33:25.505848" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.509494" 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-03T03:33:25.506440" elapsed="0.003130"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.512653" level="INFO">30439.35/32853.38/31944.05/10668.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.509766" elapsed="0.002961"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:33:25.516229" 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-03T03:33:25.512927" elapsed="0.003361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-03T03:33:25.519993" level="INFO">@{result_value_list} = [ 30439.35 | 32853.38 | 31944.05 | 10668.88 ]</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-03T03:33:25.516742" elapsed="0.003288"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.520780" level="INFO">Length is 4.</msg>
<msg time="2026-04-03T03:33:25.520898" 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-03T03:33:25.520250" elapsed="0.000679"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.527357" level="INFO">min :: 30439.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.521548" elapsed="0.005909"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-03T03:33:25.521368" elapsed="0.006140"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.533497" level="INFO">max :: 32853.38</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-03T03:33:25.527826" elapsed="0.005754"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-03T03:33:25.527639" elapsed="0.005994"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.539776" level="INFO">avg :: 31944.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.533971" elapsed="0.005890"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-03T03:33:25.533768" elapsed="0.006144"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.546488" level="INFO">stdev :: 10668.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-03T03:33:25.540238" elapsed="0.006342"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-03T03:33:25.540038" elapsed="0.006599"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-03T03:33:25.521032" elapsed="0.025649"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.551759" level="INFO">${min} = 30439.35</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-03T03:33:25.546963" elapsed="0.004829"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.556814" level="INFO">${max} = 32853.38</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-03T03:33:25.551984" elapsed="0.004863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.561778" level="INFO">${average} = 31944.05</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-03T03:33:25.557037" elapsed="0.004774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.567051" level="INFO">${stdev} = 10668.88</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-03T03:33:25.562177" elapsed="0.004906"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.567739" level="INFO">${date} = 2026-04-03 03:33:25</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-03T03:33:25.567287" elapsed="0.000483"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.568461" level="INFO">CBench Result: 2026-04-03 03:33:25,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30439.35,32853.38,31944.05,10668.88</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-03T03:33:25.567952" elapsed="0.000578"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-03T03:33:25.569992" 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-03T03:33:25.569382" elapsed="0.000691"/>
</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-03T03:33:25.570261" elapsed="0.000581"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-03T03:33:25.568741" elapsed="0.002181"/>
</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-03T03:23:18.487433" elapsed="607.083563"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.571578" 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-03T03:33:25.571179" elapsed="0.000465"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-03T03:33:25.573143" 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-03T03:33:25.572557" elapsed="0.000619"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-03T03:33:25.573502" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-03T03:33:25.573280" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-04-03T03:33:25.573250" elapsed="0.000375"/>
</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-03T03:33:25.573805" elapsed="0.000025"/>
</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-03T03:33:25.573994" elapsed="0.000024"/>
</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-03T03:33:25.574187" elapsed="0.000023"/>
</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-03T03:33:25.574453" elapsed="0.000024"/>
</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-03T03:33:25.574635" elapsed="0.000024"/>
</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-03T03:33:25.574812" elapsed="0.000023"/>
</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-03T03:33:25.574986" elapsed="0.000023"/>
</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-03T03:33:25.575248" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-03T03:33:25.575083" elapsed="0.000246"/>
</branch>
<status status="NOT RUN" start="2026-04-03T03:33:25.575063" elapsed="0.000296"/>
</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-03T03:33:25.572135" elapsed="0.003285"/>
</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-03T03:23:18.485620" elapsed="607.089856"/>
</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="FAIL" start="2026-04-03T03:08:44.785989" elapsed="1480.790159"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
