<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-11T00:40:59.672167" 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-08-11T00:41:00.222789" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-11T00:41:00.222657" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:00.222629" elapsed="0.000277"/>
</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-08-11T00:41:00.223051" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T00:41:00.224023" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-08-11T00:41:00.840172" 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-08-11T00:41:00.223710" elapsed="0.616682"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T00:41:00.889198" 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-08-11T00:41:00.840754" elapsed="0.048514"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T00:41:00.891090" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T00:41:00.891206" 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-08-11T00:41:00.889435" elapsed="0.001800"/>
</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-08-11T00:41:00.891390" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:41:00.891749" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.892519" 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-08-11T00:41:00.892158" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T00:41:00.892630" elapsed="0.000069"/>
</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.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T00:41:00.222287" elapsed="0.670600"/>
</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-08-11T00:41:00.218731" elapsed="0.674226"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T00:41:00.893581" 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-08-11T00:41:00.893154" elapsed="0.000483"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T00:41:00.894074" 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-08-11T00:41:00.893786" elapsed="0.000353"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.894696" 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-08-11T00:41:00.894293" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.895258" 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-08-11T00:41:00.894917" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.895821" 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-08-11T00:41:00.895445" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.896338" 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-08-11T00:41:00.896029" elapsed="0.000351"/>
</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-08-11T00:41:00.896697" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T00:41:00.896475" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T00:41:00.901110" 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-08-11T00:41:00.900634" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T00:41:00.902386" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T00:41:00.902471" 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-08-11T00:41:00.901684" elapsed="0.000811"/>
</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-08-11T00:41:00.902646" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T00:41:00.904043" level="INFO">Logging into '10.30.170.115:22' as 'jenkins'.</msg>
<msg time="2026-08-11T00:41:01.582646" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 00:41:01 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.115
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-367-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-08-11T00:41:00.903512" elapsed="0.679282"/>
</kw>
<msg time="2026-08-11T00:41:01.582913" 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-08-11T00:41:00.903168" elapsed="0.679834"/>
</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-08-11T00:41:00.901342" elapsed="0.681779"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-11T00:41:01.590063" 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-08-11T00:41:01.583327" elapsed="0.008151"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:41:01.591736" elapsed="0.000416"/>
</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-08-11T00:41:00.900103" elapsed="0.692141"/>
</kw>
<status status="PASS" start="2026-08-11T00:41:00.896845" elapsed="0.695454"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:00.896444" elapsed="0.695902"/>
</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-08-11T00:41:01.592567" elapsed="0.000748"/>
</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-08-11T00:41:01.599762" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-11T00:41:01.599584" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:01.599550" elapsed="0.000350"/>
</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-08-11T00:41:01.604123" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-11T00:41:01.603990" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:01.603966" elapsed="0.000240"/>
</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-08-11T00:41:01.604362" elapsed="0.000522"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T00:41:01.605310" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-08-11T00:41:01.833697" 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-08-11T00:41:01.605048" elapsed="0.228836"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T00:41:01.934325" 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-08-11T00:41:01.834154" elapsed="0.100257"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T00:41:01.939382" 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-08-11T00:41:01.939571" 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-08-11T00:41:01.934573" elapsed="0.005030"/>
</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-08-11T00:41:01.939744" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:41:01.940112" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:41:01.940786" 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-08-11T00:41:01.940471" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T00:41:01.940921" elapsed="0.000058"/>
</return>
<msg time="2026-08-11T00:41:01.941133" 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.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T00:41:01.603593" elapsed="0.337572"/>
</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-08-11T00:41:01.941313" elapsed="0.000612"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T00:41:01.941980" elapsed="0.000034"/>
</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-08-11T00:41:01.599152" elapsed="0.342965"/>
</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-08-11T00:41:01.945872" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-11T00:41:01.945712" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:01.945685" elapsed="0.000262"/>
</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-08-11T00:41:01.946079" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-11T00:41:01.946972" level="INFO">Logging into '10.30.170.40:8101' as 'karaf'.</msg>
<msg time="2026-08-11T00:41:02.135675" 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-08-11T00:41:01.946672" elapsed="0.189095"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.168859" 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-08-11T00:41:02.135966" elapsed="0.032955"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.170966" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-11T00:41:02.171063" 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-08-11T00:41:02.169065" elapsed="0.002028"/>
</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-08-11T00:41:02.171227" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:41:02.171562" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:41:02.172194" 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-08-11T00:41:02.171914" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-11T00:41:02.172288" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.40
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-11T00:41:01.945375" elapsed="0.227048"/>
</kw>
<status status="PASS" start="2026-08-11T00:41:00.216934" elapsed="1.955550"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:41:02.174607" 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-08-11T00:41:02.173460" elapsed="0.001375"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T00:41:02.176265" 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-08-11T00:41:02.175884" elapsed="0.000424"/>
</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-08-11T00:41:02.176602" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T00:41:02.176380" elapsed="0.000280"/>
</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-08-11T00:41:02.179538" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T00:41:02.179291" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:02.179271" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.179968" 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-08-11T00:41:02.180105" 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-08-11T00:41:02.179757" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:41:02.180686" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.115" 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-08-11T00:41:02.180266" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.181376" 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-08-11T00:41:02.180913" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T00:41:02.182312" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T00:41:02.182403" 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-08-11T00:41:02.181995" elapsed="0.000432"/>
</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-08-11T00:41:02.182567" elapsed="0.000497"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.183937" level="INFO">Logging into '10.30.170.115:22' as 'jenkins'.</msg>
<msg time="2026-08-11T00:41:02.498748" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 00:41:01 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.115
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 00:41:01 2026 from 10.30.171.55
[?2004h[jenkins@releng-63164-367-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-08-11T00:41:02.183565" elapsed="0.315347"/>
</kw>
<msg time="2026-08-11T00:41:02.498984" 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-08-11T00:41:02.183218" elapsed="0.315844"/>
</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-08-11T00:41:02.181601" elapsed="0.317567"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T00:41:02.499611" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T00:51:08.593736" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T00:51:08.594327" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T00:51:08.594434" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T00:41:02.499353" elapsed="606.095165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:51:08.595027" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.596904" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40: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.40. 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:07.678 16  switches: flows:  105584 103770 103505 103277 101583 101809 101135 101220 98441 99046 98980 96906 99272 98900 98868 97644  total = 26.832333 per ms 
00:43:07.779 16  switches: flows:  123999 121933 120042 122504 118634 118253 115387 118812 114241 116686 115680 115074 119292 119476 116082 115322  total = 31.470946 per ms 
00:44:07.879 16  switches: flows:  122583 120523 118535 122459 119763 117014 116109 117393 113815 116474 117073 114745 118426 116994 117050 114585  total = 31.340014 per ms 
00:45:07.980 16  switches: flows:  124396 122142 121800 122691 119996 119798 118657 120432 116856 119200 117635 116793 119003 117980 116997 115191  total = 31.773050 per ms 
00:46:08.082 16  switches: flows:  127459 126425 125635 126663 125544 124339 120513 126175 119101 119501 119793 118890 119470 119934 119879 115969  total = 32.533855 per ms 
00:47:08.183 16  switches: flows:  129053 128782 128479 130618 129632 126580 122707 129632 121401 120704 121714 120769 123298 122697 123286 120187  total = 33.269963 per ms 
00:48:08.284 16  switches: flows:  128645 129697 128654 129432 129052 127484 123207 127369 122040 121965 121743 120722 121900 122911 123754 120598  total = 33.263942 per ms 
00:49:08.385 16  switches: flows:  123608 122780 122908 122584 121659 120619 119072 121439 116728 115383 116964 117149 116693 119083 117203 115100  total = 31.763093 per ms 
00:50:08.486 16  switches: flows:  122822 120926 119355 120915 119453 117879 117072 118321 115615 114156 114670 115576 117170 114377 115738 113048  total = 31.232760 per ms 
00:51:08.587 16  switches: flows:  123935 123164 122782 122199 122602 122494 121502 121069 118503 115698 120207 116586 119200 115702 116225 115968  total = 31.910652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31232.76/33269.96/32062.03/10712.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T00:51:08.596136" elapsed="0.001051"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T00:51:08.597681" elapsed="0.000092"/>
</return>
<status status="PASS" start="2026-08-11T00:51:08.597375" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-08-11T00:51:08.597319" elapsed="0.000634"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T00:51:08.598171" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-11T00:51:08.598087" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-11T00:51:08.598050" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T00:51:08.598385" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T00:51:08.602104" elapsed="0.000327"/>
</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-08-11T00:51:08.602581" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T00:51:08.602893" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T00:51:08.599110" elapsed="0.003934"/>
</kw>
<msg time="2026-08-11T00:51:08.603171" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T00:41:02.177025" elapsed="606.426172"/>
</kw>
<status status="PASS" start="2026-08-11T00:41:02.176687" elapsed="606.426560"/>
</branch>
<status status="PASS" start="2026-08-11T00:41:02.176359" elapsed="606.426911"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.603699" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40: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.40. 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:07.678 16  switches: flows:  105584 103770 103505 103277 101583 101809 101135 101220 98441 99046 98980 96906 99272 98900 98868 97644  total = 26.832333 per ms 
00:43:07.779 16  switches: flows:  123999 121933 120042 122504 118634 118253 115387 118812 114241 116686 115680 115074 119292 119476 116082 115322  total = 31.470946 per ms 
00:44:07.879 16  switches: flows:  122583 120523 118535 122459 119763 117014 116109 117393 113815 116474 117073 114745 118426 116994 117050 114585  total = 31.340014 per ms 
00:45:07.980 16  switches: flows:  124396 122142 121800 122691 119996 119798 118657 120432 116856 119200 117635 116793 119003 117980 116997 115191  total = 31.773050 per ms 
00:46:08.082 16  switches: flows:  127459 126425 125635 126663 125544 124339 120513 126175 119101 119501 119793 118890 119470 119934 119879 115969  total = 32.533855 per ms 
00:47:08.183 16  switches: flows:  129053 128782 128479 130618 129632 126580 122707 129632 121401 120704 121714 120769 123298 122697 123286 120187  total = 33.269963 per ms 
00:48:08.284 16  switches: flows:  128645 129697 128654 129432 129052 127484 123207 127369 122040 121965 121743 120722 121900 122911 123754 120598  total = 33.263942 per ms 
00:49:08.385 16  switches: flows:  123608 122780 122908 122584 121659 120619 119072 121439 116728 115383 116964 117149 116693 119083 117203 115100  total = 31.763093 per ms 
00:50:08.486 16  switches: flows:  122822 120926 119355 120915 119453 117879 117072 118321 115615 114156 114670 115576 117170 114377 115738 113048  total = 31.232760 per ms 
00:51:08.587 16  switches: flows:  123935 123164 122782 122199 122602 122494 121502 121069 118503 115698 120207 116586 119200 115702 116225 115968  total = 31.910652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31232.76/33269.96/32062.03/10712.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T00:51:08.603406" elapsed="0.000366"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-11T00:51:08.603936" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T00:51:08.604723" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T00:51:08.604815" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31232.76/33269.96/32062.03/10712.68 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-08-11T00:51:08.604497" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T00:51:08.605268" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31232.76/33269.96/32062.03/10712.68 | 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-08-11T00:51:08.605012" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.607644" 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-08-11T00:51:08.605436" elapsed="0.002265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.610076" level="INFO">31232.76/33269.96/32062.03/10712.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T00:51:08.607843" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T00:51:08.612447" 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-08-11T00:51:08.610280" elapsed="0.002195"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T00:51:08.614836" level="INFO">@{result_value_list} = [ 31232.76 | 33269.96 | 32062.03 | 10712.68 ]</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-08-11T00:51:08.612661" elapsed="0.002220"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.615338" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T00:51:08.615427" 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-08-11T00:51:08.615034" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.620128" level="INFO">min :: 31232.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T00:51:08.615824" elapsed="0.004373"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T00:51:08.615695" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.624712" level="INFO">max :: 33269.96</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-08-11T00:51:08.620455" elapsed="0.004313"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T00:51:08.620322" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.629272" level="INFO">avg :: 32062.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T00:51:08.625035" elapsed="0.004293"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T00:51:08.624908" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.633779" level="INFO">stdev :: 10712.68</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-08-11T00:51:08.629579" elapsed="0.004256"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T00:51:08.629451" elapsed="0.004435"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T00:51:08.615516" elapsed="0.018403"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.637776" level="INFO">${min} = 31232.76</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-08-11T00:51:08.634073" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.641982" level="INFO">${max} = 33269.96</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-08-11T00:51:08.637979" elapsed="0.004029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.646126" level="INFO">${average} = 32062.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-11T00:51:08.642157" elapsed="0.003996"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.650021" level="INFO">${stdev} = 10712.68</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-08-11T00:51:08.646304" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.650557" level="INFO">${date} = 2026-08-11 00:51:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T00:51:08.650204" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.651150" level="INFO">CBench Result: 2026-08-11 00:51:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31232.76,33269.96,32062.03,10712.68</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-08-11T00:51:08.650726" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T00:51:08.652210" 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-08-11T00:51:08.651808" elapsed="0.000481"/>
</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-08-11T00:51:08.652442" 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-08-11T00:51:08.651342" elapsed="0.001637"/>
</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-08-11T00:41:02.175257" elapsed="606.477780"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.653494" 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-08-11T00:51:08.653183" elapsed="0.000366"/>
</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-08-11T00:51:08.654079" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-08-11T00:51:08.653766" elapsed="0.000642"/>
</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-08-11T00:41:02.172628" elapsed="606.481818"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.655875" 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-08-11T00:51:08.655479" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.657203" 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-08-11T00:51:08.656874" elapsed="0.000371"/>
</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-08-11T00:51:08.657566" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T00:51:08.657350" elapsed="0.000273"/>
</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-08-11T00:51:08.660473" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T00:51:08.660209" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-08-11T00:51:08.660190" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T00:51:08.660898" 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-08-11T00:51:08.661016" 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-08-11T00:51:08.660695" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.661587" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.115" 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-08-11T00:51:08.661174" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T00:51:08.662192" 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-08-11T00:51:08.661781" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T00:51:08.663110" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T00:51:08.663198" 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-08-11T00:51:08.662789" elapsed="0.000434"/>
</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-08-11T00:51:08.663360" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T00:51:08.664603" level="INFO">Logging into '10.30.170.115:22' as 'jenkins'.</msg>
<msg time="2026-08-11T00:51:09.238423" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 00:51:08 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 00:41:02 2026 from 10.30.171.55
[?2004h[jenkins@releng-63164-367-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-08-11T00:51:08.664193" elapsed="0.574425"/>
</kw>
<msg time="2026-08-11T00:51:09.238706" 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-08-11T00:51:08.663833" elapsed="0.574963"/>
</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-08-11T00:51:08.662419" elapsed="0.576514"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T00:51:09.239469" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T01:01:16.493098" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T01:01:16.493717" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T01:01:16.493824" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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-08-11T00:51:09.239149" elapsed="607.254782"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T01:01:16.494411" elapsed="0.000727"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.496330" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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.40. 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:14.371 16  switches: flows:  504215 497517 508177 509204 496697 504996 517676 497076 490553 484653 492934 485062 481609 497500 497207 501216  total = 132.771533 per ms 
00:53:14.474 16  switches: flows:  589018 572982 576964 576965 583324 578326 584735 582466 572437 585097 582272 585688 575810 578974 585802 572345  total = 154.456884 per ms 
00:54:14.576 16  switches: flows:  585513 581896 580357 584647 586509 584402 587313 594425 583775 581647 586635 583397 578188 584549 582984 577343  total = 155.463481 per ms 
00:55:15.390 16  switches: flows:  602014 602012 606704 604721 603134 600692 537587 602410 611954 601475 606215 605201 602500 610020 610225 610547  total = 158.143902 per ms 
00:56:15.492 16  switches: flows:  570251 578357 568787 530375 567339 554965 580411 557628 571905 574722 574498 583919 576132 585778 575943 581772  total = 151.956723 per ms 
00:57:15.593 16  switches: flows:  586399 583208 577738 581243 580692 587108 581257 583549 577256 580933 574278 571210 574075 568265 585871 573550  total = 154.183112 per ms 
00:58:15.694 16  switches: flows:  495611 504983 506196 498318 496537 498808 510105 509765 510466 496985 488646 501986 502843 499748 506088 499238  total = 133.547728 per ms 
00:59:16.274 16  switches: flows:  587886 583745 587402 586084 580069 539131 598791 587855 591995 540627 584453 589823 586835 590696 544488 585357  total = 152.943637 per ms 
01:00:16.377 16  switches: flows:  610188 607242 607761 601565 610707 608697 608733 596117 608050 601998 599284 616329 608893 607862 609412 615747  total = 161.703658 per ms 
01:01:16.478 16  switches: flows:  604879 599475 594917 603337 594682 600047 604774 597852 604983 599096 596696 601987 605172 597331 603450 602598  total = 159.917287 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133547.73/161703.66/153590.71/51775.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:01:16.495495" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T01:01:16.497158" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-08-11T01:01:16.496813" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-08-11T01:01:16.496762" elapsed="0.000621"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T01:01:16.497595" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-11T01:01:16.497512" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-08-11T01:01:16.497475" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T01:01:16.497804" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-11T01:01:16.503479" elapsed="0.000786"/>
</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-08-11T01:01:16.504416" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T01:01:16.504715" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T01:01:16.498544" elapsed="0.006345"/>
</kw>
<msg time="2026-08-11T01:01:16.505020" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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-08-11T00:51:08.657972" elapsed="607.847074"/>
</kw>
<status status="PASS" start="2026-08-11T00:51:08.657647" elapsed="607.847449"/>
</branch>
<status status="PASS" start="2026-08-11T00:51:08.657330" elapsed="607.847789"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.505544" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.40: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.40. 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:14.371 16  switches: flows:  504215 497517 508177 509204 496697 504996 517676 497076 490553 484653 492934 485062 481609 497500 497207 501216  total = 132.771533 per ms 
00:53:14.474 16  switches: flows:  589018 572982 576964 576965 583324 578326 584735 582466 572437 585097 582272 585688 575810 578974 585802 572345  total = 154.456884 per ms 
00:54:14.576 16  switches: flows:  585513 581896 580357 584647 586509 584402 587313 594425 583775 581647 586635 583397 578188 584549 582984 577343  total = 155.463481 per ms 
00:55:15.390 16  switches: flows:  602014 602012 606704 604721 603134 600692 537587 602410 611954 601475 606215 605201 602500 610020 610225 610547  total = 158.143902 per ms 
00:56:15.492 16  switches: flows:  570251 578357 568787 530375 567339 554965 580411 557628 571905 574722 574498 583919 576132 585778 575943 581772  total = 151.956723 per ms 
00:57:15.593 16  switches: flows:  586399 583208 577738 581243 580692 587108 581257 583549 577256 580933 574278 571210 574075 568265 585871 573550  total = 154.183112 per ms 
00:58:15.694 16  switches: flows:  495611 504983 506196 498318 496537 498808 510105 509765 510466 496985 488646 501986 502843 499748 506088 499238  total = 133.547728 per ms 
00:59:16.274 16  switches: flows:  587886 583745 587402 586084 580069 539131 598791 587855 591995 540627 584453 589823 586835 590696 544488 585357  total = 152.943637 per ms 
01:00:16.377 16  switches: flows:  610188 607242 607761 601565 610707 608697 608733 596117 608050 601998 599284 616329 608893 607862 609412 615747  total = 161.703658 per ms 
01:01:16.478 16  switches: flows:  604879 599475 594917 603337 594682 600047 604774 597852 604983 599096 596696 601987 605172 597331 603450 602598  total = 159.917287 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 133547.73/161703.66/153590.71/51775.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:01:16.505255" elapsed="0.000362"/>
</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-08-11T01:01:16.505762" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T01:01:16.506533" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T01:01:16.506622" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 133547.73/161703.66/153590.71/51775.26 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-08-11T01:01:16.506314" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:01:16.507069" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 133547.73/161703.66/153590.71/51775.26 | 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-08-11T01:01:16.506797" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.509458" 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-08-11T01:01:16.507243" elapsed="0.002272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.511844" level="INFO">133547.73/161703.66/153590.71/51775.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:01:16.509657" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:01:16.514250" 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-08-11T01:01:16.512076" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:01:16.516695" level="INFO">@{result_value_list} = [ 133547.73 | 161703.66 | 153590.71 | 51775.26 ]</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-08-11T01:01:16.514459" elapsed="0.002263"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.517203" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T01:01:16.517292" 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-08-11T01:01:16.516892" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.522192" level="INFO">min :: 133547.73</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-08-11T01:01:16.517692" elapsed="0.004558"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T01:01:16.517564" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.526744" level="INFO">max :: 161703.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:01:16.522502" elapsed="0.004297"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T01:01:16.522374" elapsed="0.004459"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.531317" level="INFO">avg :: 153590.71</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-08-11T01:01:16.527066" elapsed="0.004307"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T01:01:16.526939" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.535873" level="INFO">stdev :: 51775.26</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-08-11T01:01:16.531624" elapsed="0.008215"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T01:01:16.531495" elapsed="0.008394"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T01:01:16.517380" elapsed="0.022567"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.543744" level="INFO">${min} = 133547.73</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-08-11T01:01:16.540110" elapsed="0.003661"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.547578" level="INFO">${max} = 161703.66</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-08-11T01:01:16.543949" elapsed="0.003656"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.551435" level="INFO">${average} = 153590.71</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-08-11T01:01:16.547757" elapsed="0.003705"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.555389" level="INFO">${stdev} = 51775.26</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-08-11T01:01:16.551613" elapsed="0.003804"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.555974" level="INFO">${date} = 2026-08-11 01:01:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T01:01:16.555575" elapsed="0.000426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.556762" level="INFO">CBench Result: 2026-08-11 01:01:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,133547.73,161703.66,153590.71,51775.26</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-08-11T01:01:16.556336" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T01:01:16.557899" 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-08-11T01:01:16.557470" elapsed="0.000499"/>
</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-08-11T01:01:16.558133" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T01:01:16.556995" elapsed="0.001677"/>
</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-08-11T00:51:08.656241" elapsed="607.902490"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.559225" 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-08-11T01:01:16.558896" 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-08-11T01:01:16.559794" elapsed="0.000342"/>
</kw>
<status status="PASS" start="2026-08-11T01:01:16.559491" elapsed="0.000723"/>
</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-08-11T00:51:08.654880" elapsed="607.905373"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.561766" 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-08-11T01:01:16.561378" elapsed="0.000446"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.563564" 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-08-11T01:01:16.562971" elapsed="0.000638"/>
</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-08-11T01:01:16.563997" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-11T01:01:16.563723" elapsed="0.000336"/>
</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-08-11T01:01:16.567052" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-11T01:01:16.566786" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-08-11T01:01:16.566766" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-11T01:01:16.567457" 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-08-11T01:01:16.567576" 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-08-11T01:01:16.567262" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.568198" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.115" 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-08-11T01:01:16.567735" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-11T01:01:16.568785" 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-08-11T01:01:16.568394" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T01:01:16.569702" level="INFO">Length is 0.</msg>
<msg time="2026-08-11T01:01:16.569790" 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-08-11T01:01:16.569400" elapsed="0.000414"/>
</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-08-11T01:01:16.569970" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-11T01:01:16.571179" level="INFO">Logging into '10.30.170.115:22' as 'jenkins'.</msg>
<msg time="2026-08-11T01:01:17.156892" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Tue Aug 11 01:01:16 UTC 2026

  System load:  0.11               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.115
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Aug 11 00:51:09 2026 from 10.30.171.55
[?2004h[jenkins@releng-63164-367-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-08-11T01:01:16.570804" elapsed="0.586306"/>
</kw>
<msg time="2026-08-11T01:01:17.157202" 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-08-11T01:01:16.570458" elapsed="0.586833"/>
</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-08-11T01:01:16.569028" elapsed="0.588385"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-11T01:01:17.158007" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.40 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-11T01:11:23.187029" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-11T01:11:23.187505" level="INFO">${stdout} = </msg>
<msg time="2026-08-11T01:11:23.187581" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-11T01:01:17.157658" elapsed="606.029979"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T01:11:23.188024" elapsed="0.000511"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.189412" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40: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.40. 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:22.272 16  switches: flows:  108172 107572 109534 106839 111207 109922 108235 107145 107596 107985 104569 108048 106306 107721 104436 105323  total = 28.676833 per ms 
01:03:22.373 16  switches: flows:  124048 123109 126861 121580 125435 126868 123743 123396 124243 123983 120874 124777 120208 124546 119667 122108  total = 32.869168 per ms 
01:04:22.473 16  switches: flows:  116049 114971 117994 113680 117263 118039 114260 115529 114983 115736 111404 115453 112482 114490 110610 112899  total = 30.546340 per ms 
01:05:22.576 16  switches: flows:  130380 126730 129288 125435 129153 127777 125775 128787 124861 125957 121370 123520 122131 123575 122822 123073  total = 33.453422 per ms 
01:06:22.676 16  switches: flows:  130410 128024 127409 125962 130146 129761 124808 127936 124914 124993 119442 122335 121842 124119 124283 120936  total = 33.399599 per ms 
01:07:22.776 16  switches: flows:  130641 129162 130426 125422 128841 130409 126562 129663 124434 124880 121630 124217 122156 124707 126250 123332  total = 33.656028 per ms 
01:08:22.876 16  switches: flows:  130747 127214 128978 125452 128177 129962 124551 129518 124347 122961 121813 125004 121518 123940 123660 123546  total = 33.467250 per ms 
01:09:22.977 16  switches: flows:  125343 125654 126450 123646 125893 128022 121430 127090 121999 121423 120970 122650 119246 122986 123025 122762  total = 32.921414 per ms 
01:10:23.077 16  switches: flows:  130570 128940 127574 124860 130009 128391 124517 125233 124883 125365 120404 123679 122018 124662 123897 126159  total = 33.463480 per ms 
01:11:23.178 16  switches: flows:  123224 122165 122825 120462 123451 123332 120300 120718 119814 120340 116550 117164 116920 120137 118415 118596  total = 32.019900 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30546.34/33656.03/32866.29/10996.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:11:23.188795" elapsed="0.000835"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-11T01:11:23.190027" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-08-11T01:11:23.189762" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-08-11T01:11:23.189723" elapsed="0.000460"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-11T01:11:23.190345" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-11T01:11:23.190282" elapsed="0.000131"/>
</branch>
<status status="NOT RUN" start="2026-08-11T01:11:23.190254" elapsed="0.000196"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-11T01:11:23.190504" elapsed="0.000023"/>
</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-08-11T01:11:23.194702" elapsed="0.000527"/>
</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-08-11T01:11:23.195446" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-11T01:11:23.195922" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-11T01:11:23.191018" elapsed="0.005145"/>
</kw>
<msg time="2026-08-11T01:11:23.196358" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-11T01:01:16.564404" elapsed="606.631996"/>
</kw>
<status status="PASS" start="2026-08-11T01:01:16.564085" elapsed="606.632390"/>
</branch>
<status status="PASS" start="2026-08-11T01:01:16.563701" elapsed="606.632814"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.197239" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.40: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.40. 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:22.272 16  switches: flows:  108172 107572 109534 106839 111207 109922 108235 107145 107596 107985 104569 108048 106306 107721 104436 105323  total = 28.676833 per ms 
01:03:22.373 16  switches: flows:  124048 123109 126861 121580 125435 126868 123743 123396 124243 123983 120874 124777 120208 124546 119667 122108  total = 32.869168 per ms 
01:04:22.473 16  switches: flows:  116049 114971 117994 113680 117263 118039 114260 115529 114983 115736 111404 115453 112482 114490 110610 112899  total = 30.546340 per ms 
01:05:22.576 16  switches: flows:  130380 126730 129288 125435 129153 127777 125775 128787 124861 125957 121370 123520 122131 123575 122822 123073  total = 33.453422 per ms 
01:06:22.676 16  switches: flows:  130410 128024 127409 125962 130146 129761 124808 127936 124914 124993 119442 122335 121842 124119 124283 120936  total = 33.399599 per ms 
01:07:22.776 16  switches: flows:  130641 129162 130426 125422 128841 130409 126562 129663 124434 124880 121630 124217 122156 124707 126250 123332  total = 33.656028 per ms 
01:08:22.876 16  switches: flows:  130747 127214 128978 125452 128177 129962 124551 129518 124347 122961 121813 125004 121518 123940 123660 123546  total = 33.467250 per ms 
01:09:22.977 16  switches: flows:  125343 125654 126450 123646 125893 128022 121430 127090 121999 121423 120970 122650 119246 122986 123025 122762  total = 32.921414 per ms 
01:10:23.077 16  switches: flows:  130570 128940 127574 124860 130009 128391 124517 125233 124883 125365 120404 123679 122018 124662 123897 126159  total = 33.463480 per ms 
01:11:23.178 16  switches: flows:  123224 122165 122825 120462 123451 123332 120300 120718 119814 120340 116550 117164 116920 120137 118415 118596  total = 32.019900 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30546.34/33656.03/32866.29/10996.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:11:23.196778" elapsed="0.000574"/>
</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-08-11T01:11:23.197577" elapsed="0.000608"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-11T01:11:23.198709" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-11T01:11:23.198834" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30546.34/33656.03/32866.29/10996.29 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-08-11T01:11:23.198412" elapsed="0.000478"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:11:23.199493" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30546.34/33656.03/32866.29/10996.29 | 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-08-11T01:11:23.199110" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.203084" 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-08-11T01:11:23.199749" elapsed="0.003426"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.206617" level="INFO">30546.34/33656.03/32866.29/10996.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:11:23.203402" elapsed="0.003303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:11:23.210134" 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-08-11T01:11:23.206955" elapsed="0.003221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-11T01:11:23.213639" level="INFO">@{result_value_list} = [ 30546.34 | 33656.03 | 32866.29 | 10996.29 ]</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-08-11T01:11:23.210508" elapsed="0.003171"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.214432" level="INFO">Length is 4.</msg>
<msg time="2026-08-11T01:11:23.214558" 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-08-11T01:11:23.213932" elapsed="0.000663"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.220560" level="INFO">min :: 30546.34</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-08-11T01:11:23.215193" elapsed="0.005430"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-11T01:11:23.214996" elapsed="0.005663"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.225840" level="INFO">max :: 33656.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-11T01:11:23.220938" elapsed="0.005074"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-11T01:11:23.220752" elapsed="0.005342"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.237471" level="INFO">avg :: 32866.29</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-08-11T01:11:23.226583" elapsed="0.010954"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-11T01:11:23.226291" elapsed="0.011285"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.242174" level="INFO">stdev :: 10996.29</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-08-11T01:11:23.237817" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-11T01:11:23.237672" elapsed="0.004602"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-11T01:11:23.214692" elapsed="0.027614"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.246416" level="INFO">${min} = 30546.34</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-08-11T01:11:23.242485" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.250464" level="INFO">${max} = 33656.03</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-08-11T01:11:23.246614" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.254404" level="INFO">${average} = 32866.29</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-08-11T01:11:23.250653" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.259735" level="INFO">${stdev} = 10996.29</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-08-11T01:11:23.254590" elapsed="0.005215"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.261260" level="INFO">${date} = 2026-08-11 01:11:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-11T01:11:23.260307" elapsed="0.000993"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.262252" level="INFO">CBench Result: 2026-08-11 01:11:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30546.34,33656.03,32866.29,10996.29</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-08-11T01:11:23.261520" elapsed="0.000822"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-11T01:11:23.264077" 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-08-11T01:11:23.263344" elapsed="0.000852"/>
</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-08-11T01:11:23.264420" elapsed="0.000782"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-11T01:11:23.262576" elapsed="0.002745"/>
</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-08-11T01:01:16.562149" elapsed="606.703286"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.266254" 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-08-11T01:11:23.265705" elapsed="0.000649"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-11T01:11:23.268165" 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-08-11T01:11:23.267449" elapsed="0.000755"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-11T01:11:23.268536" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-08-11T01:11:23.268320" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-08-11T01:11:23.268288" elapsed="0.000378"/>
</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-08-11T01:11:23.268953" elapsed="0.000036"/>
</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-08-11T01:11:23.269205" elapsed="0.000029"/>
</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-08-11T01:11:23.269372" elapsed="0.000020"/>
</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-08-11T01:11:23.269584" 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-08-11T01:11:23.269733" elapsed="0.000030"/>
</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-08-11T01:11:23.269905" elapsed="0.000021"/>
</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-08-11T01:11:23.270049" elapsed="0.000022"/>
</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-08-11T01:11:23.270303" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-11T01:11:23.270147" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-08-11T01:11:23.270128" elapsed="0.000254"/>
</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-08-11T01:11:23.266943" elapsed="0.003491"/>
</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-08-11T01:01:16.560765" elapsed="606.709717"/>
</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-08-11T00:40:59.673773" elapsed="1823.597409"/>
</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>
