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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-17T00:40:35.874577" elapsed="0.873135"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T00:40:36.797362" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:36.748045" elapsed="0.049454"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T00:40:36.799611" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T00:40:36.799847" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-17T00:40:36.797799" elapsed="0.002083"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:36.800043" elapsed="0.000275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:40:36.800477" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.801193" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:40:36.800867" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T00:40:36.801301" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T00:40:35.872995" elapsed="0.928478"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-17T00:40:35.869288" elapsed="0.932250"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T00:40:36.802171" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T00:40:36.801778" elapsed="0.000451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T00:40:36.802628" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T00:40:36.802382" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.803264" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-17T00:40:36.802864" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.803834" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-17T00:40:36.803459" elapsed="0.000419"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.804397" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-17T00:40:36.804025" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.804990" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-17T00:40:36.804582" elapsed="0.000452"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-17T00:40:36.805332" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T00:40:36.805118" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T00:40:36.810035" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:40:36.809577" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T00:40:36.811124" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T00:40:36.811209" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T00:40:36.810659" elapsed="0.000635"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:40:36.811444" elapsed="0.000422"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T00:40:36.812907" level="INFO">Logging into '10.30.171.243:22' as 'jenkins'.</msg>
<msg time="2026-05-17T00:40:37.489400" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 00:40:37 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.243
  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-247-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-17T00:40:36.812374" elapsed="0.677201"/>
</kw>
<msg time="2026-05-17T00:40:37.489673" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:40:36.812024" elapsed="0.677770"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-17T00:40:36.810269" elapsed="0.679656"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-17T00:40:37.497432" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-17T00:40:37.490157" elapsed="0.008753"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:40:37.499319" elapsed="0.000656"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-17T00:40:36.809057" elapsed="0.691063"/>
</kw>
<status status="PASS" start="2026-05-17T00:40:36.805671" elapsed="0.694532"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:36.805095" elapsed="0.695175"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-17T00:40:37.500622" elapsed="0.001112"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-17T00:40:37.509923" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-17T00:40:37.509747" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:37.509697" elapsed="0.000339"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-17T00:40:37.515169" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-17T00:40:37.515025" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:37.514998" elapsed="0.000245"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:40:37.515376" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T00:40:37.516260" level="INFO">Logging into '10.30.170.163:8101' as 'karaf'.</msg>
<msg time="2026-05-17T00:40:37.707566" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-17T00:40:37.515991" elapsed="0.191767"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T00:40:37.803926" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:37.708000" elapsed="0.096008"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T00:40:37.809170" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T00:40:37.809365" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-17T00:40:37.804198" elapsed="0.005199"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:37.809541" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:40:37.809896" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:40:37.810589" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:40:37.810258" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T00:40:37.810696" elapsed="0.000143"/>
</return>
<msg time="2026-05-17T00:40:37.810993" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T00:40:37.514491" elapsed="0.296536"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-17T00:40:37.811175" elapsed="0.000606"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T00:40:37.811836" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-17T00:40:37.509295" elapsed="0.302674"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-17T00:40:37.815696" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-05-17T00:40:37.815563" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:37.815540" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:40:37.815935" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-17T00:40:37.817100" level="INFO">Logging into '10.30.170.163:8101' as 'karaf'.</msg>
<msg time="2026-05-17T00:40:38.003019" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-17T00:40:37.816556" elapsed="0.186579"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.029185" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:38.003303" elapsed="0.025948"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.031059" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-17T00:40:38.031155" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-17T00:40:38.029406" elapsed="0.001778"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-17T00:40:38.031318" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:40:38.031642" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:40:38.032237" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:40:38.031967" elapsed="0.000327"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-17T00:40:38.032341" elapsed="0.000047"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-17T00:40:37.815226" elapsed="0.217268"/>
</kw>
<status status="PASS" start="2026-05-17T00:40:35.867420" elapsed="2.165133"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:40:38.035179" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:40:38.033426" elapsed="0.001830"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T00:40:38.036799" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-17T00:40:38.036409" elapsed="0.000435"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-17T00:40:38.037159" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T00:40:38.036923" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-17T00:40:38.040226" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T00:40:38.039962" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:38.039941" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.040648" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-17T00:40:38.040444" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:40:38.041395" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.243" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:40:38.040964" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.042086" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:40:38.041596" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T00:40:38.043061" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T00:40:38.043153" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T00:40:38.042695" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:40:38.043320" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.044531" level="INFO">Logging into '10.30.171.243:22' as 'jenkins'.</msg>
<msg time="2026-05-17T00:40:38.351172" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 00:40:37 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 00:40:37 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-247-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-17T00:40:38.044174" elapsed="0.307234"/>
</kw>
<msg time="2026-05-17T00:40:38.351504" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:40:38.043827" elapsed="0.307775"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-17T00:40:38.042316" elapsed="0.309437"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T00:40:38.352592" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T00:50:44.440828" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T00:50:44.441560" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T00:50:44.441673" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T00:40:38.351992" elapsed="606.089777"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:50:44.442256" elapsed="0.000792"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.444313" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:43.533 16  switches: flows:  116675 111978 115036 115672 113538 113064 114745 113139 114060 112738 112929 111453 113006 113223 109300 114208  total = 30.246067 per ms 
00:42:43.633 16  switches: flows:  127303 124813 127502 129164 126128 123710 126731 124641 125588 125864 126327 124713 124531 123684 121080 123613  total = 33.367488 per ms 
00:43:43.734 16  switches: flows:  121104 120339 120694 121755 121336 120903 121752 118879 120222 121650 119297 120462 118922 120144 116554 118877  total = 31.994715 per ms 
00:44:43.834 16  switches: flows:  117809 118695 119324 119612 119263 115110 116959 116502 115646 115794 116983 117482 112746 113900 113642 118465  total = 31.080229 per ms 
00:45:43.934 16  switches: flows:  122171 120710 123078 122517 124963 121147 120777 119849 121180 118048 119399 121615 118400 118712 119093 122636  total = 32.184551 per ms 
00:46:44.034 16  switches: flows:  130295 127320 130384 133417 131429 128587 129336 127829 127762 128440 127140 129244 127198 127454 126077 129510  total = 34.299793 per ms 
00:47:44.135 16  switches: flows:  120919 117475 121747 122929 121445 121222 120651 118060 119085 120406 117977 120925 118901 117631 116738 120113  total = 31.883822 per ms 
00:48:44.235 16  switches: flows:  125136 120698 126791 125535 125488 123756 124318 123596 123668 122771 122352 122503 119969 121973 121296 123692  total = 32.837539 per ms 
00:49:44.335 16  switches: flows:  129999 127371 131308 129454 131302 127717 129808 127012 127841 129787 128707 128820 126154 126309 126355 128927  total = 34.224046 per ms 
00:50:44.436 16  switches: flows:  129955 126926 129752 130558 131387 129368 131012 127285 126661 130202 127423 128989 126224 126657 124472 128741  total = 34.203109 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31080.23/34299.79/32897.25/11022.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.443430" elapsed="0.001182"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T00:50:44.445182" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-05-17T00:50:44.444864" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-05-17T00:50:44.444802" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T00:50:44.445661" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-17T00:50:44.445576" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-05-17T00:50:44.445540" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T00:50:44.445915" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:50:44.450387" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:50:44.451089" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T00:50:44.451505" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T00:50:44.446666" elapsed="0.005094"/>
</kw>
<msg time="2026-05-17T00:50:44.451943" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T00:40:38.037571" elapsed="606.414410"/>
</kw>
<status status="PASS" start="2026-05-17T00:40:38.037246" elapsed="606.414804"/>
</branch>
<status status="PASS" start="2026-05-17T00:40:38.036900" elapsed="606.415183"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.452683" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:43.533 16  switches: flows:  116675 111978 115036 115672 113538 113064 114745 113139 114060 112738 112929 111453 113006 113223 109300 114208  total = 30.246067 per ms 
00:42:43.633 16  switches: flows:  127303 124813 127502 129164 126128 123710 126731 124641 125588 125864 126327 124713 124531 123684 121080 123613  total = 33.367488 per ms 
00:43:43.734 16  switches: flows:  121104 120339 120694 121755 121336 120903 121752 118879 120222 121650 119297 120462 118922 120144 116554 118877  total = 31.994715 per ms 
00:44:43.834 16  switches: flows:  117809 118695 119324 119612 119263 115110 116959 116502 115646 115794 116983 117482 112746 113900 113642 118465  total = 31.080229 per ms 
00:45:43.934 16  switches: flows:  122171 120710 123078 122517 124963 121147 120777 119849 121180 118048 119399 121615 118400 118712 119093 122636  total = 32.184551 per ms 
00:46:44.034 16  switches: flows:  130295 127320 130384 133417 131429 128587 129336 127829 127762 128440 127140 129244 127198 127454 126077 129510  total = 34.299793 per ms 
00:47:44.135 16  switches: flows:  120919 117475 121747 122929 121445 121222 120651 118060 119085 120406 117977 120925 118901 117631 116738 120113  total = 31.883822 per ms 
00:48:44.235 16  switches: flows:  125136 120698 126791 125535 125488 123756 124318 123596 123668 122771 122352 122503 119969 121973 121296 123692  total = 32.837539 per ms 
00:49:44.335 16  switches: flows:  129999 127371 131308 129454 131302 127717 129808 127012 127841 129787 128707 128820 126154 126309 126355 128927  total = 34.224046 per ms 
00:50:44.436 16  switches: flows:  129955 126926 129752 130558 131387 129368 131012 127285 126661 130202 127423 128989 126224 126657 124472 128741  total = 34.203109 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31080.23/34299.79/32897.25/11022.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.452276" elapsed="0.000533"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-17T00:50:44.453017" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T00:50:44.454100" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T00:50:44.454229" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31080.23/34299.79/32897.25/11022.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-17T00:50:44.453769" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T00:50:44.454899" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31080.23/34299.79/32897.25/11022.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T00:50:44.454477" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.458615" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.455177" elapsed="0.003568"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.461733" level="INFO">31080.23/34299.79/32897.25/11022.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.459021" elapsed="0.002771"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T00:50:44.464186" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T00:50:44.461944" elapsed="0.002270"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T00:50:44.466636" level="INFO">@{result_value_list} = [ 31080.23 | 34299.79 | 32897.25 | 11022.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T00:50:44.464408" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.467149" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T00:50:44.467239" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T00:50:44.466837" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.472083" level="INFO">min :: 31080.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.467687" elapsed="0.004454"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T00:50:44.467552" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.476659" level="INFO">max :: 34299.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.472401" elapsed="0.004329"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T00:50:44.472271" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.481420" level="INFO">avg :: 32897.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.476983" elapsed="0.004494"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T00:50:44.476855" elapsed="0.004656"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.486177" level="INFO">stdev :: 11022.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.481752" elapsed="0.004489"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T00:50:44.481604" elapsed="0.004672"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T00:50:44.467338" elapsed="0.018971"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.490456" level="INFO">${min} = 31080.23</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T00:50:44.486469" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.494692" level="INFO">${max} = 34299.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T00:50:44.490639" elapsed="0.004095"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.498896" level="INFO">${average} = 32897.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T00:50:44.494889" elapsed="0.004035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.502930" level="INFO">${stdev} = 11022.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T00:50:44.499083" elapsed="0.003891"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.503544" level="INFO">${date} = 2026-05-17 00:50: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-05-17T00:50:44.503161" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.504149" level="INFO">CBench Result: 2026-05-17 00:50:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31080.23,34299.79,32897.25,11022.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.503732" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T00:50:44.505346" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T00:50:44.504879" elapsed="0.000534"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-17T00:50:44.505626" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T00:50:44.504380" elapsed="0.001791"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-17T00:40:38.035741" elapsed="606.470491"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.506721" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-17T00:50:44.506383" elapsed="0.000399"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-17T00:50:44.507300" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-05-17T00:50:44.507000" elapsed="0.000661"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-17T00:40:38.032732" elapsed="606.474980"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.509020" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.508615" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.510415" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-17T00:50:44.510004" elapsed="0.000454"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-17T00:50:44.510814" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-17T00:50:44.510575" 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-05-17T00:50:44.513870" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T00:50:44.513607" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-05-17T00:50:44.513588" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T00:50:44.514303" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-17T00:50:44.514089" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.515022" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.243" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T00:50:44.514585" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T00:50:44.515638" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T00:50:44.515221" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T00:50:44.516641" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T00:50:44.516745" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T00:50:44.516328" elapsed="0.000443"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:50:44.516913" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T00:50:44.518168" level="INFO">Logging into '10.30.171.243:22' as 'jenkins'.</msg>
<msg time="2026-05-17T00:50:45.103129" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 00:50:44 UTC 2026

  System load:  1.05               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.243
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 00:40:38 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-247-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-17T00:50:44.517813" elapsed="0.585554"/>
</kw>
<msg time="2026-05-17T00:50:45.103463" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T00:50:44.517449" elapsed="0.586110"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-17T00:50:44.515884" elapsed="0.587799"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T00:50:45.104372" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T01:00:51.154191" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T01:00:51.154813" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T01:00:51.154965" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T00:50:45.104018" elapsed="606.051009"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:00:51.155502" elapsed="0.000784"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.157619" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:50.228 16  switches: flows:  493947 487213 508148 505408 490749 498990 494510 501418 490107 493565 488893 487303 497718 487739 494681 481450  total = 131.697317 per ms 
00:52:50.330 16  switches: flows:  436276 433245 426759 433088 430384 430424 414076 432764 426471 420193 425052 424797 425967 419103 426412 432754  total = 113.769781 per ms 
00:53:50.432 16  switches: flows:  499266 495693 496572 501528 501231 500683 495445 497967 499907 499044 498669 495863 498420 495983 495537 500355  total = 132.644109 per ms 
00:54:50.533 16  switches: flows:  509755 496983 510489 504520 501249 503962 497162 502522 505783 515368 509302 511983 503672 516181 509159 505592  total = 134.835647 per ms 
00:55:50.634 16  switches: flows:  460529 469244 459579 467909 468585 458237 475957 449247 474258 453031 469502 451025 451655 472265 466219 466069  total = 123.346727 per ms 
00:56:50.736 16  switches: flows:  523378 511407 517613 514905 515144 518900 520626 501574 526881 512114 509785 524917 510731 512070 514827 518421  total = 137.323322 per ms 
00:57:50.839 16  switches: flows:  484785 486095 491405 491136 487551 488453 496162 491637 477331 495284 496513 493189 486383 484674 491984 490513  total = 130.331198 per ms 
00:58:50.940 16  switches: flows:  483143 451572 459451 477040 473532 481438 479832 488829 495028 478688 478905 471729 480839 469301 493826 455292  total = 126.761540 per ms 
00:59:51.042 16  switches: flows:  521221 524227 510338 516203 520518 522112 518299 521038 519071 520117 521099 523346 515427 525400 523241 522502  total = 138.502802 per ms 
01:00:51.143 16  switches: flows:  529863 529950 539091 535716 531556 532808 531313 535193 524633 541171 532005 534971 537020 529029 535032 531373  total = 141.940718 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113769.78/141940.72/131050.65/44449.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.156687" elapsed="0.001292"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T01:00:51.158509" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-05-17T01:00:51.158185" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-05-17T01:00:51.158131" elapsed="0.000658"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T01:00:51.159113" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:00:51.159013" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-17T01:00:51.158961" elapsed="0.000313"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T01:00:51.159351" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T01:00:51.164246" elapsed="0.000339"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T01:00:51.164750" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:00:51.165047" 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-05-17T01:00:51.160112" elapsed="0.005090"/>
</kw>
<msg time="2026-05-17T01:00:51.165329" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T00:50:44.511216" elapsed="606.654140"/>
</kw>
<status status="PASS" start="2026-05-17T00:50:44.510900" elapsed="606.654504"/>
</branch>
<status status="PASS" start="2026-05-17T00:50:44.510553" elapsed="606.654875"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.165876" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:50.228 16  switches: flows:  493947 487213 508148 505408 490749 498990 494510 501418 490107 493565 488893 487303 497718 487739 494681 481450  total = 131.697317 per ms 
00:52:50.330 16  switches: flows:  436276 433245 426759 433088 430384 430424 414076 432764 426471 420193 425052 424797 425967 419103 426412 432754  total = 113.769781 per ms 
00:53:50.432 16  switches: flows:  499266 495693 496572 501528 501231 500683 495445 497967 499907 499044 498669 495863 498420 495983 495537 500355  total = 132.644109 per ms 
00:54:50.533 16  switches: flows:  509755 496983 510489 504520 501249 503962 497162 502522 505783 515368 509302 511983 503672 516181 509159 505592  total = 134.835647 per ms 
00:55:50.634 16  switches: flows:  460529 469244 459579 467909 468585 458237 475957 449247 474258 453031 469502 451025 451655 472265 466219 466069  total = 123.346727 per ms 
00:56:50.736 16  switches: flows:  523378 511407 517613 514905 515144 518900 520626 501574 526881 512114 509785 524917 510731 512070 514827 518421  total = 137.323322 per ms 
00:57:50.839 16  switches: flows:  484785 486095 491405 491136 487551 488453 496162 491637 477331 495284 496513 493189 486383 484674 491984 490513  total = 130.331198 per ms 
00:58:50.940 16  switches: flows:  483143 451572 459451 477040 473532 481438 479832 488829 495028 478688 478905 471729 480839 469301 493826 455292  total = 126.761540 per ms 
00:59:51.042 16  switches: flows:  521221 524227 510338 516203 520518 522112 518299 521038 519071 520117 521099 523346 515427 525400 523241 522502  total = 138.502802 per ms 
01:00:51.143 16  switches: flows:  529863 529950 539091 535716 531556 532808 531313 535193 524633 541171 532005 534971 537020 529029 535032 531373  total = 141.940718 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113769.78/141940.72/131050.65/44449.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.165570" elapsed="0.000379"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-17T01:00:51.166096" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T01:00:51.166888" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T01:00:51.166983" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 113769.78/141940.72/131050.65/44449.10 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-17T01:00:51.166622" elapsed="0.000386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:00:51.167442" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 113769.78/141940.72/131050.65/44449.10 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:00:51.167162" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.169880" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.167619" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.172300" level="INFO">113769.78/141940.72/131050.65/44449.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.170084" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:00:51.174717" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:00:51.172508" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:00:51.177185" level="INFO">@{result_value_list} = [ 113769.78 | 141940.72 | 131050.65 | 44449.10 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:00:51.174964" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.177720" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T01:00:51.177814" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T01:00:51.177381" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.182513" level="INFO">min :: 113769.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.178222" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T01:00:51.178092" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.187311" level="INFO">max :: 141940.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.182838" elapsed="0.004531"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T01:00:51.182696" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.191997" level="INFO">avg :: 131050.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.187645" elapsed="0.004410"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T01:00:51.187495" elapsed="0.004595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.196722" level="INFO">stdev :: 44449.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-05-17T01:00:51.192310" elapsed="0.004474"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T01:00:51.192180" elapsed="0.004640"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T01:00:51.177903" elapsed="0.018948"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.200956" level="INFO">${min} = 113769.78</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:00:51.197013" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.205027" level="INFO">${max} = 141940.72</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:00:51.201143" elapsed="0.003912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.208952" level="INFO">${average} = 131050.65</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:00:51.205208" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.212847" level="INFO">${stdev} = 44449.10</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:00:51.209130" elapsed="0.003745"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.213391" level="INFO">${date} = 2026-05-17 01:00:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-17T01:00:51.213031" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.214003" level="INFO">CBench Result: 2026-05-17 01:00:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,113769.78,141940.72,131050.65,44449.10</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.213576" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T01:00:51.215133" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T01:00:51.214669" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-17T01:00:51.215353" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T01:00:51.214200" elapsed="0.001710"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-17T00:50:44.509399" elapsed="606.706571"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.216441" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-17T01:00:51.216120" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-17T01:00:51.217049" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-05-17T01:00:51.216719" elapsed="0.000678"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-17T00:50:44.508038" elapsed="606.709398"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.218680" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.218293" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.219994" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-17T01:00:51.219637" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-17T01:00:51.220409" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:00:51.220149" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-17T01:00:51.223375" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:00:51.223126" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-17T01:00:51.223107" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:00:51.223787" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-17T01:00:51.223587" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.224491" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.243" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:00:51.224068" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-17T01:00:51.225104" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T01:00:51.224690" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:00:51.226184" level="INFO">Length is 0.</msg>
<msg time="2026-05-17T01:00:51.226280" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T01:00:51.225726" elapsed="0.000582"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T01:00:51.226454" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-17T01:00:51.227664" level="INFO">Logging into '10.30.171.243:22' as 'jenkins'.</msg>
<msg time="2026-05-17T01:00:51.805455" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 17 01:00:51 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 17 00:50:45 2026 from 10.30.170.171
[?2004h[jenkins@releng-63164-247-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-17T01:00:51.227308" elapsed="0.578372"/>
</kw>
<msg time="2026-05-17T01:00:51.805822" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T01:00:51.226961" elapsed="0.578959"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-17T01:00:51.225335" elapsed="0.580729"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-17T01:00:51.806751" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-17T01:10:57.861213" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-17T01:10:57.862051" level="INFO">${stdout} = </msg>
<msg time="2026-05-17T01:10:57.862161" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-17T01:00:51.806342" elapsed="606.055877"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:10:57.862834" elapsed="0.000819"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.864889" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:56.942 16  switches: flows:  105785 107780 108411 105048 105453 104394 105039 104437 105955 104211 103342 104621 102100 104497 105579 101717  total = 27.972817 per ms 
01:02:57.044 16  switches: flows:  119071 121020 123988 119123 119853 119267 119895 116793 119335 114560 114302 116569 116165 117669 115550 113418  total = 31.390532 per ms 
01:03:57.146 16  switches: flows:  112988 116175 115340 113644 115245 112903 115191 113752 113605 111021 111091 112198 111523 111013 110053 112183  total = 30.081570 per ms 
01:04:57.246 16  switches: flows:  115311 113383 115874 113052 113321 111446 117190 113481 113783 113164 111526 110784 113906 114140 111897 114838  total = 30.234455 per ms 
01:05:57.347 16  switches: flows:  116294 115895 117938 115228 115404 114812 118331 114470 117178 114759 115685 114388 115755 116180 114596 115344  total = 30.819299 per ms 
01:06:57.448 16  switches: flows:  116806 116164 117277 116012 116415 114616 118720 117081 115975 115425 116319 115567 116637 116804 114810 118708  total = 31.003826 per ms 
01:07:57.549 16  switches: flows:  116184 116535 116355 116921 114981 114617 118601 115738 116421 115955 115543 115444 116061 116616 114930 118058  total = 30.931035 per ms 
01:08:57.650 16  switches: flows:  114345 115039 116387 117171 115374 113732 117948 116188 116505 114442 114674 116675 116552 115454 112459 118783  total = 30.810631 per ms 
01:09:57.751 16  switches: flows:  114593 115759 113795 114936 114706 111719 117053 113079 116110 115394 112891 113822 114492 114213 111180 115743  total = 30.440573 per ms 
01:10:57.853 16  switches: flows:  107162 109318 108062 108426 108460 105456 106751 105336 105960 106126 103696 104810 104344 107152 103997 105690  total = 28.298485 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28298.49/31390.53/30445.60/10184.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.864073" elapsed="0.001124"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-17T01:10:57.865764" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-05-17T01:10:57.865423" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-05-17T01:10:57.865367" elapsed="0.000635"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-17T01:10:57.866224" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-17T01:10:57.866143" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-05-17T01:10:57.866106" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-17T01:10:57.866430" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-17T01:10:57.870874" elapsed="0.000341"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-17T01:10:57.871363" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-17T01:10:57.871656" elapsed="0.000115"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-17T01:10:57.867173" elapsed="0.004652"/>
</kw>
<msg time="2026-05-17T01:10:57.871955" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-17T01:00:51.220835" elapsed="606.651147"/>
</kw>
<status status="PASS" start="2026-05-17T01:00:51.220503" elapsed="606.651529"/>
</branch>
<status status="PASS" start="2026-05-17T01:00:51.220127" elapsed="606.651928"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.872492" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163: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.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:56.942 16  switches: flows:  105785 107780 108411 105048 105453 104394 105039 104437 105955 104211 103342 104621 102100 104497 105579 101717  total = 27.972817 per ms 
01:02:57.044 16  switches: flows:  119071 121020 123988 119123 119853 119267 119895 116793 119335 114560 114302 116569 116165 117669 115550 113418  total = 31.390532 per ms 
01:03:57.146 16  switches: flows:  112988 116175 115340 113644 115245 112903 115191 113752 113605 111021 111091 112198 111523 111013 110053 112183  total = 30.081570 per ms 
01:04:57.246 16  switches: flows:  115311 113383 115874 113052 113321 111446 117190 113481 113783 113164 111526 110784 113906 114140 111897 114838  total = 30.234455 per ms 
01:05:57.347 16  switches: flows:  116294 115895 117938 115228 115404 114812 118331 114470 117178 114759 115685 114388 115755 116180 114596 115344  total = 30.819299 per ms 
01:06:57.448 16  switches: flows:  116806 116164 117277 116012 116415 114616 118720 117081 115975 115425 116319 115567 116637 116804 114810 118708  total = 31.003826 per ms 
01:07:57.549 16  switches: flows:  116184 116535 116355 116921 114981 114617 118601 115738 116421 115955 115543 115444 116061 116616 114930 118058  total = 30.931035 per ms 
01:08:57.650 16  switches: flows:  114345 115039 116387 117171 115374 113732 117948 116188 116505 114442 114674 116675 116552 115454 112459 118783  total = 30.810631 per ms 
01:09:57.751 16  switches: flows:  114593 115759 113795 114936 114706 111719 117053 113079 116110 115394 112891 113822 114492 114213 111180 115743  total = 30.440573 per ms 
01:10:57.853 16  switches: flows:  107162 109318 108062 108426 108460 105456 106751 105336 105960 106126 103696 104810 104344 107152 103997 105690  total = 28.298485 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28298.49/31390.53/30445.60/10184.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.872199" elapsed="0.000367"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-17T01:10:57.872728" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-17T01:10:57.873502" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-17T01:10:57.873592" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28298.49/31390.53/30445.60/10184.06 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-17T01:10:57.873260" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:10:57.874043" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28298.49/31390.53/30445.60/10184.06 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:10:57.873787" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.876426" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.874213" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.879055" level="INFO">28298.49/31390.53/30445.60/10184.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.876629" elapsed="0.002484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:10:57.881470" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:10:57.879263" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-17T01:10:57.883893" level="INFO">@{result_value_list} = [ 28298.49 | 31390.53 | 30445.60 | 10184.06 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-17T01:10:57.881685" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.884377" level="INFO">Length is 4.</msg>
<msg time="2026-05-17T01:10:57.884464" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-17T01:10:57.884075" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.889167" level="INFO">min :: 28298.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.884888" elapsed="0.004336"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-17T01:10:57.884760" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.893788" level="INFO">max :: 31390.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.889484" elapsed="0.004362"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-17T01:10:57.889358" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.898328" level="INFO">avg :: 30445.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.894089" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-17T01:10:57.893964" elapsed="0.004455"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.902938" level="INFO">stdev :: 10184.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.898627" elapsed="0.004368"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-17T01:10:57.898502" elapsed="0.004526"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-17T01:10:57.884557" elapsed="0.018501"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.907297" level="INFO">${min} = 28298.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:10:57.903214" elapsed="0.004116"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.911288" level="INFO">${max} = 31390.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:10:57.907492" elapsed="0.003823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.915134" level="INFO">${average} = 30445.60</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:10:57.911466" elapsed="0.003695"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.918993" level="INFO">${stdev} = 10184.06</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-17T01:10:57.915311" elapsed="0.003709"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.919528" level="INFO">${date} = 2026-05-17 01:10:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-17T01:10:57.919178" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.920127" level="INFO">CBench Result: 2026-05-17 01:10:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28298.49,31390.53,30445.60,10184.06</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-17T01:10:57.919696" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-17T01:10:57.921354" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-17T01:10:57.920843" elapsed="0.000582"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-17T01:10:57.921581" elapsed="0.000503"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-17T01:10:57.920330" elapsed="0.001821"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-17T01:00:51.219082" elapsed="606.703129"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.922687" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-17T01:10:57.922363" elapsed="0.000399"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-17T01:10:57.924016" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-17T01:10:57.923506" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-17T01:10:57.924270" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-05-17T01:10:57.924121" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-05-17T01:10:57.924101" elapsed="0.000259"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.924504" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.924662" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.924845" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.925041" 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-05-17T01:10:57.925191" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.925370" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.925519" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-17T01:10:57.925756" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-17T01:10:57.925603" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-17T01:10:57.925585" elapsed="0.000249"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-17T01:10:57.923166" elapsed="0.002720"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-17T01:00:51.217754" elapsed="606.708178"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-17T00:40:35.289863" elapsed="1822.636528"/>
</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>
