<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-19T00:45:48.476516" 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-09-19T00:45:48.946191" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-19T00:45:48.946074" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:48.946048" elapsed="0.000232"/>
</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-09-19T00:45:48.946475" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T00:45:48.947343" level="INFO">Logging into '10.30.171.224:8101' as 'karaf'.</msg>
<msg time="2026-09-19T00:45:50.064133" 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-09-19T00:45:48.947113" elapsed="1.117191"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.112219" 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-09-19T00:45:50.064593" elapsed="0.047691"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.113954" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-19T00:45:50.114067" 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-09-19T00:45:50.112489" elapsed="0.001611"/>
</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-09-19T00:45:50.114261" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:45:50.114630" elapsed="0.000223"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.115436" 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-09-19T00:45:50.115079" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T00:45:50.115558" elapsed="0.000048"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T00:45:48.945737" elapsed="1.169971"/>
</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-09-19T00:45:48.944121" elapsed="1.171667"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T00:45:50.116338" 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-09-19T00:45:50.115968" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T00:45:50.116806" 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-09-19T00:45:50.116564" elapsed="0.000296"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.117514" 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-09-19T00:45:50.117048" elapsed="0.000492"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.118058" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T00:45:50.117732" elapsed="0.000366"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.118611" 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-09-19T00:45:50.118259" elapsed="0.000378"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.119134" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T00:45:50.118845" elapsed="0.000329"/>
</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-09-19T00:45:50.119463" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-19T00:45:50.119254" elapsed="0.000262"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.121647" 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-09-19T00:45:50.121289" elapsed="0.000384"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.122779" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T00:45:50.122860" 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-09-19T00:45:50.122187" elapsed="0.000696"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T00:45:50.123021" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.124133" level="INFO">Logging into '10.30.171.223:22' as 'jenkins'.</msg>
<msg time="2026-09-19T00:45:50.595829" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 00:45:20 UTC 2026

  System load:  0.57               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-63164-403-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-09-19T00:45:50.123880" elapsed="0.472092"/>
</kw>
<msg time="2026-09-19T00:45:50.596054" 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-09-19T00:45:50.123505" elapsed="0.472632"/>
</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-09-19T00:45:50.121879" elapsed="0.474366"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.604503" 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-09-19T00:45:50.596453" elapsed="0.010071"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:45:50.606788" elapsed="0.000343"/>
</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-09-19T00:45:50.120846" elapsed="0.486367"/>
</kw>
<status status="PASS" start="2026-09-19T00:45:50.119583" elapsed="0.487676"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:50.119231" elapsed="0.488069"/>
</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-09-19T00:45:50.607543" elapsed="0.000620"/>
</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-09-19T00:45:50.610684" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-19T00:45:50.610549" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:50.610519" elapsed="0.000284"/>
</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-09-19T00:45:50.612802" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-19T00:45:50.612655" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:50.612631" elapsed="0.000261"/>
</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-09-19T00:45:50.613102" elapsed="0.000494"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.614125" level="INFO">Logging into '10.30.171.224:8101' as 'karaf'.</msg>
<msg time="2026-09-19T00:45:50.811413" 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-09-19T00:45:50.613849" elapsed="0.197695"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.898855" 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-09-19T00:45:50.811789" elapsed="0.087125"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.909921" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-19T00:45:50.910097" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-19T00:45:50.899062" elapsed="0.011064"/>
</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-09-19T00:45:50.910261" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:45:50.910572" elapsed="0.000165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:45:50.911207" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           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-09-19T00:45:50.910928" elapsed="0.000330"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T00:45:50.911304" elapsed="0.000045"/>
</return>
<msg time="2026-09-19T00:45:50.911486" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.5           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T00:45:50.612247" elapsed="0.299269"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T00:45:50.911665" elapsed="0.000476"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T00:45:50.912189" elapsed="0.000030"/>
</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-09-19T00:45:50.610191" elapsed="0.302105"/>
</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-09-19T00:45:50.913891" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-19T00:45:50.913777" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:50.913740" elapsed="0.000216"/>
</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-09-19T00:45:50.914110" elapsed="0.000368"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T00:45:50.914857" level="INFO">Logging into '10.30.171.224:8101' as 'karaf'.</msg>
<msg time="2026-09-19T00:45:51.125435" 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-09-19T00:45:50.914644" elapsed="0.210915"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.147072" 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-09-19T00:45:51.125789" elapsed="0.021335"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.149260" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-19T00:45:51.149372" 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-09-19T00:45:51.147271" elapsed="0.002129"/>
</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-09-19T00:45:51.149533" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:45:51.149858" elapsed="0.000157"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:45:51.150467" 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-09-19T00:45:51.150184" elapsed="0.000328"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T00:45:51.150557" elapsed="0.000043"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T00:45:50.913490" elapsed="0.237196"/>
</kw>
<status status="PASS" start="2026-09-19T00:45:48.942424" elapsed="2.208318"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:45:51.152309" 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-09-19T00:45:51.151544" elapsed="0.000838"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T00:45:51.153616" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T00:45:51.153292" elapsed="0.000363"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T00:45:51.153971" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-19T00:45:51.153728" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T00:45:51.155082" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-19T00:45:51.154870" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:51.154851" elapsed="0.000306"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.155530" 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-09-19T00:45:51.155639" 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-09-19T00:45:51.155331" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:45:51.156167" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.223" 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-09-19T00:45:51.155845" elapsed="0.000375"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.156795" 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-09-19T00:45:51.156389" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T00:45:51.157633" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T00:45:51.157712" 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-09-19T00:45:51.157329" elapsed="0.000405"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T00:45:51.157880" elapsed="0.000289"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.158957" level="INFO">Logging into '10.30.171.223:22' as 'jenkins'.</msg>
<msg time="2026-09-19T00:45:51.490227" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 00:45:20 UTC 2026

  System load:  0.57               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 19 00:45:50 2026 from 10.30.170.26
[?2004h[jenkins@releng-63164-403-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-09-19T00:45:51.158675" elapsed="0.331743"/>
</kw>
<msg time="2026-09-19T00:45:51.490495" 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-09-19T00:45:51.158313" elapsed="0.332264"/>
</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-09-19T00:45:51.156995" elapsed="0.333690"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T00:45:51.491196" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T00:55:57.634269" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T00:55:57.634749" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T00:55:57.634940" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224: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-09-19T00:45:51.490942" elapsed="606.144068"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:55:57.635428" elapsed="0.000756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.637376" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:56.722 16  switches: flows:  79950 80102 80974 78140 78057 79202 79783 78475 74468 73985 72575 71358 73400 73927 73349 72929  total = 20.344567 per ms 
00:47:56.823 16  switches: flows:  84848 84623 86100 83860 82304 85210 83144 82120 79902 79081 79047 76829 78806 79189 78001 76860  total = 21.629310 per ms 
00:48:56.923 16  switches: flows:  86741 84680 87094 84499 82751 84945 83982 81971 79794 80023 78252 77484 79429 79006 78482 77868  total = 21.747044 per ms 
00:49:57.024 16  switches: flows:  89546 86737 87576 86919 84994 86707 85837 84545 82688 82475 79351 80074 82476 80273 78888 78665  total = 22.258626 per ms 
00:50:57.124 16  switches: flows:  89134 86210 88150 87009 84641 85713 83981 83268 82138 82507 79856 78562 81850 79427 77775 79452  total = 22.124257 per ms 
00:51:57.224 16  switches: flows:  88931 86916 87261 87632 84950 85312 85201 84282 82229 82515 81417 78986 81679 78890 79353 79498  total = 22.213779 per ms 
00:52:57.324 16  switches: flows:  88386 88167 88054 87810 85639 87170 84463 84915 83383 81608 80846 81618 82568 78407 80483 79056  total = 22.338925 per ms 
00:53:57.425 16  switches: flows:  87487 87576 86337 86192 85791 87440 85123 84170 81632 81596 80016 78660 79885 79667 79096 77589  total = 22.100717 per ms 
00:54:57.525 16  switches: flows:  87118 86307 86083 85061 84323 85987 84127 82704 80737 79938 78681 78576 81281 78618 79142 76387  total = 21.881292 per ms 
00:55:57.625 16  switches: flows:  89221 86918 87524 87943 86657 87012 87733 85912 82990 82028 80410 80584 82197 80704 81792 78452  total = 22.430471 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21629.31/22430.47/22080.49/7364.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.636628" elapsed="0.001054"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T00:55:57.638256" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-09-19T00:55:57.637966" elapsed="0.000443"/>
</branch>
<status status="PASS" start="2026-09-19T00:55:57.637897" elapsed="0.000563"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T00:55:57.638656" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-19T00:55:57.638579" elapsed="0.000158"/>
</branch>
<status status="NOT RUN" start="2026-09-19T00:55:57.638544" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T00:55:57.638905" elapsed="0.000028"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T00:55:57.640860" elapsed="0.000742"/>
</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-09-19T00:55:57.642060" elapsed="0.000351"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T00:55:57.642687" elapsed="0.000294"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T00:55:57.639721" elapsed="0.003386"/>
</kw>
<msg time="2026-09-19T00:55:57.643346" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224: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-09-19T00:45:51.154341" elapsed="606.489060"/>
</kw>
<status status="PASS" start="2026-09-19T00:45:51.154052" elapsed="606.489443"/>
</branch>
<status status="PASS" start="2026-09-19T00:45:51.153707" elapsed="606.489842"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.644680" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:56.722 16  switches: flows:  79950 80102 80974 78140 78057 79202 79783 78475 74468 73985 72575 71358 73400 73927 73349 72929  total = 20.344567 per ms 
00:47:56.823 16  switches: flows:  84848 84623 86100 83860 82304 85210 83144 82120 79902 79081 79047 76829 78806 79189 78001 76860  total = 21.629310 per ms 
00:48:56.923 16  switches: flows:  86741 84680 87094 84499 82751 84945 83982 81971 79794 80023 78252 77484 79429 79006 78482 77868  total = 21.747044 per ms 
00:49:57.024 16  switches: flows:  89546 86737 87576 86919 84994 86707 85837 84545 82688 82475 79351 80074 82476 80273 78888 78665  total = 22.258626 per ms 
00:50:57.124 16  switches: flows:  89134 86210 88150 87009 84641 85713 83981 83268 82138 82507 79856 78562 81850 79427 77775 79452  total = 22.124257 per ms 
00:51:57.224 16  switches: flows:  88931 86916 87261 87632 84950 85312 85201 84282 82229 82515 81417 78986 81679 78890 79353 79498  total = 22.213779 per ms 
00:52:57.324 16  switches: flows:  88386 88167 88054 87810 85639 87170 84463 84915 83383 81608 80846 81618 82568 78407 80483 79056  total = 22.338925 per ms 
00:53:57.425 16  switches: flows:  87487 87576 86337 86192 85791 87440 85123 84170 81632 81596 80016 78660 79885 79667 79096 77589  total = 22.100717 per ms 
00:54:57.525 16  switches: flows:  87118 86307 86083 85061 84323 85987 84127 82704 80737 79938 78681 78576 81281 78618 79142 76387  total = 21.881292 per ms 
00:55:57.625 16  switches: flows:  89221 86918 87524 87943 86657 87012 87733 85912 82990 82028 80410 80584 82197 80704 81792 78452  total = 22.430471 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21629.31/22430.47/22080.49/7364.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.644058" elapsed="0.000833"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T00:55:57.645302" elapsed="0.000881"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T00:55:57.647199" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T00:55:57.647436" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21629.31/22430.47/22080.49/7364.66 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-19T00:55:57.646661" elapsed="0.000826"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T00:55:57.648458" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21629.31/22430.47/22080.49/7364.66 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-19T00:55:57.647894" elapsed="0.000625"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.649880" 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-09-19T00:55:57.648987" elapsed="0.001023"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.651190" level="INFO">21629.31/22430.47/22080.49/7364.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.650445" elapsed="0.000871"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T00:55:57.652355" 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-09-19T00:55:57.651661" elapsed="0.000756"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T00:55:57.653665" level="INFO">@{result_value_list} = [ 21629.31 | 22430.47 | 22080.49 | 7364.66 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-19T00:55:57.652918" elapsed="0.000804"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.654803" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T00:55:57.654995" 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-09-19T00:55:57.654111" elapsed="0.000933"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.656965" level="INFO">min :: 21629.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.655967" elapsed="0.001116"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T00:55:57.655533" elapsed="0.001618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.658688" level="INFO">max :: 22430.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.657721" elapsed="0.001160"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T00:55:57.657336" elapsed="0.001628"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.660515" level="INFO">avg :: 22080.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-09-19T00:55:57.659547" elapsed="0.001080"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T00:55:57.659180" elapsed="0.001535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.662546" level="INFO">stdev :: 7364.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.661423" elapsed="0.001242"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T00:55:57.661025" elapsed="0.001715"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T00:55:57.655173" elapsed="0.007737"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.664269" level="INFO">${min} = 21629.31</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T00:55:57.663294" elapsed="0.001034"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.665663" level="INFO">${max} = 22430.47</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T00:55:57.664659" elapsed="0.001060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.667146" level="INFO">${average} = 22080.49</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T00:55:57.666169" elapsed="0.001036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.668576" level="INFO">${stdev} = 7364.66</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T00:55:57.667549" elapsed="0.001080"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.670042" level="INFO">${date} = 2026-09-19 00:55: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-09-19T00:55:57.669190" elapsed="0.000910"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.671453" level="INFO">CBench Result: 2026-09-19 00:55:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21629.31,22430.47,22080.49,7364.66</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T00:55:57.670590" elapsed="0.000982"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T00:55:57.674154" 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-09-19T00:55:57.673002" elapsed="0.001304"/>
</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-09-19T00:55:57.674673" elapsed="0.001027"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T00:55:57.671996" elapsed="0.003920"/>
</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-09-19T00:45:51.152744" elapsed="606.523462"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.677452" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T00:55:57.676577" elapsed="0.001047"/>
</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-09-19T00:55:57.678878" elapsed="0.000379"/>
</kw>
<status status="PASS" start="2026-09-19T00:55:57.678146" elapsed="0.001211"/>
</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-09-19T00:45:51.150888" elapsed="606.528518"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.681579" 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-09-19T00:55:57.681002" elapsed="0.000659"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.683416" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T00:55:57.682928" elapsed="0.000548"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T00:55:57.683997" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-09-19T00:55:57.683576" elapsed="0.000506"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T00:55:57.685661" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-19T00:55:57.685363" elapsed="0.000370"/>
</branch>
<status status="PASS" start="2026-09-19T00:55:57.685337" elapsed="0.000469"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T00:55:57.686484" 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-09-19T00:55:57.686650" 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-09-19T00:55:57.686150" elapsed="0.000535"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.687492" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.224 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.223" 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-09-19T00:55:57.687012" elapsed="0.000558"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T00:55:57.688319" 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-09-19T00:55:57.687841" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T00:55:57.689547" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T00:55:57.689660" 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-09-19T00:55:57.689148" elapsed="0.000543"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T00:55:57.689924" elapsed="0.000408"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T00:55:57.691436" level="INFO">Logging into '10.30.171.223:22' as 'jenkins'.</msg>
<msg time="2026-09-19T00:55:58.323605" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 00:55:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 19 00:45:51 2026 from 10.30.170.26
[?2004h[jenkins@releng-63164-403-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-09-19T00:55:57.691075" elapsed="0.632749"/>
</kw>
<msg time="2026-09-19T00:55:58.323913" 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-09-19T00:55:57.690546" elapsed="0.633462"/>
</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-09-19T00:55:57.688603" elapsed="0.635515"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T00:55:58.324651" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.224 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T01:06:04.367646" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T01:06:04.368081" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T01:06:04.368136" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.224: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-09-19T00:55:58.324368" elapsed="606.043817"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:06:04.368494" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.369722" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:03.446 16  switches: flows:  593122 591128 598990 593676 592353 591574 593262 604850 580643 593096 584346 603131 591068 595339 606087 591652  total = 158.405283 per ms 
00:58:03.548 16  switches: flows:  639039 636955 639412 634453 631894 635684 626968 632860 640520 648534 630621 640952 631981 642230 626445 643094  total = 169.408524 per ms 
00:59:03.651 16  switches: flows:  691614 698594 691959 694957 703806 698278 698060 708774 692065 699562 708657 701959 702016 696508 698067 712096  total = 186.301844 per ms 
01:00:03.752 16  switches: flows:  728205 725349 725114 724810 725730 730533 728548 723618 712932 723142 723000 719137 716745 723499 725454 717807  total = 192.568254 per ms 
01:01:03.854 16  switches: flows:  707580 716303 713213 705387 708532 714284 710039 715883 711232 713552 719630 705367 700455 710078 702381 711888  total = 189.111640 per ms 
01:02:03.956 16  switches: flows:  712764 724164 721876 716372 720371 725323 717436 720157 713865 715730 727787 710252 718805 720068 716466 725414  total = 191.457484 per ms 
01:03:04.059 16  switches: flows:  711706 712728 708098 712575 712923 722692 711926 722343 715894 715559 709719 713651 703016 714696 712618 721585  total = 190.040285 per ms 
01:04:04.160 16  switches: flows:  714933 705799 716079 711854 707325 711931 710651 718669 722840 720134 716829 713354 715076 711915 708795 702098  total = 189.818228 per ms 
01:05:04.266 16  switches: flows:  703534 702197 702398 705758 696638 715258 694415 697573 711138 703655 702067 696675 702161 707892 703119 697797  total = 187.043189 per ms 
01:06:04.367 16  switches: flows:  716299 717904 721218 725554 716547 723359 716714 716714 713975 717829 722604 714020 721959 715960 714220 719097  total = 191.244607 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 169408.52/192568.25/187443.78/62834.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:06:04.369266" elapsed="0.000665"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T01:06:04.370223" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-09-19T01:06:04.370038" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-09-19T01:06:04.370009" elapsed="0.000345"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T01:06:04.370474" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:06:04.370431" elapsed="0.000090"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:06:04.370412" elapsed="0.000139"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T01:06:04.370588" elapsed="0.000016"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:06:04.371541" elapsed="0.000410"/>
</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-09-19T01:06:04.372192" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:06:04.372553" elapsed="0.000125"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T01:06:04.371003" elapsed="0.001739"/>
</kw>
<msg time="2026-09-19T01:06:04.372894" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.224: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-09-19T00:55:57.684544" elapsed="606.688381"/>
</kw>
<status status="PASS" start="2026-09-19T00:55:57.684117" elapsed="606.688868"/>
</branch>
<status status="PASS" start="2026-09-19T00:55:57.683547" elapsed="606.689467"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.373623" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:03.446 16  switches: flows:  593122 591128 598990 593676 592353 591574 593262 604850 580643 593096 584346 603131 591068 595339 606087 591652  total = 158.405283 per ms 
00:58:03.548 16  switches: flows:  639039 636955 639412 634453 631894 635684 626968 632860 640520 648534 630621 640952 631981 642230 626445 643094  total = 169.408524 per ms 
00:59:03.651 16  switches: flows:  691614 698594 691959 694957 703806 698278 698060 708774 692065 699562 708657 701959 702016 696508 698067 712096  total = 186.301844 per ms 
01:00:03.752 16  switches: flows:  728205 725349 725114 724810 725730 730533 728548 723618 712932 723142 723000 719137 716745 723499 725454 717807  total = 192.568254 per ms 
01:01:03.854 16  switches: flows:  707580 716303 713213 705387 708532 714284 710039 715883 711232 713552 719630 705367 700455 710078 702381 711888  total = 189.111640 per ms 
01:02:03.956 16  switches: flows:  712764 724164 721876 716372 720371 725323 717436 720157 713865 715730 727787 710252 718805 720068 716466 725414  total = 191.457484 per ms 
01:03:04.059 16  switches: flows:  711706 712728 708098 712575 712923 722692 711926 722343 715894 715559 709719 713651 703016 714696 712618 721585  total = 190.040285 per ms 
01:04:04.160 16  switches: flows:  714933 705799 716079 711854 707325 711931 710651 718669 722840 720134 716829 713354 715076 711915 708795 702098  total = 189.818228 per ms 
01:05:04.266 16  switches: flows:  703534 702197 702398 705758 696638 715258 694415 697573 711138 703655 702067 696675 702161 707892 703119 697797  total = 187.043189 per ms 
01:06:04.367 16  switches: flows:  716299 717904 721218 725554 716547 723359 716714 716714 713975 717829 722604 714020 721959 715960 714220 719097  total = 191.244607 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 169408.52/192568.25/187443.78/62834.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:06:04.373286" elapsed="0.000432"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:06:04.373947" elapsed="0.000447"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T01:06:04.374887" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T01:06:04.374995" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 169408.52/192568.25/187443.78/62834.78 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-09-19T01:06:04.374621" elapsed="0.000404"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:06:04.375545" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 169408.52/192568.25/187443.78/62834.78 | 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-09-19T01:06:04.375257" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.376269" 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-09-19T01:06:04.375852" elapsed="0.000486"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.377021" level="INFO">169408.52/192568.25/187443.78/62834.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:06:04.376599" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:06:04.377682" 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-09-19T01:06:04.377311" elapsed="0.000407"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:06:04.378373" level="INFO">@{result_value_list} = [ 169408.52 | 192568.25 | 187443.78 | 62834.78 ]</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-09-19T01:06:04.377992" elapsed="0.000413"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.378991" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T01:06:04.379092" 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-09-19T01:06:04.378607" elapsed="0.000513"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.380236" level="INFO">min :: 169408.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:06:04.379659" elapsed="0.000644"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T01:06:04.379418" elapsed="0.000923"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.381235" level="INFO">max :: 192568.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-09-19T01:06:04.380686" elapsed="0.000615"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T01:06:04.380445" elapsed="0.000895"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.382217" level="INFO">avg :: 187443.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-09-19T01:06:04.381676" elapsed="0.000603"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T01:06:04.381438" elapsed="0.000878"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.383225" level="INFO">stdev :: 62834.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-09-19T01:06:04.382649" elapsed="0.000642"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T01:06:04.382415" elapsed="0.000914"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T01:06:04.379216" elapsed="0.004148"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.384070" level="INFO">${min} = 169408.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:06:04.383572" elapsed="0.000529"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.384796" level="INFO">${max} = 192568.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:06:04.384306" elapsed="0.000523"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.385542" level="INFO">${average} = 187443.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:06:04.385031" elapsed="0.000541"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.386278" level="INFO">${stdev} = 62834.78</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:06:04.385787" elapsed="0.000524"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.387019" level="INFO">${date} = 2026-09-19 01:06:04</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-19T01:06:04.386568" elapsed="0.000482"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.387746" level="INFO">CBench Result: 2026-09-19 01:06:04,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,169408.52,192568.25,187443.78,62834.78</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-09-19T01:06:04.387329" elapsed="0.000504"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:06:04.390089" 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-09-19T01:06:04.389267" elapsed="0.000990"/>
</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-09-19T01:06:04.390612" elapsed="0.001133"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T01:06:04.388031" elapsed="0.003827"/>
</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-09-19T00:55:57.682143" elapsed="606.709796"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.392599" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T01:06:04.392169" elapsed="0.000508"/>
</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-09-19T01:06:04.393438" elapsed="0.000378"/>
</kw>
<status status="PASS" start="2026-09-19T01:06:04.392988" elapsed="0.000921"/>
</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-09-19T00:55:57.679941" elapsed="606.714016"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.395933" 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-09-19T01:06:04.395421" elapsed="0.000591"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.397648" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:06:04.397183" elapsed="0.000542"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T01:06:04.398457" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:06:04.398006" elapsed="0.000556"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T01:06:04.400284" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:06:04.399933" elapsed="0.000434"/>
</branch>
<status status="PASS" start="2026-09-19T01:06:04.399907" elapsed="0.000492"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:06:04.401080" 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-09-19T01:06:04.401285" 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-09-19T01:06:04.400750" elapsed="0.000572"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.402135" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.223" 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-09-19T01:06:04.401578" elapsed="0.000658"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:06:04.403003" 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-09-19T01:06:04.402498" elapsed="0.000542"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:06:04.404304" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T01:06:04.404421" 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-09-19T01:06:04.403863" elapsed="0.000590"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:06:04.404649" elapsed="0.000467"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T01:06:04.406326" level="INFO">Logging into '10.30.171.223:22' as 'jenkins'.</msg>
<msg time="2026-09-19T01:06:05.088175" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 01:06:04 UTC 2026

  System load:  0.42               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.223
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 19 00:55:58 2026 from 10.30.170.26
[?2004h[jenkins@releng-63164-403-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-09-19T01:06:04.405901" elapsed="0.682495"/>
</kw>
<msg time="2026-09-19T01:06:05.088498" 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-09-19T01:06:04.405355" elapsed="0.683239"/>
</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-09-19T01:06:04.403328" elapsed="0.685397"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T01:06:05.089409" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T01:16:11.126112" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T01:16:11.126884" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T01:16:11.126981" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224: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-09-19T01:06:05.089065" elapsed="606.037967"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:16:11.127508" elapsed="0.000675"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.129423" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:10.213 16  switches: flows:  90118 89260 87228 84797 84187 83656 85964 83999 80335 80637 78808 79942 79225 78962 78773 79937  total = 22.097133 per ms 
01:08:10.314 16  switches: flows:  92738 89706 86537 86817 86167 84330 86048 83898 80265 80571 79719 78986 78550 79800 80170 80284  total = 22.205995 per ms 
01:09:10.415 16  switches: flows:  85245 84766 83946 81385 81715 80798 80420 80919 76950 76890 75088 76092 75708 76211 75385 77017  total = 21.106989 per ms 
01:10:10.516 16  switches: flows:  86722 83055 82909 81768 81716 80957 82281 81995 76747 76231 74645 76398 76465 77126 75943 76388  total = 21.153784 per ms 
01:11:10.617 16  switches: flows:  89198 86035 87071 85359 85381 83678 84385 83965 79924 77745 78384 79093 78228 79629 79679 80682  total = 21.937291 per ms 
01:12:10.718 16  switches: flows:  88098 85242 85901 84367 81184 81779 83793 83291 77162 77376 76771 77047 76245 78157 78781 77471  total = 21.508465 per ms 
01:13:10.819 16  switches: flows:  90680 89359 88835 87445 86006 85115 85471 85428 80186 81167 80436 80234 79675 81799 80397 79918  total = 22.331891 per ms 
01:14:10.920 16  switches: flows:  89829 89125 88080 85845 85119 83203 86604 84748 78772 80261 78936 78345 77980 80649 79191 78429  total = 22.048457 per ms 
01:15:11.021 16  switches: flows:  87697 88773 86673 86211 84166 83276 86036 84140 78618 79475 78008 78054 78240 79543 77707 78143  total = 21.876131 per ms 
01:16:11.122 16  switches: flows:  90960 90502 90743 89419 87820 85559 88456 85361 79600 81928 80171 80406 79775 82712 81690 81080  total = 22.565355 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21106.99/22565.35/21859.37/7302.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:16:11.128680" elapsed="0.001048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T01:16:11.130187" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-09-19T01:16:11.129942" elapsed="0.000428"/>
</branch>
<status status="PASS" start="2026-09-19T01:16:11.129893" elapsed="0.000548"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T01:16:11.130653" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:16:11.130581" elapsed="0.000152"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:16:11.130548" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T01:16:11.130865" elapsed="0.000027"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:16:11.132400" elapsed="0.000716"/>
</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-09-19T01:16:11.133485" elapsed="0.000365"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:16:11.134123" elapsed="0.000243"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T01:16:11.131496" elapsed="0.002985"/>
</kw>
<msg time="2026-09-19T01:16:11.134737" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224: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-09-19T01:06:04.399095" elapsed="606.735726"/>
</kw>
<status status="PASS" start="2026-09-19T01:06:04.398607" elapsed="606.736310"/>
</branch>
<status status="PASS" start="2026-09-19T01:06:04.397962" elapsed="606.737003"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.136038" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:10.213 16  switches: flows:  90118 89260 87228 84797 84187 83656 85964 83999 80335 80637 78808 79942 79225 78962 78773 79937  total = 22.097133 per ms 
01:08:10.314 16  switches: flows:  92738 89706 86537 86817 86167 84330 86048 83898 80265 80571 79719 78986 78550 79800 80170 80284  total = 22.205995 per ms 
01:09:10.415 16  switches: flows:  85245 84766 83946 81385 81715 80798 80420 80919 76950 76890 75088 76092 75708 76211 75385 77017  total = 21.106989 per ms 
01:10:10.516 16  switches: flows:  86722 83055 82909 81768 81716 80957 82281 81995 76747 76231 74645 76398 76465 77126 75943 76388  total = 21.153784 per ms 
01:11:10.617 16  switches: flows:  89198 86035 87071 85359 85381 83678 84385 83965 79924 77745 78384 79093 78228 79629 79679 80682  total = 21.937291 per ms 
01:12:10.718 16  switches: flows:  88098 85242 85901 84367 81184 81779 83793 83291 77162 77376 76771 77047 76245 78157 78781 77471  total = 21.508465 per ms 
01:13:10.819 16  switches: flows:  90680 89359 88835 87445 86006 85115 85471 85428 80186 81167 80436 80234 79675 81799 80397 79918  total = 22.331891 per ms 
01:14:10.920 16  switches: flows:  89829 89125 88080 85845 85119 83203 86604 84748 78772 80261 78936 78345 77980 80649 79191 78429  total = 22.048457 per ms 
01:15:11.021 16  switches: flows:  87697 88773 86673 86211 84166 83276 86036 84140 78618 79475 78008 78054 78240 79543 77707 78143  total = 21.876131 per ms 
01:16:11.122 16  switches: flows:  90960 90502 90743 89419 87820 85559 88456 85361 79600 81928 80171 80406 79775 82712 81690 81080  total = 22.565355 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 21106.99/22565.35/21859.37/7302.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:16:11.135371" elapsed="0.000864"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:16:11.136639" elapsed="0.000750"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T01:16:11.138216" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T01:16:11.138422" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 21106.99/22565.35/21859.37/7302.23 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-09-19T01:16:11.137809" elapsed="0.000666"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:16:11.139407" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 21106.99/22565.35/21859.37/7302.23 | 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-09-19T01:16:11.138916" elapsed="0.000546"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.140676" 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-09-19T01:16:11.139912" elapsed="0.000906"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.141931" level="INFO">21106.99/22565.35/21859.37/7302.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:16:11.141214" elapsed="0.000830"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:16:11.143110" 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-09-19T01:16:11.142419" elapsed="0.000744"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:16:11.144261" level="INFO">@{result_value_list} = [ 21106.99 | 22565.35 | 21859.37 | 7302.23 ]</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-09-19T01:16:11.143617" elapsed="0.000697"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.145359" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T01:16:11.145567" 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-09-19T01:16:11.144672" elapsed="0.000948"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.147466" level="INFO">min :: 21106.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:16:11.146536" elapsed="0.001072"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T01:16:11.146116" elapsed="0.001560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.149271" level="INFO">max :: 22565.35</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-09-19T01:16:11.148296" elapsed="0.001090"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T01:16:11.147885" elapsed="0.001568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.151105" level="INFO">avg :: 21859.37</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-09-19T01:16:11.150067" elapsed="0.001149"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T01:16:11.149678" elapsed="0.001605"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.152805" level="INFO">stdev :: 7302.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-09-19T01:16:11.151880" elapsed="0.001039"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T01:16:11.151444" elapsed="0.001541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T01:16:11.145745" elapsed="0.007300"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.154326" level="INFO">${min} = 21106.99</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:16:11.153377" elapsed="0.001013"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.155639" level="INFO">${max} = 22565.35</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:16:11.154745" elapsed="0.000947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.156937" level="INFO">${average} = 21859.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:16:11.156071" elapsed="0.000919"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.158257" level="INFO">${stdev} = 7302.23</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:16:11.157312" elapsed="0.001011"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.159507" level="INFO">${date} = 2026-09-19 01:16:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-19T01:16:11.158800" elapsed="0.000781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.160833" level="INFO">CBench Result: 2026-09-19 01:16:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,21106.99,22565.35,21859.37,7302.23</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-09-19T01:16:11.160030" elapsed="0.000921"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:16:11.163263" 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-09-19T01:16:11.162259" elapsed="0.001144"/>
</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-09-19T01:16:11.163851" elapsed="0.001433"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T01:16:11.161263" elapsed="0.004163"/>
</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-09-19T01:06:04.396438" elapsed="606.769138"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.166639" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T01:16:11.165978" elapsed="0.000813"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T01:16:11.168576" 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-09-19T01:16:11.167906" elapsed="0.000708"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-19T01:16:11.168933" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-09-19T01:16:11.168725" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-09-19T01:16:11.168694" elapsed="0.000366"/>
</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-09-19T01:16:11.169270" elapsed="0.000031"/>
</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-09-19T01:16:11.169491" elapsed="0.000048"/>
</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-09-19T01:16:11.169800" elapsed="0.000032"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-19T01:16:11.170246" elapsed="0.000042"/>
</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-09-19T01:16:11.170617" elapsed="0.000029"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-19T01:16:11.170877" elapsed="0.000031"/>
</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-09-19T01:16:11.171186" elapsed="0.000039"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-19T01:16:11.171533" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:16:11.171317" elapsed="0.000286"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:16:11.171293" elapsed="0.000341"/>
</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-09-19T01:16:11.167337" elapsed="0.004368"/>
</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-09-19T01:06:04.394491" elapsed="606.777301"/>
</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-09-19T00:45:48.478122" elapsed="1822.694572"/>
</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>
