<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-08T01:44:39.107136" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T01:44:39.671960" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:44:39.671825" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:39.671795" 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-04-08T01:44:39.672223" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T01:44:39.673210" level="INFO">Logging into '10.30.170.99:8101' as 'karaf'.</msg>
<msg time="2026-04-08T01:44:40.352974" 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-04-08T01:44:39.672895" elapsed="0.680236"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T01:44:40.402591" 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-04-08T01:44:40.353342" elapsed="0.049322"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T01:44:40.404356" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T01:44:40.404466" 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-04-08T01:44:40.402840" elapsed="0.001655"/>
</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-04-08T01:44:40.404653" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:44:40.405034" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.405700" 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-04-08T01:44:40.405396" elapsed="0.000358"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T01:44:40.405805" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T01:44:39.671443" elapsed="0.734540"/>
</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-04-08T01:44:39.667850" elapsed="0.738218"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T01:44:40.406571" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T01:44:40.406264" elapsed="0.000363"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T01:44:40.407043" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T01:44:40.406778" elapsed="0.000328"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.407636" 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-04-08T01:44:40.407262" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.408210" 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-04-08T01:44:40.407830" elapsed="0.000422"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.408769" 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-04-08T01:44:40.408400" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.409302" 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-04-08T01:44:40.408953" elapsed="0.000391"/>
</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-04-08T01:44:40.409638" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:44:40.409424" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:44:40.414008" 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-04-08T01:44:40.413613" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:44:40.415332" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T01:44:40.415421" 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-04-08T01:44:40.414602" elapsed="0.000844"/>
</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-04-08T01:44:40.415597" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T01:44:40.416977" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-04-08T01:44:41.229650" 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 Wed Apr  8 01:44:40 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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-48317-683-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-04-08T01:44:40.416480" elapsed="0.813261"/>
</kw>
<msg time="2026-04-08T01:44:41.229808" 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-04-08T01:44:40.416130" elapsed="0.813749"/>
</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-04-08T01:44:40.414261" elapsed="0.815714"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.241137" 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-04-08T01:44:41.230162" elapsed="0.012934"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:44:41.243464" elapsed="0.000591"/>
</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-04-08T01:44:40.413101" elapsed="0.831092"/>
</kw>
<status status="PASS" start="2026-04-08T01:44:40.409772" elapsed="0.834503"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:40.409399" elapsed="0.834934"/>
</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-04-08T01:44:41.244681" elapsed="0.000957"/>
</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-04-08T01:44:41.253014" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:44:41.252852" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:41.252821" elapsed="0.000318"/>
</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-04-08T01:44:41.258117" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:44:41.257939" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:41.257912" elapsed="0.000302"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T01:44:41.258394" elapsed="0.000588"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.259574" level="INFO">Logging into '10.30.170.99:8101' as 'karaf'.</msg>
<msg time="2026-04-08T01:44:41.431921" 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-04-08T01:44:41.259215" elapsed="0.172795"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.523854" 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-04-08T01:44:41.432193" elapsed="0.091735"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.534632" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-08T01:44:41.534809" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-08T01:44:41.524102" elapsed="0.010739"/>
</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-04-08T01:44:41.534984" elapsed="0.000214"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:44:41.535347" elapsed="0.000180"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.535946" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-08T01:44:41.535665" elapsed="0.000342"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T01:44:41.536077" elapsed="0.000047"/>
</return>
<msg time="2026-04-08T01:44:41.536267" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T01:44:41.257444" elapsed="0.278855"/>
</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-04-08T01:44:41.536446" elapsed="0.000509"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T01:44:41.537006" elapsed="0.000068"/>
</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-04-08T01:44:41.252440" elapsed="0.284738"/>
</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-04-08T01:44:41.540818" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:44:41.540700" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:41.540678" elapsed="0.000210"/>
</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-04-08T01:44:41.541016" elapsed="0.000438"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.541858" level="INFO">Logging into '10.30.170.99:8101' as 'karaf'.</msg>
<msg time="2026-04-08T01:44:41.703273" 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-04-08T01:44:41.541600" elapsed="0.161874"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.729106" 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-04-08T01:44:41.703793" elapsed="0.025445"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.731411" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T01:44:41.731522" 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-04-08T01:44:41.729493" elapsed="0.002059"/>
</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-04-08T01:44:41.731691" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:44:41.732062" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.732755" 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-04-08T01:44:41.732401" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T01:44:41.732862" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.99
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T01:44:41.540366" elapsed="0.192721"/>
</kw>
<status status="PASS" start="2026-04-08T01:44:39.665950" elapsed="2.067206"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.735553" 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-04-08T01:44:41.734367" elapsed="0.001252"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.737279" 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-04-08T01:44:41.736888" elapsed="0.000434"/>
</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-04-08T01:44:41.737658" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:44:41.737406" elapsed="0.000311"/>
</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-04-08T01:44:41.740755" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:44:41.740506" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:41.740485" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.741193" 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-04-08T01:44:41.741315" 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-04-08T01:44:41.740969" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.741897" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-04-08T01:44:41.741476" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.742599" 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-04-08T01:44:41.742113" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:44:41.743560" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T01:44:41.743649" 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-04-08T01:44:41.743222" elapsed="0.000451"/>
</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-04-08T01:44:41.743816" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T01:44:41.745079" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-04-08T01:44:42.081123" 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 Wed Apr  8 01:44:40 UTC 2026

  System load:  0.13               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Wed Apr  8 01:44:41 2026 from 10.30.171.223
[?2004h[jenkins@releng-48317-683-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-04-08T01:44:41.744697" elapsed="0.336554"/>
</kw>
<msg time="2026-04-08T01:44:42.081322" 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-04-08T01:44:41.744327" elapsed="0.337074"/>
</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-04-08T01:44:41.742830" elapsed="0.338673"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T01:44:42.082147" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T01:54:48.182520" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T01:54:48.183140" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T01:54:48.183264" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-08T01:44:42.081683" elapsed="606.101658"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:54:48.183870" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.185826" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:45:47.268 16  switches: flows:  110882 112567 111975 108085 108632 112163 110079 108405 103386 106792 108493 104279 105389 106898 107891 106290  total = 28.870100 per ms 
01:46:47.369 16  switches: flows:  127038 126786 124375 125373 124826 125483 124420 123094 118947 120473 121712 119399 119644 116008 120095 122942  total = 32.622439 per ms 
01:47:47.472 16  switches: flows:  128066 126043 126528 127025 126674 127085 124111 123430 122381 122737 122073 120901 121050 119479 122760 123571  total = 33.010117 per ms 
01:48:47.573 16  switches: flows:  130027 126685 126206 129368 127135 128163 126000 124310 122864 124837 120975 122596 120570 122429 123677 124530  total = 33.283974 per ms 
01:49:47.674 16  switches: flows:  130247 126013 128727 130182 127855 129145 126055 125715 124443 124361 123351 122800 123050 121981 123774 127721  total = 33.534357 per ms 
01:50:47.775 16  switches: flows:  127625 125405 127952 128223 126407 125711 124624 121796 120985 123488 121864 120885 120825 120260 120266 123197  total = 32.936908 per ms 
01:51:47.875 16  switches: flows:  128040 125805 126588 129058 125282 128220 124901 122950 122849 123537 121487 122094 120710 120551 122660 123599  total = 33.083672 per ms 
01:52:47.975 16  switches: flows:  132072 130705 130119 130551 130205 130345 127263 127524 126289 127000 126606 124679 125728 123923 125468 127970  total = 34.050597 per ms 
01:53:48.077 16  switches: flows:  132460 130206 129462 130166 129659 130682 128318 127337 126428 128908 126859 125147 124812 124727 126850 127703  total = 34.104439 per ms 
01:54:48.177 16  switches: flows:  132927 130432 131476 131826 131500 131941 126617 127986 125941 128026 125709 125643 125363 124762 127145 128495  total = 34.205917 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32622.44/34205.92/33425.82/11155.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:54:48.185060" elapsed="0.001093"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T01:54:48.186677" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-04-08T01:54:48.186369" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-04-08T01:54:48.186300" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T01:54:48.187140" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-08T01:54:48.187050" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-04-08T01:54:48.186986" elapsed="0.000315"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T01:54:48.187388" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T01:54:48.192212" elapsed="0.000460"/>
</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-04-08T01:54:48.192877" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T01:54:48.193307" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T01:54:48.188105" elapsed="0.005409"/>
</kw>
<msg time="2026-04-08T01:54:48.193720" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-08T01:44:41.738093" elapsed="606.455664"/>
</kw>
<status status="PASS" start="2026-04-08T01:44:41.737746" elapsed="606.456080"/>
</branch>
<status status="PASS" start="2026-04-08T01:44:41.737382" elapsed="606.456476"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.194483" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:45:47.268 16  switches: flows:  110882 112567 111975 108085 108632 112163 110079 108405 103386 106792 108493 104279 105389 106898 107891 106290  total = 28.870100 per ms 
01:46:47.369 16  switches: flows:  127038 126786 124375 125373 124826 125483 124420 123094 118947 120473 121712 119399 119644 116008 120095 122942  total = 32.622439 per ms 
01:47:47.472 16  switches: flows:  128066 126043 126528 127025 126674 127085 124111 123430 122381 122737 122073 120901 121050 119479 122760 123571  total = 33.010117 per ms 
01:48:47.573 16  switches: flows:  130027 126685 126206 129368 127135 128163 126000 124310 122864 124837 120975 122596 120570 122429 123677 124530  total = 33.283974 per ms 
01:49:47.674 16  switches: flows:  130247 126013 128727 130182 127855 129145 126055 125715 124443 124361 123351 122800 123050 121981 123774 127721  total = 33.534357 per ms 
01:50:47.775 16  switches: flows:  127625 125405 127952 128223 126407 125711 124624 121796 120985 123488 121864 120885 120825 120260 120266 123197  total = 32.936908 per ms 
01:51:47.875 16  switches: flows:  128040 125805 126588 129058 125282 128220 124901 122950 122849 123537 121487 122094 120710 120551 122660 123599  total = 33.083672 per ms 
01:52:47.975 16  switches: flows:  132072 130705 130119 130551 130205 130345 127263 127524 126289 127000 126606 124679 125728 123923 125468 127970  total = 34.050597 per ms 
01:53:48.077 16  switches: flows:  132460 130206 129462 130166 129659 130682 128318 127337 126428 128908 126859 125147 124812 124727 126850 127703  total = 34.104439 per ms 
01:54:48.177 16  switches: flows:  132927 130432 131476 131826 131500 131941 126617 127986 125941 128026 125709 125643 125363 124762 127145 128495  total = 34.205917 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32622.44/34205.92/33425.82/11155.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:54:48.194077" elapsed="0.000506"/>
</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-04-08T01:54:48.194790" elapsed="0.000582"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T01:54:48.195915" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T01:54:48.196059" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32622.44/34205.92/33425.82/11155.22 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-04-08T01:54:48.195599" elapsed="0.000496"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:54:48.196686" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32622.44/34205.92/33425.82/11155.22 | 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-04-08T01:54:48.196310" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.201102" 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-04-08T01:54:48.196929" elapsed="0.004302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.204430" level="INFO">32622.44/34205.92/33425.82/11155.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:54:48.201555" elapsed="0.002930"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:54:48.206830" 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-04-08T01:54:48.204634" elapsed="0.002223"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T01:54:48.209257" level="INFO">@{result_value_list} = [ 32622.44 | 34205.92 | 33425.82 | 11155.22 ]</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-04-08T01:54:48.207059" elapsed="0.002225"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.209766" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T01:54:48.209854" 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-04-08T01:54:48.209438" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.214567" level="INFO">min :: 32622.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:54:48.210297" elapsed="0.004325"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T01:54:48.210164" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.219148" level="INFO">max :: 34205.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-04-08T01:54:48.214878" elapsed="0.004331"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T01:54:48.214749" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.223735" level="INFO">avg :: 33425.82</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-04-08T01:54:48.219463" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T01:54:48.219334" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.228386" level="INFO">stdev :: 11155.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T01:54:48.224068" elapsed="0.004373"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T01:54:48.223924" elapsed="0.004551"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T01:54:48.209951" elapsed="0.018563"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.232591" level="INFO">${min} = 32622.44</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-04-08T01:54:48.228714" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.236767" level="INFO">${max} = 34205.92</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-04-08T01:54:48.232771" elapsed="0.004023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.240831" level="INFO">${average} = 33425.82</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-04-08T01:54:48.236946" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.244762" level="INFO">${stdev} = 11155.22</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-04-08T01:54:48.241008" elapsed="0.003780"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.245320" level="INFO">${date} = 2026-04-08 01:54:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T01:54:48.244948" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.245949" level="INFO">CBench Result: 2026-04-08 01:54:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32622.44,34205.92,33425.82,11155.22</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-04-08T01:54:48.245508" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T01:54:48.247053" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T01:54:48.246645" elapsed="0.000473"/>
</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-04-08T01:54:48.247271" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T01:54:48.246172" elapsed="0.001620"/>
</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-04-08T01:44:41.736201" elapsed="606.511652"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.248349" 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-04-08T01:54:48.248008" elapsed="0.000397"/>
</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-04-08T01:54:48.248921" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-04-08T01:54:48.248624" elapsed="0.000648"/>
</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-04-08T01:44:41.733360" elapsed="606.515950"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.250645" 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-04-08T01:54:48.250248" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.251943" 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-04-08T01:54:48.251604" elapsed="0.000380"/>
</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-04-08T01:54:48.252338" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:54:48.252108" elapsed="0.000289"/>
</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-04-08T01:54:48.255283" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T01:54:48.255038" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-04-08T01:54:48.255007" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:54:48.255685" 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-04-08T01:54:48.255804" 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-04-08T01:54:48.255491" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.256396" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-04-08T01:54:48.255965" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T01:54:48.256985" 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-04-08T01:54:48.256591" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T01:54:48.257913" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T01:54:48.258000" 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-04-08T01:54:48.257601" elapsed="0.000436"/>
</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-04-08T01:54:48.258180" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T01:54:48.259361" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-04-08T01:54:48.841808" 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 Wed Apr  8 01:54:48 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Wed Apr  8 01:44:42 2026 from 10.30.171.223
[?2004h[jenkins@releng-48317-683-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-04-08T01:54:48.258992" elapsed="0.583093"/>
</kw>
<msg time="2026-04-08T01:54:48.842181" 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-04-08T01:54:48.258652" elapsed="0.584204"/>
</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-04-08T01:54:48.257229" elapsed="0.585755"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T01:54:48.843591" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T02:04:54.888439" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T02:04:54.889666" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T02:04:54.889785" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-08T01:54:48.843240" elapsed="606.046610"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T02:04:54.891823" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.893798" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:53.965 16  switches: flows:  525606 528662 531329 532089 521603 538255 533714 528991 513566 512523 518523 527519 521084 522553 520160 518896  total = 139.917883 per ms 
01:56:54.066 16  switches: flows:  544932 552455 537862 542803 547141 543677 549823 541546 546440 546159 551849 549271 550609 541150 545498 551035  total = 145.459734 per ms 
01:57:54.167 16  switches: flows:  575492 577846 581355 575468 569518 581783 578105 571380 575130 575676 579877 572556 579357 574117 586127 579389  total = 153.627673 per ms 
01:58:54.269 16  switches: flows:  572404 571266 568756 565328 570812 577061 570429 574795 568318 579005 577931 570439 573248 575068 579465 571811  total = 152.509418 per ms 
01:59:54.371 16  switches: flows:  588864 591452 591235 594972 593714 594600 585667 587138 584417 589592 600220 597265 590959 586540 590908 583661  total = 157.254814 per ms 
02:00:54.472 16  switches: flows:  578143 575810 578783 575011 572481 582216 576044 572731 566458 578172 582078 577437 576507 576786 583365 569648  total = 153.435687 per ms 
02:01:54.574 16  switches: flows:  584136 581566 583671 585564 576907 579658 581413 579476 579974 581429 580189 580445 582439 587722 593594 578729  total = 155.021983 per ms 
02:02:54.676 16  switches: flows:  565235 557578 568718 555866 566185 556353 565687 557194 563861 561018 565615 560246 564195 556750 568721 564401  total = 149.707687 per ms 
02:03:54.778 16  switches: flows:  568721 577811 577955 578080 577411 573756 573601 574844 581570 580676 581718 580012 575744 571242 573125 579628  total = 153.503966 per ms 
02:04:54.879 16  switches: flows:  591510 585540 580639 585135 583376 589534 586452 594778 584528 589822 597354 588712 585339 589478 593840 596982  total = 156.786432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145459.73/157254.81/153034.15/51125.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:04:54.892946" elapsed="0.001217"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T02:04:54.894672" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-08T02:04:54.894360" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-04-08T02:04:54.894306" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T02:04:54.895127" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-08T02:04:54.895009" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-04-08T02:04:54.894975" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T02:04:54.895333" 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-04-08T02:04:54.899378" elapsed="0.000344"/>
</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-04-08T02:04:54.899871" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T02:04:54.900240" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T02:04:54.896012" elapsed="0.004387"/>
</kw>
<msg time="2026-04-08T02:04:54.900531" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-08T01:54:48.252733" elapsed="606.647824"/>
</kw>
<status status="PASS" start="2026-04-08T01:54:48.252421" elapsed="606.648186"/>
</branch>
<status status="PASS" start="2026-04-08T01:54:48.252087" elapsed="606.648544"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.901078" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:53.965 16  switches: flows:  525606 528662 531329 532089 521603 538255 533714 528991 513566 512523 518523 527519 521084 522553 520160 518896  total = 139.917883 per ms 
01:56:54.066 16  switches: flows:  544932 552455 537862 542803 547141 543677 549823 541546 546440 546159 551849 549271 550609 541150 545498 551035  total = 145.459734 per ms 
01:57:54.167 16  switches: flows:  575492 577846 581355 575468 569518 581783 578105 571380 575130 575676 579877 572556 579357 574117 586127 579389  total = 153.627673 per ms 
01:58:54.269 16  switches: flows:  572404 571266 568756 565328 570812 577061 570429 574795 568318 579005 577931 570439 573248 575068 579465 571811  total = 152.509418 per ms 
01:59:54.371 16  switches: flows:  588864 591452 591235 594972 593714 594600 585667 587138 584417 589592 600220 597265 590959 586540 590908 583661  total = 157.254814 per ms 
02:00:54.472 16  switches: flows:  578143 575810 578783 575011 572481 582216 576044 572731 566458 578172 582078 577437 576507 576786 583365 569648  total = 153.435687 per ms 
02:01:54.574 16  switches: flows:  584136 581566 583671 585564 576907 579658 581413 579476 579974 581429 580189 580445 582439 587722 593594 578729  total = 155.021983 per ms 
02:02:54.676 16  switches: flows:  565235 557578 568718 555866 566185 556353 565687 557194 563861 561018 565615 560246 564195 556750 568721 564401  total = 149.707687 per ms 
02:03:54.778 16  switches: flows:  568721 577811 577955 578080 577411 573756 573601 574844 581570 580676 581718 580012 575744 571242 573125 579628  total = 153.503966 per ms 
02:04:54.879 16  switches: flows:  591510 585540 580639 585135 583376 589534 586452 594778 584528 589822 597354 588712 585339 589478 593840 596982  total = 156.786432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145459.73/157254.81/153034.15/51125.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:04:54.900772" elapsed="0.000393"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T02:04:54.901313" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T02:04:54.902095" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T02:04:54.902186" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145459.73/157254.81/153034.15/51125.93 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-04-08T02:04:54.901854" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:04:54.902615" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145459.73/157254.81/153034.15/51125.93 | 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-04-08T02:04:54.902365" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.905082" 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-04-08T02:04:54.902785" elapsed="0.002379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.907524" level="INFO">145459.73/157254.81/153034.15/51125.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:04:54.905315" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:04:54.909938" 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-04-08T02:04:54.907727" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:04:54.912419" level="INFO">@{result_value_list} = [ 145459.73 | 157254.81 | 153034.15 | 51125.93 ]</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-04-08T02:04:54.910168" elapsed="0.002278"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.912911" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T02:04:54.912997" 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-04-08T02:04:54.912601" elapsed="0.000424"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.919288" level="INFO">min :: 145459.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:04:54.914014" elapsed="0.005355"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T02:04:54.913883" elapsed="0.005534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.924378" level="INFO">max :: 157254.81</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-04-08T02:04:54.919692" elapsed="0.004744"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T02:04:54.919541" elapsed="0.004931"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.929229" level="INFO">avg :: 153034.15</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-04-08T02:04:54.924691" elapsed="0.004603"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T02:04:54.924561" elapsed="0.004768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.934353" level="INFO">stdev :: 51125.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-04-08T02:04:54.929587" elapsed="0.004822"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T02:04:54.929453" elapsed="0.004992"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T02:04:54.913105" elapsed="0.021372"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.938429" level="INFO">${min} = 145459.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T02:04:54.934636" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.942379" level="INFO">${max} = 157254.81</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-04-08T02:04:54.938608" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.946269" level="INFO">${average} = 153034.15</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-04-08T02:04:54.942559" elapsed="0.003737"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.950164" level="INFO">${stdev} = 51125.93</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-04-08T02:04:54.946445" elapsed="0.003746"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.950764" level="INFO">${date} = 2026-04-08 02:04:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T02:04:54.950349" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.951393" level="INFO">CBench Result: 2026-04-08 02:04:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145459.73,157254.81,153034.15,51125.93</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-04-08T02:04:54.950945" elapsed="0.000505"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T02:04:54.952611" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T02:04:54.952124" elapsed="0.000553"/>
</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-04-08T02:04:54.952830" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T02:04:54.951616" elapsed="0.001769"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-08T01:54:48.251011" elapsed="606.702434"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.954017" 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-04-08T02:04:54.953629" elapsed="0.000465"/>
</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-04-08T02:04:54.954630" elapsed="0.000347"/>
</kw>
<status status="PASS" start="2026-04-08T02:04:54.954310" elapsed="0.000758"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-08T01:54:48.249634" elapsed="606.705476"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.956345" 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-04-08T02:04:54.955947" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.957983" 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-04-08T02:04:54.957642" 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-04-08T02:04:54.958401" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T02:04:54.958171" elapsed="0.000289"/>
</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-04-08T02:04:54.961353" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T02:04:54.961106" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-08T02:04:54.961086" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T02:04:54.961813" 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-04-08T02:04:54.961966" 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-04-08T02:04:54.961569" elapsed="0.000434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.962634" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-04-08T02:04:54.962212" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T02:04:54.963494" 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-04-08T02:04:54.962831" elapsed="0.000693"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T02:04:54.964585" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T02:04:54.964678" 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-04-08T02:04:54.964121" elapsed="0.000581"/>
</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-04-08T02:04:54.964844" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T02:04:54.966082" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-04-08T02:04:55.588794" 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 Wed Apr  8 02:04:55 UTC 2026

  System load:  0.32               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Wed Apr  8 01:54:48 2026 from 10.30.171.223
[?2004h[jenkins@releng-48317-683-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-04-08T02:04:54.965710" elapsed="0.623289"/>
</kw>
<msg time="2026-04-08T02:04:55.589106" 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-04-08T02:04:54.965338" elapsed="0.623855"/>
</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-04-08T02:04:54.963729" elapsed="0.625577"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T02:04:55.589898" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.99 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T02:15:01.619450" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T02:15:01.620016" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T02:15:01.620165" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-08T02:04:55.589553" elapsed="606.030671"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T02:15:01.620754" elapsed="0.000714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.622594" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:00.706 16  switches: flows:  121890 122270 121485 123012 121415 119299 119782 120150 120941 117629 121191 120964 117625 119616 117633 118443  total = 32.055750 per ms 
02:07:00.807 16  switches: flows:  129925 129461 129459 129865 129176 132519 130106 130939 130219 130054 131802 130403 130237 130657 128171 129204  total = 34.645459 per ms 
02:08:00.907 16  switches: flows:  128098 131116 127924 131181 129809 129839 129266 133634 131780 130852 130652 132751 130116 130383 129224 126892  total = 34.667335 per ms 
02:09:01.007 16  switches: flows:  128061 128356 127014 128226 127990 129461 128665 132155 131270 130632 127098 129927 129513 130818 128602 125956  total = 34.338407 per ms 
02:10:01.108 16  switches: flows:  127221 126719 126096 126150 127332 129690 124350 129342 126134 124330 124304 128966 127600 127805 125378 123943  total = 33.699434 per ms 
02:11:01.208 16  switches: flows:  129483 130912 130979 127043 131305 132781 126829 130902 128393 125066 125207 131292 129099 128336 127601 123754  total = 34.259128 per ms 
02:12:01.309 16  switches: flows:  128363 133135 130310 128089 132751 133914 128155 133235 130245 127609 126444 132541 127983 128542 129400 125069  total = 34.538752 per ms 
02:13:01.409 16  switches: flows:  116738 122109 118274 118564 117314 121522 118492 120631 116900 117201 117878 117080 114928 117501 115683 113348  total = 31.350397 per ms 
02:14:01.509 16  switches: flows:  126047 128508 125023 129435 126801 128414 129924 129911 126408 127943 126902 124508 127461 127799 122417 122643  total = 33.779327 per ms 
02:15:01.609 16  switches: flows:  125314 126638 126141 128972 126310 127261 129763 131917 126817 128229 127879 124441 127647 128512 122717 123725  total = 33.814929 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31350.40/34667.33/33899.24/11341.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:15:01.621844" elapsed="0.001027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T02:15:01.623392" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-08T02:15:01.623093" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-04-08T02:15:01.623011" elapsed="0.000588"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T02:15:01.623804" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-08T02:15:01.623724" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-08T02:15:01.623689" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T02:15:01.624009" elapsed="0.000061"/>
</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-04-08T02:15:01.628019" elapsed="0.001494"/>
</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-04-08T02:15:01.629730" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T02:15:01.630151" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T02:15:01.624773" elapsed="0.005594"/>
</kw>
<msg time="2026-04-08T02:15:01.630544" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-08T02:04:54.958813" elapsed="606.671769"/>
</kw>
<status status="PASS" start="2026-04-08T02:04:54.958485" elapsed="606.672165"/>
</branch>
<status status="PASS" start="2026-04-08T02:04:54.958148" elapsed="606.672534"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.631299" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.99: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.99. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:00.706 16  switches: flows:  121890 122270 121485 123012 121415 119299 119782 120150 120941 117629 121191 120964 117625 119616 117633 118443  total = 32.055750 per ms 
02:07:00.807 16  switches: flows:  129925 129461 129459 129865 129176 132519 130106 130939 130219 130054 131802 130403 130237 130657 128171 129204  total = 34.645459 per ms 
02:08:00.907 16  switches: flows:  128098 131116 127924 131181 129809 129839 129266 133634 131780 130852 130652 132751 130116 130383 129224 126892  total = 34.667335 per ms 
02:09:01.007 16  switches: flows:  128061 128356 127014 128226 127990 129461 128665 132155 131270 130632 127098 129927 129513 130818 128602 125956  total = 34.338407 per ms 
02:10:01.108 16  switches: flows:  127221 126719 126096 126150 127332 129690 124350 129342 126134 124330 124304 128966 127600 127805 125378 123943  total = 33.699434 per ms 
02:11:01.208 16  switches: flows:  129483 130912 130979 127043 131305 132781 126829 130902 128393 125066 125207 131292 129099 128336 127601 123754  total = 34.259128 per ms 
02:12:01.309 16  switches: flows:  128363 133135 130310 128089 132751 133914 128155 133235 130245 127609 126444 132541 127983 128542 129400 125069  total = 34.538752 per ms 
02:13:01.409 16  switches: flows:  116738 122109 118274 118564 117314 121522 118492 120631 116900 117201 117878 117080 114928 117501 115683 113348  total = 31.350397 per ms 
02:14:01.509 16  switches: flows:  126047 128508 125023 129435 126801 128414 129924 129911 126408 127943 126902 124508 127461 127799 122417 122643  total = 33.779327 per ms 
02:15:01.609 16  switches: flows:  125314 126638 126141 128972 126310 127261 129763 131917 126817 128229 127879 124441 127647 128512 122717 123725  total = 33.814929 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31350.40/34667.33/33899.24/11341.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:15:01.630875" elapsed="0.000526"/>
</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-04-08T02:15:01.631606" elapsed="0.000515"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T02:15:01.632659" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T02:15:01.632786" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31350.40/34667.33/33899.24/11341.15 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-04-08T02:15:01.632345" elapsed="0.000476"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:15:01.633404" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31350.40/34667.33/33899.24/11341.15 | 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-04-08T02:15:01.633053" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.636806" 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-04-08T02:15:01.633654" elapsed="0.003232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.639582" level="INFO">31350.40/34667.33/33899.24/11341.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:15:01.637109" elapsed="0.002530"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:15:01.642009" 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-04-08T02:15:01.639791" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T02:15:01.644530" level="INFO">@{result_value_list} = [ 31350.40 | 34667.33 | 33899.24 | 11341.15 ]</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-04-08T02:15:01.642243" elapsed="0.002316"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.645038" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T02:15:01.645137" 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-04-08T02:15:01.644715" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.649822" level="INFO">min :: 31350.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:15:01.645545" elapsed="0.004333"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T02:15:01.645417" elapsed="0.004495"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.654420" level="INFO">max :: 34667.33</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-04-08T02:15:01.650136" elapsed="0.004340"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T02:15:01.649997" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.659106" level="INFO">avg :: 33899.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T02:15:01.654717" elapsed="0.004445"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T02:15:01.654593" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.664001" level="INFO">stdev :: 11341.15</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-04-08T02:15:01.659409" elapsed="0.004679"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T02:15:01.659279" elapsed="0.004844"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T02:15:01.645231" elapsed="0.018922"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.668053" level="INFO">${min} = 31350.40</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-04-08T02:15:01.664312" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.671976" level="INFO">${max} = 34667.33</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-04-08T02:15:01.668240" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.675881" level="INFO">${average} = 33899.24</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T02:15:01.672173" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.679822" level="INFO">${stdev} = 11341.15</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-04-08T02:15:01.676076" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.680371" level="INFO">${date} = 2026-04-08 02:15:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T02:15:01.680009" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.680978" level="INFO">CBench Result: 2026-04-08 02:15:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31350.40,34667.33,33899.24,11341.15</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-04-08T02:15:01.680568" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T02:15:01.682102" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-08T02:15:01.681653" elapsed="0.000517"/>
</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-04-08T02:15:01.682323" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T02:15:01.681186" elapsed="0.001653"/>
</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-04-08T02:04:54.956722" elapsed="606.726176"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.683375" 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-04-08T02:15:01.683062" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T02:15:01.684652" 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-04-08T02:15:01.684148" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-08T02:15:01.684898" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-08T02:15:01.684753" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-04-08T02:15:01.684734" elapsed="0.000247"/>
</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-04-08T02:15:01.685139" elapsed="0.000022"/>
</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-04-08T02:15:01.685298" 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-04-08T02:15:01.685463" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-08T02:15:01.685656" 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-04-08T02:15:01.685807" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-08T02:15:01.685953" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-08T02:15:01.686118" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-08T02:15:01.686339" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-08T02:15:01.686203" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-04-08T02:15:01.686186" elapsed="0.000237"/>
</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-04-08T02:15:01.683803" elapsed="0.002671"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-08T02:04:54.955417" elapsed="606.731103"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-08T01:44:39.108701" elapsed="1822.578386"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
