<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-02T00:40:11.265552" 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-08-02T00:40:11.814624" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-02T00:40:11.814478" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:11.814448" elapsed="0.000276"/>
</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-08-02T00:40:11.814868" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T00:40:11.815852" level="INFO">Logging into '10.30.171.165:8101' as 'karaf'.</msg>
<msg time="2026-08-02T00:40:13.115441" 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-08-02T00:40:11.815558" elapsed="1.300172"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.165122" 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-08-02T00:40:13.116203" elapsed="0.048994"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.166926" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T00:40:13.167036" 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-08-02T00:40:13.165369" elapsed="0.001697"/>
</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-08-02T00:40:13.167220" elapsed="0.000378"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:40:13.167749" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.168639" 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-08-02T00:40:13.168262" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T00:40:13.168748" elapsed="0.000054"/>
</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.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T00:40:11.814081" elapsed="1.354839"/>
</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-08-02T00:40:11.810484" elapsed="1.358500"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T00:40:13.169543" 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-08-02T00:40:13.169166" elapsed="0.000436"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T00:40:13.170059" 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-08-02T00:40:13.169754" elapsed="0.000373"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.170713" 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-08-02T00:40:13.170282" elapsed="0.000458"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.171242" 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-08-02T00:40:13.170910" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.171828" 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-08-02T00:40:13.171451" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.172331" 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-08-02T00:40:13.172017" elapsed="0.000356"/>
</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-08-02T00:40:13.172688" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T00:40:13.172475" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.177036" 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-08-02T00:40:13.176629" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T00:40:13.178421" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T00:40:13.178530" 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-08-02T00:40:13.177628" elapsed="0.000927"/>
</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-08-02T00:40:13.178705" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.180072" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-08-02T00:40:13.897776" 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 Sun Aug  2 00:40:13 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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-358-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-08-02T00:40:13.179567" elapsed="0.718451"/>
</kw>
<msg time="2026-08-02T00:40:13.898139" 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-08-02T00:40:13.179204" elapsed="0.719054"/>
</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-08-02T00:40:13.177270" elapsed="0.721175"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.906339" 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-08-02T00:40:13.898754" elapsed="0.009401"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:40:13.908363" elapsed="0.000383"/>
</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-08-02T00:40:13.176089" elapsed="0.732726"/>
</kw>
<status status="PASS" start="2026-08-02T00:40:13.172822" elapsed="0.736031"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:13.172449" elapsed="0.736440"/>
</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-08-02T00:40:13.909216" elapsed="0.001169"/>
</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-08-02T00:40:13.920188" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-02T00:40:13.920050" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:13.920024" elapsed="0.000271"/>
</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-08-02T00:40:13.924314" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-02T00:40:13.924169" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:13.924148" elapsed="0.000282"/>
</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-08-02T00:40:13.924594" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T00:40:13.925486" level="INFO">Logging into '10.30.171.165:8101' as 'karaf'.</msg>
<msg time="2026-08-02T00:40:14.118557" 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-08-02T00:40:13.925194" elapsed="0.193488"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.214540" 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-08-02T00:40:14.118900" elapsed="0.095782"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.218775" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T00:40:14.219011" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-02T00:40:14.214923" elapsed="0.004119"/>
</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-08-02T00:40:14.219184" elapsed="0.000280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:40:14.219614" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.220353" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:40:14.220023" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T00:40:14.220486" elapsed="0.000060"/>
</return>
<msg time="2026-08-02T00:40:14.220701" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T00:40:13.923762" elapsed="0.296971"/>
</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-08-02T00:40:14.220883" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T00:40:14.221494" elapsed="0.000032"/>
</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-08-02T00:40:13.919713" elapsed="0.301945"/>
</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-08-02T00:40:14.225473" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-02T00:40:14.225318" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:14.225294" elapsed="0.000251"/>
</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-08-02T00:40:14.225676" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.226563" level="INFO">Logging into '10.30.171.165:8101' as 'karaf'.</msg>
<msg time="2026-08-02T00:40:14.384652" 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-08-02T00:40:14.226277" elapsed="0.158483"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.410995" 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-08-02T00:40:14.384958" elapsed="0.026240"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.414148" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T00:40:14.414310" 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-08-02T00:40:14.411608" elapsed="0.002744"/>
</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-08-02T00:40:14.414614" elapsed="0.000379"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:40:14.415228" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.416248" 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-08-02T00:40:14.415759" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T00:40:14.416618" elapsed="0.000098"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.165
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T00:40:14.224983" elapsed="0.191920"/>
</kw>
<status status="PASS" start="2026-08-02T00:40:11.808653" elapsed="2.608350"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.420289" 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-08-02T00:40:14.418684" elapsed="0.001699"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.422487" 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-08-02T00:40:14.421924" elapsed="0.000625"/>
</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-08-02T00:40:14.422988" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-02T00:40:14.422664" elapsed="0.000383"/>
</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-08-02T00:40:14.426064" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-02T00:40:14.425817" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:14.425797" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.426552" 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-08-02T00:40:14.426682" 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-08-02T00:40:14.426280" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.427268" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-08-02T00:40:14.426844" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.427970" 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-08-02T00:40:14.427484" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T00:40:14.428932" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T00:40:14.429024" 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-08-02T00:40:14.428599" elapsed="0.000449"/>
</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-08-02T00:40:14.429191" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.430451" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-08-02T00:40:14.739896" 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 Sun Aug  2 00:40:13 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sun Aug  2 00:40:13 2026 from 10.30.170.5
[?2004h[jenkins@releng-63164-358-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-08-02T00:40:14.430049" elapsed="0.310125"/>
</kw>
<msg time="2026-08-02T00:40:14.740287" 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-08-02T00:40:14.429698" elapsed="0.310726"/>
</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-08-02T00:40:14.428200" elapsed="0.312386"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T00:40:14.741181" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T00:50:22.211796" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T00:50:22.212314" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T00:50:22.212489" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T00:40:14.740835" elapsed="607.471742"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:50:22.213034" elapsed="0.000848"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.215122" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:19.944 16  switches: flows:  109527 110248 112144 109442 107817 108966 106788 106257 105647 103658 106045 104546 104321 105883 106129 104131  total = 28.525817 per ms 
00:42:20.044 16  switches: flows:  120288 120012 118958 120146 116112 120454 114813 115675 114307 113004 114574 114975 114786 115100 114657 115097  total = 30.997555 per ms 
00:43:20.144 16  switches: flows:  123961 123061 124917 120701 117829 124571 119499 120633 119696 117518 119144 117931 118322 118096 119834 119991  total = 32.041575 per ms 
00:44:20.244 16  switches: flows:  123434 123607 122880 119793 117774 119567 117461 119672 119170 117838 117957 116961 117664 116957 116677 118204  total = 31.707322 per ms 
00:45:20.345 16  switches: flows:  127740 128756 130803 126538 124211 127554 124600 124418 125932 122938 121366 124815 124805 125132 124549 124616  total = 33.423751 per ms 
00:46:20.445 16  switches: flows:  125660 128149 130537 125399 123569 126381 122743 123416 124133 121277 120723 122992 123664 124938 122611 124653  total = 33.125453 per ms 
00:47:20.545 16  switches: flows:  126010 128777 130354 127265 120785 125169 121953 123154 123647 120434 120860 123268 124063 123255 123149 123802  total = 33.043878 per ms 
00:48:20.645 16  switches: flows:  103187 103432 104671 103300 102216 102863 102302 101963 101154 99890 100281 100856 101551 100562 100193 101220  total = 27.115435 per ms 
00:49:20.746 16  switches: flows:  125175 126549 126842 126221 122739 124165 124108 126264 126815 123414 123370 122592 125126 126202 122045 125995  total = 33.238201 per ms 
00:50:20.846 16  switches: flows:  125976 125942 125047 124872 122616 124906 125282 122707 124470 122209 121891 123166 124720 124028 120220 124551  total = 32.988298 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27115.43/33423.75/31964.61/10819.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:50:22.214269" elapsed="0.001271"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T00:50:22.215906" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-02T00:50:22.215689" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-08-02T00:50:22.215645" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T00:50:22.216199" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-02T00:50:22.216142" elapsed="0.000117"/>
</branch>
<status status="NOT RUN" start="2026-08-02T00:50:22.216118" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T00:50:22.216340" 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-08-02T00:50:22.220184" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-02T00:50:22.220932" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T00:50:22.221367" elapsed="0.000207"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T00:50:22.216839" elapsed="0.004816"/>
</kw>
<msg time="2026-08-02T00:50:22.221844" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T00:40:14.423428" elapsed="607.798455"/>
</kw>
<status status="PASS" start="2026-08-02T00:40:14.423078" elapsed="607.798877"/>
</branch>
<status status="PASS" start="2026-08-02T00:40:14.422631" elapsed="607.799358"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.222650" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:19.944 16  switches: flows:  109527 110248 112144 109442 107817 108966 106788 106257 105647 103658 106045 104546 104321 105883 106129 104131  total = 28.525817 per ms 
00:42:20.044 16  switches: flows:  120288 120012 118958 120146 116112 120454 114813 115675 114307 113004 114574 114975 114786 115100 114657 115097  total = 30.997555 per ms 
00:43:20.144 16  switches: flows:  123961 123061 124917 120701 117829 124571 119499 120633 119696 117518 119144 117931 118322 118096 119834 119991  total = 32.041575 per ms 
00:44:20.244 16  switches: flows:  123434 123607 122880 119793 117774 119567 117461 119672 119170 117838 117957 116961 117664 116957 116677 118204  total = 31.707322 per ms 
00:45:20.345 16  switches: flows:  127740 128756 130803 126538 124211 127554 124600 124418 125932 122938 121366 124815 124805 125132 124549 124616  total = 33.423751 per ms 
00:46:20.445 16  switches: flows:  125660 128149 130537 125399 123569 126381 122743 123416 124133 121277 120723 122992 123664 124938 122611 124653  total = 33.125453 per ms 
00:47:20.545 16  switches: flows:  126010 128777 130354 127265 120785 125169 121953 123154 123647 120434 120860 123268 124063 123255 123149 123802  total = 33.043878 per ms 
00:48:20.645 16  switches: flows:  103187 103432 104671 103300 102216 102863 102302 101963 101154 99890 100281 100856 101551 100562 100193 101220  total = 27.115435 per ms 
00:49:20.746 16  switches: flows:  125175 126549 126842 126221 122739 124165 124108 126264 126815 123414 123370 122592 125126 126202 122045 125995  total = 33.238201 per ms 
00:50:20.846 16  switches: flows:  125976 125942 125047 124872 122616 124906 125282 122707 124470 122209 121891 123166 124720 124028 120220 124551  total = 32.988298 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27115.43/33423.75/31964.61/10819.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:50:22.222196" elapsed="0.000562"/>
</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-08-02T00:50:22.222972" elapsed="0.000627"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T00:50:22.224187" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T00:50:22.224319" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27115.43/33423.75/31964.61/10819.58 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-08-02T00:50:22.223851" elapsed="0.000505"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T00:50:22.225035" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27115.43/33423.75/31964.61/10819.58 | 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-08-02T00:50:22.224609" elapsed="0.000467"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.228423" 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-08-02T00:50:22.225293" elapsed="0.003200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.230900" level="INFO">27115.43/33423.75/31964.61/10819.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:50:22.228647" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T00:50:22.233356" 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-08-02T00:50:22.231108" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T00:50:22.235881" level="INFO">@{result_value_list} = [ 27115.43 | 33423.75 | 31964.61 | 10819.58 ]</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-08-02T00:50:22.233623" elapsed="0.002287"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.236419" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T00:50:22.236520" 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-08-02T00:50:22.236080" elapsed="0.000466"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.241345" level="INFO">min :: 27115.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:50:22.236961" elapsed="0.004456"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T00:50:22.236826" elapsed="0.004631"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.246482" level="INFO">max :: 33423.75</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-08-02T00:50:22.241697" elapsed="0.004855"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T00:50:22.241568" elapsed="0.005026"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.252037" level="INFO">avg :: 31964.61</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-08-02T00:50:22.246868" elapsed="0.005242"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T00:50:22.246703" elapsed="0.005451"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.258130" level="INFO">stdev :: 10819.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T00:50:22.252459" elapsed="0.005737"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T00:50:22.252271" elapsed="0.005973"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T00:50:22.236621" elapsed="0.021673"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.262306" level="INFO">${min} = 27115.43</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-08-02T00:50:22.258554" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.266492" level="INFO">${max} = 33423.75</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-08-02T00:50:22.262511" elapsed="0.004014"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.270438" level="INFO">${average} = 31964.61</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-08-02T00:50:22.266680" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.274411" level="INFO">${stdev} = 10819.58</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-08-02T00:50:22.270628" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.275007" level="INFO">${date} = 2026-08-02 00:50:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T00:50:22.274610" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.275675" level="INFO">CBench Result: 2026-08-02 00:50:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27115.43,33423.75,31964.61,10819.58</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-08-02T00:50:22.275180" elapsed="0.000551"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T00:50:22.276853" 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-08-02T00:50:22.276383" elapsed="0.000538"/>
</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-08-02T00:50:22.277074" 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-08-02T00:50:22.275896" elapsed="0.001753"/>
</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-08-02T00:40:14.421018" elapsed="607.856695"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.278204" 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-08-02T00:50:22.277875" elapsed="0.000386"/>
</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-08-02T00:50:22.278809" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-08-02T00:50:22.278503" elapsed="0.000651"/>
</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-08-02T00:40:14.417389" elapsed="607.861823"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.281348" 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-08-02T00:50:22.280745" elapsed="0.000679"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.282713" 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-08-02T00:50:22.282355" elapsed="0.000400"/>
</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-08-02T00:50:22.283115" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T00:50:22.282888" elapsed="0.000286"/>
</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-08-02T00:50:22.286121" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-02T00:50:22.285873" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-02T00:50:22.285854" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T00:50:22.286580" 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-08-02T00:50:22.286702" 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-08-02T00:50:22.286345" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.287303" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-08-02T00:50:22.286863" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T00:50:22.287920" 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-08-02T00:50:22.287513" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T00:50:22.288852" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T00:50:22.288941" 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-08-02T00:50:22.288535" elapsed="0.000430"/>
</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-08-02T00:50:22.289104" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T00:50:22.290293" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-08-02T00:50:24.399558" 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 Sun Aug  2 00:50:23 UTC 2026

  System load:  0.97               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sun Aug  2 00:40:14 2026 from 10.30.170.5
[?2004h[jenkins@releng-63164-358-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-08-02T00:50:22.289940" elapsed="2.109822"/>
</kw>
<msg time="2026-08-02T00:50:24.399849" 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-08-02T00:50:22.289597" elapsed="2.110345"/>
</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-08-02T00:50:22.288145" elapsed="2.111919"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T00:50:24.400645" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.165 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T01:00:31.065339" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T01:00:31.065925" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T01:00:31.066036" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T00:50:24.400314" elapsed="606.665779"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T01:00:31.066607" elapsed="0.000660"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.068398" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.659 16  switches: flows:  480528 487726 484277 480999 483082 486346 488291 490839 465930 473643 482885 480006 477664 467470 463900 460410  total = 127.566600 per ms 
00:52:29.761 16  switches: flows:  555209 550043 556147 560689 552045 561129 554225 561191 554758 563326 548530 547390 561973 548956 557937 552202  total = 147.846633 per ms 
00:53:29.863 16  switches: flows:  589241 596457 590800 586855 597527 594976 592568 593355 593513 587841 593251 590122 591530 596245 596478 599627  total = 157.907169 per ms 
00:54:29.965 16  switches: flows:  591609 590118 587192 601346 589524 597943 598420 596141 603002 599308 599617 592097 601654 596731 595377 600999  total = 158.751317 per ms 
00:55:30.066 16  switches: flows:  481895 484841 480477 487396 485012 476410 483544 484379 486962 477582 488557 490224 421579 481201 495959 485414  total = 127.975326 per ms 
00:56:30.655 16  switches: flows:  427587 500101 444621 453470 438631 516353 491509 495440 440671 497156 498975 449545 441304 432966 479687 437045  total = 122.879234 per ms 
00:57:30.756 16  switches: flows:  508197 507453 510138 509360 510775 431956 520875 509430 521601 519167 515083 508079 437779 506246 505713 508125  total = 133.608325 per ms 
00:58:30.857 16  switches: flows:  554118 561925 552363 543109 544502 553542 541444 551399 547239 558378 558240 562271 554373 562558 555913 564069  total = 147.509246 per ms 
00:59:30.959 16  switches: flows:  552006 570218 559477 562879 554838 546166 566691 557755 569700 552673 555453 574621 561099 551352 567973 555788  total = 149.060629 per ms 
01:00:31.061 16  switches: flows:  515723 575803 525130 563242 567342 567001 522789 561173 574130 531819 575866 548516 526884 529681 522370 568285  total = 146.016074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122879.23/158751.32/143505.99/49295.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:00:31.067658" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T01:00:31.069274" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-02T01:00:31.068949" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-08-02T01:00:31.068898" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T01:00:31.069746" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-02T01:00:31.069662" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-02T01:00:31.069626" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T01:00:31.069957" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T01:00:31.074496" elapsed="0.000339"/>
</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-08-02T01:00:31.074987" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T01:00:31.075288" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T01:00:31.070663" elapsed="0.004800"/>
</kw>
<msg time="2026-08-02T01:00:31.075601" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T00:50:22.283586" elapsed="608.792042"/>
</kw>
<status status="PASS" start="2026-08-02T00:50:22.283247" elapsed="608.792430"/>
</branch>
<status status="PASS" start="2026-08-02T00:50:22.282865" elapsed="608.792835"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.076127" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.659 16  switches: flows:  480528 487726 484277 480999 483082 486346 488291 490839 465930 473643 482885 480006 477664 467470 463900 460410  total = 127.566600 per ms 
00:52:29.761 16  switches: flows:  555209 550043 556147 560689 552045 561129 554225 561191 554758 563326 548530 547390 561973 548956 557937 552202  total = 147.846633 per ms 
00:53:29.863 16  switches: flows:  589241 596457 590800 586855 597527 594976 592568 593355 593513 587841 593251 590122 591530 596245 596478 599627  total = 157.907169 per ms 
00:54:29.965 16  switches: flows:  591609 590118 587192 601346 589524 597943 598420 596141 603002 599308 599617 592097 601654 596731 595377 600999  total = 158.751317 per ms 
00:55:30.066 16  switches: flows:  481895 484841 480477 487396 485012 476410 483544 484379 486962 477582 488557 490224 421579 481201 495959 485414  total = 127.975326 per ms 
00:56:30.655 16  switches: flows:  427587 500101 444621 453470 438631 516353 491509 495440 440671 497156 498975 449545 441304 432966 479687 437045  total = 122.879234 per ms 
00:57:30.756 16  switches: flows:  508197 507453 510138 509360 510775 431956 520875 509430 521601 519167 515083 508079 437779 506246 505713 508125  total = 133.608325 per ms 
00:58:30.857 16  switches: flows:  554118 561925 552363 543109 544502 553542 541444 551399 547239 558378 558240 562271 554373 562558 555913 564069  total = 147.509246 per ms 
00:59:30.959 16  switches: flows:  552006 570218 559477 562879 554838 546166 566691 557755 569700 552673 555453 574621 561099 551352 567973 555788  total = 149.060629 per ms 
01:00:31.061 16  switches: flows:  515723 575803 525130 563242 567342 567001 522789 561173 574130 531819 575866 548516 526884 529681 522370 568285  total = 146.016074 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122879.23/158751.32/143505.99/49295.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:00:31.075837" elapsed="0.000365"/>
</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-08-02T01:00:31.076348" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T01:00:31.077106" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T01:00:31.077197" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122879.23/158751.32/143505.99/49295.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-02T01:00:31.076888" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:00:31.077683" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122879.23/158751.32/143505.99/49295.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T01:00:31.077414" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.080070" 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-08-02T01:00:31.077855" elapsed="0.002273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.082527" level="INFO">122879.23/158751.32/143505.99/49295.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:00:31.080275" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:00:31.084935" 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-08-02T01:00:31.082734" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:00:31.087362" level="INFO">@{result_value_list} = [ 122879.23 | 158751.32 | 143505.99 | 49295.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T01:00:31.085145" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.087877" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T01:00:31.087964" 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-08-02T01:00:31.087569" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.092823" level="INFO">min :: 122879.23</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-08-02T01:00:31.088365" elapsed="0.004517"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T01:00:31.088235" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.097530" level="INFO">max :: 158751.32</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-08-02T01:00:31.093137" elapsed="0.004467"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T01:00:31.093007" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.102155" level="INFO">avg :: 143505.99</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-08-02T01:00:31.097856" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T01:00:31.097729" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.106844" level="INFO">stdev :: 49295.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:00:31.102497" elapsed="0.004404"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T01:00:31.102350" elapsed="0.004586"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T01:00:31.088051" elapsed="0.018916"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.110909" level="INFO">${min} = 122879.23</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-08-02T01:00:31.107125" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.115024" level="INFO">${max} = 158751.32</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-08-02T01:00:31.111089" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.118900" level="INFO">${average} = 143505.99</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-08-02T01:00:31.115205" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.122831" level="INFO">${stdev} = 49295.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T01:00:31.119077" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.123361" level="INFO">${date} = 2026-08-02 01:00:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T01:00:31.123015" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.123953" level="INFO">CBench Result: 2026-08-02 01:00:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122879.23,158751.32,143505.99,49295.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:00:31.123548" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T01:00:31.125033" 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-08-02T01:00:31.124631" elapsed="0.000468"/>
</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-08-02T01:00:31.125248" elapsed="0.000803"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T01:00:31.124150" elapsed="0.001977"/>
</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-08-02T00:50:22.281772" elapsed="608.844415"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.126690" 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-08-02T01:00:31.126355" elapsed="0.000391"/>
</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-08-02T01:00:31.127268" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-08-02T01:00:31.126963" elapsed="0.000657"/>
</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-08-02T00:50:22.279851" elapsed="608.847809"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.129015" 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-08-02T01:00:31.128631" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.130316" 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-08-02T01:00:31.129979" elapsed="0.000379"/>
</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-08-02T01:00:31.130712" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-02T01:00:31.130493" elapsed="0.000279"/>
</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-08-02T01:00:31.133811" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T01:00:31.133564" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-02T01:00:31.133544" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T01:00:31.134206" 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-08-02T01:00:31.134332" 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-08-02T01:00:31.134022" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.134933" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-08-02T01:00:31.134510" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T01:00:31.135544" 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-08-02T01:00:31.135132" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T01:00:31.136472" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T01:00:31.136562" 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-08-02T01:00:31.136151" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T01:00:31.136729" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T01:00:31.137947" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-08-02T01:00:31.723395" 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 Sun Aug  2 01:00:31 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sun Aug  2 00:50:24 2026 from 10.30.170.5
[?2004h[jenkins@releng-63164-358-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-08-02T01:00:31.137594" elapsed="0.586009"/>
</kw>
<msg time="2026-08-02T01:00:31.723686" 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-08-02T01:00:31.137203" elapsed="0.586565"/>
</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-08-02T01:00:31.135773" elapsed="0.588111"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T01:00:31.724385" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.165 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T01:10:37.787560" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T01:10:37.788343" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T01:10:37.788509" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-02T01:00:31.724097" elapsed="606.064484"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T01:10:37.789163" elapsed="0.000883"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.791629" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.878 16  switches: flows:  117983 117414 120993 118266 119338 118994 117735 116572 116346 117473 118009 115020 116263 116491 117203 115125  total = 31.320417 per ms 
01:02:36.978 16  switches: flows:  132981 130062 133587 131418 129952 132251 130920 126065 128099 128554 130109 128548 127487 126412 128033 129315  total = 34.505603 per ms 
01:03:37.079 16  switches: flows:  132294 130256 130839 129712 127719 131419 130732 126316 127074 127096 127455 126873 127821 126989 126694 128814  total = 34.244553 per ms 
01:04:37.179 16  switches: flows:  131370 130495 132531 130302 131271 131697 131302 128438 126643 128671 127677 128543 127976 128592 128744 130002  total = 34.513292 per ms 
01:05:37.280 16  switches: flows:  132882 130782 132718 130269 129930 131398 132342 128448 127554 129371 129219 128381 127798 127816 131238 129943  total = 34.610115 per ms 
01:06:37.381 16  switches: flows:  93870 94166 94097 93990 93477 93396 93262 93155 92352 93362 92180 92063 90974 91986 93453 91639  total = 24.748472 per ms 
01:07:37.482 16  switches: flows:  104986 107069 107701 105846 106989 105596 104956 104536 103989 105498 105536 102144 102155 104938 105634 103125  total = 27.964655 per ms 
01:08:37.582 16  switches: flows:  126398 125511 124683 127782 127466 126010 125377 124343 125066 126498 123057 122472 122088 121659 123065 120512  total = 33.144469 per ms 
01:09:37.683 16  switches: flows:  127950 128598 126752 129470 128896 125900 126420 127976 124934 126110 124914 123129 123165 126315 125324 122495  total = 33.583088 per ms 
01:10:37.783 16  switches: flows:  118868 118369 118968 119388 119469 118152 119190 118505 116641 114883 118603 112460 113466 116522 116466 113355  total = 31.169722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24748.47/34610.11/32053.77/11181.52 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.790559" elapsed="0.001521"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T01:10:37.792794" elapsed="0.000118"/>
</return>
<status status="PASS" start="2026-08-02T01:10:37.792335" elapsed="0.000688"/>
</branch>
<status status="PASS" start="2026-08-02T01:10:37.792266" elapsed="0.000836"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T01:10:37.793390" elapsed="0.000084"/>
</return>
<status status="NOT RUN" start="2026-08-02T01:10:37.793277" elapsed="0.000286"/>
</branch>
<status status="NOT RUN" start="2026-08-02T01:10:37.793227" elapsed="0.000405"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T01:10:37.793731" elapsed="0.000043"/>
</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-08-02T01:10:37.799253" elapsed="0.000487"/>
</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-08-02T01:10:37.799931" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T01:10:37.800270" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T01:10:37.794675" elapsed="0.005777"/>
</kw>
<msg time="2026-08-02T01:10:37.800603" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-02T01:00:31.131113" elapsed="606.669519"/>
</kw>
<status status="PASS" start="2026-08-02T01:00:31.130797" elapsed="606.669888"/>
</branch>
<status status="PASS" start="2026-08-02T01:00:31.130473" elapsed="606.670239"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.801307" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.165:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.165. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.878 16  switches: flows:  117983 117414 120993 118266 119338 118994 117735 116572 116346 117473 118009 115020 116263 116491 117203 115125  total = 31.320417 per ms 
01:02:36.978 16  switches: flows:  132981 130062 133587 131418 129952 132251 130920 126065 128099 128554 130109 128548 127487 126412 128033 129315  total = 34.505603 per ms 
01:03:37.079 16  switches: flows:  132294 130256 130839 129712 127719 131419 130732 126316 127074 127096 127455 126873 127821 126989 126694 128814  total = 34.244553 per ms 
01:04:37.179 16  switches: flows:  131370 130495 132531 130302 131271 131697 131302 128438 126643 128671 127677 128543 127976 128592 128744 130002  total = 34.513292 per ms 
01:05:37.280 16  switches: flows:  132882 130782 132718 130269 129930 131398 132342 128448 127554 129371 129219 128381 127798 127816 131238 129943  total = 34.610115 per ms 
01:06:37.381 16  switches: flows:  93870 94166 94097 93990 93477 93396 93262 93155 92352 93362 92180 92063 90974 91986 93453 91639  total = 24.748472 per ms 
01:07:37.482 16  switches: flows:  104986 107069 107701 105846 106989 105596 104956 104536 103989 105498 105536 102144 102155 104938 105634 103125  total = 27.964655 per ms 
01:08:37.582 16  switches: flows:  126398 125511 124683 127782 127466 126010 125377 124343 125066 126498 123057 122472 122088 121659 123065 120512  total = 33.144469 per ms 
01:09:37.683 16  switches: flows:  127950 128598 126752 129470 128896 125900 126420 127976 124934 126110 124914 123129 123165 126315 125324 122495  total = 33.583088 per ms 
01:10:37.783 16  switches: flows:  118868 118369 118968 119388 119469 118152 119190 118505 116641 114883 118603 112460 113466 116522 116466 113355  total = 31.169722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24748.47/34610.11/32053.77/11181.52 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.800915" elapsed="0.000474"/>
</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-08-02T01:10:37.801562" elapsed="0.000432"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T01:10:37.802430" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T01:10:37.802555" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24748.47/34610.11/32053.77/11181.52 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-02T01:10:37.802161" elapsed="0.000428"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:10:37.803123" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24748.47/34610.11/32053.77/11181.52 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T01:10:37.802802" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.805657" 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-08-02T01:10:37.803320" elapsed="0.002395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.808151" level="INFO">24748.47/34610.11/32053.77/11181.52</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.805864" elapsed="0.002352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:10:37.810864" 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-08-02T01:10:37.808447" elapsed="0.002452"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T01:10:37.813830" level="INFO">@{result_value_list} = [ 24748.47 | 34610.11 | 32053.77 | 11181.52 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-02T01:10:37.811193" elapsed="0.002667"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.814361" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T01:10:37.814473" 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-08-02T01:10:37.814025" elapsed="0.000473"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.819386" level="INFO">min :: 24748.47</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-08-02T01:10:37.814892" elapsed="0.004576"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T01:10:37.814762" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.824356" level="INFO">max :: 34610.11</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-08-02T01:10:37.819788" elapsed="0.004666"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T01:10:37.819645" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.829271" level="INFO">avg :: 32053.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.824748" elapsed="0.004585"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T01:10:37.824610" elapsed="0.004761"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.834296" level="INFO">stdev :: 11181.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.829620" elapsed="0.004750"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T01:10:37.829479" elapsed="0.004953"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T01:10:37.814566" elapsed="0.019910"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.840807" level="INFO">${min} = 24748.47</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-08-02T01:10:37.834714" elapsed="0.006169"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.847853" level="INFO">${max} = 34610.11</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-08-02T01:10:37.841258" elapsed="0.006647"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.852066" level="INFO">${average} = 32053.77</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-08-02T01:10:37.848203" elapsed="0.003891"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.855976" level="INFO">${stdev} = 11181.52</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T01:10:37.852253" elapsed="0.003750"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.856566" level="INFO">${date} = 2026-08-02 01:10:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T01:10:37.856166" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.857169" level="INFO">CBench Result: 2026-08-02 01:10:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24748.47,34610.11,32053.77,11181.52</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T01:10:37.856749" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T01:10:37.858420" 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-08-02T01:10:37.857899" elapsed="0.000590"/>
</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-08-02T01:10:37.858643" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T01:10:37.857394" elapsed="0.001788"/>
</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-08-02T01:00:31.129427" elapsed="606.729817"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.859816" 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-08-02T01:10:37.859444" elapsed="0.000430"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T01:10:37.861106" 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-08-02T01:10:37.860615" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-02T01:10:37.861371" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-08-02T01:10:37.861218" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-02T01:10:37.861195" elapsed="0.000287"/>
</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-08-02T01:10:37.861629" 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-08-02T01:10:37.861801" elapsed="0.000022"/>
</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-08-02T01:10:37.861964" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-02T01:10:37.862179" elapsed="0.000026"/>
</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-08-02T01:10:37.862335" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-02T01:10:37.862497" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-02T01:10:37.862644" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-02T01:10:37.862863" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-02T01:10:37.862726" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-08-02T01:10:37.862709" elapsed="0.000231"/>
</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-08-02T01:10:37.860258" elapsed="0.002734"/>
</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-08-02T01:00:31.128063" elapsed="606.734976"/>
</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-08-02T00:40:11.267193" elapsed="1826.596469"/>
</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>
