<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-27T00:47:06.435686" 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-27T00:47:07.014528" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-06-27T00:47:07.014379" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:07.014349" elapsed="0.000285"/>
</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-27T00:47:07.014798" elapsed="0.000536"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T00:47:07.015849" level="INFO">Logging into '10.30.170.250:8101' as 'karaf'.</msg>
<msg time="2026-06-27T00:47:07.811214" 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-27T00:47:07.015509" elapsed="0.795878"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T00:47:07.859991" 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-27T00:47:07.811647" elapsed="0.048442"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T00:47:07.862039" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T00:47:07.862149" 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-27T00:47:07.860282" elapsed="0.001897"/>
</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-27T00:47:07.862336" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:47:07.862711" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.863407" 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-27T00:47:07.863058" elapsed="0.000404"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T00:47:07.863514" elapsed="0.000049"/>
</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.250
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-27T00:47:07.013975" elapsed="0.849727"/>
</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-27T00:47:07.010346" elapsed="0.853419"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T00:47:07.864775" 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-27T00:47:07.863944" elapsed="0.000890"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T00:47:07.865238" 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-27T00:47:07.864990" elapsed="0.000305"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.865900" 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-27T00:47:07.865449" elapsed="0.000480"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.866427" 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-27T00:47:07.866096" elapsed="0.000374"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.867011" 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-27T00:47:07.866616" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.867528" 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-27T00:47:07.867198" elapsed="0.000373"/>
</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-27T00:47:07.867887" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T00:47:07.867671" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T00:47:07.872449" 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-27T00:47:07.872036" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T00:47:07.873506" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T00:47:07.873589" 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-27T00:47:07.873061" elapsed="0.000553"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T00:47:07.873795" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T00:47:07.875158" level="INFO">Logging into '10.30.171.221:22' as 'jenkins'.</msg>
<msg time="2026-06-27T00:47:08.637575" 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 Sat Jun 27 00:47:08 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.221
  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-322-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-27T00:47:07.874640" elapsed="0.763190"/>
</kw>
<msg time="2026-06-27T00:47:08.638002" 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-27T00:47:07.874295" elapsed="0.763858"/>
</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-27T00:47:07.872697" elapsed="0.765678"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-27T00:47:08.645957" 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-27T00:47:08.638772" elapsed="0.008837"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:47:08.647898" elapsed="0.000448"/>
</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-27T00:47:07.871484" elapsed="0.776955"/>
</kw>
<status status="PASS" start="2026-06-27T00:47:07.868167" elapsed="0.780323"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:07.867629" elapsed="0.780904"/>
</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-27T00:47:08.648764" elapsed="0.000671"/>
</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-27T00:47:08.655741" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-27T00:47:08.655544" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:08.655514" elapsed="0.000335"/>
</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-27T00:47:08.659784" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-27T00:47:08.659652" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:08.659633" elapsed="0.000220"/>
</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-27T00:47:08.659987" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T00:47:08.660865" level="INFO">Logging into '10.30.170.250:8101' as 'karaf'.</msg>
<msg time="2026-06-27T00:47:08.830417" 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-27T00:47:08.660586" elapsed="0.169945"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T00:47:08.923599" 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-27T00:47:08.830747" elapsed="0.092966"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T00:47:08.927595" 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-27T00:47:08.927791" 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-27T00:47:08.923913" elapsed="0.003910"/>
</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-27T00:47:08.927966" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:47:08.928309" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:47:08.928986" 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-27T00:47:08.928683" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T00:47:08.929104" elapsed="0.000047"/>
</return>
<msg time="2026-06-27T00:47:08.929306" 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.250
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-27T00:47:08.659294" elapsed="0.270044"/>
</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-27T00:47:08.929487" elapsed="0.000526"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T00:47:08.930073" elapsed="0.000035"/>
</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-27T00:47:08.655137" elapsed="0.275071"/>
</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-27T00:47:08.934204" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-27T00:47:08.934043" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:08.934015" elapsed="0.000278"/>
</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-27T00:47:08.934459" elapsed="0.000558"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-27T00:47:08.935511" level="INFO">Logging into '10.30.170.250:8101' as 'karaf'.</msg>
<msg time="2026-06-27T00:47:09.097634" 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-27T00:47:08.935202" elapsed="0.162620"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.121242" 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-27T00:47:09.098055" elapsed="0.023250"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.123356" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-27T00:47:09.123461" 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-27T00:47:09.121461" elapsed="0.002029"/>
</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-27T00:47:09.123626" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:47:09.123998" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:47:09.124738" 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-27T00:47:09.124382" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-27T00:47:09.124842" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.250
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-27T00:47:08.933625" elapsed="0.191381"/>
</kw>
<status status="PASS" start="2026-06-27T00:47:07.008206" elapsed="2.116862"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:47:09.127021" 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-27T00:47:09.125884" elapsed="0.001203"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T00:47:09.128495" 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-27T00:47:09.128148" elapsed="0.000420"/>
</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-27T00:47:09.128912" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T00:47:09.128648" elapsed="0.000322"/>
</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-27T00:47:09.131908" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T00:47:09.131647" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:09.131628" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.132328" 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-27T00:47:09.132451" 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-27T00:47:09.132120" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:47:09.133083" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.250 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.221" 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-27T00:47:09.132629" elapsed="0.000526"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.133776" 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-27T00:47:09.133297" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T00:47:09.134748" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T00:47:09.134839" 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-27T00:47:09.134409" elapsed="0.000454"/>
</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-27T00:47:09.135005" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.136203" level="INFO">Logging into '10.30.171.221:22' as 'jenkins'.</msg>
<msg time="2026-06-27T00:47:09.476221" 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 Sat Jun 27 00:47:08 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.221
  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: Sat Jun 27 00:47:08 2026 from 10.30.171.201
[?2004h[jenkins@releng-63164-322-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-27T00:47:09.135847" elapsed="0.340590"/>
</kw>
<msg time="2026-06-27T00:47:09.476530" 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-27T00:47:09.135484" elapsed="0.341143"/>
</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-27T00:47:09.134022" elapsed="0.342754"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T00:47:09.477337" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.250 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T00:57:15.605833" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T00:57:15.606197" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T00:57:15.606265" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-27T00:47:09.477018" elapsed="606.129284"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:57:15.606609" elapsed="0.000727"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.608475" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250: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.250. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:14.700 16  switches: flows:  132469 134104 136558 130560 133694 134373 130279 130716 125857 124364 130262 127994 127486 123573 128616 128598  total = 34.658383 per ms 
00:49:14.801 16  switches: flows:  146279 147586 143885 143525 145557 145315 141871 140601 138345 133485 139504 139568 136382 136465 140478 138808  total = 37.564907 per ms 
00:50:14.902 16  switches: flows:  138626 138458 138034 135938 137636 137708 134733 134584 131114 127897 130671 129584 128428 127088 130859 129960  total = 35.462747 per ms 
00:51:15.003 16  switches: flows:  82601 81524 81050 82403 80159 80324 81948 78982 76860 76748 75831 76754 76559 75652 77635 76863  total = 20.996496 per ms 
00:52:15.103 16  switches: flows:  150157 149159 150728 148407 146466 147667 147831 143920 139461 138365 138666 137782 139965 139260 139026 141148  total = 38.236209 per ms 
00:53:15.204 16  switches: flows:  153127 149973 150232 147978 146610 147638 145767 144859 139786 138225 139113 140343 140043 141064 140341 141096  total = 38.372507 per ms 
00:54:15.305 16  switches: flows:  154333 150128 151358 150992 150065 149399 148214 147340 142778 139120 139865 140708 144115 142149 144683 143071  total = 38.906934 per ms 
00:55:15.407 16  switches: flows:  151404 149838 149629 148131 145759 146504 143647 143218 138838 137261 138357 137369 139867 140301 140405 139741  total = 38.107313 per ms 
00:56:15.508 16  switches: flows:  150247 147991 149162 147162 145020 147081 143746 141419 138423 136153 138301 137280 139426 139291 140880 137392  total = 37.919589 per ms 
00:57:15.610 16  switches: flows:  150089 147141 147384 147303 144043 148099 145730 142711 138137 135490 137744 136232 138888 138380 140517 138412  total = 37.874608 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20996.50/38906.93/35937.92/13123.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T00:57:15.607738" elapsed="0.001064"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T00:57:15.609295" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-06-27T00:57:15.608992" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-06-27T00:57:15.608938" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T00:57:15.609797" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-27T00:57:15.609707" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-06-27T00:57:15.609637" elapsed="0.000303"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T00:57:15.610014" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T00:57:15.615431" elapsed="0.000496"/>
</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-27T00:57:15.616137" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T00:57:15.616564" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T00:57:15.610751" elapsed="0.006055"/>
</kw>
<msg time="2026-06-27T00:57:15.616985" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-27T00:47:09.129315" elapsed="606.487708"/>
</kw>
<status status="PASS" start="2026-06-27T00:47:09.128997" elapsed="606.488093"/>
</branch>
<status status="PASS" start="2026-06-27T00:47:09.128626" elapsed="606.488497"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.617785" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250: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.250. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:14.700 16  switches: flows:  132469 134104 136558 130560 133694 134373 130279 130716 125857 124364 130262 127994 127486 123573 128616 128598  total = 34.658383 per ms 
00:49:14.801 16  switches: flows:  146279 147586 143885 143525 145557 145315 141871 140601 138345 133485 139504 139568 136382 136465 140478 138808  total = 37.564907 per ms 
00:50:14.902 16  switches: flows:  138626 138458 138034 135938 137636 137708 134733 134584 131114 127897 130671 129584 128428 127088 130859 129960  total = 35.462747 per ms 
00:51:15.003 16  switches: flows:  82601 81524 81050 82403 80159 80324 81948 78982 76860 76748 75831 76754 76559 75652 77635 76863  total = 20.996496 per ms 
00:52:15.103 16  switches: flows:  150157 149159 150728 148407 146466 147667 147831 143920 139461 138365 138666 137782 139965 139260 139026 141148  total = 38.236209 per ms 
00:53:15.204 16  switches: flows:  153127 149973 150232 147978 146610 147638 145767 144859 139786 138225 139113 140343 140043 141064 140341 141096  total = 38.372507 per ms 
00:54:15.305 16  switches: flows:  154333 150128 151358 150992 150065 149399 148214 147340 142778 139120 139865 140708 144115 142149 144683 143071  total = 38.906934 per ms 
00:55:15.407 16  switches: flows:  151404 149838 149629 148131 145759 146504 143647 143218 138838 137261 138357 137369 139867 140301 140405 139741  total = 38.107313 per ms 
00:56:15.508 16  switches: flows:  150247 147991 149162 147162 145020 147081 143746 141419 138423 136153 138301 137280 139426 139291 140880 137392  total = 37.919589 per ms 
00:57:15.610 16  switches: flows:  150089 147141 147384 147303 144043 148099 145730 142711 138137 135490 137744 136232 138888 138380 140517 138412  total = 37.874608 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20996.50/38906.93/35937.92/13123.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T00:57:15.617320" elapsed="0.000570"/>
</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-27T00:57:15.618097" elapsed="0.000505"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T00:57:15.619249" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T00:57:15.619398" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20996.50/38906.93/35937.92/13123.61 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-27T00:57:15.618908" elapsed="0.000525"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T00:57:15.620034" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20996.50/38906.93/35937.92/13123.61 | 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-27T00:57:15.619652" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.623259" 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-27T00:57:15.620277" elapsed="0.003050"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.625730" level="INFO">20996.50/38906.93/35937.92/13123.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T00:57:15.623483" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T00:57:15.628189" 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-27T00:57:15.625941" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T00:57:15.630741" level="INFO">@{result_value_list} = [ 20996.50 | 38906.93 | 35937.92 | 13123.61 ]</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-27T00:57:15.628430" elapsed="0.002340"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.631248" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T00:57:15.631361" 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-27T00:57:15.630927" elapsed="0.000465"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.636219" level="INFO">min :: 20996.50</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-27T00:57:15.631831" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T00:57:15.631694" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.640906" level="INFO">max :: 38906.93</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-27T00:57:15.636566" elapsed="0.004398"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T00:57:15.636431" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.645745" level="INFO">avg :: 35937.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T00:57:15.641218" elapsed="0.004586"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T00:57:15.641088" elapsed="0.004751"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.650544" level="INFO">stdev :: 13123.61</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-27T00:57:15.646062" elapsed="0.004540"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T00:57:15.645932" elapsed="0.004705"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T00:57:15.631468" elapsed="0.019218"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.654922" level="INFO">${min} = 20996.50</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-27T00:57:15.650850" elapsed="0.004111"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.660079" level="INFO">${max} = 38906.93</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-27T00:57:15.655177" elapsed="0.004929"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.664034" level="INFO">${average} = 35937.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T00:57:15.660260" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.668259" level="INFO">${stdev} = 13123.61</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-27T00:57:15.664216" elapsed="0.004077"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.668886" level="INFO">${date} = 2026-06-27 00:57:15</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-27T00:57:15.668492" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.669505" level="INFO">CBench Result: 2026-06-27 00:57:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20996.50,38906.93,35937.92,13123.61</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-27T00:57:15.669075" elapsed="0.000520"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T00:57:15.670781" 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-27T00:57:15.670291" elapsed="0.000559"/>
</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-27T00:57:15.671006" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T00:57:15.669780" elapsed="0.001792"/>
</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-27T00:47:09.127501" elapsed="606.544132"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.672166" 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-27T00:57:15.671810" elapsed="0.000414"/>
</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-27T00:57:15.672850" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-06-27T00:57:15.672469" elapsed="0.000735"/>
</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-27T00:47:09.125206" elapsed="606.548037"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.674976" 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-27T00:57:15.674566" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.676851" 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-27T00:57:15.676197" elapsed="0.000704"/>
</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-27T00:57:15.677289" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-27T00:57:15.677052" elapsed="0.000296"/>
</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-27T00:57:15.680373" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T00:57:15.680126" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-06-27T00:57:15.680107" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T00:57:15.680845" 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-27T00:57:15.680969" 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-27T00:57:15.680587" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.681610" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.250 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.221" 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-27T00:57:15.681133" elapsed="0.000558"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T00:57:15.682289" 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-27T00:57:15.681835" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T00:57:15.683327" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T00:57:15.683416" 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-27T00:57:15.682999" elapsed="0.000441"/>
</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-27T00:57:15.683584" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T00:57:15.684852" level="INFO">Logging into '10.30.171.221:22' as 'jenkins'.</msg>
<msg time="2026-06-27T00:57:16.242943" 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 Sat Jun 27 00:57:15 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.221
  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: Sat Jun 27 00:47:09 2026 from 10.30.171.201
[?2004h[jenkins@releng-63164-322-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-27T00:57:15.684453" elapsed="0.558691"/>
</kw>
<msg time="2026-06-27T00:57:16.243235" 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-27T00:57:15.684093" elapsed="0.559232"/>
</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-27T00:57:15.682587" elapsed="0.560853"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T00:57:16.243974" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.250 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T01:12:15.675023" level="FAIL">Test timeout 15 minutes exceeded.</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="FAIL" start="2026-06-27T00:57:16.243673" elapsed="899.431468">Test timeout 15 minutes exceeded.</status>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.675746" elapsed="0.000062"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.676171" elapsed="0.000046"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T01:12:15.676522" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:12:15.676406" elapsed="0.000218"/>
</branch>
<status status="NOT RUN" start="2026-06-27T01:12:15.676357" elapsed="0.000370"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T01:12:15.676931" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:12:15.676849" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-06-27T01:12:15.676816" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T01:12:15.677134" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-27T01:12:15.683983" elapsed="0.000669"/>
</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-27T01:12:15.684931" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:12:15.685272" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T01:12:15.678088" elapsed="0.007352"/>
</kw>
<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="FAIL" start="2026-06-27T00:57:15.677742" elapsed="900.007782">Test timeout 15 minutes exceeded.</status>
</kw>
<status status="FAIL" start="2026-06-27T00:57:15.677375" elapsed="900.008224">Test timeout 15 minutes exceeded.</status>
</branch>
<status status="FAIL" start="2026-06-27T00:57:15.677027" elapsed="900.008605">Test timeout 15 minutes exceeded.</status>
</if>
<kw name="Log" owner="BuiltIn">
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.685818" elapsed="0.000024"/>
</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="NOT RUN" start="2026-06-27T01:12:15.685990" elapsed="0.000021"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.686162" elapsed="0.000021"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.686331" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.686507" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.686681" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-06-27T01:12:15.686849" elapsed="0.000020"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-06-27T01:12:15.687011" elapsed="0.000022"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-06-27T01:12:15.687185" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.687495" elapsed="0.000022"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-06-27T01:12:15.687362" elapsed="0.000188"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-06-27T01:12:15.687272" elapsed="0.000307"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-27T01:12:15.687762" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-27T01:12:15.687927" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-27T01:12:15.688084" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-06-27T01:12:15.688250" elapsed="0.000021"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.688418" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.688573" elapsed="0.000020"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-06-27T01:12:15.688745" elapsed="0.000022"/>
</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="FAIL" start="2026-06-27T00:57:15.675353" elapsed="900.013509">Test timeout 15 minutes exceeded.</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-06-27T01:12:15.689038" elapsed="0.000022"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T01:12:15.690856" 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-27T01:12:15.690437" elapsed="0.000476"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<msg time="2026-06-27T01:12:15.691551" level="FAIL">0 flow_mods per/sec did not exceed threshold of 0</msg>
<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="FAIL" start="2026-06-27T01:12:15.691066" elapsed="0.000948">0 flow_mods per/sec did not exceed threshold of 0</status>
</kw>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<status status="FAIL" start="2026-06-27T01:12:15.690029" elapsed="0.002120">0 flow_mods per/sec did not exceed threshold of 0</status>
</kw>
<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="FAIL" start="2026-06-27T01:12:15.689626" elapsed="0.002631">0 flow_mods per/sec did not exceed threshold of 0</status>
</kw>
<status status="FAIL" start="2026-06-27T01:12:15.689322" elapsed="0.003061">0 flow_mods per/sec did not exceed threshold of 0</status>
</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="FAIL" start="2026-06-27T00:57:15.673892" elapsed="900.018569">Test timeout 15 minutes exceeded.

Also teardown failed:
0 flow_mods per/sec did not exceed threshold of 0</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:12:15.693796" 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-27T01:12:15.693331" elapsed="0.000524"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-27T01:12:15.695097" 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-27T01:12:15.694759" elapsed="0.000382"/>
</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-27T01:12:15.695499" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:12:15.695216" elapsed="0.000342"/>
</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-27T01:12:15.699035" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:12:15.698776" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-06-27T01:12:15.698756" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-27T01:12:15.699470" 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-27T01:12:15.699615" 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-27T01:12:15.699272" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:12:15.700248" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.250 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.221" 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-27T01:12:15.699824" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-27T01:12:15.700865" 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-27T01:12:15.700447" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T01:12:15.701851" level="INFO">Length is 0.</msg>
<msg time="2026-06-27T01:12:15.701941" 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-27T01:12:15.701504" elapsed="0.000461"/>
</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-27T01:12:15.702106" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-27T01:12:15.703355" level="INFO">Logging into '10.30.171.221:22' as 'jenkins'.</msg>
<msg time="2026-06-27T01:12:16.353489" 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 Sat Jun 27 01:12:15 UTC 2026

  System load:  1.02               Processes:             108
  Usage of /:   19.6% of 38.58GB   Users logged in:       1
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.221
  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: Sat Jun 27 00:57:16 2026 from 10.30.171.201
[?2004h[jenkins@releng-63164-322-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-27T01:12:15.702970" elapsed="0.650796"/>
</kw>
<msg time="2026-06-27T01:12:16.353871" 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-27T01:12:15.702586" elapsed="0.651371"/>
</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-27T01:12:15.701091" elapsed="0.652987"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-27T01:12:16.354625" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.250 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-27T01:22:22.391161" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-27T01:22:22.391973" level="INFO">${stdout} = </msg>
<msg time="2026-06-27T01:22:22.392084" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-27T01:12:16.354304" elapsed="606.037839"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:22:22.392603" elapsed="0.000897"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.394645" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250: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.250. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:21.494 16  switches: flows:  148278 149250 149707 149807 146056 150403 148495 143696 145001 146218 144968 144576 147197 140160 143598 144517  total = 39.032117 per ms 
01:14:21.595 16  switches: flows:  145874 146357 150011 148433 146365 150575 150474 144710 143815 144360 142372 146907 146436 141938 142947 145416  total = 38.884833 per ms 
01:15:21.696 16  switches: flows:  147847 144681 150969 146019 146699 151702 151058 145818 145833 144603 142326 146178 144331 140937 141463 148228  total = 38.913188 per ms 
01:16:21.797 16  switches: flows:  146099 146529 149268 146526 143985 152424 149930 146127 144914 145338 140609 146700 143732 143337 142121 146923  total = 38.844473 per ms 
01:17:21.898 16  switches: flows:  146540 146644 149153 146764 146020 152490 149810 145467 145655 145669 141743 146702 144991 142705 141027 145983  total = 38.891112 per ms 
01:18:22.000 16  switches: flows:  145744 143822 150755 146387 146189 151064 151195 145073 145848 143626 142138 146081 145392 142107 142480 147367  total = 38.856239 per ms 
01:19:22.101 16  switches: flows:  145133 147434 152374 146557 146604 151554 149026 145484 144646 145421 142970 146131 146935 142208 140870 146815  total = 38.937692 per ms 
01:20:22.202 16  switches: flows:  146740 147333 151191 146053 146769 151375 150017 143207 146170 146017 142006 146065 147137 140971 142021 145358  total = 38.908843 per ms 
01:21:22.306 16  switches: flows:  147185 148236 152746 146562 145044 151516 148956 145499 147001 143622 141956 146609 145743 142190 141312 145950  total = 38.935447 per ms 
01:22:22.407 16  switches: flows:  146970 149081 154004 149121 146694 151336 150313 148768 148148 142904 144175 147403 147145 142398 143969 148258  total = 39.279213 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38844.47/39279.21/38939.00/12980.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.393903" elapsed="0.000941"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-27T01:22:22.395314" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-06-27T01:22:22.395018" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-27T01:22:22.394969" elapsed="0.000569"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-27T01:22:22.395783" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-27T01:22:22.395697" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-27T01:22:22.395632" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-27T01:22:22.395988" 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-27T01:22:22.401563" 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-27T01:22:22.402061" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-27T01:22:22.402354" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-27T01:22:22.396695" elapsed="0.005809"/>
</kw>
<msg time="2026-06-27T01:22:22.402631" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-27T01:12:15.696389" elapsed="606.706283"/>
</kw>
<status status="PASS" start="2026-06-27T01:12:15.695583" elapsed="606.707139"/>
</branch>
<status status="PASS" start="2026-06-27T01:12:15.695195" elapsed="606.707551"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.403192" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.250: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.250. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:13:21.494 16  switches: flows:  148278 149250 149707 149807 146056 150403 148495 143696 145001 146218 144968 144576 147197 140160 143598 144517  total = 39.032117 per ms 
01:14:21.595 16  switches: flows:  145874 146357 150011 148433 146365 150575 150474 144710 143815 144360 142372 146907 146436 141938 142947 145416  total = 38.884833 per ms 
01:15:21.696 16  switches: flows:  147847 144681 150969 146019 146699 151702 151058 145818 145833 144603 142326 146178 144331 140937 141463 148228  total = 38.913188 per ms 
01:16:21.797 16  switches: flows:  146099 146529 149268 146526 143985 152424 149930 146127 144914 145338 140609 146700 143732 143337 142121 146923  total = 38.844473 per ms 
01:17:21.898 16  switches: flows:  146540 146644 149153 146764 146020 152490 149810 145467 145655 145669 141743 146702 144991 142705 141027 145983  total = 38.891112 per ms 
01:18:22.000 16  switches: flows:  145744 143822 150755 146387 146189 151064 151195 145073 145848 143626 142138 146081 145392 142107 142480 147367  total = 38.856239 per ms 
01:19:22.101 16  switches: flows:  145133 147434 152374 146557 146604 151554 149026 145484 144646 145421 142970 146131 146935 142208 140870 146815  total = 38.937692 per ms 
01:20:22.202 16  switches: flows:  146740 147333 151191 146053 146769 151375 150017 143207 146170 146017 142006 146065 147137 140971 142021 145358  total = 38.908843 per ms 
01:21:22.306 16  switches: flows:  147185 148236 152746 146562 145044 151516 148956 145499 147001 143622 141956 146609 145743 142190 141312 145950  total = 38.935447 per ms 
01:22:22.407 16  switches: flows:  146970 149081 154004 149121 146694 151336 150313 148768 148148 142904 144175 147403 147145 142398 143969 148258  total = 39.279213 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38844.47/39279.21/38939.00/12980.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.402895" elapsed="0.000413"/>
</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-27T01:22:22.403457" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-27T01:22:22.404216" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-27T01:22:22.404313" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38844.47/39279.21/38939.00/12980.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-27T01:22:22.403996" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T01:22:22.404762" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38844.47/39279.21/38939.00/12980.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T01:22:22.404492" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.407156" 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-27T01:22:22.404948" elapsed="0.002264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.409601" level="INFO">38844.47/39279.21/38939.00/12980.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.407364" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T01:22:22.412048" 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-27T01:22:22.409819" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-27T01:22:22.414539" level="INFO">@{result_value_list} = [ 38844.47 | 39279.21 | 38939.00 | 12980.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-27T01:22:22.412229" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.415063" level="INFO">Length is 4.</msg>
<msg time="2026-06-27T01:22:22.415159" 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-27T01:22:22.414737" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.419989" level="INFO">min :: 38844.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.415574" elapsed="0.004473"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-27T01:22:22.415441" elapsed="0.004641"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.424606" level="INFO">max :: 39279.21</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-27T01:22:22.420311" elapsed="0.004365"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-27T01:22:22.420174" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.429387" level="INFO">avg :: 38939.00</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-27T01:22:22.424959" elapsed="0.004486"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-27T01:22:22.424829" elapsed="0.004652"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.434044" level="INFO">stdev :: 12980.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.429713" elapsed="0.004388"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-27T01:22:22.429568" elapsed="0.004569"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-27T01:22:22.415254" elapsed="0.018913"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.438106" level="INFO">${min} = 38844.47</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-27T01:22:22.434359" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.442459" level="INFO">${max} = 39279.21</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-27T01:22:22.438286" elapsed="0.004201"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.446385" level="INFO">${average} = 38939.00</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-27T01:22:22.442643" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.450354" level="INFO">${stdev} = 12980.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-27T01:22:22.446565" elapsed="0.003816"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.450913" level="INFO">${date} = 2026-06-27 01:22:22</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-27T01:22:22.450541" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.451505" level="INFO">CBench Result: 2026-06-27 01:22:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38844.47,39279.21,38939.00,12980.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-27T01:22:22.451086" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-27T01:22:22.452951" 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-27T01:22:22.452217" elapsed="0.000804"/>
</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-27T01:22:22.453175" elapsed="0.000623"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-27T01:22:22.451731" elapsed="0.002133"/>
</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-27T01:12:15.694174" elapsed="606.759789"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.454425" 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-27T01:22:22.454113" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-27T01:22:22.455786" 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-27T01:22:22.455227" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-27T01:22:22.456046" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-27T01:22:22.455895" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-27T01:22:22.455873" elapsed="0.000267"/>
</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-27T01:22:22.456287" 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-27T01:22:22.456442" 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-27T01:22:22.456602" elapsed="0.000024"/>
</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-27T01:22:22.456812" 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-27T01:22:22.456960" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-27T01:22:22.457117" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-27T01:22:22.457263" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-27T01:22:22.457478" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-27T01:22:22.457344" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-06-27T01:22:22.457328" elapsed="0.000222"/>
</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-27T01:22:22.454888" elapsed="0.002713"/>
</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-27T01:12:15.692819" elapsed="606.764828"/>
</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="FAIL" start="2026-06-27T00:47:06.437239" elapsed="2116.020881"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
