<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-30T00:40:14.092057" 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-06-30T00:40:14.656416" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-30T00:40:14.656270" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:14.656240" 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-06-30T00:40:14.656659" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T00:40:14.657655" level="INFO">Logging into '10.30.170.85:8101' as 'karaf'.</msg>
<msg time="2026-06-30T00:40:15.639538" 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-06-30T00:40:14.657360" elapsed="0.982411"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T00:40:15.690531" 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-06-30T00:40:15.640121" elapsed="0.050545"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T00:40:15.692670" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T00:40:15.692783" 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-06-30T00:40:15.690921" elapsed="0.001893"/>
</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-06-30T00:40:15.692974" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:40:15.693361" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.694030" 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-06-30T00:40:15.693696" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T00:40:15.694181" elapsed="0.000056"/>
</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.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T00:40:14.655882" elapsed="1.038475"/>
</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-06-30T00:40:14.652299" elapsed="1.042117"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T00:40:15.694922" 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-06-30T00:40:15.694594" elapsed="0.000385"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T00:40:15.695423" 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-06-30T00:40:15.695175" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.696058" 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-06-30T00:40:15.695630" elapsed="0.000456"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.696644" 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-06-30T00:40:15.696249" elapsed="0.000438"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.697227" 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-06-30T00:40:15.696832" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.697715" 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-06-30T00:40:15.697408" elapsed="0.000349"/>
</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-06-30T00:40:15.698100" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T00:40:15.697851" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T00:40:15.702625" 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-06-30T00:40:15.702217" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T00:40:15.703647" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T00:40:15.703729" 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-06-30T00:40:15.703211" elapsed="0.000542"/>
</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-06-30T00:40:15.703895" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T00:40:15.705249" level="INFO">Logging into '10.30.171.207:22' as 'jenkins'.</msg>
<msg time="2026-06-30T00:40:16.415947" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 00:40:16 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.207
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-63164-325-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-06-30T00:40:15.704750" elapsed="0.711382"/>
</kw>
<msg time="2026-06-30T00:40:16.416227" 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-06-30T00:40:15.704412" elapsed="0.711918"/>
</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-06-30T00:40:15.702853" elapsed="0.713604"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.424434" 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-06-30T00:40:16.416693" elapsed="0.009697"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:40:16.426642" elapsed="0.000406"/>
</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-06-30T00:40:15.701660" elapsed="0.725477"/>
</kw>
<status status="PASS" start="2026-06-30T00:40:15.698333" elapsed="0.728855"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:15.697825" elapsed="0.729411"/>
</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-06-30T00:40:16.427440" elapsed="0.000666"/>
</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-06-30T00:40:16.434097" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-30T00:40:16.433911" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:16.433879" elapsed="0.000324"/>
</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-06-30T00:40:16.439069" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-30T00:40:16.438892" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:16.438866" elapsed="0.000302"/>
</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-06-30T00:40:16.439347" elapsed="0.000589"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.440512" level="INFO">Logging into '10.30.170.85:8101' as 'karaf'.</msg>
<msg time="2026-06-30T00:40:16.608042" 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-06-30T00:40:16.440157" elapsed="0.168027"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.704644" 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-06-30T00:40:16.608422" elapsed="0.096389"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.713053" 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-06-30T00:40:16.713312" 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-06-30T00:40:16.705199" elapsed="0.008157"/>
</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-06-30T00:40:16.713558" elapsed="0.000316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:40:16.714097" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.714968" 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-06-30T00:40:16.714560" elapsed="0.000570"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T00:40:16.715202" elapsed="0.000069"/>
</return>
<msg time="2026-06-30T00:40:16.715476" 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.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T00:40:16.438401" elapsed="0.277119"/>
</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-06-30T00:40:16.715721" elapsed="0.000740"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T00:40:16.716535" elapsed="0.000044"/>
</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-06-30T00:40:16.433457" elapsed="0.283257"/>
</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-06-30T00:40:16.722103" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-30T00:40:16.721899" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:16.721868" elapsed="0.000334"/>
</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-06-30T00:40:16.722381" elapsed="0.000483"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.723283" level="INFO">Logging into '10.30.170.85:8101' as 'karaf'.</msg>
<msg time="2026-06-30T00:40:16.915081" 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-06-30T00:40:16.723007" elapsed="0.192230"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.942129" 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-06-30T00:40:16.915506" elapsed="0.026685"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.943895" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-30T00:40:16.943993" 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-06-30T00:40:16.942340" elapsed="0.001693"/>
</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-06-30T00:40:16.944170" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:40:16.944493" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.945127" 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-06-30T00:40:16.944806" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-30T00:40:16.945227" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.85
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-30T00:40:16.721413" elapsed="0.223975"/>
</kw>
<status status="PASS" start="2026-06-30T00:40:14.650504" elapsed="2.294948"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.947653" 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-06-30T00:40:16.946583" elapsed="0.001133"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.949176" 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-06-30T00:40:16.948812" elapsed="0.000408"/>
</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-06-30T00:40:16.949566" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T00:40:16.949300" elapsed="0.000325"/>
</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-06-30T00:40:16.952536" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T00:40:16.952287" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:16.952268" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.953011" 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-06-30T00:40:16.953149" 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-06-30T00:40:16.952801" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.953736" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.207" 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-06-30T00:40:16.953309" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.954438" 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-06-30T00:40:16.953932" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T00:40:16.955374" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T00:40:16.955463" 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-06-30T00:40:16.955049" elapsed="0.000438"/>
</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-06-30T00:40:16.955628" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T00:40:16.956813" level="INFO">Logging into '10.30.171.207:22' as 'jenkins'.</msg>
<msg time="2026-06-30T00:40:17.327766" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 00:40:16 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.207
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 00:40:16 2026 from 10.30.171.13
[?2004h[jenkins@releng-63164-325-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-06-30T00:40:16.956463" elapsed="0.371497"/>
</kw>
<msg time="2026-06-30T00:40:17.328066" 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-06-30T00:40:16.956122" elapsed="0.372037"/>
</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-06-30T00:40:16.954663" elapsed="0.373619"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T00:40:17.328828" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T00:50:23.448699" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T00:50:23.449079" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T00:50:23.449149" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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-06-30T00:40:17.328511" elapsed="606.120677"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:50:23.449479" elapsed="0.000618"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.450978" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:22.530 16  switches: flows:  106289 106246 109861 108847 106461 107968 107823 104304 104843 105993 105884 105621 105091 103834 101837 104756  total = 28.260967 per ms 
00:42:22.630 16  switches: flows:  118227 116327 113254 115900 114813 114824 116151 115046 112265 111296 113876 111685 112367 112046 110347 113716  total = 30.318416 per ms 
00:43:22.730 16  switches: flows:  123679 120430 118709 121782 120270 119374 121579 119748 115548 113284 119000 114244 114747 115600 114330 119064  total = 31.470597 per ms 
00:44:22.831 16  switches: flows:  121830 119523 119053 121335 120294 120294 118579 117997 117496 116367 116585 114635 114975 114791 115088 117265  total = 31.382714 per ms 
00:45:22.932 16  switches: flows:  122777 119890 118934 120828 120034 119342 120268 117359 115926 113415 116508 114884 115610 113630 115351 117036  total = 31.310919 per ms 
00:46:23.033 16  switches: flows:  117278 113730 111730 115125 112621 112746 112954 112508 110696 109755 110648 110851 110056 110189 108360 111988  total = 29.804143 per ms 
00:47:23.134 16  switches: flows:  122627 122925 122723 122056 122859 121337 123712 123165 121083 121387 121739 120923 120283 119380 117352 119484  total = 32.329938 per ms 
00:48:23.235 16  switches: flows:  121455 122176 121134 120494 122074 119575 121078 122678 119088 118331 118909 119050 117538 118490 117290 119103  total = 31.921090 per ms 
00:49:23.336 16  switches: flows:  124942 121445 125034 121938 123654 122567 125147 123682 122673 121446 120576 121766 119945 121140 119391 120539  total = 32.543675 per ms 
00:50:23.436 16  switches: flows:  127184 121730 127772 124680 123660 122451 124975 123881 122780 122841 120686 122185 119969 121851 119929 119980  total = 32.721266 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29804.14/32721.27/31533.64/10552.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.450353" elapsed="0.000850"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T00:50:23.451627" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-06-30T00:50:23.451363" elapsed="0.000399"/>
</branch>
<status status="PASS" start="2026-06-30T00:50:23.451314" elapsed="0.000486"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T00:50:23.451938" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-30T00:50:23.451884" elapsed="0.000163"/>
</branch>
<status status="NOT RUN" start="2026-06-30T00:50:23.451862" elapsed="0.000238"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T00:50:23.452175" elapsed="0.000032"/>
</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-06-30T00:50:23.458074" elapsed="0.000332"/>
</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-06-30T00:50:23.458552" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T00:50:23.458849" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T00:50:23.452877" elapsed="0.006127"/>
</kw>
<msg time="2026-06-30T00:50:23.459150" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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-06-30T00:40:16.949970" elapsed="606.509214"/>
</kw>
<status status="PASS" start="2026-06-30T00:40:16.949654" elapsed="606.509588"/>
</branch>
<status status="PASS" start="2026-06-30T00:40:16.949277" elapsed="606.509989"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.459707" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:41:22.530 16  switches: flows:  106289 106246 109861 108847 106461 107968 107823 104304 104843 105993 105884 105621 105091 103834 101837 104756  total = 28.260967 per ms 
00:42:22.630 16  switches: flows:  118227 116327 113254 115900 114813 114824 116151 115046 112265 111296 113876 111685 112367 112046 110347 113716  total = 30.318416 per ms 
00:43:22.730 16  switches: flows:  123679 120430 118709 121782 120270 119374 121579 119748 115548 113284 119000 114244 114747 115600 114330 119064  total = 31.470597 per ms 
00:44:22.831 16  switches: flows:  121830 119523 119053 121335 120294 120294 118579 117997 117496 116367 116585 114635 114975 114791 115088 117265  total = 31.382714 per ms 
00:45:22.932 16  switches: flows:  122777 119890 118934 120828 120034 119342 120268 117359 115926 113415 116508 114884 115610 113630 115351 117036  total = 31.310919 per ms 
00:46:23.033 16  switches: flows:  117278 113730 111730 115125 112621 112746 112954 112508 110696 109755 110648 110851 110056 110189 108360 111988  total = 29.804143 per ms 
00:47:23.134 16  switches: flows:  122627 122925 122723 122056 122859 121337 123712 123165 121083 121387 121739 120923 120283 119380 117352 119484  total = 32.329938 per ms 
00:48:23.235 16  switches: flows:  121455 122176 121134 120494 122074 119575 121078 122678 119088 118331 118909 119050 117538 118490 117290 119103  total = 31.921090 per ms 
00:49:23.336 16  switches: flows:  124942 121445 125034 121938 123654 122567 125147 123682 122673 121446 120576 121766 119945 121140 119391 120539  total = 32.543675 per ms 
00:50:23.436 16  switches: flows:  127184 121730 127772 124680 123660 122451 124975 123881 122780 122841 120686 122185 119969 121851 119929 119980  total = 32.721266 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29804.14/32721.27/31533.64/10552.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.459411" elapsed="0.000444"/>
</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-06-30T00:50:23.460031" elapsed="0.000411"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T00:50:23.460836" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T00:50:23.461044" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29804.14/32721.27/31533.64/10552.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-30T00:50:23.460602" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T00:50:23.461545" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29804.14/32721.27/31533.64/10552.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T00:50:23.461256" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.464299" 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-06-30T00:50:23.461733" elapsed="0.002625"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.467099" level="INFO">29804.14/32721.27/31533.64/10552.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.464508" elapsed="0.002650"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T00:50:23.469802" 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-06-30T00:50:23.467307" elapsed="0.002523"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T00:50:23.472249" level="INFO">@{result_value_list} = [ 29804.14 | 32721.27 | 31533.64 | 10552.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-30T00:50:23.470071" elapsed="0.002207"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.472775" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T00:50:23.472871" 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-06-30T00:50:23.472429" elapsed="0.000465"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.477533" level="INFO">min :: 29804.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.473311" elapsed="0.004292"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T00:50:23.473180" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.482132" level="INFO">max :: 32721.27</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-06-30T00:50:23.477864" elapsed="0.004324"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T00:50:23.477730" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.486684" level="INFO">avg :: 31533.64</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-06-30T00:50:23.482435" elapsed="0.004304"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T00:50:23.482311" elapsed="0.004462"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.491470" level="INFO">stdev :: 10552.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.486993" elapsed="0.004534"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T00:50:23.486864" elapsed="0.004697"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T00:50:23.472967" elapsed="0.018628"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.495833" level="INFO">${min} = 29804.14</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-06-30T00:50:23.491754" elapsed="0.004107"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.499953" level="INFO">${max} = 32721.27</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-06-30T00:50:23.496034" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.503817" level="INFO">${average} = 31533.64</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-06-30T00:50:23.500150" elapsed="0.003693"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.507920" level="INFO">${stdev} = 10552.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-30T00:50:23.503991" elapsed="0.003967"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.508510" level="INFO">${date} = 2026-06-30 00:50: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-06-30T00:50:23.508151" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.509101" level="INFO">CBench Result: 2026-06-30 00:50:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29804.14,32721.27,31533.64,10552.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T00:50:23.508680" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T00:50:23.510498" 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-06-30T00:50:23.510070" elapsed="0.000502"/>
</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-06-30T00:50:23.510720" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T00:50:23.509525" elapsed="0.001745"/>
</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-06-30T00:40:16.948188" elapsed="606.563143"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.511792" 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-06-30T00:50:23.511479" elapsed="0.000369"/>
</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-06-30T00:50:23.512377" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-06-30T00:50:23.512077" elapsed="0.000636"/>
</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-06-30T00:40:16.945623" elapsed="606.567157"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.514376" 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-06-30T00:50:23.513966" elapsed="0.000470"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.515709" 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-06-30T00:50:23.515376" elapsed="0.000375"/>
</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-06-30T00:50:23.516126" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-30T00:50:23.515885" elapsed="0.000301"/>
</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-06-30T00:50:23.519083" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-30T00:50:23.518821" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-30T00:50:23.518797" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T00:50:23.519519" 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-06-30T00:50:23.519641" 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-06-30T00:50:23.519299" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.520242" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.207" 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-06-30T00:50:23.519802" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T00:50:23.520845" 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-06-30T00:50:23.520440" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T00:50:23.521778" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T00:50:23.521864" 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-06-30T00:50:23.521467" elapsed="0.000421"/>
</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-06-30T00:50:23.522040" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T00:50:23.523217" level="INFO">Logging into '10.30.171.207:22' as 'jenkins'.</msg>
<msg time="2026-06-30T00:50:24.147597" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 00:50:23 UTC 2026

  System load:  0.93               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.207
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 00:40:17 2026 from 10.30.171.13
[?2004h[jenkins@releng-63164-325-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-06-30T00:50:23.522839" elapsed="0.624965"/>
</kw>
<msg time="2026-06-30T00:50:24.147893" 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-06-30T00:50:23.522505" elapsed="0.625485"/>
</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-06-30T00:50:23.521084" elapsed="0.627044"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T00:50:24.148676" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.85 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T01:00:30.235885" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T01:00:30.236398" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T01:00:30.236501" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.85: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-06-30T00:50:24.148355" elapsed="606.088202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:00:30.237100" elapsed="0.000863"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.239112" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.285 16  switches: flows:  483189 483662 471698 488280 485068 479391 506917 488859 480556 473200 481325 472177 460397 477833 480012 470864  total = 128.057133 per ms 
00:52:29.386 16  switches: flows:  548899 535866 552179 554232 551831 555236 541381 547239 543615 551351 556240 546594 547035 547649 557682 552519  total = 146.247217 per ms 
00:53:29.488 16  switches: flows:  592132 594720 590363 594965 603338 590650 596008 585480 593500 589448 593583 591347 593778 592471 591613 591512  total = 157.816697 per ms 
00:54:29.589 16  switches: flows:  604188 603721 612172 614820 611035 593882 617425 603002 609661 603714 610104 622432 609889 603931 606274 607733  total = 161.959980 per ms 
00:55:29.690 16  switches: flows:  582910 574526 576979 572095 567073 583274 591204 576007 574457 582650 580422 580268 577318 576910 570652 587270  total = 153.973924 per ms 
00:56:29.794 16  switches: flows:  575558 587224 579482 586328 579824 589748 597265 579482 594849 581775 585663 585129 592493 581769 578995 581880  total = 155.691434 per ms 
00:57:29.897 16  switches: flows:  597344 603433 596110 606927 601379 590440 597302 584201 603070 592944 597921 596705 598482 591315 593264 588775  total = 158.719663 per ms 
00:58:30.009 16  switches: flows:  587259 580896 583895 577684 578921 573488 584611 582730 576633 584192 588950 582122 575276 581237 574391 586025  total = 154.686107 per ms 
00:59:30.110 16  switches: flows:  573506 583297 570426 573672 576115 573377 578208 579464 579088 570783 567616 581712 576364 583764 579641 576787  total = 153.472147 per ms 
01:00:30.213 16  switches: flows:  600421 606747 610534 599211 588167 610468 606828 607930 604478 606661 606248 606663 596661 608497 600476 607340  total = 160.848199 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146247.22/161959.98/155935.04/52167.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:00:30.238351" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T01:00:30.239906" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-06-30T01:00:30.239594" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-06-30T01:00:30.239546" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T01:00:30.240365" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-30T01:00:30.240284" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-06-30T01:00:30.240248" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T01:00:30.240569" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:00:30.244526" elapsed="0.000444"/>
</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-06-30T01:00:30.245196" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:00:30.245630" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T01:00:30.241272" elapsed="0.004576"/>
</kw>
<msg time="2026-06-30T01:00:30.246047" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.85: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-06-30T00:50:23.516523" elapsed="606.729563"/>
</kw>
<status status="PASS" start="2026-06-30T00:50:23.516212" elapsed="606.729943"/>
</branch>
<status status="PASS" start="2026-06-30T00:50:23.515863" elapsed="606.730324"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.246777" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:29.285 16  switches: flows:  483189 483662 471698 488280 485068 479391 506917 488859 480556 473200 481325 472177 460397 477833 480012 470864  total = 128.057133 per ms 
00:52:29.386 16  switches: flows:  548899 535866 552179 554232 551831 555236 541381 547239 543615 551351 556240 546594 547035 547649 557682 552519  total = 146.247217 per ms 
00:53:29.488 16  switches: flows:  592132 594720 590363 594965 603338 590650 596008 585480 593500 589448 593583 591347 593778 592471 591613 591512  total = 157.816697 per ms 
00:54:29.589 16  switches: flows:  604188 603721 612172 614820 611035 593882 617425 603002 609661 603714 610104 622432 609889 603931 606274 607733  total = 161.959980 per ms 
00:55:29.690 16  switches: flows:  582910 574526 576979 572095 567073 583274 591204 576007 574457 582650 580422 580268 577318 576910 570652 587270  total = 153.973924 per ms 
00:56:29.794 16  switches: flows:  575558 587224 579482 586328 579824 589748 597265 579482 594849 581775 585663 585129 592493 581769 578995 581880  total = 155.691434 per ms 
00:57:29.897 16  switches: flows:  597344 603433 596110 606927 601379 590440 597302 584201 603070 592944 597921 596705 598482 591315 593264 588775  total = 158.719663 per ms 
00:58:30.009 16  switches: flows:  587259 580896 583895 577684 578921 573488 584611 582730 576633 584192 588950 582122 575276 581237 574391 586025  total = 154.686107 per ms 
00:59:30.110 16  switches: flows:  573506 583297 570426 573672 576115 573377 578208 579464 579088 570783 567616 581712 576364 583764 579641 576787  total = 153.472147 per ms 
01:00:30.213 16  switches: flows:  600421 606747 610534 599211 588167 610468 606828 607930 604478 606661 606248 606663 596661 608497 600476 607340  total = 160.848199 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 146247.22/161959.98/155935.04/52167.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:00:30.246380" elapsed="0.000499"/>
</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-06-30T01:00:30.247103" elapsed="0.000490"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T01:00:30.248130" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T01:00:30.248254" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 146247.22/161959.98/155935.04/52167.31 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-06-30T01:00:30.247809" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:00:30.248843" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 146247.22/161959.98/155935.04/52167.31 | 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-06-30T01:00:30.248498" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.251549" 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-06-30T01:00:30.249102" elapsed="0.002504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.253930" level="INFO">146247.22/161959.98/155935.04/52167.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:00:30.251748" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:00:30.256318" 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-06-30T01:00:30.254146" elapsed="0.002199"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:00:30.258721" level="INFO">@{result_value_list} = [ 146247.22 | 161959.98 | 155935.04 | 52167.31 ]</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-06-30T01:00:30.256525" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.259217" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T01:00:30.259311" 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-06-30T01:00:30.258900" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.264095" level="INFO">min :: 146247.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:00:30.259700" elapsed="0.004452"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T01:00:30.259574" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.268615" level="INFO">max :: 161959.98</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-06-30T01:00:30.264401" elapsed="0.004269"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T01:00:30.264276" elapsed="0.004428"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.273159" level="INFO">avg :: 155935.04</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-06-30T01:00:30.268914" elapsed="0.004301"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T01:00:30.268791" elapsed="0.004457"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.277683" level="INFO">stdev :: 52167.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:00:30.273460" elapsed="0.004281"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T01:00:30.273335" elapsed="0.004447"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T01:00:30.259398" elapsed="0.018415"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.281591" level="INFO">${min} = 146247.22</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-06-30T01:00:30.277964" elapsed="0.003653"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.285852" level="INFO">${max} = 161959.98</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-06-30T01:00:30.281793" elapsed="0.004086"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.289687" level="INFO">${average} = 155935.04</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-06-30T01:00:30.286045" elapsed="0.003668"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.293541" level="INFO">${stdev} = 52167.31</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-06-30T01:00:30.289897" elapsed="0.003671"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.294099" level="INFO">${date} = 2026-06-30 01:00:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T01:00:30.293719" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.294684" level="INFO">CBench Result: 2026-06-30 01:00:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,146247.22,161959.98,155935.04,52167.31</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-06-30T01:00:30.294286" elapsed="0.000452"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T01:00:30.295752" 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-06-30T01:00:30.295355" elapsed="0.000461"/>
</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-06-30T01:00:30.295966" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T01:00:30.294881" elapsed="0.001611"/>
</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-06-30T00:50:23.514753" elapsed="606.781799"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.297006" 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-06-30T01:00:30.296696" elapsed="0.000384"/>
</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-06-30T01:00:30.297574" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-06-30T01:00:30.297281" elapsed="0.000664"/>
</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-06-30T00:50:23.513344" elapsed="606.784639"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.299344" 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-06-30T01:00:30.298939" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.300583" 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-06-30T01:00:30.300261" elapsed="0.000365"/>
</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-06-30T01:00:30.300944" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:00:30.300731" elapsed="0.000270"/>
</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-06-30T01:00:30.303991" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:00:30.303748" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-30T01:00:30.303729" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-30T01:00:30.304389" 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-06-30T01:00:30.304502" 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-06-30T01:00:30.304217" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.305095" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.207" 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-06-30T01:00:30.304659" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-30T01:00:30.305671" 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-06-30T01:00:30.305286" elapsed="0.000411"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T01:00:30.306606" level="INFO">Length is 0.</msg>
<msg time="2026-06-30T01:00:30.306694" 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-06-30T01:00:30.306309" elapsed="0.000409"/>
</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-06-30T01:00:30.306855" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-30T01:00:30.308035" level="INFO">Logging into '10.30.171.207:22' as 'jenkins'.</msg>
<msg time="2026-06-30T01:00:30.935242" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun 30 01:00:30 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun 30 00:50:24 2026 from 10.30.171.13
[?2004h[jenkins@releng-63164-325-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-06-30T01:00:30.307669" elapsed="0.627778"/>
</kw>
<msg time="2026-06-30T01:00:30.935535" 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-06-30T01:00:30.307335" elapsed="0.628286"/>
</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-06-30T01:00:30.305924" elapsed="0.629814"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-30T01:00:30.936297" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.85 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-30T01:10:36.995614" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-30T01:10:36.996164" level="INFO">${stdout} = </msg>
<msg time="2026-06-30T01:10:36.996276" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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-06-30T01:00:30.935966" elapsed="606.060370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:10:36.996807" elapsed="0.000760"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:36.998760" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.070 16  switches: flows:  116151 116830 117176 117038 114823 117069 115684 115281 114932 113471 114712 113823 113250 113062 112944 113219  total = 30.657750 per ms 
01:02:36.170 16  switches: flows:  121505 121795 120030 119867 117795 120180 119414 122351 119385 116939 120063 118399 117667 118633 118848 117873  total = 31.792625 per ms 
01:03:36.271 16  switches: flows:  127318 127465 124415 126178 125103 125633 124180 129455 125282 122711 124291 124782 125684 125552 126866 122097  total = 33.394428 per ms 
01:04:36.371 16  switches: flows:  120482 120824 117464 119562 116947 119582 118240 119422 118945 116901 118848 117867 117590 117698 118650 115691  total = 31.525892 per ms 
01:05:36.471 16  switches: flows:  124043 123024 124230 125285 120796 122898 122507 121973 121539 119515 123767 120466 121234 120458 122864 121412  total = 32.545832 per ms 
01:06:36.572 16  switches: flows:  126348 124219 125218 125394 123355 125437 122916 123630 121216 123371 123655 121805 122887 121843 122973 123549  total = 32.908605 per ms 
01:07:36.672 16  switches: flows:  123730 123869 123147 120945 120447 123258 122109 121388 119059 120931 121378 119877 121704 117692 122376 121571  total = 32.337395 per ms 
01:08:36.772 16  switches: flows:  126051 126565 125662 128024 121312 122820 124793 123662 122460 119739 120959 120724 120997 121371 122647 118239  total = 32.712490 per ms 
01:09:36.872 16  switches: flows:  128716 130321 126740 130544 127029 126328 127533 128103 122693 121884 124091 120272 123223 125742 122321 120611  total = 33.380120 per ms 
01:10:36.973 16  switches: flows:  122011 122108 118533 120322 118681 119402 119629 118897 116108 115740 115086 112848 118017 118892 116546 115563  total = 31.420574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31420.57/33394.43/32446.44/10838.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:10:36.997943" elapsed="0.001151"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-30T01:10:36.999589" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-30T01:10:36.999275" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-30T01:10:36.999225" elapsed="0.000571"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-30T01:10:37.000001" elapsed="0.000059"/>
</return>
<status status="NOT RUN" start="2026-06-30T01:10:36.999920" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-06-30T01:10:36.999886" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-30T01:10:37.000239" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-30T01:10:37.005979" elapsed="0.000351"/>
</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-06-30T01:10:37.006475" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-30T01:10:37.006775" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-30T01:10:37.000954" elapsed="0.005971"/>
</kw>
<msg time="2026-06-30T01:10:37.007071" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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-06-30T01:00:30.301352" elapsed="606.705746"/>
</kw>
<status status="PASS" start="2026-06-30T01:00:30.301045" elapsed="606.706103"/>
</branch>
<status status="PASS" start="2026-06-30T01:00:30.300712" elapsed="606.706459"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.007636" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.85: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.85. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:36.070 16  switches: flows:  116151 116830 117176 117038 114823 117069 115684 115281 114932 113471 114712 113823 113250 113062 112944 113219  total = 30.657750 per ms 
01:02:36.170 16  switches: flows:  121505 121795 120030 119867 117795 120180 119414 122351 119385 116939 120063 118399 117667 118633 118848 117873  total = 31.792625 per ms 
01:03:36.271 16  switches: flows:  127318 127465 124415 126178 125103 125633 124180 129455 125282 122711 124291 124782 125684 125552 126866 122097  total = 33.394428 per ms 
01:04:36.371 16  switches: flows:  120482 120824 117464 119562 116947 119582 118240 119422 118945 116901 118848 117867 117590 117698 118650 115691  total = 31.525892 per ms 
01:05:36.471 16  switches: flows:  124043 123024 124230 125285 120796 122898 122507 121973 121539 119515 123767 120466 121234 120458 122864 121412  total = 32.545832 per ms 
01:06:36.572 16  switches: flows:  126348 124219 125218 125394 123355 125437 122916 123630 121216 123371 123655 121805 122887 121843 122973 123549  total = 32.908605 per ms 
01:07:36.672 16  switches: flows:  123730 123869 123147 120945 120447 123258 122109 121388 119059 120931 121378 119877 121704 117692 122376 121571  total = 32.337395 per ms 
01:08:36.772 16  switches: flows:  126051 126565 125662 128024 121312 122820 124793 123662 122460 119739 120959 120724 120997 121371 122647 118239  total = 32.712490 per ms 
01:09:36.872 16  switches: flows:  128716 130321 126740 130544 127029 126328 127533 128103 122693 121884 124091 120272 123223 125742 122321 120611  total = 33.380120 per ms 
01:10:36.973 16  switches: flows:  122011 122108 118533 120322 118681 119402 119629 118897 116108 115740 115086 112848 118017 118892 116546 115563  total = 31.420574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31420.57/33394.43/32446.44/10838.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:10:37.007318" elapsed="0.000393"/>
</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-06-30T01:10:37.007860" elapsed="0.000397"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-30T01:10:37.008653" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-30T01:10:37.008742" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31420.57/33394.43/32446.44/10838.08 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-06-30T01:10:37.008416" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:10:37.009198" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31420.57/33394.43/32446.44/10838.08 | 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-06-30T01:10:37.008925" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.011631" 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-06-30T01:10:37.009367" elapsed="0.002340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.014082" level="INFO">31420.57/33394.43/32446.44/10838.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:10:37.011866" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:10:37.016612" 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-06-30T01:10:37.014288" elapsed="0.002352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-30T01:10:37.019099" level="INFO">@{result_value_list} = [ 31420.57 | 33394.43 | 32446.44 | 10838.08 ]</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-06-30T01:10:37.016835" elapsed="0.002292"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.019592" level="INFO">Length is 4.</msg>
<msg time="2026-06-30T01:10:37.019679" 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-06-30T01:10:37.019285" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.024352" level="INFO">min :: 31420.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-30T01:10:37.020104" elapsed="0.004306"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-30T01:10:37.019962" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.030392" level="INFO">max :: 33394.43</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-06-30T01:10:37.024700" elapsed="0.005771"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-30T01:10:37.024563" elapsed="0.005956"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.036067" level="INFO">avg :: 32446.44</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-06-30T01:10:37.030851" elapsed="0.005275"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-30T01:10:37.030635" elapsed="0.005526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.040822" level="INFO">stdev :: 10838.08</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-06-30T01:10:37.036375" elapsed="0.004507"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-30T01:10:37.036247" elapsed="0.004670"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-30T01:10:37.019772" elapsed="0.021179"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.045331" level="INFO">${min} = 31420.57</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-06-30T01:10:37.041170" elapsed="0.004192"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.049285" level="INFO">${max} = 33394.43</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-06-30T01:10:37.045533" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.053192" level="INFO">${average} = 32446.44</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-06-30T01:10:37.049464" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.057138" level="INFO">${stdev} = 10838.08</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-06-30T01:10:37.053369" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.057666" level="INFO">${date} = 2026-06-30 01:10:37</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-30T01:10:37.057321" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.058317" level="INFO">CBench Result: 2026-06-30 01:10:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31420.57,33394.43,32446.44,10838.08</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-06-30T01:10:37.057842" elapsed="0.000533"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-30T01:10:37.059569" 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-06-30T01:10:37.059062" elapsed="0.000591"/>
</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-06-30T01:10:37.059805" elapsed="0.000503"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-30T01:10:37.058565" elapsed="0.001857"/>
</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-06-30T01:00:30.299702" elapsed="606.760794"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.060968" 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-06-30T01:10:37.060647" elapsed="0.000401"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-30T01:10:37.062306" 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-06-30T01:10:37.061804" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-30T01:10:37.062570" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-30T01:10:37.062419" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-30T01:10:37.062397" elapsed="0.000266"/>
</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-06-30T01:10:37.062807" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.062962" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.063138" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.063338" 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-06-30T01:10:37.063486" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.063629" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.063770" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-30T01:10:37.063983" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-30T01:10:37.063851" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-06-30T01:10:37.063834" elapsed="0.000248"/>
</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-06-30T01:10:37.061464" elapsed="0.002671"/>
</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-06-30T01:00:30.298407" elapsed="606.765774"/>
</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-06-30T00:40:14.093581" elapsed="1822.971191"/>
</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>
