<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-30T03:02:21.455830" 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-30T03:02:22.053988" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:02:22.053831" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:22.053800" elapsed="0.000292"/>
</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-30T03:02:22.054258" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T03:02:22.055278" level="INFO">Logging into '10.30.171.55:8101' as 'karaf'.</msg>
<msg time="2026-04-30T03:02:22.802527" 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-30T03:02:22.054958" elapsed="0.747777"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T03:02:22.852704" 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-30T03:02:22.803032" elapsed="0.049744"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T03:02:22.854611" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T03:02:22.854722" 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-30T03:02:22.852943" elapsed="0.001810"/>
</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-30T03:02:22.854911" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:02:22.855287" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.855967" 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-30T03:02:22.855644" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T03:02:22.856075" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.55
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-30T03:02:22.053434" elapsed="0.802868"/>
</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-30T03:02:22.049664" elapsed="0.806701"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T03:02:22.856924" 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-30T03:02:22.856552" elapsed="0.000430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T03:02:22.857404" 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-30T03:02:22.857138" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.858022" 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-30T03:02:22.857619" elapsed="0.000431"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.858572" 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-30T03:02:22.858237" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.859215" 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-30T03:02:22.858764" elapsed="0.000481"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.859728" 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-30T03:02:22.859409" elapsed="0.000361"/>
</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-30T03:02:22.860064" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:02:22.859852" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:02:22.864553" 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-30T03:02:22.864103" elapsed="0.000478"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:02:22.865765" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T03:02:22.865850" 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-30T03:02:22.865132" elapsed="0.000743"/>
</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-30T03:02:22.866025" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T03:02:22.867418" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-04-30T03:02:23.571408" 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 Thu Apr 30 03:02:23 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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-214-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-30T03:02:22.866907" elapsed="0.704677"/>
</kw>
<msg time="2026-04-30T03:02:23.571700" 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-30T03:02:22.866556" elapsed="0.705251"/>
</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-30T03:02:22.864788" elapsed="0.707169"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-30T03:02:23.579640" 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-30T03:02:23.572244" elapsed="0.009049"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:02:23.581707" elapsed="0.000370"/>
</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-30T03:02:22.863576" elapsed="0.718604"/>
</kw>
<status status="PASS" start="2026-04-30T03:02:22.860224" elapsed="0.722029"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:22.859828" elapsed="0.722469"/>
</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-30T03:02:23.582519" elapsed="0.000660"/>
</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-30T03:02:23.589472" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:02:23.589324" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:23.589283" elapsed="0.000278"/>
</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-30T03:02:23.593173" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:02:23.593058" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:23.593038" elapsed="0.000221"/>
</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-30T03:02:23.593393" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T03:02:23.594253" level="INFO">Logging into '10.30.171.55:8101' as 'karaf'.</msg>
<msg time="2026-04-30T03:02:23.813229" 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-30T03:02:23.593977" elapsed="0.219378"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T03:02:23.910066" 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-30T03:02:23.813563" elapsed="0.096573"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T03:02:23.915594" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T03:02:23.915785" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-30T03:02:23.910312" elapsed="0.005507"/>
</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-30T03:02:23.915965" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:02:23.916341" elapsed="0.000256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:02:23.917077" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:02:23.916752" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T03:02:23.917186" elapsed="0.000071"/>
</return>
<msg time="2026-04-30T03:02:23.917408" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.55
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-30T03:02:23.592696" elapsed="0.324746"/>
</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-30T03:02:23.917594" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T03:02:23.918175" elapsed="0.000050"/>
</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-30T03:02:23.588849" elapsed="0.329482"/>
</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-30T03:02:23.922373" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:02:23.922168" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:23.922137" elapsed="0.000339"/>
</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-30T03:02:23.922662" elapsed="0.000632"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-30T03:02:23.924176" level="INFO">Logging into '10.30.171.55:8101' as 'karaf'.</msg>
<msg time="2026-04-30T03:02:24.108897" 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-30T03:02:23.923799" elapsed="0.185495"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.136719" 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-30T03:02:24.109787" elapsed="0.027006"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.138658" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-30T03:02:24.138790" 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-30T03:02:24.136979" elapsed="0.001842"/>
</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-30T03:02:24.138966" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:02:24.139366" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:02:24.140361" 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-30T03:02:24.139815" elapsed="0.000601"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-30T03:02:24.140485" elapsed="0.000122"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.55
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-30T03:02:23.921722" elapsed="0.219070"/>
</kw>
<status status="PASS" start="2026-04-30T03:02:22.047777" elapsed="2.093096"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:02:24.143925" 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-30T03:02:24.142098" elapsed="0.001918"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T03:02:24.145959" 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-30T03:02:24.145557" elapsed="0.000449"/>
</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-30T03:02:24.146422" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:02:24.146106" elapsed="0.000378"/>
</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-30T03:02:24.149905" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:02:24.149633" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:24.149611" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.150459" 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-30T03:02:24.150635" 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-30T03:02:24.150139" elapsed="0.000536"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:02:24.151584" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.55 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-30T03:02:24.150876" elapsed="0.000797"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.152515" 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-30T03:02:24.151885" elapsed="0.000658"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:02:24.153666" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T03:02:24.153764" 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-30T03:02:24.153283" elapsed="0.000506"/>
</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-30T03:02:24.153948" elapsed="0.000398"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.155277" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-04-30T03:02:24.504888" 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 Thu Apr 30 03:02:23 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Thu Apr 30 03:02:23 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-214-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-30T03:02:24.154879" elapsed="0.350352"/>
</kw>
<msg time="2026-04-30T03:02:24.505360" 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-30T03:02:24.154509" elapsed="0.350984"/>
</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-30T03:02:24.152807" elapsed="0.352861"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T03:02:24.506907" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.55 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T03:12:30.620581" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T03:12:30.621057" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T03:12:30.621164" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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-30T03:02:24.506000" elapsed="606.115266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:12:30.621730" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.623604" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:29.712 16  switches: flows:  101200 101795 100320 100297 101704 100740 100252 100401 99835 100779 97848 98505 100102 99436 98076 100923  total = 26.703550 per ms 
03:04:29.813 16  switches: flows:  114735 112990 115232 114959 116034 113960 114188 113150 113257 113305 111623 110680 111428 113508 111767 114112  total = 30.198381 per ms 
03:05:29.913 16  switches: flows:  113744 111947 113750 113975 114842 112669 112646 112427 113396 114526 109108 110102 109863 111550 110113 112296  total = 29.899305 per ms 
03:06:30.014 16  switches: flows:  114599 114022 116329 117115 117171 115957 114562 115214 115047 116193 111557 110668 113149 114394 110646 112103  total = 30.427779 per ms 
03:07:30.114 16  switches: flows:  115239 114597 117531 116670 116676 114725 114089 115793 115581 116268 112569 112573 112852 114169 113796 114119  total = 30.569763 per ms 
03:08:30.215 16  switches: flows:  111093 110509 111847 113555 112017 110940 110688 111320 111078 111929 111650 108148 108744 111104 111073 108883  total = 29.526589 per ms 
03:09:30.315 16  switches: flows:  114687 113630 114240 115411 117453 114702 114845 116748 114622 114487 114787 112133 112240 113519 114895 112825  total = 30.469513 per ms 
03:10:30.416 16  switches: flows:  110790 112823 109399 113247 113938 111485 110352 112108 110056 112539 110781 109246 108695 110981 110279 109728  total = 29.558102 per ms 
03:11:30.516 16  switches: flows:  114883 115038 114019 116657 116848 115002 114890 114456 115456 114739 114587 113077 112178 114448 114726 114033  total = 30.533009 per ms 
03:12:30.616 16  switches: flows:  113754 114932 114570 115818 117590 115293 114877 113650 117061 116949 114967 112577 112757 115784 114525 114811  total = 30.614130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29526.59/30614.13/30199.62/10074.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:12:30.622848" elapsed="0.001054"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T03:12:30.624422" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-30T03:12:30.624087" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-04-30T03:12:30.624032" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T03:12:30.624857" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:12:30.624771" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-04-30T03:12:30.624734" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T03:12:30.625072" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T03:12:30.630742" elapsed="0.000369"/>
</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-30T03:12:30.631276" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:12:30.631581" 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-30T03:12:30.625803" elapsed="0.005927"/>
</kw>
<msg time="2026-04-30T03:12:30.631881" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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-30T03:02:24.146883" elapsed="606.485038"/>
</kw>
<status status="PASS" start="2026-04-30T03:02:24.146515" elapsed="606.485456"/>
</branch>
<status status="PASS" start="2026-04-30T03:02:24.146075" elapsed="606.485920"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.632492" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:29.712 16  switches: flows:  101200 101795 100320 100297 101704 100740 100252 100401 99835 100779 97848 98505 100102 99436 98076 100923  total = 26.703550 per ms 
03:04:29.813 16  switches: flows:  114735 112990 115232 114959 116034 113960 114188 113150 113257 113305 111623 110680 111428 113508 111767 114112  total = 30.198381 per ms 
03:05:29.913 16  switches: flows:  113744 111947 113750 113975 114842 112669 112646 112427 113396 114526 109108 110102 109863 111550 110113 112296  total = 29.899305 per ms 
03:06:30.014 16  switches: flows:  114599 114022 116329 117115 117171 115957 114562 115214 115047 116193 111557 110668 113149 114394 110646 112103  total = 30.427779 per ms 
03:07:30.114 16  switches: flows:  115239 114597 117531 116670 116676 114725 114089 115793 115581 116268 112569 112573 112852 114169 113796 114119  total = 30.569763 per ms 
03:08:30.215 16  switches: flows:  111093 110509 111847 113555 112017 110940 110688 111320 111078 111929 111650 108148 108744 111104 111073 108883  total = 29.526589 per ms 
03:09:30.315 16  switches: flows:  114687 113630 114240 115411 117453 114702 114845 116748 114622 114487 114787 112133 112240 113519 114895 112825  total = 30.469513 per ms 
03:10:30.416 16  switches: flows:  110790 112823 109399 113247 113938 111485 110352 112108 110056 112539 110781 109246 108695 110981 110279 109728  total = 29.558102 per ms 
03:11:30.516 16  switches: flows:  114883 115038 114019 116657 116848 115002 114890 114456 115456 114739 114587 113077 112178 114448 114726 114033  total = 30.533009 per ms 
03:12:30.616 16  switches: flows:  113754 114932 114570 115818 117590 115293 114877 113650 117061 116949 114967 112577 112757 115784 114525 114811  total = 30.614130 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29526.59/30614.13/30199.62/10074.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:12:30.632159" elapsed="0.000419"/>
</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-30T03:12:30.632728" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T03:12:30.633517" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T03:12:30.633608" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29526.59/30614.13/30199.62/10074.81 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-30T03:12:30.633285" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:12:30.634070" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29526.59/30614.13/30199.62/10074.81 | 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-30T03:12:30.633809" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.636509" 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-30T03:12:30.634262" elapsed="0.002302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.638958" level="INFO">29526.59/30614.13/30199.62/10074.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:12:30.636711" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:12:30.641395" 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-30T03:12:30.639170" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:12:30.643855" level="INFO">@{result_value_list} = [ 29526.59 | 30614.13 | 30199.62 | 10074.81 ]</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-30T03:12:30.641610" elapsed="0.002273"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.644362" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T03:12:30.644452" 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-30T03:12:30.644038" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.649242" level="INFO">min :: 29526.59</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-30T03:12:30.644868" elapsed="0.004431"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T03:12:30.644735" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.653936" level="INFO">max :: 30614.13</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-30T03:12:30.649570" elapsed="0.004422"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T03:12:30.649426" elapsed="0.004601"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.658718" level="INFO">avg :: 30199.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-30T03:12:30.654262" elapsed="0.004522"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T03:12:30.654116" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.663599" level="INFO">stdev :: 10074.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:12:30.659039" elapsed="0.004616"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T03:12:30.658910" elapsed="0.004780"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T03:12:30.644545" elapsed="0.019178"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.667674" level="INFO">${min} = 29526.59</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-30T03:12:30.663883" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.671639" level="INFO">${max} = 30614.13</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-30T03:12:30.667854" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.675731" level="INFO">${average} = 30199.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-30T03:12:30.671822" elapsed="0.003936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.679739" level="INFO">${stdev} = 10074.81</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-30T03:12:30.675911" elapsed="0.003855"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.680323" level="INFO">${date} = 2026-04-30 03:12:30</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-30T03:12:30.679927" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.680903" level="INFO">CBench Result: 2026-04-30 03:12:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29526.59,30614.13,30199.62,10074.81</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-30T03:12:30.680496" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T03:12:30.682009" 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-30T03:12:30.681597" elapsed="0.000479"/>
</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-30T03:12:30.682245" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T03:12:30.681105" elapsed="0.001660"/>
</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-30T03:02:24.144762" elapsed="606.538068"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.683319" 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-30T03:12:30.682985" elapsed="0.000389"/>
</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-30T03:12:30.683899" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-30T03:12:30.683589" elapsed="0.000664"/>
</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-30T03:02:24.141106" elapsed="606.543185"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.685567" 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-30T03:12:30.685173" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.687003" 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-30T03:12:30.686670" elapsed="0.000376"/>
</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-30T03:12:30.687394" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:12:30.687154" elapsed="0.000299"/>
</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-30T03:12:30.690360" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:12:30.690097" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-30T03:12:30.690078" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:12:30.690753" 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-30T03:12:30.690876" 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-30T03:12:30.690569" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.691472" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.55 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-30T03:12:30.691037" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:12:30.692063" 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-30T03:12:30.691667" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:12:30.692980" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T03:12:30.693069" 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-30T03:12:30.692678" elapsed="0.000415"/>
</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-30T03:12:30.693248" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T03:12:30.694495" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-04-30T03:12:31.288390" 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 Thu Apr 30 03:12:30 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Thu Apr 30 03:02:24 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-214-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-30T03:12:30.694123" elapsed="0.594424"/>
</kw>
<msg time="2026-04-30T03:12:31.288631" 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-30T03:12:30.693767" elapsed="0.594951"/>
</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-30T03:12:30.692304" elapsed="0.596528"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T03:12:31.289540" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.55 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T03:22:37.326122" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T03:22:37.326664" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T03:22:37.326771" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.55: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-30T03:12:31.289233" elapsed="606.037594"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:22:37.327301" elapsed="0.000689"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.329128" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:36.412 16  switches: flows:  596752 581249 600532 599518 609111 591528 586738 607217 587192 589111 586992 583176 565683 574793 594142 574797  total = 157.142183 per ms 
03:14:36.513 16  switches: flows:  609876 603918 616174 614636 608214 616967 612014 618495 610187 608559 613298 606005 615130 612538 613155 608753  total = 162.858067 per ms 
03:15:36.615 16  switches: flows:  626714 632254 630036 627999 629938 628667 633389 626362 617158 634943 630406 626290 623212 635183 625037 627599  total = 167.304456 per ms 
03:16:36.717 16  switches: flows:  638051 632882 638264 634437 637232 637932 632729 639112 642610 636400 639240 636342 635057 632779 640060 638478  total = 169.574187 per ms 
03:17:36.819 16  switches: flows:  619180 620255 629781 613370 618649 627535 618298 620140 608803 613959 614883 617986 619437 607803 611137 616282  total = 164.347250 per ms 
03:18:36.920 16  switches: flows:  623677 624172 620466 612697 621388 619208 619243 622952 619883 619329 619561 619920 621750 617292 624111 626399  total = 165.256780 per ms 
03:19:37.022 16  switches: flows:  648171 635789 637138 626619 630860 630445 646430 638623 642214 626674 623499 644188 637927 643498 631661 648774  total = 169.589045 per ms 
03:20:37.124 16  switches: flows:  644529 650538 642716 643292 649284 646825 646989 649863 645809 643553 656357 645009 648555 643387 649461 645513  total = 172.238089 per ms 
03:21:37.225 16  switches: flows:  636262 620354 639226 630909 625796 616590 619732 628665 617957 633915 632269 598745 636855 626827 632347 618631  total = 166.637031 per ms 
03:22:37.326 16  switches: flows:  639747 637918 636563 641056 633880 638668 646408 644672 639576 641222 634526 649613 638455 644300 643731 633735  total = 170.447231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162858.07/172238.09/167583.57/55937.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:22:37.328395" elapsed="0.001078"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T03:22:37.329950" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-30T03:22:37.329649" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-04-30T03:22:37.329600" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T03:22:37.330402" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:22:37.330319" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-30T03:22:37.330282" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T03:22:37.330611" 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-30T03:22:37.334925" elapsed="0.000353"/>
</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-30T03:22:37.335427" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:22:37.335721" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T03:22:37.331344" elapsed="0.004531"/>
</kw>
<msg time="2026-04-30T03:22:37.336003" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.55: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-30T03:12:30.687790" elapsed="606.648240"/>
</kw>
<status status="PASS" start="2026-04-30T03:12:30.687478" elapsed="606.648602"/>
</branch>
<status status="PASS" start="2026-04-30T03:12:30.687133" elapsed="606.648971"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.336554" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:36.412 16  switches: flows:  596752 581249 600532 599518 609111 591528 586738 607217 587192 589111 586992 583176 565683 574793 594142 574797  total = 157.142183 per ms 
03:14:36.513 16  switches: flows:  609876 603918 616174 614636 608214 616967 612014 618495 610187 608559 613298 606005 615130 612538 613155 608753  total = 162.858067 per ms 
03:15:36.615 16  switches: flows:  626714 632254 630036 627999 629938 628667 633389 626362 617158 634943 630406 626290 623212 635183 625037 627599  total = 167.304456 per ms 
03:16:36.717 16  switches: flows:  638051 632882 638264 634437 637232 637932 632729 639112 642610 636400 639240 636342 635057 632779 640060 638478  total = 169.574187 per ms 
03:17:36.819 16  switches: flows:  619180 620255 629781 613370 618649 627535 618298 620140 608803 613959 614883 617986 619437 607803 611137 616282  total = 164.347250 per ms 
03:18:36.920 16  switches: flows:  623677 624172 620466 612697 621388 619208 619243 622952 619883 619329 619561 619920 621750 617292 624111 626399  total = 165.256780 per ms 
03:19:37.022 16  switches: flows:  648171 635789 637138 626619 630860 630445 646430 638623 642214 626674 623499 644188 637927 643498 631661 648774  total = 169.589045 per ms 
03:20:37.124 16  switches: flows:  644529 650538 642716 643292 649284 646825 646989 649863 645809 643553 656357 645009 648555 643387 649461 645513  total = 172.238089 per ms 
03:21:37.225 16  switches: flows:  636262 620354 639226 630909 625796 616590 619732 628665 617957 633915 632269 598745 636855 626827 632347 618631  total = 166.637031 per ms 
03:22:37.326 16  switches: flows:  639747 637918 636563 641056 633880 638668 646408 644672 639576 641222 634526 649613 638455 644300 643731 633735  total = 170.447231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162858.07/172238.09/167583.57/55937.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:22:37.336262" elapsed="0.000366"/>
</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-30T03:22:37.336784" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T03:22:37.337550" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T03:22:37.337642" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162858.07/172238.09/167583.57/55937.76 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-30T03:22:37.337333" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:22:37.338077" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162858.07/172238.09/167583.57/55937.76 | 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-30T03:22:37.337822" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.340508" 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-30T03:22:37.338264" elapsed="0.002300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.342961" level="INFO">162858.07/172238.09/167583.57/55937.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:22:37.340710" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:22:37.345410" 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-30T03:22:37.343170" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:22:37.347860" level="INFO">@{result_value_list} = [ 162858.07 | 172238.09 | 167583.57 | 55937.76 ]</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-30T03:22:37.345624" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.348365" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T03:22:37.348454" 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-30T03:22:37.348044" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.353236" level="INFO">min :: 162858.07</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-30T03:22:37.348859" elapsed="0.004434"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T03:22:37.348729" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.358061" level="INFO">max :: 172238.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-30T03:22:37.353542" elapsed="0.004576"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T03:22:37.353415" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.362737" level="INFO">avg :: 167583.57</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-30T03:22:37.358389" elapsed="0.004404"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T03:22:37.358258" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.367412" level="INFO">stdev :: 55937.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:22:37.363044" elapsed="0.004424"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T03:22:37.362914" elapsed="0.004589"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T03:22:37.348540" elapsed="0.018994"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.371613" level="INFO">${min} = 162858.07</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-30T03:22:37.367732" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.375753" level="INFO">${max} = 172238.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-30T03:22:37.371796" elapsed="0.003984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.379729" level="INFO">${average} = 167583.57</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-30T03:22:37.375935" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.383702" level="INFO">${stdev} = 55937.76</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-30T03:22:37.379908" elapsed="0.003821"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.384256" level="INFO">${date} = 2026-04-30 03:22:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-30T03:22:37.383888" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.384839" level="INFO">CBench Result: 2026-04-30 03:22:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162858.07,172238.09,167583.57,55937.76</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-30T03:22:37.384431" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T03:22:37.385957" 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-30T03:22:37.385529" elapsed="0.000495"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-30T03:22:37.386176" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T03:22:37.385029" elapsed="0.001685"/>
</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-30T03:12:30.685966" elapsed="606.700809"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.387251" 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-30T03:22:37.386924" elapsed="0.000383"/>
</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-30T03:22:37.387817" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-04-30T03:22:37.387509" elapsed="0.000643"/>
</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-30T03:12:30.684597" elapsed="606.703607"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.389590" 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-30T03:22:37.389178" elapsed="0.000470"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.390865" 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-30T03:22:37.390534" elapsed="0.000373"/>
</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-30T03:22:37.391256" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:22:37.391013" elapsed="0.000303"/>
</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-30T03:22:37.394214" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:22:37.393953" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-04-30T03:22:37.393934" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:22:37.394613" 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-30T03:22:37.394730" 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-30T03:22:37.394432" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.395329" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.55 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-30T03:22:37.394891" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-30T03:22:37.395916" 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-30T03:22:37.395525" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:22:37.396988" level="INFO">Length is 0.</msg>
<msg time="2026-04-30T03:22:37.397082" 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-30T03:22:37.396534" elapsed="0.000573"/>
</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-30T03:22:37.397296" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-30T03:22:37.398495" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-04-30T03:22:37.975649" 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 Thu Apr 30 03:22:37 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Thu Apr 30 03:12:31 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-214-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-30T03:22:37.398118" elapsed="0.577762"/>
</kw>
<msg time="2026-04-30T03:22:37.975977" 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-30T03:22:37.397774" elapsed="0.578300"/>
</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-30T03:22:37.396143" elapsed="0.580075"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-30T03:22:37.976842" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.55 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-30T03:32:44.038434" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-30T03:32:44.039010" level="INFO">${stdout} = </msg>
<msg time="2026-04-30T03:32:44.039121" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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-30T03:22:37.976481" elapsed="606.062699"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:32:44.039708" elapsed="0.000832"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.041768" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:43.140 16  switches: flows:  116580 116495 111623 115102 116167 114347 115144 115340 113622 113819 113219 115286 112532 113679 113213 112765  total = 30.482217 per ms 
03:24:43.240 16  switches: flows:  121333 122894 118869 122281 124476 121509 121129 122114 119022 118433 120172 120513 116400 119855 118846 119697  total = 32.072096 per ms 
03:25:43.340 16  switches: flows:  117173 119849 117815 117732 118229 118783 117222 115421 115000 117176 115737 116450 112047 117666 114968 116088  total = 31.070689 per ms 
03:26:43.441 16  switches: flows:  123341 119773 121205 119954 122668 119190 120060 118338 118562 118684 117102 118964 116738 120706 116149 119464  total = 31.795123 per ms 
03:27:43.541 16  switches: flows:  123218 122003 121384 119425 121379 119942 121212 119415 117287 116607 116498 119635 115379 121821 117240 120926  total = 31.836362 per ms 
03:28:43.641 16  switches: flows:  119854 121039 118923 116860 119778 117856 119599 116299 114906 115503 115158 118177 114019 118510 114820 120274  total = 31.307266 per ms 
03:29:43.742 16  switches: flows:  123287 123658 121098 118161 122045 119386 120047 119593 116654 116557 117160 120624 115266 119569 117405 122087  total = 31.823445 per ms 
03:30:43.842 16  switches: flows:  122207 121963 119983 119309 121627 120260 119875 120759 116597 117670 117314 119991 115200 119435 115762 123193  total = 31.799292 per ms 
03:31:43.942 16  switches: flows:  122451 122521 120302 117759 120723 118638 119271 119264 116889 116600 116860 120411 115329 119614 115268 120829  total = 31.659281 per ms 
03:32:44.043 16  switches: flows:  119479 122920 119009 117746 120375 118406 119190 118510 115355 117307 117168 119442 114026 118693 115524 120714  total = 31.511627 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31070.69/32072.10/31652.80/10554.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:32:44.040957" elapsed="0.001159"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-30T03:32:44.042658" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-30T03:32:44.042340" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-04-30T03:32:44.042284" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-30T03:32:44.043082" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-30T03:32:44.043000" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-30T03:32:44.042965" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-30T03:32:44.043322" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-30T03:32:44.048989" elapsed="0.000378"/>
</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-30T03:32:44.049518" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-30T03:32:44.049820" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-30T03:32:44.044040" elapsed="0.005934"/>
</kw>
<msg time="2026-04-30T03:32:44.050109" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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-30T03:22:37.391652" elapsed="606.658483"/>
</kw>
<status status="PASS" start="2026-04-30T03:22:37.391341" elapsed="606.658845"/>
</branch>
<status status="PASS" start="2026-04-30T03:22:37.390993" elapsed="606.659233"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.050697" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.55: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.55. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:43.140 16  switches: flows:  116580 116495 111623 115102 116167 114347 115144 115340 113622 113819 113219 115286 112532 113679 113213 112765  total = 30.482217 per ms 
03:24:43.240 16  switches: flows:  121333 122894 118869 122281 124476 121509 121129 122114 119022 118433 120172 120513 116400 119855 118846 119697  total = 32.072096 per ms 
03:25:43.340 16  switches: flows:  117173 119849 117815 117732 118229 118783 117222 115421 115000 117176 115737 116450 112047 117666 114968 116088  total = 31.070689 per ms 
03:26:43.441 16  switches: flows:  123341 119773 121205 119954 122668 119190 120060 118338 118562 118684 117102 118964 116738 120706 116149 119464  total = 31.795123 per ms 
03:27:43.541 16  switches: flows:  123218 122003 121384 119425 121379 119942 121212 119415 117287 116607 116498 119635 115379 121821 117240 120926  total = 31.836362 per ms 
03:28:43.641 16  switches: flows:  119854 121039 118923 116860 119778 117856 119599 116299 114906 115503 115158 118177 114019 118510 114820 120274  total = 31.307266 per ms 
03:29:43.742 16  switches: flows:  123287 123658 121098 118161 122045 119386 120047 119593 116654 116557 117160 120624 115266 119569 117405 122087  total = 31.823445 per ms 
03:30:43.842 16  switches: flows:  122207 121963 119983 119309 121627 120260 119875 120759 116597 117670 117314 119991 115200 119435 115762 123193  total = 31.799292 per ms 
03:31:43.942 16  switches: flows:  122451 122521 120302 117759 120723 118638 119271 119264 116889 116600 116860 120411 115329 119614 115268 120829  total = 31.659281 per ms 
03:32:44.043 16  switches: flows:  119479 122920 119009 117746 120375 118406 119190 118510 115355 117307 117168 119442 114026 118693 115524 120714  total = 31.511627 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31070.69/32072.10/31652.80/10554.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:32:44.050386" elapsed="0.000386"/>
</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-30T03:32:44.050924" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-30T03:32:44.051719" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-30T03:32:44.051811" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31070.69/32072.10/31652.80/10554.93 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-30T03:32:44.051493" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:32:44.052270" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31070.69/32072.10/31652.80/10554.93 | 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-30T03:32:44.051995" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.054797" 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-30T03:32:44.052492" elapsed="0.002363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.057521" level="INFO">31070.69/32072.10/31652.80/10554.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-30T03:32:44.055005" elapsed="0.002574"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:32:44.059968" 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-30T03:32:44.057732" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-30T03:32:44.062856" level="INFO">@{result_value_list} = [ 31070.69 | 32072.10 | 31652.80 | 10554.93 ]</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-30T03:32:44.060262" elapsed="0.002622"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.063440" level="INFO">Length is 4.</msg>
<msg time="2026-04-30T03:32:44.063531" 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-30T03:32:44.063086" elapsed="0.000469"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.068567" level="INFO">min :: 31070.69</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-30T03:32:44.063996" elapsed="0.004630"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-30T03:32:44.063860" elapsed="0.004804"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.073267" level="INFO">max :: 32072.10</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-30T03:32:44.068885" elapsed="0.004438"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-30T03:32:44.068755" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.077907" level="INFO">avg :: 31652.80</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-30T03:32:44.073576" elapsed="0.004388"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-30T03:32:44.073442" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.082530" level="INFO">stdev :: 10554.93</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-30T03:32:44.078226" elapsed="0.004359"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-30T03:32:44.078083" elapsed="0.004536"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-30T03:32:44.063628" elapsed="0.019020"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.086587" level="INFO">${min} = 31070.69</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-30T03:32:44.082811" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.090560" level="INFO">${max} = 32072.10</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-30T03:32:44.086771" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.094754" level="INFO">${average} = 31652.80</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-30T03:32:44.090741" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.098711" level="INFO">${stdev} = 10554.93</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-30T03:32:44.094939" elapsed="0.003801"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.099276" level="INFO">${date} = 2026-04-30 03:32:44</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-30T03:32:44.098905" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.099865" level="INFO">CBench Result: 2026-04-30 03:32:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31070.69,32072.10,31652.80,10554.93</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-30T03:32:44.099452" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-30T03:32:44.101731" 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-30T03:32:44.101252" elapsed="0.000549"/>
</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-30T03:32:44.101956" elapsed="0.001464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-30T03:32:44.100076" elapsed="0.003410"/>
</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-30T03:22:37.389954" elapsed="606.713592"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.104018" 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-30T03:32:44.103702" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-30T03:32:44.105369" 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-30T03:32:44.104857" elapsed="0.000539"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-30T03:32:44.105632" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-04-30T03:32:44.105479" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-30T03:32:44.105457" elapsed="0.000273"/>
</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-30T03:32:44.105885" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-30T03:32:44.106045" elapsed="0.000020"/>
</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-30T03:32:44.106221" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-30T03:32:44.106422" 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-30T03:32:44.106573" 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-30T03:32:44.106719" 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-30T03:32:44.106862" 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-30T03:32:44.107079" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-30T03:32:44.106942" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-30T03:32:44.106926" elapsed="0.000233"/>
</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-30T03:32:44.104506" elapsed="0.002719"/>
</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-30T03:22:37.388609" elapsed="606.718664"/>
</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-30T03:02:21.457428" elapsed="1822.651750"/>
</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>
