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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-25T00:41:25.529821" elapsed="0.826470"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T00:41:26.406585" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:26.356629" elapsed="0.050034"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T00:41:26.408396" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T00:41:26.408511" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-25T00:41:26.406847" elapsed="0.001694"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:26.408696" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:41:26.409074" elapsed="0.000250"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.409809" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:41:26.409472" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T00:41:26.409916" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T00:41:25.528371" elapsed="0.881724"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-25T00:41:25.524858" elapsed="0.885300"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T00:41:26.410749" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-25T00:41:26.410368" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T00:41:26.411198" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-25T00:41:26.410955" elapsed="0.000299"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.411891" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-25T00:41:26.411429" elapsed="0.000491"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.412450" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-25T00:41:26.412089" elapsed="0.000403"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.413016" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-25T00:41:26.412642" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.413543" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-25T00:41:26.413198" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-25T00:41:26.413895" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T00:41:26.413678" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T00:41:26.418822" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:41:26.418398" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T00:41:26.420216" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T00:41:26.420320" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T00:41:26.419697" elapsed="0.000649"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:41:26.420494" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T00:41:26.421885" level="INFO">Logging into '10.30.170.165:22' as 'jenkins'.</msg>
<msg time="2026-05-25T00:41:27.171053" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 00:41:26 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.165
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-263-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-25T00:41:26.421360" elapsed="0.749850"/>
</kw>
<msg time="2026-05-25T00:41:27.171321" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:41:26.420995" elapsed="0.750422"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-25T00:41:26.419054" elapsed="0.752484"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.178839" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-25T00:41:27.171758" elapsed="0.008702"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:41:27.180650" elapsed="0.000327"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-25T00:41:26.417845" elapsed="0.763222"/>
</kw>
<status status="PASS" start="2026-05-25T00:41:26.414031" elapsed="0.767085"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:26.413650" elapsed="0.767513"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-25T00:41:27.181401" elapsed="0.000637"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-25T00:41:27.187600" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-25T00:41:27.187429" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:27.187394" elapsed="0.000316"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-25T00:41:27.192647" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-25T00:41:27.192487" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:27.192458" elapsed="0.000286"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:41:27.192923" elapsed="0.000623"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.194100" level="INFO">Logging into '10.30.170.223:8101' as 'karaf'.</msg>
<msg time="2026-05-25T00:41:27.387424" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-25T00:41:27.193747" elapsed="0.193831"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.485077" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:27.387832" elapsed="0.097312"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.508376" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T00:41:27.508576" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-25T00:41:27.485321" elapsed="0.023286"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:27.508748" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:41:27.509092" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.509782" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:41:27.509456" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T00:41:27.509887" elapsed="0.000053"/>
</return>
<msg time="2026-05-25T00:41:27.510089" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T00:41:27.191953" elapsed="0.318167"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-25T00:41:27.510262" elapsed="0.000585"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T00:41:27.510898" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-25T00:41:27.186980" elapsed="0.324048"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-25T00:41:27.514760" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-25T00:41:27.514619" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:27.514592" elapsed="0.000239"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:41:27.514961" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.516034" level="INFO">Logging into '10.30.170.223:8101' as 'karaf'.</msg>
<msg time="2026-05-25T00:41:27.696254" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-25T00:41:27.515577" elapsed="0.180782"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.722308" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:27.696521" elapsed="0.025844"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.724060" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-25T00:41:27.724152" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-25T00:41:27.722505" elapsed="0.001676"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-25T00:41:27.724325" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:41:27.724639" elapsed="0.000157"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.725199" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:41:27.724929" elapsed="0.000320"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-25T00:41:27.725316" elapsed="0.000040"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.223
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-25T00:41:27.514245" elapsed="0.211215"/>
</kw>
<status status="PASS" start="2026-05-25T00:41:25.523080" elapsed="2.202440"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.728091" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:41:27.726430" elapsed="0.001738"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.729655" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-25T00:41:27.729267" elapsed="0.000430"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-25T00:41:27.729999" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T00:41:27.729774" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-25T00:41:27.732981" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T00:41:27.732731" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:27.732711" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.733411" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-25T00:41:27.733192" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.734125" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.165" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:41:27.733707" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.734801" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:41:27.734339" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T00:41:27.735732" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T00:41:27.735823" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T00:41:27.735414" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:41:27.735987" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T00:41:27.737175" level="INFO">Logging into '10.30.170.165:22' as 'jenkins'.</msg>
<msg time="2026-05-25T00:41:28.073991" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 00:41:26 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.165
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May 25 00:41:27 2026 from 10.30.170.161
[?2004h[jenkins@releng-63164-263-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-25T00:41:27.736824" elapsed="0.337396"/>
</kw>
<msg time="2026-05-25T00:41:28.074376" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:41:27.736481" elapsed="0.338027"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-25T00:41:27.735027" elapsed="0.339672"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T00:41:28.075866" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T00:51:34.194085" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T00:51:34.194596" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T00:51:34.194687" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-25T00:41:28.075032" elapsed="606.119703"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:51:34.195084" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.196311" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:33.266 16  switches: flows:  90417 90102 90894 89876 89852 88986 90597 89183 89176 88663 90140 88072 87717 86386 88808 87291  total = 23.769333 per ms 
00:43:33.367 16  switches: flows:  122631 123597 123288 123370 121101 124975 119938 122715 120756 120831 121733 119232 121085 117683 121643 119774  total = 32.351799 per ms 
00:44:33.469 16  switches: flows:  121433 120514 121547 122563 118818 120850 121958 118868 118228 120932 120718 118204 119073 117750 119556 117746  total = 31.925924 per ms 
00:45:33.570 16  switches: flows:  121319 118795 122118 121924 119127 119690 122625 121457 117685 120451 120264 117393 120179 117220 118289 116567  total = 31.865161 per ms 
00:46:33.671 16  switches: flows:  111655 110447 111998 110209 107885 109666 111554 110114 108470 110554 108102 108413 109047 106750 107837 106234  total = 29.100303 per ms 
00:47:33.772 16  switches: flows:  112299 112007 113512 111217 110307 111749 112608 110566 110100 113320 109056 112551 109748 111258 108658 106588  total = 29.543051 per ms 
00:48:33.874 16  switches: flows:  112827 112248 114367 111686 110721 112159 111243 111498 110868 111158 110852 110691 109666 111710 108778 107470  total = 29.582911 per ms 
00:49:33.975 16  switches: flows:  114154 110747 112836 110736 110800 109233 110217 111068 110919 113047 109935 111285 110104 109675 109547 107885  total = 29.487208 per ms 
00:50:34.076 16  switches: flows:  112796 112985 113473 115349 114689 115138 115010 114103 114645 113645 113882 110952 110736 110082 113503 111721  total = 30.161426 per ms 
00:51:34.177 16  switches: flows:  121945 123220 122215 120568 122298 120980 121454 120941 123308 121562 120534 120923 120756 118512 119430 117868  total = 32.221382 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29100.30/32351.80/30693.24/10311.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.195810" elapsed="0.000707"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T00:51:34.196849" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-05-25T00:51:34.196642" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-25T00:51:34.196604" elapsed="0.000385"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T00:51:34.197123" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-25T00:51:34.197071" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-25T00:51:34.197049" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T00:51:34.197255" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:51:34.200680" elapsed="0.000448"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:51:34.201350" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T00:51:34.201750" elapsed="0.000164"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T00:51:34.197709" elapsed="0.004278"/>
</kw>
<msg time="2026-05-25T00:51:34.202160" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-25T00:41:27.730424" elapsed="606.471774"/>
</kw>
<status status="PASS" start="2026-05-25T00:41:27.730087" elapsed="606.472178"/>
</branch>
<status status="PASS" start="2026-05-25T00:41:27.729752" elapsed="606.472568"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.202914" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:33.266 16  switches: flows:  90417 90102 90894 89876 89852 88986 90597 89183 89176 88663 90140 88072 87717 86386 88808 87291  total = 23.769333 per ms 
00:43:33.367 16  switches: flows:  122631 123597 123288 123370 121101 124975 119938 122715 120756 120831 121733 119232 121085 117683 121643 119774  total = 32.351799 per ms 
00:44:33.469 16  switches: flows:  121433 120514 121547 122563 118818 120850 121958 118868 118228 120932 120718 118204 119073 117750 119556 117746  total = 31.925924 per ms 
00:45:33.570 16  switches: flows:  121319 118795 122118 121924 119127 119690 122625 121457 117685 120451 120264 117393 120179 117220 118289 116567  total = 31.865161 per ms 
00:46:33.671 16  switches: flows:  111655 110447 111998 110209 107885 109666 111554 110114 108470 110554 108102 108413 109047 106750 107837 106234  total = 29.100303 per ms 
00:47:33.772 16  switches: flows:  112299 112007 113512 111217 110307 111749 112608 110566 110100 113320 109056 112551 109748 111258 108658 106588  total = 29.543051 per ms 
00:48:33.874 16  switches: flows:  112827 112248 114367 111686 110721 112159 111243 111498 110868 111158 110852 110691 109666 111710 108778 107470  total = 29.582911 per ms 
00:49:33.975 16  switches: flows:  114154 110747 112836 110736 110800 109233 110217 111068 110919 113047 109935 111285 110104 109675 109547 107885  total = 29.487208 per ms 
00:50:34.076 16  switches: flows:  112796 112985 113473 115349 114689 115138 115010 114103 114645 113645 113882 110952 110736 110082 113503 111721  total = 30.161426 per ms 
00:51:34.177 16  switches: flows:  121945 123220 122215 120568 122298 120980 121454 120941 123308 121562 120534 120923 120756 118512 119430 117868  total = 32.221382 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29100.30/32351.80/30693.24/10311.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.202512" elapsed="0.000504"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-25T00:51:34.203216" elapsed="0.000516"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T00:51:34.204265" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T00:51:34.204413" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29100.30/32351.80/30693.24/10311.18 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-25T00:51:34.203959" elapsed="0.000489"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T00:51:34.205010" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29100.30/32351.80/30693.24/10311.18 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T00:51:34.204659" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.208342" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.205244" elapsed="0.003177"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.211770" level="INFO">29100.30/32351.80/30693.24/10311.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.208622" elapsed="0.003227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T00:51:34.214860" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T00:51:34.212055" elapsed="0.002832"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T00:51:34.217266" level="INFO">@{result_value_list} = [ 29100.30 | 32351.80 | 30693.24 | 10311.18 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T00:51:34.215068" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.217770" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T00:51:34.217857" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T00:51:34.217459" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.222512" level="INFO">min :: 29100.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.218255" elapsed="0.004313"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T00:51:34.218126" elapsed="0.004477"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.227015" level="INFO">max :: 32351.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.222816" elapsed="0.004253"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T00:51:34.222693" elapsed="0.004411"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.231511" level="INFO">avg :: 30693.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.227329" elapsed="0.004237"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T00:51:34.227191" elapsed="0.004409"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.236040" level="INFO">stdev :: 10311.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.231813" elapsed="0.004281"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T00:51:34.231689" elapsed="0.004439"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T00:51:34.217945" elapsed="0.018215"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.240052" level="INFO">${min} = 29100.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T00:51:34.236338" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.244033" level="INFO">${max} = 32351.80</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T00:51:34.240227" elapsed="0.003833"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.247996" level="INFO">${average} = 30693.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T00:51:34.244208" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.251871" level="INFO">${stdev} = 10311.18</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T00:51:34.248169" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.252426" level="INFO">${date} = 2026-05-25 00:51:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T00:51:34.252054" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.252991" level="INFO">CBench Result: 2026-05-25 00:51:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29100.30,32351.80,30693.24,10311.18</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.252593" elapsed="0.000452"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T00:51:34.254087" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-25T00:51:34.253677" elapsed="0.000476"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-25T00:51:34.254317" elapsed="0.000449"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T00:51:34.253193" elapsed="0.001636"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-25T00:41:27.728630" elapsed="606.526258"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.255377" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-25T00:51:34.255044" elapsed="0.000388"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-25T00:51:34.255929" elapsed="0.000258"/>
</kw>
<status status="PASS" start="2026-05-25T00:51:34.255639" elapsed="0.000617"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-25T00:41:27.725693" elapsed="606.530616"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.257708" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.257331" elapsed="0.000432"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.258973" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-25T00:51:34.258651" 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
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-25T00:51:34.259350" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T00:51:34.259119" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-25T00:51:34.262238" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-25T00:51:34.261998" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-05-25T00:51:34.261980" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T00:51:34.262661" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-25T00:51:34.262468" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.263360" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.165" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T00:51:34.262933" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T00:51:34.263933" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T00:51:34.263551" elapsed="0.000408"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T00:51:34.264827" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T00:51:34.264913" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T00:51:34.264534" elapsed="0.000412"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:51:34.265083" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T00:51:34.266256" level="INFO">Logging into '10.30.170.165:22' as 'jenkins'.</msg>
<msg time="2026-05-25T00:51:34.848823" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 00:51:34 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May 25 00:41:27 2026 from 10.30.170.161
[?2004h[jenkins@releng-63164-263-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-25T00:51:34.265912" elapsed="0.583131"/>
</kw>
<msg time="2026-05-25T00:51:34.849134" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T00:51:34.265571" elapsed="0.583669"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-25T00:51:34.264154" elapsed="0.585235"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T00:51:34.849997" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T01:01:41.363789" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T01:01:41.364453" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T01:01:41.364561" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-25T00:51:34.849641" elapsed="606.514976"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:01:41.365093" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.367024" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:39.967 16  switches: flows:  535265 535716 530147 531667 536084 527772 536949 536182 511620 497347 512187 518750 522171 514416 509195 514007  total = 139.491250 per ms 
00:53:40.070 16  switches: flows:  480228 484972 479000 473644 486843 487469 483184 494401 487037 485509 477008 493839 495487 487650 486146 486237  total = 129.256839 per ms 
00:54:40.172 16  switches: flows:  513437 521423 513130 519278 522166 520843 514593 517377 520568 522241 516740 515950 505355 505128 524485 519236  total = 137.634756 per ms 
00:55:40.733 16  switches: flows:  546158 550616 556180 552800 550506 547377 550322 554227 550473 551496 552201 551873 550467 555258 556306 550163  total = 145.746502 per ms 
00:56:40.834 16  switches: flows:  572174 572451 565277 565888 566240 561298 560311 566080 565050 569972 563320 573604 566102 569663 563360 565920  total = 150.856220 per ms 
00:57:40.937 16  switches: flows:  505428 506368 506710 504872 506549 497915 513915 498440 510254 509035 500149 501892 498585 511901 504440 509160  total = 134.530765 per ms 
00:58:41.038 16  switches: flows:  471694 466260 475746 471966 470716 440733 464956 470769 464960 456062 466147 461856 468362 463191 464693 451106  total = 123.612898 per ms 
00:59:41.139 16  switches: flows:  534398 534278 537429 535226 538068 530739 536024 535319 530928 542493 534130 535558 541133 542391 534614 527144  total = 142.590797 per ms 
01:00:41.242 16  switches: flows:  516990 512921 509008 512359 510970 505750 505301 503433 516672 514031 508082 500013 504573 515238 503532 510400  total = 135.590491 per ms 
01:01:41.344 16  switches: flows:  538096 545238 537966 528112 548290 533916 541336 540160 547412 545658 540690 546757 541350 543954 549347 546182  total = 144.331041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123612.90/150856.22/138238.92/46782.40 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.366269" elapsed="0.001092"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T01:01:41.367851" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-25T01:01:41.367541" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-05-25T01:01:41.367490" elapsed="0.000569"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T01:01:41.368266" elapsed="0.000058"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:01:41.368184" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-05-25T01:01:41.368150" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T01:01:41.368505" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T01:01:41.374114" elapsed="0.000350"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T01:01:41.374610" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:01:41.374905" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T01:01:41.369185" elapsed="0.005872"/>
</kw>
<msg time="2026-05-25T01:01:41.375184" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-25T00:51:34.259748" elapsed="607.115461"/>
</kw>
<status status="PASS" start="2026-05-25T00:51:34.259443" elapsed="607.115813"/>
</branch>
<status status="PASS" start="2026-05-25T00:51:34.259099" elapsed="607.116195"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.375714" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:39.967 16  switches: flows:  535265 535716 530147 531667 536084 527772 536949 536182 511620 497347 512187 518750 522171 514416 509195 514007  total = 139.491250 per ms 
00:53:40.070 16  switches: flows:  480228 484972 479000 473644 486843 487469 483184 494401 487037 485509 477008 493839 495487 487650 486146 486237  total = 129.256839 per ms 
00:54:40.172 16  switches: flows:  513437 521423 513130 519278 522166 520843 514593 517377 520568 522241 516740 515950 505355 505128 524485 519236  total = 137.634756 per ms 
00:55:40.733 16  switches: flows:  546158 550616 556180 552800 550506 547377 550322 554227 550473 551496 552201 551873 550467 555258 556306 550163  total = 145.746502 per ms 
00:56:40.834 16  switches: flows:  572174 572451 565277 565888 566240 561298 560311 566080 565050 569972 563320 573604 566102 569663 563360 565920  total = 150.856220 per ms 
00:57:40.937 16  switches: flows:  505428 506368 506710 504872 506549 497915 513915 498440 510254 509035 500149 501892 498585 511901 504440 509160  total = 134.530765 per ms 
00:58:41.038 16  switches: flows:  471694 466260 475746 471966 470716 440733 464956 470769 464960 456062 466147 461856 468362 463191 464693 451106  total = 123.612898 per ms 
00:59:41.139 16  switches: flows:  534398 534278 537429 535226 538068 530739 536024 535319 530928 542493 534130 535558 541133 542391 534614 527144  total = 142.590797 per ms 
01:00:41.242 16  switches: flows:  516990 512921 509008 512359 510970 505750 505301 503433 516672 514031 508082 500013 504573 515238 503532 510400  total = 135.590491 per ms 
01:01:41.344 16  switches: flows:  538096 545238 537966 528112 548290 533916 541336 540160 547412 545658 540690 546757 541350 543954 549347 546182  total = 144.331041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123612.90/150856.22/138238.92/46782.40 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.375434" elapsed="0.000352"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-25T01:01:41.375936" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T01:01:41.376701" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T01:01:41.376789" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 123612.90/150856.22/138238.92/46782.40 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-25T01:01:41.376485" elapsed="0.000328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:01:41.377228" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 123612.90/150856.22/138238.92/46782.40 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:01:41.376962" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.379602" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.377419" elapsed="0.002238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.382063" level="INFO">123612.90/150856.22/138238.92/46782.40</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.379797" elapsed="0.002326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:01:41.384428" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:01:41.382270" elapsed="0.002184"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:01:41.387008" level="INFO">@{result_value_list} = [ 123612.90 | 150856.22 | 138238.92 | 46782.40 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:01:41.384633" elapsed="0.002403"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.387562" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T01:01:41.387649" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T01:01:41.387188" elapsed="0.000485"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.392262" level="INFO">min :: 123612.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.388058" elapsed="0.004275"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T01:01:41.387932" elapsed="0.004435"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.396958" level="INFO">max :: 150856.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.392579" elapsed="0.004438"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T01:01:41.392455" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.401510" level="INFO">avg :: 138238.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.397261" elapsed="0.004304"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T01:01:41.397138" elapsed="0.004461"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.406104" level="INFO">stdev :: 46782.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.401828" elapsed="0.004332"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T01:01:41.401685" elapsed="0.004510"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T01:01:41.387737" elapsed="0.018488"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.410033" level="INFO">${min} = 123612.90</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:01:41.406400" elapsed="0.003660"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.414047" level="INFO">${max} = 150856.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:01:41.410208" elapsed="0.003866"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.417934" level="INFO">${average} = 138238.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:01:41.414224" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.421770" level="INFO">${stdev} = 46782.40</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:01:41.418119" elapsed="0.003678"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.422310" level="INFO">${date} = 2026-05-25 01:01:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T01:01:41.421952" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.422875" level="INFO">CBench Result: 2026-05-25 01:01:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,123612.90,150856.22,138238.92,46782.40</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.422479" elapsed="0.000451"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T01:01:41.424064" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-25T01:01:41.423623" elapsed="0.000512"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-25T01:01:41.424296" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T01:01:41.423093" elapsed="0.001740"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-25T00:51:34.258068" elapsed="607.166824"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.425369" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-25T01:01:41.425045" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-25T01:01:41.425919" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-05-25T01:01:41.425628" elapsed="0.000617"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-25T00:51:34.256614" elapsed="607.169683"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.427652" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.427079" elapsed="0.000628"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.428906" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-25T01:01:41.428578" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-25T01:01:41.429264" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:01:41.429052" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-25T01:01:41.432109" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:01:41.431868" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-05-25T01:01:41.431850" elapsed="0.000336"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-25T01:01:41.432538" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-25T01:01:41.432360" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.433256" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.165" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:01:41.432809" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-25T01:01:41.433855" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T01:01:41.433471" elapsed="0.000410"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T01:01:41.434893" level="INFO">Length is 0.</msg>
<msg time="2026-05-25T01:01:41.434984" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T01:01:41.434456" elapsed="0.000553"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T01:01:41.435146" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-25T01:01:41.436356" level="INFO">Logging into '10.30.170.165:22' as 'jenkins'.</msg>
<msg time="2026-05-25T01:01:42.039752" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May 25 01:01:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May 25 00:51:34 2026 from 10.30.170.161
[?2004h[jenkins@releng-63164-263-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-25T01:01:41.435965" elapsed="0.603980"/>
</kw>
<msg time="2026-05-25T01:01:42.040031" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T01:01:41.435624" elapsed="0.604485"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-25T01:01:41.434077" elapsed="0.606143"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-25T01:01:42.040758" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.223 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-25T01:11:48.191899" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-25T01:11:48.192481" level="INFO">${stdout} = </msg>
<msg time="2026-05-25T01:11:48.192585" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-25T01:01:42.040451" elapsed="606.152189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:11:48.193078" elapsed="0.000728"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.194916" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:47.262 16  switches: flows:  0 106425 0 0 0 0 107114 0 0 105836 0 0 0 0 106437 0  total = 7.096867 per ms 
01:03:47.362 16  switches: flows:  111770 112061 110175 111642 108723 110670 109202 106445 108523 106487 108058 106754 107384 106858 108107 108830  total = 28.979782 per ms 
01:04:47.462 16  switches: flows:  111190 110225 105795 112462 105494 109635 105853 104089 105948 103486 106717 104070 108293 104575 104581 105662  total = 28.420492 per ms 
01:05:47.563 16  switches: flows:  98467 98903 94927 98984 95279 97794 96306 96397 95331 97468 95539 95452 96668 94638 96135 94810  total = 25.675455 per ms 
01:06:47.663 16  switches: flows:  114499 115489 113502 113785 111227 113767 112531 110703 111503 110115 109593 110220 111746 108024 109816 111275  total = 29.746921 per ms 
01:07:47.763 16  switches: flows:  108157 107477 106639 108073 104931 109174 106501 102216 105435 102827 103997 102745 106857 104100 103540 104264  total = 28.068655 per ms 
01:08:47.863 16  switches: flows:  104005 105885 102544 106684 100974 102731 103514 103226 100592 102846 99352 102265 103742 104495 100307 99740  total = 27.336049 per ms 
01:09:47.964 16  switches: flows:  109188 108155 109182 110203 104741 104178 106552 107030 105573 105833 103996 103984 105930 105980 102117 103106  total = 28.215356 per ms 
01:10:48.064 16  switches: flows:  106699 106087 105361 108495 103417 103548 105835 104477 101152 104837 100149 103010 103856 104824 101922 101399  total = 27.704840 per ms 
01:11:48.165 16  switches: flows:  114758 114286 116969 118412 112340 111670 114302 115300 111013 114887 111598 111560 114536 113558 109347 110842  total = 30.205492 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25675.45/30205.49/28261.45/9505.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.194157" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-25T01:11:48.195735" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-25T01:11:48.195423" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-05-25T01:11:48.195371" elapsed="0.000572"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-25T01:11:48.196149" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-25T01:11:48.196068" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-25T01:11:48.196034" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-25T01:11:48.196407" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-25T01:11:48.201435" elapsed="0.000328"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-25T01:11:48.201913" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-25T01:11:48.202203" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-25T01:11:48.197072" elapsed="0.005294"/>
</kw>
<msg time="2026-05-25T01:11:48.202494" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-25T01:01:41.429670" elapsed="606.772850"/>
</kw>
<status status="PASS" start="2026-05-25T01:01:41.429362" elapsed="606.773206"/>
</branch>
<status status="PASS" start="2026-05-25T01:01:41.429032" elapsed="606.773559"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.203012" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.223:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.223. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:47.262 16  switches: flows:  0 106425 0 0 0 0 107114 0 0 105836 0 0 0 0 106437 0  total = 7.096867 per ms 
01:03:47.362 16  switches: flows:  111770 112061 110175 111642 108723 110670 109202 106445 108523 106487 108058 106754 107384 106858 108107 108830  total = 28.979782 per ms 
01:04:47.462 16  switches: flows:  111190 110225 105795 112462 105494 109635 105853 104089 105948 103486 106717 104070 108293 104575 104581 105662  total = 28.420492 per ms 
01:05:47.563 16  switches: flows:  98467 98903 94927 98984 95279 97794 96306 96397 95331 97468 95539 95452 96668 94638 96135 94810  total = 25.675455 per ms 
01:06:47.663 16  switches: flows:  114499 115489 113502 113785 111227 113767 112531 110703 111503 110115 109593 110220 111746 108024 109816 111275  total = 29.746921 per ms 
01:07:47.763 16  switches: flows:  108157 107477 106639 108073 104931 109174 106501 102216 105435 102827 103997 102745 106857 104100 103540 104264  total = 28.068655 per ms 
01:08:47.863 16  switches: flows:  104005 105885 102544 106684 100974 102731 103514 103226 100592 102846 99352 102265 103742 104495 100307 99740  total = 27.336049 per ms 
01:09:47.964 16  switches: flows:  109188 108155 109182 110203 104741 104178 106552 107030 105573 105833 103996 103984 105930 105980 102117 103106  total = 28.215356 per ms 
01:10:48.064 16  switches: flows:  106699 106087 105361 108495 103417 103548 105835 104477 101152 104837 100149 103010 103856 104824 101922 101399  total = 27.704840 per ms 
01:11:48.165 16  switches: flows:  114758 114286 116969 118412 112340 111670 114302 115300 111013 114887 111598 111560 114536 113558 109347 110842  total = 30.205492 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25675.45/30205.49/28261.45/9505.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.202725" elapsed="0.000359"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-25T01:11:48.203227" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-25T01:11:48.203979" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-25T01:11:48.204066" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25675.45/30205.49/28261.45/9505.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-25T01:11:48.203765" elapsed="0.000325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:11:48.204516" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25675.45/30205.49/28261.45/9505.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:11:48.204239" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.206871" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.204682" elapsed="0.002244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.209423" level="INFO">25675.45/30205.49/28261.45/9505.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.207067" elapsed="0.002412"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:11:48.211777" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:11:48.209625" elapsed="0.002179"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-25T01:11:48.214173" level="INFO">@{result_value_list} = [ 25675.45 | 30205.49 | 28261.45 | 9505.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-25T01:11:48.211986" elapsed="0.002214"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.214676" level="INFO">Length is 4.</msg>
<msg time="2026-05-25T01:11:48.214762" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-25T01:11:48.214369" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.219392" level="INFO">min :: 25675.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.215159" elapsed="0.004289"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-25T01:11:48.215034" elapsed="0.004449"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.223887" level="INFO">max :: 30205.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.219691" elapsed="0.004252"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-25T01:11:48.219569" elapsed="0.004408"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.228450" level="INFO">avg :: 28261.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.224180" elapsed="0.004326"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-25T01:11:48.224058" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.233000" level="INFO">stdev :: 9505.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.228743" elapsed="0.004312"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-25T01:11:48.228621" elapsed="0.004467"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-25T01:11:48.214850" elapsed="0.018267"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.237084" level="INFO">${min} = 25675.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:11:48.233273" elapsed="0.003838"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.240893" level="INFO">${max} = 30205.49</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:11:48.237260" elapsed="0.003659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.244733" level="INFO">${average} = 28261.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:11:48.241065" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.248556" level="INFO">${stdev} = 9505.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-25T01:11:48.244906" elapsed="0.003676"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.249077" level="INFO">${date} = 2026-05-25 01:11:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-25T01:11:48.248737" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.249664" level="INFO">CBench Result: 2026-05-25 01:11:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25675.45,30205.49,28261.45,9505.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-25T01:11:48.249248" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-25T01:11:48.250763" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-25T01:11:48.250322" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-25T01:11:48.250983" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-25T01:11:48.249852" elapsed="0.001657"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-25T01:01:41.428012" elapsed="606.823555"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.252023" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-25T01:11:48.251717" elapsed="0.000361"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-25T01:11:48.253276" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-25T01:11:48.252804" elapsed="0.000517"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-25T01:11:48.253539" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-05-25T01:11:48.253396" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-05-25T01:11:48.253376" elapsed="0.000246"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.253758" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.253911" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254065" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254252" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254417" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254560" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254700" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-25T01:11:48.254916" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-25T01:11:48.254780" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-05-25T01:11:48.254764" elapsed="0.000226"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-25T01:11:48.252477" elapsed="0.002562"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-25T01:01:41.426578" elapsed="606.828506"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-25T00:41:24.949178" elapsed="1823.306589"/>
</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>
