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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T03:12:43.350793" elapsed="0.796297"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T03:12:44.195663" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:44.147400" elapsed="0.048404"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T03:12:44.197964" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T03:12:44.198081" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T03:12:44.196077" elapsed="0.002034"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:44.198281" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:12:44.198696" elapsed="0.000260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.199463" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:12:44.199108" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T03:12:44.199572" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.27
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T03:12:43.349327" elapsed="0.850455"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-09T03:12:43.345642" elapsed="0.854213"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T03:12:44.200448" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T03:12:44.200040" elapsed="0.000466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T03:12:44.203486" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T03:12:44.200659" elapsed="0.002897"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.204153" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T03:12:44.203739" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.204732" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T03:12:44.204387" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.205328" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T03:12:44.204920" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.205846" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T03:12:44.205519" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-09T03:12:44.206198" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:12:44.205978" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:12:44.210623" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:12:44.210178" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:12:44.211726" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T03:12:44.211810" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:12:44.211199" elapsed="0.000635"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:12:44.211977" elapsed="0.000381"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T03:12:44.213810" level="INFO">Logging into '10.30.170.79:22' as 'jenkins'.</msg>
<msg time="2026-05-09T03:12:45.028482" 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 Sat May  9 03:12:44 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.79
  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-232-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T03:12:44.213065" elapsed="0.815584"/>
</kw>
<msg time="2026-05-09T03:12:45.028742" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:12:44.212576" elapsed="0.816261"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T03:12:44.210858" elapsed="0.818105"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.039963" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-09T03:12:45.029175" elapsed="0.012493"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:12:45.041861" elapsed="0.000293"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-09T03:12:44.209642" elapsed="0.832577"/>
</kw>
<status status="PASS" start="2026-05-09T03:12:44.206361" elapsed="0.835919"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:44.205951" elapsed="0.836367"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T03:12:45.042474" elapsed="0.000513"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T03:12:45.047398" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:12:45.047274" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:45.047233" elapsed="0.000256"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T03:12:45.051007" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:12:45.050895" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:45.050875" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:12:45.051208" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.052067" level="INFO">Logging into '10.30.171.27:8101' as 'karaf'.</msg>
<msg time="2026-05-09T03:12:45.256785" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T03:12:45.051808" elapsed="0.205167"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.352310" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:45.257325" elapsed="0.095220"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.374347" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T03:12:45.374779" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T03:12:45.352927" elapsed="0.021925"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:45.375179" elapsed="0.000618"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:12:45.376100" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.376932" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:12:45.376605" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T03:12:45.377040" elapsed="0.000068"/>
</return>
<msg time="2026-05-09T03:12:45.377292" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.27
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T03:12:45.050502" elapsed="0.326824"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T03:12:45.377473" elapsed="0.000575"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T03:12:45.378099" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-09T03:12:45.046946" elapsed="0.331280"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-09T03:12:45.381951" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:12:45.381807" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:45.381781" elapsed="0.000242"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:12:45.382151" elapsed="0.000476"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.383403" level="INFO">Logging into '10.30.171.27:8101' as 'karaf'.</msg>
<msg time="2026-05-09T03:12:45.581944" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-09T03:12:45.382773" elapsed="0.199348"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.605085" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:45.582415" elapsed="0.022929"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.608191" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-09T03:12:45.608380" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-09T03:12:45.605702" elapsed="0.002726"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-09T03:12:45.608690" elapsed="0.000450"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:12:45.609381" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.610407" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:12:45.609905" elapsed="0.000581"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-09T03:12:45.610602" elapsed="0.000083"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.27
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-09T03:12:45.381468" elapsed="0.229406"/>
</kw>
<status status="PASS" start="2026-05-09T03:12:43.343885" elapsed="2.267092"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.614292" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:12:45.612148" elapsed="0.002246"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.616711" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T03:12:45.616150" elapsed="0.000629"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T03:12:45.617314" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:12:45.616904" elapsed="0.000503"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T03:12:45.621810" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:12:45.621444" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:45.621414" elapsed="0.000522"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.622513" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-09T03:12:45.622145" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.623555" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.27 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.79" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:12:45.622927" elapsed="0.000720"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.624553" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:12:45.623852" elapsed="0.000740"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:12:45.625968" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T03:12:45.626107" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:12:45.625474" elapsed="0.000669"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:12:45.626371" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.628083" level="INFO">Logging into '10.30.170.79:22' as 'jenkins'.</msg>
<msg time="2026-05-09T03:12:45.985093" 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 Sat May  9 03:12:44 UTC 2026

  System load:  0.07               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.79
  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: Sat May  9 03:12:44 2026 from 10.30.170.45
[?2004h[jenkins@releng-63164-232-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T03:12:45.627601" elapsed="0.357721"/>
</kw>
<msg time="2026-05-09T03:12:45.985410" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:12:45.627063" elapsed="0.358433"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T03:12:45.624881" elapsed="0.360771"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T03:12:45.986439" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.27 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T03:22:52.077910" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T03:22:52.078581" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T03:22:52.078690" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27: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-05-09T03:12:45.985869" elapsed="606.092878"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:22:52.079236" elapsed="0.000779"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.081177" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:51.166 16  switches: flows:  107156 110519 105535 109303 106160 106010 107031 106880 106409 109290 106026 102925 105361 105286 105077 103156  total = 28.368733 per ms 
03:14:51.267 16  switches: flows:  110844 114876 110586 112785 110099 110944 110568 110393 109725 112126 108752 106769 109227 109531 109249 109762  total = 29.388164 per ms 
03:15:51.368 16  switches: flows:  117562 117312 116549 119796 118478 116943 115780 115543 116643 115615 115673 112435 114847 113437 115640 113865  total = 30.883704 per ms 
03:16:51.469 16  switches: flows:  117787 119108 116807 121680 117500 119378 116435 117233 117499 117138 115410 113779 115565 113746 115605 115560  total = 31.118489 per ms 
03:17:51.570 16  switches: flows:  113874 114624 113218 114956 114728 116048 112225 114092 111167 110875 110243 107541 110334 109780 111107 110013  total = 29.863893 per ms 
03:18:51.671 16  switches: flows:  121988 119053 119619 116619 120228 121505 117065 119285 117033 115765 115094 115876 113209 116350 117034 115013  total = 31.293353 per ms 
03:19:51.772 16  switches: flows:  123740 119181 120912 119032 122124 123174 116904 122504 119509 117522 114680 118314 115471 118062 118414 115866  total = 31.703809 per ms 
03:20:51.873 16  switches: flows:  118894 118103 118680 116050 119114 119823 114361 117117 115673 113427 114016 114018 114210 113486 115096 112792  total = 30.862783 per ms 
03:21:51.974 16  switches: flows:  119194 119745 118923 116539 118650 116320 116220 118476 115331 113928 113666 114746 116509 115909 113820 113126  total = 30.966592 per ms 
03:22:52.075 16  switches: flows:  119665 119291 119264 116389 116737 116178 117360 119332 116068 112978 114511 115122 114414 116336 112037 114019  total = 30.943348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29388.16/31703.81/30780.46/10282.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.080429" elapsed="0.001158"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T03:22:52.081970" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-05-09T03:22:52.081755" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-05-09T03:22:52.081714" elapsed="0.000409"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T03:22:52.082274" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:22:52.082206" elapsed="0.000128"/>
</branch>
<status status="NOT RUN" start="2026-05-09T03:22:52.082184" elapsed="0.000179"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T03:22:52.082416" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:22:52.086020" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:22:52.086715" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:22:52.087132" elapsed="0.000160"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T03:22:52.082873" elapsed="0.004495"/>
</kw>
<msg time="2026-05-09T03:22:52.087545" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27: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-05-09T03:12:45.617954" elapsed="606.469627"/>
</kw>
<status status="PASS" start="2026-05-09T03:12:45.617459" elapsed="606.470190"/>
</branch>
<status status="PASS" start="2026-05-09T03:12:45.616864" elapsed="606.470819"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.088312" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:51.166 16  switches: flows:  107156 110519 105535 109303 106160 106010 107031 106880 106409 109290 106026 102925 105361 105286 105077 103156  total = 28.368733 per ms 
03:14:51.267 16  switches: flows:  110844 114876 110586 112785 110099 110944 110568 110393 109725 112126 108752 106769 109227 109531 109249 109762  total = 29.388164 per ms 
03:15:51.368 16  switches: flows:  117562 117312 116549 119796 118478 116943 115780 115543 116643 115615 115673 112435 114847 113437 115640 113865  total = 30.883704 per ms 
03:16:51.469 16  switches: flows:  117787 119108 116807 121680 117500 119378 116435 117233 117499 117138 115410 113779 115565 113746 115605 115560  total = 31.118489 per ms 
03:17:51.570 16  switches: flows:  113874 114624 113218 114956 114728 116048 112225 114092 111167 110875 110243 107541 110334 109780 111107 110013  total = 29.863893 per ms 
03:18:51.671 16  switches: flows:  121988 119053 119619 116619 120228 121505 117065 119285 117033 115765 115094 115876 113209 116350 117034 115013  total = 31.293353 per ms 
03:19:51.772 16  switches: flows:  123740 119181 120912 119032 122124 123174 116904 122504 119509 117522 114680 118314 115471 118062 118414 115866  total = 31.703809 per ms 
03:20:51.873 16  switches: flows:  118894 118103 118680 116050 119114 119823 114361 117117 115673 113427 114016 114018 114210 113486 115096 112792  total = 30.862783 per ms 
03:21:51.974 16  switches: flows:  119194 119745 118923 116539 118650 116320 116220 118476 115331 113928 113666 114746 116509 115909 113820 113126  total = 30.966592 per ms 
03:22:52.075 16  switches: flows:  119665 119291 119264 116389 116737 116178 117360 119332 116068 112978 114511 115122 114414 116336 112037 114019  total = 30.943348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29388.16/31703.81/30780.46/10282.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.087889" elapsed="0.000526"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T03:22:52.088617" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T03:22:52.089722" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T03:22:52.089849" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29388.16/31703.81/30780.46/10282.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T03:22:52.089401" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:22:52.090476" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29388.16/31703.81/30780.46/10282.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:22:52.090097" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.093849" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.090740" elapsed="0.003165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.096285" level="INFO">29388.16/31703.81/30780.46/10282.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.094049" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:22:52.098658" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:22:52.096489" elapsed="0.002196"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:22:52.101222" level="INFO">@{result_value_list} = [ 29388.16 | 31703.81 | 30780.46 | 10282.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:22:52.099020" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.101733" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T03:22:52.101820" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:22:52.101428" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.106602" level="INFO">min :: 29388.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.102243" elapsed="0.004415"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T03:22:52.102113" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.111152" level="INFO">max :: 31703.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.106913" elapsed="0.004294"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T03:22:52.106788" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.115763" level="INFO">avg :: 30780.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.111471" elapsed="0.004354"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T03:22:52.111346" elapsed="0.004513"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.120390" level="INFO">stdev :: 10282.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.116075" elapsed="0.004370"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T03:22:52.115949" elapsed="0.004530"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T03:22:52.101914" elapsed="0.018597"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.124443" level="INFO">${min} = 29388.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:22:52.120670" elapsed="0.003800"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.128642" level="INFO">${max} = 31703.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:22:52.124621" elapsed="0.004052"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.132720" level="INFO">${average} = 30780.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:22:52.128827" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.136696" level="INFO">${stdev} = 10282.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:22:52.132933" elapsed="0.003790"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.137280" level="INFO">${date} = 2026-05-09 03:22:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T03:22:52.136884" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.137866" level="INFO">CBench Result: 2026-05-09 03:22:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29388.16,31703.81,30780.46,10282.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.137453" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T03:22:52.139008" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T03:22:52.138580" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T03:22:52.139248" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T03:22:52.138081" elapsed="0.001739"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-09T03:12:45.615053" elapsed="606.524827"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.140377" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T03:22:52.140029" elapsed="0.000405"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-09T03:22:52.140945" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-09T03:22:52.140651" elapsed="0.000649"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-09T03:12:45.611200" elapsed="606.530146"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.142763" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.142371" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.144105" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T03:22:52.143768" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T03:22:52.144517" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:22:52.144293" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T03:22:52.147445" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:22:52.147166" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-05-09T03:22:52.147148" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:22:52.147851" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-09T03:22:52.147652" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.148556" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.27 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.79" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:22:52.148126" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:22:52.149153" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:22:52.148757" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:22:52.150092" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T03:22:52.150179" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:22:52.149767" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:22:52.150356" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T03:22:52.151574" level="INFO">Logging into '10.30.170.79:22' as 'jenkins'.</msg>
<msg time="2026-05-09T03:22:52.765738" 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 Sat May  9 03:22:52 UTC 2026

  System load:  0.94               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.79
  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: Sat May  9 03:12:45 2026 from 10.30.170.45
[?2004h[jenkins@releng-63164-232-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T03:22:52.151198" elapsed="0.614785"/>
</kw>
<msg time="2026-05-09T03:22:52.766081" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:22:52.150830" elapsed="0.615360"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T03:22:52.149398" elapsed="0.616935"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T03:22:52.767149" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.27 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T03:32:58.824620" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T03:32:58.825233" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T03:32:58.825389" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-09T03:22:52.766602" elapsed="606.058847"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:32:58.825981" elapsed="0.000747"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.827845" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:57.901 16  switches: flows:  518239 525759 530779 509401 534568 520458 523131 512893 506450 499534 513218 520514 512892 513668 520488 508197  total = 137.836483 per ms 
03:24:58.002 16  switches: flows:  556399 562672 554999 551680 568609 553178 555436 561515 556159 548492 556398 524924 556082 566690 556826 563170  total = 147.971297 per ms 
03:25:58.104 16  switches: flows:  595678 585405 579510 584276 592137 599093 586585 585181 586806 587342 590111 590703 590587 587001 598379 584586  total = 156.793273 per ms 
03:26:58.206 16  switches: flows:  600515 573491 590371 592569 593810 588256 598785 586555 598502 582279 597442 594683 592740 595157 587863 581055  total = 157.302674 per ms 
03:27:58.307 16  switches: flows:  577741 569664 570747 573711 575074 579221 578588 570624 563111 572259 564957 565954 576471 565447 577048 572105  total = 152.288165 per ms 
03:28:58.409 16  switches: flows:  590269 602784 594636 601241 598202 596522 591881 599387 594888 597085 599399 594671 606002 598982 602403 603116  total = 159.256764 per ms 
03:29:58.510 16  switches: flows:  573691 573083 570653 579161 567386 562354 571096 568387 575815 574254 574209 569906 584549 586438 584435 573741  total = 152.895845 per ms 
03:30:58.614 16  switches: flows:  513798 503375 507830 517895 508199 515039 453994 459345 519666 500040 474120 500599 512809 508807 524511 493147  total = 133.322022 per ms 
03:31:58.715 16  switches: flows:  593371 591521 585724 589077 593915 595027 593564 592551 593438 588308 589111 589388 591129 591192 587202 587258  total = 157.265109 per ms 
03:32:58.817 16  switches: flows:  565029 574041 569292 573285 573632 565560 571905 569002 568139 565602 564408 568802 582449 568822 575982 569002  total = 151.826114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133322.02/159256.76/152102.36/51242.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.827088" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T03:32:58.828680" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-05-09T03:32:58.828366" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-05-09T03:32:58.828313" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T03:32:58.829114" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:32:58.829033" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-05-09T03:32:58.828998" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T03:32:58.829354" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:32:58.833211" elapsed="0.000549"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:32:58.833965" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:32:58.834392" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T03:32:58.830154" elapsed="0.004457"/>
</kw>
<msg time="2026-05-09T03:32:58.834790" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-09T03:22:52.144922" elapsed="606.689905"/>
</kw>
<status status="PASS" start="2026-05-09T03:22:52.144602" elapsed="606.690293"/>
</branch>
<status status="PASS" start="2026-05-09T03:22:52.144240" elapsed="606.690689"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.835642" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:57.901 16  switches: flows:  518239 525759 530779 509401 534568 520458 523131 512893 506450 499534 513218 520514 512892 513668 520488 508197  total = 137.836483 per ms 
03:24:58.002 16  switches: flows:  556399 562672 554999 551680 568609 553178 555436 561515 556159 548492 556398 524924 556082 566690 556826 563170  total = 147.971297 per ms 
03:25:58.104 16  switches: flows:  595678 585405 579510 584276 592137 599093 586585 585181 586806 587342 590111 590703 590587 587001 598379 584586  total = 156.793273 per ms 
03:26:58.206 16  switches: flows:  600515 573491 590371 592569 593810 588256 598785 586555 598502 582279 597442 594683 592740 595157 587863 581055  total = 157.302674 per ms 
03:27:58.307 16  switches: flows:  577741 569664 570747 573711 575074 579221 578588 570624 563111 572259 564957 565954 576471 565447 577048 572105  total = 152.288165 per ms 
03:28:58.409 16  switches: flows:  590269 602784 594636 601241 598202 596522 591881 599387 594888 597085 599399 594671 606002 598982 602403 603116  total = 159.256764 per ms 
03:29:58.510 16  switches: flows:  573691 573083 570653 579161 567386 562354 571096 568387 575815 574254 574209 569906 584549 586438 584435 573741  total = 152.895845 per ms 
03:30:58.614 16  switches: flows:  513798 503375 507830 517895 508199 515039 453994 459345 519666 500040 474120 500599 512809 508807 524511 493147  total = 133.322022 per ms 
03:31:58.715 16  switches: flows:  593371 591521 585724 589077 593915 595027 593564 592551 593438 588308 589111 589388 591129 591192 587202 587258  total = 157.265109 per ms 
03:32:58.817 16  switches: flows:  565029 574041 569292 573285 573632 565560 571905 569002 568139 565602 564408 568802 582449 568822 575982 569002  total = 151.826114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133322.02/159256.76/152102.36/51242.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.835135" elapsed="0.000611"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T03:32:58.835948" elapsed="0.000549"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T03:32:58.837059" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T03:32:58.837188" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133322.02/159256.76/152102.36/51242.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T03:32:58.836722" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:32:58.837863" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133322.02/159256.76/152102.36/51242.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:32:58.837463" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.841239" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.838099" elapsed="0.003245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.844692" level="INFO">133322.02/159256.76/152102.36/51242.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.841569" elapsed="0.003205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:32:58.847438" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:32:58.844984" elapsed="0.002480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:32:58.849866" level="INFO">@{result_value_list} = [ 133322.02 | 159256.76 | 152102.36 | 51242.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:32:58.847671" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.850384" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T03:32:58.850474" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:32:58.850053" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.855315" level="INFO">min :: 133322.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.850892" elapsed="0.004480"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T03:32:58.850765" elapsed="0.004640"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.860209" level="INFO">max :: 159256.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.855623" elapsed="0.004660"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T03:32:58.855496" elapsed="0.004824"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.864940" level="INFO">avg :: 152102.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.860539" elapsed="0.004460"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T03:32:58.860412" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.869692" level="INFO">stdev :: 51242.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.865291" elapsed="0.004459"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T03:32:58.865146" elapsed="0.004639"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T03:32:58.850569" elapsed="0.019248"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.873862" level="INFO">${min} = 133322.02</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:32:58.869975" elapsed="0.003916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.877759" level="INFO">${max} = 159256.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:32:58.874049" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.881653" level="INFO">${average} = 152102.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:32:58.877944" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.885497" level="INFO">${stdev} = 51242.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:32:58.881839" elapsed="0.003756"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.886127" level="INFO">${date} = 2026-05-09 03:32:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T03:32:58.885767" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.886735" level="INFO">CBench Result: 2026-05-09 03:32:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133322.02,159256.76,152102.36,51242.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.886321" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T03:32:58.887895" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T03:32:58.887442" elapsed="0.000518"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T03:32:58.888108" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T03:32:58.886948" elapsed="0.001707"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-09T03:22:52.143141" elapsed="606.745574"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.889172" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T03:32:58.888861" elapsed="0.000366"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-09T03:32:58.889767" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-05-09T03:32:58.889451" elapsed="0.000646"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-09T03:22:52.141649" elapsed="606.748485"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.891785" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.891390" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.893631" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-09T03:32:58.893068" elapsed="0.000610"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-09T03:32:58.894100" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:32:58.893814" elapsed="0.000371"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-09T03:32:58.898214" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:32:58.897872" elapsed="0.000442"/>
</branch>
<status status="PASS" start="2026-05-09T03:32:58.897846" elapsed="0.000502"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:32:58.898794" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-09T03:32:58.898528" elapsed="0.000465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.899799" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.27 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.79" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:32:58.899176" elapsed="0.000703"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-09T03:32:58.900636" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:32:58.900070" elapsed="0.000604"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:32:58.902143" level="INFO">Length is 0.</msg>
<msg time="2026-05-09T03:32:58.902267" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:32:58.901487" elapsed="0.000809"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:32:58.902438" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-09T03:32:58.903610" level="INFO">Logging into '10.30.170.79:22' as 'jenkins'.</msg>
<msg time="2026-05-09T03:32:59.501223" 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 Sat May  9 03:32:59 UTC 2026

  System load:  0.15               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.79
  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: Sat May  9 03:22:52 2026 from 10.30.170.45
[?2004h[jenkins@releng-63164-232-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-09T03:32:58.903242" elapsed="0.598218"/>
</kw>
<msg time="2026-05-09T03:32:59.501546" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:32:58.902908" elapsed="0.598728"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-09T03:32:58.900950" elapsed="0.600807"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-09T03:32:59.502348" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.27 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-09T03:43:05.545843" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-09T03:43:05.546488" level="INFO">${stdout} = </msg>
<msg time="2026-05-09T03:43:05.546600" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27: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-05-09T03:32:59.502021" elapsed="606.044638"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:43:05.547122" elapsed="0.000752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.549063" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:04.629 16  switches: flows:  117993 114609 115760 117054 116623 114438 116924 115083 115084 113192 116976 112330 113502 111189 112932 112231  total = 30.598667 per ms 
03:35:04.730 16  switches: flows:  124853 121401 120761 124292 124351 123450 122759 122809 118879 120084 122678 117705 118609 118801 117981 117534  total = 32.228591 per ms 
03:36:04.831 16  switches: flows:  117451 112539 115268 116336 117736 115781 116531 116532 114038 114655 118235 110188 112703 112648 113562 111681  total = 30.547067 per ms 
03:37:04.932 16  switches: flows:  122817 119725 121169 123655 123684 121802 122645 124047 118770 119444 122338 117839 118477 117388 118965 119553  total = 32.151589 per ms 
03:38:05.033 16  switches: flows:  111296 109518 110346 111177 111191 109625 110224 111766 107725 108497 110454 105722 108814 105915 107870 109449  total = 29.111153 per ms 
03:39:05.133 16  switches: flows:  119907 119248 114677 117817 120441 114438 117340 117866 116356 115880 115962 112573 118100 116027 116271 116790  total = 31.109603 per ms 
03:40:05.233 16  switches: flows:  117156 114831 113875 118082 116212 115205 114297 116019 115587 113850 116313 112588 114349 113170 113246 114851  total = 30.609379 per ms 
03:41:05.334 16  switches: flows:  121883 120949 118670 124020 123130 123775 119567 121320 119704 119482 120613 118843 121662 119347 119376 121219  total = 32.172257 per ms 
03:42:05.435 16  switches: flows:  123912 120627 120459 123057 122522 124838 121374 120846 120659 119249 121621 118395 120060 118807 121656 121334  total = 32.269216 per ms 
03:43:05.535 16  switches: flows:  124527 121241 121480 122158 121786 122986 121165 122016 120730 120506 120708 117043 117784 117406 120754 121009  total = 32.167952 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29111.15/32269.22/31374.09/10510.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.548302" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-09T03:43:05.549923" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-05-09T03:43:05.549600" elapsed="0.000500"/>
</branch>
<status status="PASS" start="2026-05-09T03:43:05.549546" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-09T03:43:05.550413" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-09T03:43:05.550325" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-05-09T03:43:05.550284" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-09T03:43:05.550636" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-09T03:43:05.554857" elapsed="0.000467"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-09T03:43:05.555527" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-09T03:43:05.555918" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-09T03:43:05.551393" elapsed="0.004733"/>
</kw>
<msg time="2026-05-09T03:43:05.556340" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27: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-05-09T03:32:58.894698" elapsed="606.661679"/>
</kw>
<status status="PASS" start="2026-05-09T03:32:58.894234" elapsed="606.662211"/>
</branch>
<status status="PASS" start="2026-05-09T03:32:58.893789" elapsed="606.662688"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.557071" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.27:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.27. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:04.629 16  switches: flows:  117993 114609 115760 117054 116623 114438 116924 115083 115084 113192 116976 112330 113502 111189 112932 112231  total = 30.598667 per ms 
03:35:04.730 16  switches: flows:  124853 121401 120761 124292 124351 123450 122759 122809 118879 120084 122678 117705 118609 118801 117981 117534  total = 32.228591 per ms 
03:36:04.831 16  switches: flows:  117451 112539 115268 116336 117736 115781 116531 116532 114038 114655 118235 110188 112703 112648 113562 111681  total = 30.547067 per ms 
03:37:04.932 16  switches: flows:  122817 119725 121169 123655 123684 121802 122645 124047 118770 119444 122338 117839 118477 117388 118965 119553  total = 32.151589 per ms 
03:38:05.033 16  switches: flows:  111296 109518 110346 111177 111191 109625 110224 111766 107725 108497 110454 105722 108814 105915 107870 109449  total = 29.111153 per ms 
03:39:05.133 16  switches: flows:  119907 119248 114677 117817 120441 114438 117340 117866 116356 115880 115962 112573 118100 116027 116271 116790  total = 31.109603 per ms 
03:40:05.233 16  switches: flows:  117156 114831 113875 118082 116212 115205 114297 116019 115587 113850 116313 112588 114349 113170 113246 114851  total = 30.609379 per ms 
03:41:05.334 16  switches: flows:  121883 120949 118670 124020 123130 123775 119567 121320 119704 119482 120613 118843 121662 119347 119376 121219  total = 32.172257 per ms 
03:42:05.435 16  switches: flows:  123912 120627 120459 123057 122522 124838 121374 120846 120659 119249 121621 118395 120060 118807 121656 121334  total = 32.269216 per ms 
03:43:05.535 16  switches: flows:  124527 121241 121480 122158 121786 122986 121165 122016 120730 120506 120708 117043 117784 117406 120754 121009  total = 32.167952 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29111.15/32269.22/31374.09/10510.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.556680" elapsed="0.000494"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-09T03:43:05.557395" elapsed="0.000491"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-09T03:43:05.558431" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-09T03:43:05.558557" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29111.15/32269.22/31374.09/10510.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-09T03:43:05.558102" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:43:05.559144" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29111.15/32269.22/31374.09/10510.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:43:05.558806" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.561975" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.559398" elapsed="0.002632"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.564585" level="INFO">29111.15/32269.22/31374.09/10510.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.562171" elapsed="0.002481"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:43:05.566961" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:43:05.564808" elapsed="0.002180"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-09T03:43:05.569384" level="INFO">@{result_value_list} = [ 29111.15 | 32269.22 | 31374.09 | 10510.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-09T03:43:05.567186" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.569869" level="INFO">Length is 4.</msg>
<msg time="2026-05-09T03:43:05.569953" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-09T03:43:05.569563" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.574559" level="INFO">min :: 29111.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.570364" elapsed="0.004254"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-09T03:43:05.570225" elapsed="0.004427"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.579062" level="INFO">max :: 32269.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.574859" elapsed="0.004258"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-09T03:43:05.574737" elapsed="0.004415"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.583745" level="INFO">avg :: 31374.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.579382" elapsed="0.004418"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-09T03:43:05.579233" elapsed="0.004600"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.588238" level="INFO">stdev :: 10510.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.584035" elapsed="0.004302"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-09T03:43:05.583915" elapsed="0.004456"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-09T03:43:05.570042" elapsed="0.018358"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.592398" level="INFO">${min} = 29111.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:43:05.588557" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.596233" level="INFO">${max} = 32269.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:43:05.592575" elapsed="0.003697"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.600068" level="INFO">${average} = 31374.09</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:43:05.596436" elapsed="0.003658"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.603953" level="INFO">${stdev} = 10510.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-09T03:43:05.600242" elapsed="0.003737"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.604505" level="INFO">${date} = 2026-05-09 03:43:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-09T03:43:05.604134" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.605069" level="INFO">CBench Result: 2026-05-09 03:43:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29111.15,32269.22,31374.09,10510.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-09T03:43:05.604673" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-09T03:43:05.606267" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-09T03:43:05.605775" elapsed="0.000560"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-09T03:43:05.606488" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-09T03:43:05.605301" elapsed="0.001709"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-09T03:32:58.892205" elapsed="606.714864"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.607533" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-09T03:43:05.607212" elapsed="0.000377"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-09T03:43:05.608805" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-09T03:43:05.608308" elapsed="0.000522"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-09T03:43:05.609057" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-05-09T03:43:05.608910" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-05-09T03:43:05.608889" elapsed="0.000262"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.609308" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.609464" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.609625" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.609819" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.609972" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.610115" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.610268" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-09T03:43:05.610488" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-09T03:43:05.610355" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-05-09T03:43:05.610334" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-09T03:43:05.607961" elapsed="0.002651"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-09T03:32:58.890748" elapsed="606.719910"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-09T03:12:42.754448" elapsed="1822.856788"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
