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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-26T00:39:01.725496" elapsed="0.734727"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T00:39:02.508799" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:02.460424" elapsed="0.048462"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T00:39:02.510529" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-26T00:39:02.510633" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-26T00:39:02.509054" elapsed="0.001609"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:02.510815" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:39:02.511194" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.511827" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:39:02.511530" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T00:39:02.511956" elapsed="0.000052"/>
</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.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T00:39:01.724036" elapsed="0.788088"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-26T00:39:01.720486" elapsed="0.791702"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T00:39:02.512714" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-26T00:39:02.512373" elapsed="0.000398"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T00:39:02.513190" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-26T00:39:02.512942" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.513822" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-26T00:39:02.513424" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.514370" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:39:02.514041" elapsed="0.000370"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.514942" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-26T00:39:02.514556" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.515430" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:39:02.515126" elapsed="0.000345"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-26T00:39:02.515756" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:39:02.515548" elapsed="0.000262"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:39:02.520143" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:39:02.519745" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:39:02.521533" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T00:39:02.521623" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:39:02.520710" elapsed="0.000938"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:39:02.521796" elapsed="0.000378"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T00:39:02.523196" level="INFO">Logging into '10.30.170.31:22' as 'jenkins'.</msg>
<msg time="2026-04-26T00:39:03.224659" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 00:39:02 UTC 2026

  System load:  0.19               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.31
  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-205-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-26T00:39:02.522670" elapsed="0.702074"/>
</kw>
<msg time="2026-04-26T00:39:03.224810" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:39:02.522327" elapsed="0.702572"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-26T00:39:02.520373" elapsed="0.704618"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.232041" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-26T00:39:03.225138" elapsed="0.008983"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:39:03.234478" elapsed="0.000588"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-26T00:39:02.519235" elapsed="0.715965"/>
</kw>
<status status="PASS" start="2026-04-26T00:39:02.515910" elapsed="0.719370"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:02.515525" elapsed="0.719814"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-26T00:39:03.235659" elapsed="0.000957"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:39:03.245572" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:39:03.245456" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:03.245434" elapsed="0.000212"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:39:03.249206" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:39:03.249094" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:03.249075" elapsed="0.000199"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:39:03.249402" elapsed="0.000414"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.250233" level="INFO">Logging into '10.30.171.35:8101' as 'karaf'.</msg>
<msg time="2026-04-26T00:39:03.474009" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-26T00:39:03.249978" elapsed="0.224122"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.574523" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:03.474255" elapsed="0.100448"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.587124" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-26T00:39:03.587374" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-26T00:39:03.575027" elapsed="0.012381"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:03.587601" elapsed="0.000303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:39:03.588062" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.588774" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:39:03.588438" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T00:39:03.588910" elapsed="0.000062"/>
</return>
<msg time="2026-04-26T00:39:03.589133" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T00:39:03.248722" elapsed="0.340442"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-26T00:39:03.589313" elapsed="0.000600"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T00:39:03.589965" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-26T00:39:03.245177" elapsed="0.344918"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:39:03.593907" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:39:03.593748" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:03.593722" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:39:03.594112" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.595012" level="INFO">Logging into '10.30.171.35:8101' as 'karaf'.</msg>
<msg time="2026-04-26T00:39:03.804446" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-26T00:39:03.594723" elapsed="0.209837"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.829861" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:03.804762" elapsed="0.025171"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.831687" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-26T00:39:03.831792" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-26T00:39:03.830078" elapsed="0.001743"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-26T00:39:03.831987" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:39:03.832308" elapsed="0.000161"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.832927" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:39:03.832606" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-26T00:39:03.833030" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-26T00:39:03.593407" elapsed="0.239789"/>
</kw>
<status status="PASS" start="2026-04-26T00:39:01.718552" elapsed="2.114708"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.835170" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:39:03.834118" elapsed="0.001118"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.836673" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:39:03.836332" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-26T00:39:03.837048" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:39:03.836795" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-26T00:39:03.840070" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:39:03.839808" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:03.839789" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.840790" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-26T00:39:03.840281" elapsed="0.000684"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.841529" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.31" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:39:03.841104" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.842207" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:39:03.841726" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:39:03.843191" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T00:39:03.843283" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:39:03.842828" elapsed="0.000479"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:39:03.843449" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T00:39:03.844649" level="INFO">Logging into '10.30.170.31:22' as 'jenkins'.</msg>
<msg time="2026-04-26T00:39:04.203194" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 00:39:02 UTC 2026

  System load:  0.19               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.31
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 00:39:03 2026 from 10.30.171.183
[?2004h[jenkins@releng-63164-205-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-26T00:39:03.844296" elapsed="0.359008"/>
</kw>
<msg time="2026-04-26T00:39:04.203366" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:39:03.843945" elapsed="0.359482"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-26T00:39:03.842433" elapsed="0.361087"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T00:39:04.203921" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T00:49:10.326082" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T00:49:10.326537" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T00:49:10.326645" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-26T00:39:04.203677" elapsed="606.123027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:49:10.327239" elapsed="0.000859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.329240" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:09.413 16  switches: flows:  96021 95457 99115 98955 98852 96329 95392 98384 98090 96259 96828 96436 95056 95441 96289 95966  total = 25.814500 per ms 
00:41:09.513 16  switches: flows:  107624 106285 107870 108323 106147 108171 106029 107512 109419 105944 106318 108229 106453 104781 107032 105312  total = 28.476565 per ms 
00:42:09.614 16  switches: flows:  107441 105054 106878 109563 108912 108931 106427 109201 108511 106537 109113 108615 107668 105259 105053 105707  total = 28.600087 per ms 
00:43:09.714 16  switches: flows:  102316 101271 101945 105163 103371 104720 102142 103767 105425 102068 103340 102089 103748 101438 101112 100896  total = 27.367784 per ms 
00:44:09.814 16  switches: flows:  96138 96411 97393 96864 98150 96341 96154 96748 97308 96131 94281 95770 95408 94296 94546 94312  total = 25.561526 per ms 
00:45:09.915 16  switches: flows:  106276 104118 107850 108646 103804 108463 105418 106199 106040 103996 102915 103281 104289 103886 102762 105889  total = 28.017070 per ms 
00:46:10.016 16  switches: flows:  109096 104943 107451 109845 105531 104658 104438 104094 103472 104923 102350 104348 105702 104209 105054 105276  total = 28.043010 per ms 
00:47:10.117 16  switches: flows:  109986 105497 108512 109294 105023 107214 104966 105719 104311 105093 102022 104426 104679 106357 105029 106076  total = 28.189656 per ms 
00:48:10.218 16  switches: flows:  107898 104195 107162 108382 105250 106218 104177 103706 103109 103411 101504 103558 104913 103790 103113 104687  total = 27.871172 per ms 
00:49:10.319 16  switches: flows:  106456 104005 110214 108290 105948 105981 108675 106430 107172 106269 102987 107970 105933 106880 105153 105940  total = 28.357694 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25561.53/28600.09/27831.62/9318.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.328466" elapsed="0.001083"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T00:49:10.330094" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-26T00:49:10.329757" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-26T00:49:10.329699" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T00:49:10.330523" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:49:10.330440" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-04-26T00:49:10.330404" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T00:49:10.330738" 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-04-26T00:49:10.335893" elapsed="0.000337"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:49:10.336376" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:49:10.336678" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-26T00:49:10.331522" elapsed="0.005306"/>
</kw>
<msg time="2026-04-26T00:49:10.336973" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-26T00:39:03.837459" elapsed="606.499541"/>
</kw>
<status status="PASS" start="2026-04-26T00:39:03.837134" elapsed="606.499915"/>
</branch>
<status status="PASS" start="2026-04-26T00:39:03.836773" elapsed="606.500300"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.337502" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:09.413 16  switches: flows:  96021 95457 99115 98955 98852 96329 95392 98384 98090 96259 96828 96436 95056 95441 96289 95966  total = 25.814500 per ms 
00:41:09.513 16  switches: flows:  107624 106285 107870 108323 106147 108171 106029 107512 109419 105944 106318 108229 106453 104781 107032 105312  total = 28.476565 per ms 
00:42:09.614 16  switches: flows:  107441 105054 106878 109563 108912 108931 106427 109201 108511 106537 109113 108615 107668 105259 105053 105707  total = 28.600087 per ms 
00:43:09.714 16  switches: flows:  102316 101271 101945 105163 103371 104720 102142 103767 105425 102068 103340 102089 103748 101438 101112 100896  total = 27.367784 per ms 
00:44:09.814 16  switches: flows:  96138 96411 97393 96864 98150 96341 96154 96748 97308 96131 94281 95770 95408 94296 94546 94312  total = 25.561526 per ms 
00:45:09.915 16  switches: flows:  106276 104118 107850 108646 103804 108463 105418 106199 106040 103996 102915 103281 104289 103886 102762 105889  total = 28.017070 per ms 
00:46:10.016 16  switches: flows:  109096 104943 107451 109845 105531 104658 104438 104094 103472 104923 102350 104348 105702 104209 105054 105276  total = 28.043010 per ms 
00:47:10.117 16  switches: flows:  109986 105497 108512 109294 105023 107214 104966 105719 104311 105093 102022 104426 104679 106357 105029 106076  total = 28.189656 per ms 
00:48:10.218 16  switches: flows:  107898 104195 107162 108382 105250 106218 104177 103706 103109 103411 101504 103558 104913 103790 103113 104687  total = 27.871172 per ms 
00:49:10.319 16  switches: flows:  106456 104005 110214 108290 105948 105981 108675 106430 107172 106269 102987 107970 105933 106880 105153 105940  total = 28.357694 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25561.53/28600.09/27831.62/9318.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.337212" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-26T00:49:10.337722" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T00:49:10.338490" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T00:49:10.338587" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25561.53/28600.09/27831.62/9318.20 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-26T00:49:10.338261" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:49:10.339036" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25561.53/28600.09/27831.62/9318.20 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:49:10.338765" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.341432" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.339225" elapsed="0.002268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.343878" level="INFO">25561.53/28600.09/27831.62/9318.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.341636" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:49:10.346279" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:49:10.344087" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:49:10.348761" level="INFO">@{result_value_list} = [ 25561.53 | 28600.09 | 27831.62 | 9318.20 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:49:10.346493" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.349273" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T00:49:10.349363" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:49:10.348961" elapsed="0.000427"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.354050" level="INFO">min :: 25561.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.349775" elapsed="0.004331"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T00:49:10.349645" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.358615" level="INFO">max :: 28600.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.354358" elapsed="0.004313"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T00:49:10.354231" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.363279" level="INFO">avg :: 27831.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.358935" elapsed="0.004400"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T00:49:10.358793" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.367952" level="INFO">stdev :: 9318.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.363593" elapsed="0.004415"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T00:49:10.363466" elapsed="0.004576"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T00:49:10.349454" elapsed="0.018885"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.372231" level="INFO">${min} = 25561.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:49:10.368502" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.376248" level="INFO">${max} = 28600.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:49:10.372408" elapsed="0.003867"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.380157" level="INFO">${average} = 27831.62</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:49:10.376426" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.384067" level="INFO">${stdev} = 9318.20</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:49:10.380335" elapsed="0.003759"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.384608" level="INFO">${date} = 2026-04-26 00:49:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T00:49:10.384255" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.385208" level="INFO">CBench Result: 2026-04-26 00:49:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25561.53,28600.09,27831.62,9318.20</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.384780" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T00:49:10.386330" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-26T00:49:10.385920" elapsed="0.000476"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-26T00:49:10.386547" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T00:49:10.385408" elapsed="0.001681"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-26T00:39:03.835682" elapsed="606.551468"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.387617" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-26T00:49:10.387302" elapsed="0.000370"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-26T00:49:10.388241" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-04-26T00:49:10.387944" elapsed="0.000635"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-26T00:39:03.833411" elapsed="606.555206"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.390101" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.389501" elapsed="0.000679"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.391429" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:49:10.391101" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-26T00:49:10.391794" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:49:10.391578" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-26T00:49:10.394805" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:49:10.394539" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-04-26T00:49:10.394514" elapsed="0.000392"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:49:10.395243" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-26T00:49:10.395039" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.396083" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.35 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.31" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:49:10.395629" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:49:10.396697" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:49:10.396286" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:49:10.397636" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T00:49:10.397729" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:49:10.397330" elapsed="0.000424"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:49:10.398007" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T00:49:10.399279" level="INFO">Logging into '10.30.170.31:22' as 'jenkins'.</msg>
<msg time="2026-04-26T00:49:10.993543" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 00:49:10 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 00:39:04 2026 from 10.30.171.183
[?2004h[jenkins@releng-63164-205-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-26T00:49:10.398883" elapsed="0.595017"/>
</kw>
<msg time="2026-04-26T00:49:10.994071" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:49:10.398504" elapsed="0.595731"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-26T00:49:10.396945" elapsed="0.597515"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T00:49:10.995528" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.35 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T00:59:17.389283" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T00:59:17.389913" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T00:59:17.390028" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-26T00:49:10.994954" elapsed="606.395131"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:59:17.390579" elapsed="0.000761"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.392614" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:16.122 16  switches: flows:  443777 442852 450736 440103 451336 451892 453940 443793 438304 431412 437684 440726 443380 433470 444264 429946  total = 117.960250 per ms 
00:51:16.224 16  switches: flows:  456918 453181 453600 451517 446525 452883 454086 458075 456046 453414 455567 458331 459234 448677 450589 453830  total = 120.836502 per ms 
00:52:16.325 16  switches: flows:  444662 435890 441330 445623 441247 448294 446184 433543 443824 453022 453455 437734 444847 446002 451708 450942  total = 118.439489 per ms 
00:53:16.426 16  switches: flows:  479653 487060 490550 484264 485952 480631 481251 490095 483994 478508 484321 487340 484813 483524 484632 481948  total = 128.925536 per ms 
00:54:16.528 16  switches: flows:  490525 486814 488353 485781 491727 486955 486597 496343 491610 489445 490316 487916 486327 489258 486899 492684  total = 130.240354 per ms 
00:55:16.978 16  switches: flows:  486429 478797 486255 483498 487409 486320 483561 486562 478982 478465 485602 482071 477865 484409 477730 483142  total = 127.828144 per ms 
00:56:17.080 16  switches: flows:  487678 484921 502040 491528 497785 497112 497671 497309 491960 485545 489656 492454 494817 493886 503351 489922  total = 131.404237 per ms 
00:57:17.183 16  switches: flows:  479007 475308 475954 467056 480373 476265 471884 463509 469234 472354 473888 477053 469819 467879 478743 481924  total = 126.121032 per ms 
00:58:17.284 16  switches: flows:  488907 485263 486730 485580 490584 487948 482658 483056 485253 485569 484654 487642 480725 490788 490651 487005  total = 129.499094 per ms 
00:59:17.385 16  switches: flows:  458680 458536 456602 475661 452007 456031 456410 465529 461691 456779 461701 464687 461443 467953 464017 463843  total = 122.819733 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118439.49/131404.24/126234.90/42295.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.391709" elapsed="0.001305"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T00:59:17.393583" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-04-26T00:59:17.393202" elapsed="0.000579"/>
</branch>
<status status="PASS" start="2026-04-26T00:59:17.393151" elapsed="0.000712"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T00:59:17.394143" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:59:17.394059" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-26T00:59:17.394021" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T00:59:17.394351" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:59:17.399289" elapsed="0.000335"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:59:17.399769" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:59:17.400085" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-26T00:59:17.395090" elapsed="0.005147"/>
</kw>
<msg time="2026-04-26T00:59:17.400364" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-26T00:49:10.392212" elapsed="607.008178"/>
</kw>
<status status="PASS" start="2026-04-26T00:49:10.391894" elapsed="607.008545"/>
</branch>
<status status="PASS" start="2026-04-26T00:49:10.391558" elapsed="607.008905"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.400908" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:16.122 16  switches: flows:  443777 442852 450736 440103 451336 451892 453940 443793 438304 431412 437684 440726 443380 433470 444264 429946  total = 117.960250 per ms 
00:51:16.224 16  switches: flows:  456918 453181 453600 451517 446525 452883 454086 458075 456046 453414 455567 458331 459234 448677 450589 453830  total = 120.836502 per ms 
00:52:16.325 16  switches: flows:  444662 435890 441330 445623 441247 448294 446184 433543 443824 453022 453455 437734 444847 446002 451708 450942  total = 118.439489 per ms 
00:53:16.426 16  switches: flows:  479653 487060 490550 484264 485952 480631 481251 490095 483994 478508 484321 487340 484813 483524 484632 481948  total = 128.925536 per ms 
00:54:16.528 16  switches: flows:  490525 486814 488353 485781 491727 486955 486597 496343 491610 489445 490316 487916 486327 489258 486899 492684  total = 130.240354 per ms 
00:55:16.978 16  switches: flows:  486429 478797 486255 483498 487409 486320 483561 486562 478982 478465 485602 482071 477865 484409 477730 483142  total = 127.828144 per ms 
00:56:17.080 16  switches: flows:  487678 484921 502040 491528 497785 497112 497671 497309 491960 485545 489656 492454 494817 493886 503351 489922  total = 131.404237 per ms 
00:57:17.183 16  switches: flows:  479007 475308 475954 467056 480373 476265 471884 463509 469234 472354 473888 477053 469819 467879 478743 481924  total = 126.121032 per ms 
00:58:17.284 16  switches: flows:  488907 485263 486730 485580 490584 487948 482658 483056 485253 485569 484654 487642 480725 490788 490651 487005  total = 129.499094 per ms 
00:59:17.385 16  switches: flows:  458680 458536 456602 475661 452007 456031 456410 465529 461691 456779 461701 464687 461443 467953 464017 463843  total = 122.819733 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118439.49/131404.24/126234.90/42295.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.400603" elapsed="0.000380"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-26T00:59:17.401131" elapsed="0.000361"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T00:59:17.401902" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T00:59:17.401995" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 118439.49/131404.24/126234.90/42295.31 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-26T00:59:17.401669" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:59:17.402423" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 118439.49/131404.24/126234.90/42295.31 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:59:17.402172" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.404901" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.402590" elapsed="0.002369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.407676" level="INFO">118439.49/131404.24/126234.90/42295.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.405128" elapsed="0.002604"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:59:17.410147" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:59:17.407901" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T00:59:17.412640" level="INFO">@{result_value_list} = [ 118439.49 | 131404.24 | 126234.90 | 42295.31 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T00:59:17.410396" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.413152" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T00:59:17.413255" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:59:17.412823" elapsed="0.000462"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.418287" level="INFO">min :: 118439.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.413699" elapsed="0.004646"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T00:59:17.413566" elapsed="0.004814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.422939" level="INFO">max :: 131404.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.418597" elapsed="0.004399"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T00:59:17.418470" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.427593" level="INFO">avg :: 126234.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.423247" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T00:59:17.423120" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.432292" level="INFO">stdev :: 42295.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.427933" elapsed="0.004415"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T00:59:17.427772" elapsed="0.004611"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T00:59:17.413355" elapsed="0.019059"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.436471" level="INFO">${min} = 118439.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:59:17.432571" elapsed="0.003926"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.440356" level="INFO">${max} = 131404.24</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:59:17.436650" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.444251" level="INFO">${average} = 126234.90</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:59:17.440534" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.448161" level="INFO">${stdev} = 42295.31</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T00:59:17.444427" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.448691" level="INFO">${date} = 2026-04-26 00:59:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T00:59:17.448346" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.449283" level="INFO">CBench Result: 2026-04-26 00:59:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,118439.49,131404.24,126234.90,42295.31</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.448879" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T00:59:17.450449" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-26T00:59:17.450017" elapsed="0.000498"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-26T00:59:17.450663" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T00:59:17.449499" elapsed="0.001702"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-26T00:49:10.390491" elapsed="607.060768"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.451752" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-26T00:59:17.451405" elapsed="0.000404"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-26T00:59:17.452334" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-04-26T00:59:17.452036" elapsed="0.000664"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-26T00:49:10.388944" elapsed="607.063796"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.454170" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.453764" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.455480" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:59:17.455152" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-26T00:59:17.455910" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:59:17.455663" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-26T00:59:17.459167" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:59:17.458913" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-26T00:59:17.458893" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:59:17.459592" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-26T00:59:17.459381" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.460331" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.31" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T00:59:17.459906" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:59:17.460966" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:59:17.460528" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:59:17.461951" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T00:59:17.462040" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:59:17.461591" elapsed="0.000473"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:59:17.462206" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T00:59:17.463431" level="INFO">Logging into '10.30.170.31:22' as 'jenkins'.</msg>
<msg time="2026-04-26T00:59:18.100607" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Apr 26 00:59:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Apr 26 00:49:10 2026 from 10.30.171.183
[?2004h[jenkins@releng-63164-205-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-26T00:59:17.463071" elapsed="0.637737"/>
</kw>
<msg time="2026-04-26T00:59:18.100919" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:59:17.462684" elapsed="0.638324"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-26T00:59:17.461196" elapsed="0.639933"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-26T00:59:18.101723" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-26T01:09:24.241143" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-26T01:09:24.241788" level="INFO">${stdout} = </msg>
<msg time="2026-04-26T01:09:24.241925" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-26T00:59:18.101390" elapsed="606.140594"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T01:09:24.242456" elapsed="0.000726"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.244312" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:23.329 16  switches: flows:  101455 100650 96485 97580 98991 103469 99493 99005 101591 97941 98975 98456 99946 96234 102968 96358  total = 26.493283 per ms 
01:01:23.429 16  switches: flows:  88075 86666 84465 84449 86703 85697 87583 87898 84662 85203 86709 86263 86748 84491 84649 85768  total = 22.895577 per ms 
01:02:23.530 16  switches: flows:  90193 90366 89339 89520 88769 88873 89358 89408 91014 87970 89824 86639 87693 88579 88841 87563  total = 23.692912 per ms 
01:03:23.631 16  switches: flows:  101493 99617 98734 100589 96600 97825 100739 99999 96836 98120 96193 97579 99341 99366 96636 96055  total = 26.218231 per ms 
01:04:23.732 16  switches: flows:  102128 101069 100404 100211 98644 99007 102746 100994 97854 99522 98121 96998 100051 100289 98139 96451  total = 26.499520 per ms 
01:05:23.833 16  switches: flows:  103041 101051 100809 101951 98667 101447 101472 103463 100594 98677 97959 98138 101390 102401 97991 98581  total = 26.749205 per ms 
01:06:23.934 16  switches: flows:  107856 107311 106163 107998 103463 104968 106485 107134 105548 105412 103018 103821 105858 104837 103095 102505  total = 28.044365 per ms 
01:07:24.035 16  switches: flows:  106566 104377 104518 104453 100538 105229 102852 104697 104478 103404 103790 103738 102505 103865 101591 101242  total = 27.584655 per ms 
01:08:24.136 16  switches: flows:  110416 110698 110124 110299 108783 110918 108810 109769 110868 106206 108099 106759 107835 108456 108118 104936  total = 28.969872 per ms 
01:09:24.236 16  switches: flows:  106573 108432 108464 108602 106680 106527 105481 108731 108902 103452 104545 104879 103469 105661 105926 103723  total = 28.286903 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22895.58/28969.87/26549.03/9059.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.243536" elapsed="0.001081"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-26T01:09:24.245150" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-04-26T01:09:24.244807" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-04-26T01:09:24.244756" elapsed="0.000671"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-26T01:09:24.245637" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-26T01:09:24.245557" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-26T01:09:24.245521" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-26T01:09:24.245848" elapsed="0.000069"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T01:09:24.249831" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T01:09:24.250558" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T01:09:24.250989" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-26T01:09:24.246556" elapsed="0.004645"/>
</kw>
<msg time="2026-04-26T01:09:24.251380" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-26T00:59:17.456323" elapsed="606.795093"/>
</kw>
<status status="PASS" start="2026-04-26T00:59:17.455996" elapsed="606.795489"/>
</branch>
<status status="PASS" start="2026-04-26T00:59:17.455640" elapsed="606.795878"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.252138" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:23.329 16  switches: flows:  101455 100650 96485 97580 98991 103469 99493 99005 101591 97941 98975 98456 99946 96234 102968 96358  total = 26.493283 per ms 
01:01:23.429 16  switches: flows:  88075 86666 84465 84449 86703 85697 87583 87898 84662 85203 86709 86263 86748 84491 84649 85768  total = 22.895577 per ms 
01:02:23.530 16  switches: flows:  90193 90366 89339 89520 88769 88873 89358 89408 91014 87970 89824 86639 87693 88579 88841 87563  total = 23.692912 per ms 
01:03:23.631 16  switches: flows:  101493 99617 98734 100589 96600 97825 100739 99999 96836 98120 96193 97579 99341 99366 96636 96055  total = 26.218231 per ms 
01:04:23.732 16  switches: flows:  102128 101069 100404 100211 98644 99007 102746 100994 97854 99522 98121 96998 100051 100289 98139 96451  total = 26.499520 per ms 
01:05:23.833 16  switches: flows:  103041 101051 100809 101951 98667 101447 101472 103463 100594 98677 97959 98138 101390 102401 97991 98581  total = 26.749205 per ms 
01:06:23.934 16  switches: flows:  107856 107311 106163 107998 103463 104968 106485 107134 105548 105412 103018 103821 105858 104837 103095 102505  total = 28.044365 per ms 
01:07:24.035 16  switches: flows:  106566 104377 104518 104453 100538 105229 102852 104697 104478 103404 103790 103738 102505 103865 101591 101242  total = 27.584655 per ms 
01:08:24.136 16  switches: flows:  110416 110698 110124 110299 108783 110918 108810 109769 110868 106206 108099 106759 107835 108456 108118 104936  total = 28.969872 per ms 
01:09:24.236 16  switches: flows:  106573 108432 108464 108602 106680 106527 105481 108731 108902 103452 104545 104879 103469 105661 105926 103723  total = 28.286903 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22895.58/28969.87/26549.03/9059.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.251713" elapsed="0.000528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-26T01:09:24.252447" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-26T01:09:24.253489" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-26T01:09:24.253615" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22895.58/28969.87/26549.03/9059.66 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-26T01:09:24.253177" elapsed="0.000472"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T01:09:24.254349" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22895.58/28969.87/26549.03/9059.66 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T01:09:24.253900" elapsed="0.000497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.257847" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.254632" elapsed="0.003338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.260508" level="INFO">22895.58/28969.87/26549.03/9059.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.258193" elapsed="0.002373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T01:09:24.262974" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T01:09:24.260718" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-26T01:09:24.265442" level="INFO">@{result_value_list} = [ 22895.58 | 28969.87 | 26549.03 | 9059.66 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-26T01:09:24.263199" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.265956" level="INFO">Length is 4.</msg>
<msg time="2026-04-26T01:09:24.266047" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T01:09:24.265623" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.270774" level="INFO">min :: 22895.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.266447" elapsed="0.004385"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-26T01:09:24.266318" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.275491" level="INFO">max :: 28969.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-04-26T01:09:24.271106" elapsed="0.004444"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-26T01:09:24.270973" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.280175" level="INFO">avg :: 26549.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.275804" elapsed="0.004427"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-26T01:09:24.275675" elapsed="0.004592"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.285006" level="INFO">stdev :: 9059.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.280503" elapsed="0.004562"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-26T01:09:24.280350" elapsed="0.004750"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-26T01:09:24.266136" elapsed="0.018995"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.289308" level="INFO">${min} = 22895.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T01:09:24.285306" elapsed="0.004030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.293153" level="INFO">${max} = 28969.87</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T01:09:24.289489" elapsed="0.003691"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.297069" level="INFO">${average} = 26549.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T01:09:24.293355" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.301024" level="INFO">${stdev} = 9059.66</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-26T01:09:24.297251" elapsed="0.003800"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.301594" level="INFO">${date} = 2026-04-26 01:09:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-26T01:09:24.301216" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.302209" level="INFO">CBench Result: 2026-04-26 01:09:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22895.58,28969.87,26549.03,9059.66</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-26T01:09:24.301776" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-26T01:09:24.303382" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-26T01:09:24.302900" elapsed="0.000553"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-26T01:09:24.303611" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-26T01:09:24.302406" elapsed="0.001752"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-26T00:59:17.454568" elapsed="606.849650"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.304680" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-26T01:09:24.304365" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T01:09:24.306010" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-26T01:09:24.305503" elapsed="0.000534"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-26T01:09:24.306264" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-26T01:09:24.306113" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-26T01:09:24.306094" elapsed="0.000257"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.306492" 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-04-26T01:09:24.306654" elapsed="0.000023"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.306851" elapsed="0.000039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.307068" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.307220" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.307372" 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-04-26T01:09:24.307517" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-26T01:09:24.307736" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-26T01:09:24.307600" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-04-26T01:09:24.307583" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-26T01:09:24.305145" elapsed="0.002732"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-26T00:59:17.453188" elapsed="606.854740"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-26T00:39:01.166833" elapsed="1823.141849"/>
</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>
