<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-02T03:13:26.546381" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T03:13:27.136701" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:13:27.136555" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:27.136526" 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-05-02T03:13:27.136975" elapsed="0.000505"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T03:13:27.137971" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-05-02T03:13:27.847275" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T03:13:27.137659" elapsed="0.709795"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T03:13:27.894920" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:27.847724" elapsed="0.047264"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T03:13:27.896684" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T03:13:27.896794" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T03:13:27.895148" elapsed="0.001676"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:27.896996" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:13:27.897353" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.898074" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:13:27.897709" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T03:13:27.898183" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T03:13:27.136165" elapsed="0.762197"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-02T03:13:27.132551" elapsed="0.765874"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T03:13:27.898986" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T03:13:27.898610" elapsed="0.000433"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T03:13:27.899445" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T03:13:27.899198" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.900082" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T03:13:27.899657" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.900613" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T03:13:27.900278" elapsed="0.000378"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.901198" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T03:13:27.900804" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.901700" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T03:13:27.901387" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-02T03:13:27.902060" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:13:27.901826" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:13:27.906428" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:13:27.906022" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:13:27.907465" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T03:13:27.907547" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:13:27.907026" elapsed="0.000545"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:13:27.907742" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T03:13:27.909112" level="INFO">Logging into '10.30.171.9:22' as 'jenkins'.</msg>
<msg time="2026-05-02T03:13:28.642486" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 03:13:28 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.9
  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-218-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T03:13:27.908606" elapsed="0.734037"/>
</kw>
<msg time="2026-05-02T03:13:28.642730" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:13:27.908259" elapsed="0.734556"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T03:13:27.906667" elapsed="0.736287"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-02T03:13:28.651423" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-02T03:13:28.643162" elapsed="0.009669"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:13:28.653044" elapsed="0.000269"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-02T03:13:27.905480" elapsed="0.747896"/>
</kw>
<status status="PASS" start="2026-05-02T03:13:27.902186" elapsed="0.751228"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:27.901801" elapsed="0.751648"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T03:13:28.653603" elapsed="0.000508"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T03:13:28.658628" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:13:28.658492" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:28.658466" elapsed="0.000241"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T03:13:28.662302" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:13:28.662190" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:28.662170" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:13:28.662503" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T03:13:28.663393" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-05-02T03:13:28.892336" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T03:13:28.663132" elapsed="0.229358"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T03:13:28.985527" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:28.892736" elapsed="0.092875"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T03:13:28.993433" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T03:13:28.993605" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T03:13:28.985808" elapsed="0.007829"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:28.993781" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:13:28.994134" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:13:28.994787" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:13:28.994477" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T03:13:28.994914" elapsed="0.000048"/>
</return>
<msg time="2026-05-02T03:13:28.995107" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T03:13:28.661819" elapsed="0.333320"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T03:13:28.995286" elapsed="0.000503"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T03:13:28.995855" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-02T03:13:28.658175" elapsed="0.337816"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-02T03:13:28.999650" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:13:28.999516" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:28.999491" elapsed="0.000233"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:13:28.999869" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.000714" level="INFO">Logging into '10.30.171.100:8101' as 'karaf'.</msg>
<msg time="2026-05-02T03:13:29.171323" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-02T03:13:29.000457" elapsed="0.171015"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.196016" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:29.171704" elapsed="0.024371"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.198022" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-02T03:13:29.198125" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-02T03:13:29.196220" elapsed="0.001934"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-02T03:13:29.198291" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:13:29.198614" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:13:29.199294" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:13:29.198994" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-02T03:13:29.199396" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.100
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-02T03:13:28.999194" elapsed="0.200366"/>
</kw>
<status status="PASS" start="2026-05-02T03:13:27.130608" elapsed="2.069015"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:13:29.201588" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:13:29.200596" elapsed="0.001056"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T03:13:29.203247" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T03:13:29.202897" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T03:13:29.203609" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:13:29.203371" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T03:13:29.206642" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:13:29.206386" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:29.206365" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.207071" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-02T03:13:29.206872" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:13:29.207783" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.9" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:13:29.207359" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.208449" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:13:29.208001" elapsed="0.000475"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:13:29.209398" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T03:13:29.209490" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:13:29.209074" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:13:29.209658" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.210894" level="INFO">Logging into '10.30.171.9:22' as 'jenkins'.</msg>
<msg time="2026-05-02T03:13:29.576518" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 03:13:28 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.9
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 03:13:28 2026 from 10.30.170.62
[?2004h[jenkins@releng-63164-218-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T03:13:29.210521" elapsed="0.366225"/>
</kw>
<msg time="2026-05-02T03:13:29.576863" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:13:29.210170" elapsed="0.366801"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T03:13:29.208679" elapsed="0.368430"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T03:13:29.578076" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T03:23:35.705248" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T03:23:35.705791" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T03:23:35.705860" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T03:13:29.577360" elapsed="606.128533"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:23:35.706348" elapsed="0.001028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.708768" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:34.783 16  switches: flows:  109747 105198 106445 108317 105446 108118 105519 103725 101753 101027 101739 101568 103264 104251 102325 103629  total = 27.867850 per ms 
03:15:34.884 16  switches: flows:  119866 118427 120098 119097 117069 116132 117880 115088 111950 112916 112466 111848 114730 114742 112687 114849  total = 30.779341 per ms 
03:16:34.985 16  switches: flows:  117629 116986 116635 115888 117308 112971 115192 112458 110890 110064 110877 110984 112548 113029 109767 113406  total = 30.226721 per ms 
03:17:35.086 16  switches: flows:  120603 118970 119228 117941 119106 116227 118605 115570 112261 112182 113999 114499 112826 116493 114189 115667  total = 30.921159 per ms 
03:18:35.187 16  switches: flows:  121355 120019 118283 118266 121556 117220 118173 118991 113189 113772 112868 115489 114511 117038 116360 118633  total = 31.209886 per ms 
03:19:35.288 16  switches: flows:  116415 114879 114657 112545 115392 114084 113251 114898 108867 108555 109300 110651 108420 111606 110036 113192  total = 29.895860 per ms 
03:20:35.389 16  switches: flows:  119216 118523 117435 115343 118577 117074 115798 115794 111292 112247 112846 113568 111911 113187 112138 113953  total = 30.597219 per ms 
03:21:35.490 16  switches: flows:  113746 111044 112934 110971 112941 111260 112283 110012 107178 107412 108679 108648 108504 109348 107783 107608  total = 29.290249 per ms 
03:22:35.591 16  switches: flows:  101649 99791 99232 100568 99869 99417 98948 100261 97553 98016 97227 97335 96246 98077 97018 96208  total = 26.246434 per ms 
03:23:35.692 16  switches: flows:  115756 113327 113959 114564 113109 113807 110138 112719 109644 108669 109206 108121 108418 109688 110255 107804  total = 29.603647 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26246.43/31209.89/29863.39/10053.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.707878" elapsed="0.001281"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T03:23:35.709770" elapsed="0.000120"/>
</return>
<status status="PASS" start="2026-05-02T03:23:35.709418" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-05-02T03:23:35.709341" elapsed="0.000700"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T03:23:35.710326" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:23:35.710183" elapsed="0.000246"/>
</branch>
<status status="NOT RUN" start="2026-05-02T03:23:35.710143" elapsed="0.000341"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T03:23:35.710563" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:23:35.715700" elapsed="0.000421"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:23:35.716281" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:23:35.716618" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T03:23:35.711361" elapsed="0.005420"/>
</kw>
<msg time="2026-05-02T03:23:35.716945" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T03:13:29.204034" elapsed="606.512941"/>
</kw>
<status status="PASS" start="2026-05-02T03:13:29.203696" elapsed="606.513332"/>
</branch>
<status status="PASS" start="2026-05-02T03:13:29.203348" elapsed="606.513709"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.717573" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:34.783 16  switches: flows:  109747 105198 106445 108317 105446 108118 105519 103725 101753 101027 101739 101568 103264 104251 102325 103629  total = 27.867850 per ms 
03:15:34.884 16  switches: flows:  119866 118427 120098 119097 117069 116132 117880 115088 111950 112916 112466 111848 114730 114742 112687 114849  total = 30.779341 per ms 
03:16:34.985 16  switches: flows:  117629 116986 116635 115888 117308 112971 115192 112458 110890 110064 110877 110984 112548 113029 109767 113406  total = 30.226721 per ms 
03:17:35.086 16  switches: flows:  120603 118970 119228 117941 119106 116227 118605 115570 112261 112182 113999 114499 112826 116493 114189 115667  total = 30.921159 per ms 
03:18:35.187 16  switches: flows:  121355 120019 118283 118266 121556 117220 118173 118991 113189 113772 112868 115489 114511 117038 116360 118633  total = 31.209886 per ms 
03:19:35.288 16  switches: flows:  116415 114879 114657 112545 115392 114084 113251 114898 108867 108555 109300 110651 108420 111606 110036 113192  total = 29.895860 per ms 
03:20:35.389 16  switches: flows:  119216 118523 117435 115343 118577 117074 115798 115794 111292 112247 112846 113568 111911 113187 112138 113953  total = 30.597219 per ms 
03:21:35.490 16  switches: flows:  113746 111044 112934 110971 112941 111260 112283 110012 107178 107412 108679 108648 108504 109348 107783 107608  total = 29.290249 per ms 
03:22:35.591 16  switches: flows:  101649 99791 99232 100568 99869 99417 98948 100261 97553 98016 97227 97335 96246 98077 97018 96208  total = 26.246434 per ms 
03:23:35.692 16  switches: flows:  115756 113327 113959 114564 113109 113807 110138 112719 109644 108669 109206 108121 108418 109688 110255 107804  total = 29.603647 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26246.43/31209.89/29863.39/10053.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.717235" elapsed="0.000418"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T03:23:35.717808" elapsed="0.000436"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T03:23:35.718691" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T03:23:35.718787" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26246.43/31209.89/29863.39/10053.98 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T03:23:35.718443" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:23:35.719254" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26246.43/31209.89/29863.39/10053.98 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:23:35.718986" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.721911" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.719431" elapsed="0.002543"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.725235" level="INFO">26246.43/31209.89/29863.39/10053.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.722143" elapsed="0.003223"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:23:35.728684" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:23:35.725704" elapsed="0.003009"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:23:35.731317" level="INFO">@{result_value_list} = [ 26246.43 | 31209.89 | 29863.39 | 10053.98 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:23:35.728984" elapsed="0.002363"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.731902" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T03:23:35.731996" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:23:35.731513" elapsed="0.000507"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.737149" level="INFO">min :: 26246.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-05-02T03:23:35.732507" elapsed="0.004728"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T03:23:35.732366" elapsed="0.004915"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.742157" level="INFO">max :: 31209.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.737540" elapsed="0.004686"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T03:23:35.737394" elapsed="0.004906"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.747251" level="INFO">avg :: 29863.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.742558" elapsed="0.004783"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T03:23:35.742411" elapsed="0.004985"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.753315" level="INFO">stdev :: 10053.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.747757" elapsed="0.005628"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T03:23:35.747542" elapsed="0.005887"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T03:23:35.732124" elapsed="0.021347"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.758050" level="INFO">${min} = 26246.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-05-02T03:23:35.753682" elapsed="0.004403"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.762249" level="INFO">${max} = 31209.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:23:35.758343" elapsed="0.003956"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.766748" level="INFO">${average} = 29863.39</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:23:35.762485" elapsed="0.004298"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.770981" level="INFO">${stdev} = 10053.98</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:23:35.766975" elapsed="0.004036"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.771631" level="INFO">${date} = 2026-05-02 03:23:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T03:23:35.771199" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.772313" level="INFO">CBench Result: 2026-05-02 03:23:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26246.43,31209.89,29863.39,10053.98</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.771813" elapsed="0.000564"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T03:23:35.773679" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T03:23:35.773139" elapsed="0.000611"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T03:23:35.773932" elapsed="0.000575"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T03:23:35.772576" elapsed="0.002017"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-02T03:13:29.202252" elapsed="606.572422"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.775225" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T03:23:35.774861" elapsed="0.000424"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-02T03:23:35.775905" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-05-02T03:23:35.775555" elapsed="0.000748"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T03:13:29.199761" elapsed="606.576584"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.778027" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.777535" elapsed="0.000564"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.779502" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T03:23:35.779142" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T03:23:35.780039" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:23:35.779724" elapsed="0.000392"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T03:23:35.783427" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:23:35.783110" elapsed="0.000379"/>
</branch>
<status status="PASS" start="2026-05-02T03:23:35.783080" elapsed="0.000435"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:23:35.783995" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-02T03:23:35.783669" elapsed="0.000687"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.784996" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.9" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:23:35.784514" elapsed="0.000543"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:23:35.785855" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:23:35.785218" elapsed="0.000667"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:23:35.786931" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T03:23:35.787024" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:23:35.786555" elapsed="0.000494"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:23:35.787214" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T03:23:35.788518" level="INFO">Logging into '10.30.171.9:22' as 'jenkins'.</msg>
<msg time="2026-05-02T03:23:36.416889" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 03:23:36 UTC 2026

  System load:  1.02               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.9
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 03:13:29 2026 from 10.30.170.62
[?2004h[jenkins@releng-63164-218-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T03:23:35.788129" elapsed="0.629096"/>
</kw>
<msg time="2026-05-02T03:23:36.417385" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:23:35.787746" elapsed="0.629805"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T03:23:35.786111" elapsed="0.631664"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T03:23:36.418825" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T03:33:42.473289" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T03:33:42.473805" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T03:33:42.473953" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T03:23:36.418218" elapsed="606.055794"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:33:42.474432" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.476248" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:41.543 16  switches: flows:  488752 481140 494128 490181 486996 485889 485796 494542 486439 492747 482006 483418 474809 477469 484104 486827  total = 129.587383 per ms 
03:25:41.645 16  switches: flows:  492231 496833 505040 405907 493136 483054 497124 504222 516831 496376 481818 502850 488966 501979 490813 493014  total = 130.615441 per ms 
03:26:41.748 16  switches: flows:  537405 537319 547901 525706 534774 534634 530520 527131 523120 525609 535509 536434 528952 525371 534794 528520  total = 141.655604 per ms 
03:27:41.852 16  switches: flows:  511737 518079 474338 461021 511918 515001 514516 507591 517221 505716 473789 516077 516291 502735 513416 508446  total = 134.234773 per ms 
03:28:41.954 16  switches: flows:  554025 542272 559041 540597 546023 561944 559043 553507 557873 562410 565654 563701 554332 563291 557670 549154  total = 147.927183 per ms 
03:29:42.061 16  switches: flows:  591690 603588 604589 586827 603880 599029 603582 598849 595830 585003 584804 599863 591973 583654 584741 577478  total = 157.973603 per ms 
03:30:42.164 16  switches: flows:  565303 561370 579854 562908 563018 574754 572972 575103 572280 569285 560521 579190 564221 564816 563975 563921  total = 151.303129 per ms 
03:31:42.266 16  switches: flows:  582913 586750 584090 553796 560570 585219 577274 586721 559429 579185 578678 596792 567602 577008 595497 568392  total = 153.739229 per ms 
03:32:42.368 16  switches: flows:  535505 503834 544350 531189 535776 528348 532906 531116 435010 525860 530173 535438 534390 523457 542559 528159  total = 139.732628 per ms 
03:33:42.470 16  switches: flows:  574595 573754 578428 568886 577665 573828 577403 577862 595779 576206 570783 583489 573918 580268 573823 566963  total = 153.468706 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130615.44/157973.60/145627.81/49363.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.475500" elapsed="0.001039"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T03:33:42.477067" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-02T03:33:42.476732" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-05-02T03:33:42.476666" elapsed="0.000665"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T03:33:42.477545" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:33:42.477457" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-05-02T03:33:42.477422" elapsed="0.000271"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T03:33:42.477764" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:33:42.481930" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:33:42.482649" elapsed="0.000289"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:33:42.483174" elapsed="0.000165"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-02T03:33:42.478482" elapsed="0.004937"/>
</kw>
<msg time="2026-05-02T03:33:42.483607" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T03:23:35.780513" elapsed="606.703133"/>
</kw>
<status status="PASS" start="2026-05-02T03:23:35.780147" elapsed="606.703581"/>
</branch>
<status status="PASS" start="2026-05-02T03:23:35.779693" elapsed="606.704071"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.484453" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:41.543 16  switches: flows:  488752 481140 494128 490181 486996 485889 485796 494542 486439 492747 482006 483418 474809 477469 484104 486827  total = 129.587383 per ms 
03:25:41.645 16  switches: flows:  492231 496833 505040 405907 493136 483054 497124 504222 516831 496376 481818 502850 488966 501979 490813 493014  total = 130.615441 per ms 
03:26:41.748 16  switches: flows:  537405 537319 547901 525706 534774 534634 530520 527131 523120 525609 535509 536434 528952 525371 534794 528520  total = 141.655604 per ms 
03:27:41.852 16  switches: flows:  511737 518079 474338 461021 511918 515001 514516 507591 517221 505716 473789 516077 516291 502735 513416 508446  total = 134.234773 per ms 
03:28:41.954 16  switches: flows:  554025 542272 559041 540597 546023 561944 559043 553507 557873 562410 565654 563701 554332 563291 557670 549154  total = 147.927183 per ms 
03:29:42.061 16  switches: flows:  591690 603588 604589 586827 603880 599029 603582 598849 595830 585003 584804 599863 591973 583654 584741 577478  total = 157.973603 per ms 
03:30:42.164 16  switches: flows:  565303 561370 579854 562908 563018 574754 572972 575103 572280 569285 560521 579190 564221 564816 563975 563921  total = 151.303129 per ms 
03:31:42.266 16  switches: flows:  582913 586750 584090 553796 560570 585219 577274 586721 559429 579185 578678 596792 567602 577008 595497 568392  total = 153.739229 per ms 
03:32:42.368 16  switches: flows:  535505 503834 544350 531189 535776 528348 532906 531116 435010 525860 530173 535438 534390 523457 542559 528159  total = 139.732628 per ms 
03:33:42.470 16  switches: flows:  574595 573754 578428 568886 577665 573828 577403 577862 595779 576206 570783 583489 573918 580268 573823 566963  total = 153.468706 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130615.44/157973.60/145627.81/49363.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.484003" elapsed="0.000559"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T03:33:42.484792" elapsed="0.000631"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T03:33:42.486016" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T03:33:42.486147" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 130615.44/157973.60/145627.81/49363.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T03:33:42.485662" elapsed="0.000512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:33:42.486602" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 130615.44/157973.60/145627.81/49363.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:33:42.486349" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.489160" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.486775" elapsed="0.002455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.492375" level="INFO">130615.44/157973.60/145627.81/49363.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.489457" elapsed="0.003015"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:33:42.495130" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:33:42.492677" elapsed="0.002480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:33:42.497864" level="INFO">@{result_value_list} = [ 130615.44 | 157973.60 | 145627.81 | 49363.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:33:42.495396" elapsed="0.002499"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.498439" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T03:33:42.498561" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:33:42.498054" elapsed="0.000540"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.504145" level="INFO">min :: 130615.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.499119" elapsed="0.005088"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T03:33:42.498949" elapsed="0.005294"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.509117" level="INFO">max :: 157973.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.504474" elapsed="0.004715"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T03:33:42.504339" elapsed="0.004890"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.514102" level="INFO">avg :: 145627.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.509490" elapsed="0.004673"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T03:33:42.509334" elapsed="0.004866"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.518905" level="INFO">stdev :: 49363.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.514429" elapsed="0.004535"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T03:33:42.514293" elapsed="0.004707"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T03:33:42.498678" elapsed="0.020354"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.523204" level="INFO">${min} = 130615.44</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:33:42.519217" elapsed="0.004016"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.527229" level="INFO">${max} = 157973.60</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:33:42.523389" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.531238" level="INFO">${average} = 145627.81</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:33:42.527412" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.535205" level="INFO">${stdev} = 49363.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:33:42.531419" elapsed="0.003814"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.535760" level="INFO">${date} = 2026-05-02 03:33:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T03:33:42.535395" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.536400" level="INFO">CBench Result: 2026-05-02 03:33:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,130615.44,157973.60,145627.81,49363.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.535973" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T03:33:42.537731" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T03:33:42.537235" elapsed="0.000577"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T03:33:42.538044" elapsed="0.000505"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T03:33:42.536618" elapsed="0.001999"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-02T03:23:35.778491" elapsed="606.760188"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.539199" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T03:33:42.538831" elapsed="0.000428"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-02T03:33:42.539782" elapsed="0.000295"/>
</kw>
<status status="PASS" start="2026-05-02T03:33:42.539475" elapsed="0.000674"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T03:23:35.776914" elapsed="606.763274"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.541712" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.541277" elapsed="0.000497"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.543251" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-02T03:33:42.542823" elapsed="0.000474"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-02T03:33:42.543653" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:33:42.543424" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-02T03:33:42.546759" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:33:42.546487" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-05-02T03:33:42.546454" elapsed="0.000391"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:33:42.547228" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-02T03:33:42.546996" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.548012" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.9" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:33:42.547515" elapsed="0.000559"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-02T03:33:42.548639" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:33:42.548228" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:33:42.549757" level="INFO">Length is 0.</msg>
<msg time="2026-05-02T03:33:42.549876" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:33:42.549279" elapsed="0.000624"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:33:42.550049" elapsed="0.000405"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-02T03:33:42.551359" level="INFO">Logging into '10.30.171.9:22' as 'jenkins'.</msg>
<msg time="2026-05-02T03:33:43.119405" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May  2 03:33:42 UTC 2026

  System load:  0.41               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.9
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May  2 03:23:36 2026 from 10.30.170.62
[?2004h[jenkins@releng-63164-218-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-02T03:33:42.550981" elapsed="0.568727"/>
</kw>
<msg time="2026-05-02T03:33:43.119890" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:33:42.550611" elapsed="0.569419"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-02T03:33:42.548887" elapsed="0.571351"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-02T03:33:43.121209" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.100 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-02T03:43:50.419571" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-02T03:43:50.424281" level="INFO">${stdout} = </msg>
<msg time="2026-05-02T03:43:50.424384" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-02T03:33:43.120613" elapsed="607.303810"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:43:50.426936" elapsed="0.003044"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.431952" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:49.515 16  switches: flows:  100668 100893 96211 100274 100727 99135 97364 99678 97349 99061 97418 97599 97044 99143 98548 98190  total = 26.321700 per ms 
03:35:49.615 16  switches: flows:  103071 102662 99762 102908 103021 100578 99653 101529 99066 99949 101084 99626 97572 102420 101147 99633  total = 26.849835 per ms 
03:36:49.716 16  switches: flows:  84749 84657 83803 84430 85095 83942 83841 83008 82389 83450 83254 82640 82294 83832 82773 81508  total = 22.223829 per ms 
03:37:49.816 16  switches: flows:  93272 92154 91079 91783 92980 90981 92181 92897 90940 90488 90641 89677 89079 90259 90243 89738  total = 24.266022 per ms 
03:38:49.916 16  switches: flows:  95220 95463 93134 95252 96020 94118 94463 94991 92871 93585 94213 92535 92562 94019 92637 93393  total = 25.032801 per ms 
03:39:50.016 16  switches: flows:  84272 83691 81466 83390 83585 83317 83236 83337 82108 82216 83026 81811 81169 82427 81690 81343  total = 21.997998 per ms 
03:40:50.117 16  switches: flows:  89008 87069 86765 87889 87556 88312 86992 88714 86207 86830 87731 85152 86140 87199 86381 86838  total = 23.207598 per ms 
03:41:50.217 16  switches: flows:  67802 67340 66661 66845 67678 66719 66822 66721 65934 66367 66078 65934 65671 66556 65091 66088  total = 17.708889 per ms 
03:42:50.317 16  switches: flows:  70754 70670 68688 69539 69444 69023 70303 69732 69293 69717 69237 68587 68791 68834 68059 68837  total = 18.460919 per ms 
03:43:50.418 16  switches: flows:  68933 67560 66790 67517 68464 67176 67498 67395 68109 67659 67517 67337 65940 67207 66453 66928  total = 17.944740 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17708.89/26849.83/21965.85/7952.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.430350" elapsed="0.001847"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-02T03:43:50.432550" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-02T03:43:50.432339" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-02T03:43:50.432301" elapsed="0.000388"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-02T03:43:50.432823" elapsed="0.000534"/>
</return>
<status status="NOT RUN" start="2026-05-02T03:43:50.432771" elapsed="0.000645"/>
</branch>
<status status="NOT RUN" start="2026-05-02T03:43:50.432748" elapsed="0.000705"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-02T03:43:50.433502" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-02T03:43:50.437787" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-02T03:43:50.438415" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-02T03:43:50.438731" 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-05-02T03:43:50.434697" elapsed="0.004209"/>
</kw>
<msg time="2026-05-02T03:43:50.439097" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-02T03:33:42.544080" elapsed="607.895046"/>
</kw>
<status status="PASS" start="2026-05-02T03:33:42.543739" elapsed="607.895438"/>
</branch>
<status status="PASS" start="2026-05-02T03:33:42.543400" elapsed="607.895803"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.439688" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.100: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.100. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:34:49.515 16  switches: flows:  100668 100893 96211 100274 100727 99135 97364 99678 97349 99061 97418 97599 97044 99143 98548 98190  total = 26.321700 per ms 
03:35:49.615 16  switches: flows:  103071 102662 99762 102908 103021 100578 99653 101529 99066 99949 101084 99626 97572 102420 101147 99633  total = 26.849835 per ms 
03:36:49.716 16  switches: flows:  84749 84657 83803 84430 85095 83942 83841 83008 82389 83450 83254 82640 82294 83832 82773 81508  total = 22.223829 per ms 
03:37:49.816 16  switches: flows:  93272 92154 91079 91783 92980 90981 92181 92897 90940 90488 90641 89677 89079 90259 90243 89738  total = 24.266022 per ms 
03:38:49.916 16  switches: flows:  95220 95463 93134 95252 96020 94118 94463 94991 92871 93585 94213 92535 92562 94019 92637 93393  total = 25.032801 per ms 
03:39:50.016 16  switches: flows:  84272 83691 81466 83390 83585 83317 83236 83337 82108 82216 83026 81811 81169 82427 81690 81343  total = 21.997998 per ms 
03:40:50.117 16  switches: flows:  89008 87069 86765 87889 87556 88312 86992 88714 86207 86830 87731 85152 86140 87199 86381 86838  total = 23.207598 per ms 
03:41:50.217 16  switches: flows:  67802 67340 66661 66845 67678 66719 66822 66721 65934 66367 66078 65934 65671 66556 65091 66088  total = 17.708889 per ms 
03:42:50.317 16  switches: flows:  70754 70670 68688 69539 69444 69023 70303 69732 69293 69717 69237 68587 68791 68834 68059 68837  total = 18.460919 per ms 
03:43:50.418 16  switches: flows:  68933 67560 66790 67517 68464 67176 67498 67395 68109 67659 67517 67337 65940 67207 66453 66928  total = 17.944740 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17708.89/26849.83/21965.85/7952.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.439376" elapsed="0.000427"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-02T03:43:50.439967" elapsed="0.000867"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-02T03:43:50.441242" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-02T03:43:50.441335" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 17708.89/26849.83/21965.85/7952.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-02T03:43:50.441014" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:43:50.441804" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 17708.89/26849.83/21965.85/7952.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:43:50.441514" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.444390" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.441999" elapsed="0.002449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.447130" level="INFO">17708.89/26849.83/21965.85/7952.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.444596" elapsed="0.002594"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:43:50.449675" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:43:50.447387" elapsed="0.002315"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-02T03:43:50.452304" level="INFO">@{result_value_list} = [ 17708.89 | 26849.83 | 21965.85 | 7952.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-02T03:43:50.449935" elapsed="0.002396"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.452798" level="INFO">Length is 4.</msg>
<msg time="2026-05-02T03:43:50.452941" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-02T03:43:50.452491" elapsed="0.000477"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.457858" level="INFO">min :: 17708.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.453359" elapsed="0.004560"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-02T03:43:50.453230" elapsed="0.004725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.463157" level="INFO">max :: 26849.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.458170" elapsed="0.005049"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-02T03:43:50.458043" elapsed="0.005216"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.467975" level="INFO">avg :: 21965.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.463474" elapsed="0.004558"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-02T03:43:50.463347" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.473174" level="INFO">stdev :: 7952.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.468285" elapsed="0.004948"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-02T03:43:50.468151" elapsed="0.005118"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-02T03:43:50.453035" elapsed="0.020264"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.477890" level="INFO">${min} = 17708.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:43:50.473947" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.481987" level="INFO">${max} = 26849.83</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:43:50.478073" elapsed="0.003941"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.486093" level="INFO">${average} = 21965.85</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:43:50.482203" elapsed="0.003917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.490252" level="INFO">${stdev} = 7952.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-02T03:43:50.486274" elapsed="0.004005"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.490798" level="INFO">${date} = 2026-05-02 03:43:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-02T03:43:50.490440" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.491518" level="INFO">CBench Result: 2026-05-02 03:43:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,17708.89,26849.83,21965.85,7952.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-02T03:43:50.491043" elapsed="0.000575"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-02T03:43:50.492832" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-02T03:43:50.492284" elapsed="0.000637"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-02T03:43:50.493077" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-02T03:43:50.491781" elapsed="0.001883"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-02T03:33:42.542186" elapsed="607.951539"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.494266" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-02T03:43:50.493890" elapsed="0.000438"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-02T03:43:50.496191" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-02T03:43:50.495177" elapsed="0.001078"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-02T03:43:50.496502" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-05-02T03:43:50.496343" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-05-02T03:43:50.496320" elapsed="0.000280"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.496751" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.496988" elapsed="0.000028"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.497169" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.497323" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.497553" elapsed="0.000024"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.497707" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.497868" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-02T03:43:50.498093" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-02T03:43:50.497954" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-05-02T03:43:50.497937" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-02T03:43:50.494722" elapsed="0.003500"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-02T03:33:42.540678" elapsed="607.957592"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-02T03:13:26.548117" elapsed="1823.950791"/>
</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>
