<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-29T01:08:38.406520" 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-08-29T01:08:38.913850" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:08:38.913731" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:38.913705" elapsed="0.000249"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:08:38.914085" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-29T01:08:38.914981" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-08-29T01:08:39.601538" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-29T01:08:38.914700" elapsed="0.687019"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-29T01:08:39.652558" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:39.601993" elapsed="0.050643"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-29T01:08:39.654470" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-29T01:08:39.654567" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-29T01:08:39.652828" elapsed="0.001767"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:39.654736" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:08:39.655083" elapsed="0.000180"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.655701" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:08:39.655396" elapsed="0.000355"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-29T01:08:39.655797" elapsed="0.000047"/>
</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.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-29T01:08:38.913387" elapsed="0.742584"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-29T01:08:38.910029" elapsed="0.746000"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-29T01:08:39.656548" 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-08-29T01:08:39.656191" elapsed="0.000408"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-29T01:08:39.657024" 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-08-29T01:08:39.656736" elapsed="0.000352"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.657616" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-29T01:08:39.657245" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.658102" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-29T01:08:39.657793" elapsed="0.000371"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.658644" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-29T01:08:39.658296" elapsed="0.000371"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.659273" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-29T01:08:39.658989" elapsed="0.000322"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-29T01:08:39.659598" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:08:39.659387" elapsed="0.000260"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:08:39.663573" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:08:39.663198" elapsed="0.000399"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:08:39.664533" level="INFO">Length is 0.</msg>
<msg time="2026-08-29T01:08:39.664607" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:08:39.664118" elapsed="0.000511"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:08:39.664759" elapsed="0.000516"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-29T01:08:39.666210" level="INFO">Logging into '10.30.170.173:22' as 'jenkins'.</msg>
<msg time="2026-08-29T01:08:40.153081" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 29 01:08:09 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.173
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-822-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-29T01:08:39.665742" elapsed="0.487482"/>
</kw>
<msg time="2026-08-29T01:08:40.153307" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:08:39.665417" elapsed="0.487969"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-29T01:08:39.663782" elapsed="0.489719"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.163187" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-29T01:08:40.153691" elapsed="0.011245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:08:40.165170" elapsed="0.000348"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-29T01:08:39.662732" elapsed="0.502882"/>
</kw>
<status status="PASS" start="2026-08-29T01:08:39.659715" elapsed="0.505947"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:39.659365" elapsed="0.506339"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-29T01:08:40.165923" elapsed="0.000609"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-29T01:08:40.172361" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:08:40.172205" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:40.172175" elapsed="0.000303"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-29T01:08:40.177399" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:08:40.177242" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:40.177216" elapsed="0.000292"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:08:40.177685" elapsed="0.000574"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.178805" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-08-29T01:08:40.430593" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-29T01:08:40.178467" elapsed="0.252242"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.522814" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:40.430931" elapsed="0.091956"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.528202" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-29T01:08:40.528364" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-29T01:08:40.523066" elapsed="0.005325"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:40.528530" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:08:40.528831" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.529413" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:08:40.529138" elapsed="0.000339"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-29T01:08:40.529524" elapsed="0.000045"/>
</return>
<msg time="2026-08-29T01:08:40.529700" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-29T01:08:40.176764" elapsed="0.352965"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-29T01:08:40.529859" elapsed="0.000475"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-29T01:08:40.530379" elapsed="0.000028"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-29T01:08:40.171810" elapsed="0.358695"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-29T01:08:40.533887" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:08:40.533768" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:40.533747" elapsed="0.000218"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:08:40.534083" elapsed="0.000399"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.534840" level="INFO">Logging into '10.30.170.126:8101' as 'karaf'.</msg>
<msg time="2026-08-29T01:08:40.755724" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-29T01:08:40.534613" elapsed="0.221220"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.780543" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:40.756044" elapsed="0.024551"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.782573" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-29T01:08:40.782674" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-29T01:08:40.780725" elapsed="0.001977"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-29T01:08:40.782823" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:08:40.783124" elapsed="0.000159"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.783685" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:08:40.783409" elapsed="0.000320"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-29T01:08:40.783774" elapsed="0.000042"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.126
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-29T01:08:40.533486" elapsed="0.250445"/>
</kw>
<status status="PASS" start="2026-08-29T01:08:38.908374" elapsed="1.875614"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.785759" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:08:40.784694" elapsed="0.001122"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.787101" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-29T01:08:40.786777" elapsed="0.000363"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-29T01:08:40.787440" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:08:40.787210" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-29T01:08:40.790145" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:08:40.789921" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:40.789880" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.790529" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-29T01:08:40.790337" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.791177" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.173" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:08:40.790780" elapsed="0.000451"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.791784" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:08:40.791356" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:08:40.792645" level="INFO">Length is 0.</msg>
<msg time="2026-08-29T01:08:40.792725" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:08:40.792338" elapsed="0.000408"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:08:40.792875" elapsed="0.000310"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-29T01:08:40.793966" level="INFO">Logging into '10.30.170.173:22' as 'jenkins'.</msg>
<msg time="2026-08-29T01:08:41.160617" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 29 01:08:09 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.173
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 29 01:08:40 2026 from 10.30.170.234
[?2004h[jenkins@releng-48317-822-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-29T01:08:40.793640" elapsed="0.367116"/>
</kw>
<msg time="2026-08-29T01:08:41.160826" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:08:40.793320" elapsed="0.367591"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-29T01:08:40.792004" elapsed="0.369010"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-29T01:08:41.161460" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-29T01:18:47.319300" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-29T01:18:47.319763" level="INFO">${stdout} = </msg>
<msg time="2026-08-29T01:18:47.319856" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-29T01:08:41.161197" elapsed="606.158770"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:18:47.320348" elapsed="0.000802"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.322185" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:46.409 16  switches: flows:  99597 98249 97022 97226 96882 96062 95525 95345 93869 92579 91908 93338 91960 93046 90946 91095  total = 25.244150 per ms 
01:10:46.510 16  switches: flows:  103424 105246 103938 102658 103350 102115 102704 101477 97742 98371 98800 99066 98168 98816 98120 96912  total = 26.803683 per ms 
01:11:46.612 16  switches: flows:  98211 98872 96487 96516 96817 96048 96759 97542 93449 93238 92099 93069 91349 93845 92446 93519  total = 25.295558 per ms 
01:12:46.712 16  switches: flows:  104791 104066 102884 101827 102159 100914 101552 99560 98416 98203 98153 98318 96877 98043 96700 96213  total = 26.600222 per ms 
01:13:46.813 16  switches: flows:  106420 104993 102765 104107 104521 103415 103923 102445 100554 99866 97928 99581 99918 100880 99212 99959  total = 27.129518 per ms 
01:14:46.913 16  switches: flows:  107829 105209 103523 104236 103338 103040 102921 102199 100133 101072 99538 98965 100025 100313 98558 99702  total = 27.131416 per ms 
01:15:47.014 16  switches: flows:  105679 102496 101740 102825 101141 102103 102110 100371 98487 99951 97430 97916 98008 99091 96438 98902  total = 26.700218 per ms 
01:16:47.115 16  switches: flows:  106537 102985 102938 104423 102006 103991 103920 101795 99357 99705 99501 96766 99193 101217 98054 99201  total = 26.981419 per ms 
01:17:47.216 16  switches: flows:  108679 105718 104196 107467 103869 103912 105843 103107 100861 102195 100094 100050 102038 101629 100229 100584  total = 27.462023 per ms 
01:18:47.317 16  switches: flows:  109851 104477 104012 106861 102813 103870 104975 103084 100201 102154 99112 99384 101916 102480 99611 99870  total = 27.365521 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25295.56/27462.02/26829.95/8963.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.321479" elapsed="0.000968"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-29T01:18:47.322961" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-08-29T01:18:47.322614" elapsed="0.000507"/>
</branch>
<status status="PASS" start="2026-08-29T01:18:47.322563" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-29T01:18:47.323366" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:18:47.323291" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-08-29T01:18:47.323260" elapsed="0.000229"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-29T01:18:47.323555" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:18:47.328613" elapsed="0.000702"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:18:47.329607" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:18:47.330244" elapsed="0.000201"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-29T01:18:47.324213" elapsed="0.006335"/>
</kw>
<msg time="2026-08-29T01:18:47.330793" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-29T01:08:40.787806" elapsed="606.543040"/>
</kw>
<status status="PASS" start="2026-08-29T01:08:40.787518" elapsed="606.543470"/>
</branch>
<status status="PASS" start="2026-08-29T01:08:40.787190" elapsed="606.543846"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.331894" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:09:46.409 16  switches: flows:  99597 98249 97022 97226 96882 96062 95525 95345 93869 92579 91908 93338 91960 93046 90946 91095  total = 25.244150 per ms 
01:10:46.510 16  switches: flows:  103424 105246 103938 102658 103350 102115 102704 101477 97742 98371 98800 99066 98168 98816 98120 96912  total = 26.803683 per ms 
01:11:46.612 16  switches: flows:  98211 98872 96487 96516 96817 96048 96759 97542 93449 93238 92099 93069 91349 93845 92446 93519  total = 25.295558 per ms 
01:12:46.712 16  switches: flows:  104791 104066 102884 101827 102159 100914 101552 99560 98416 98203 98153 98318 96877 98043 96700 96213  total = 26.600222 per ms 
01:13:46.813 16  switches: flows:  106420 104993 102765 104107 104521 103415 103923 102445 100554 99866 97928 99581 99918 100880 99212 99959  total = 27.129518 per ms 
01:14:46.913 16  switches: flows:  107829 105209 103523 104236 103338 103040 102921 102199 100133 101072 99538 98965 100025 100313 98558 99702  total = 27.131416 per ms 
01:15:47.014 16  switches: flows:  105679 102496 101740 102825 101141 102103 102110 100371 98487 99951 97430 97916 98008 99091 96438 98902  total = 26.700218 per ms 
01:16:47.115 16  switches: flows:  106537 102985 102938 104423 102006 103991 103920 101795 99357 99705 99501 96766 99193 101217 98054 99201  total = 26.981419 per ms 
01:17:47.216 16  switches: flows:  108679 105718 104196 107467 103869 103912 105843 103107 100861 102195 100094 100050 102038 101629 100229 100584  total = 27.462023 per ms 
01:18:47.317 16  switches: flows:  109851 104477 104012 106861 102813 103870 104975 103084 100201 102154 99112 99384 101916 102480 99611 99870  total = 27.365521 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25295.56/27462.02/26829.95/8963.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.331314" elapsed="0.000782"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-29T01:18:47.332392" elapsed="0.000752"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-29T01:18:47.333932" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-29T01:18:47.334152" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25295.56/27462.02/26829.95/8963.88 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-29T01:18:47.333464" elapsed="0.000744"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:18:47.335063" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25295.56/27462.02/26829.95/8963.88 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:18:47.334514" elapsed="0.000603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.340013" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.335402" elapsed="0.004723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.345038" level="INFO">25295.56/27462.02/26829.95/8963.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.340417" elapsed="0.004734"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:18:47.350019" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:18:47.345450" elapsed="0.004624"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:18:47.355002" level="INFO">@{result_value_list} = [ 25295.56 | 27462.02 | 26829.95 | 8963.88 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:18:47.350447" elapsed="0.004611"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.356020" level="INFO">Length is 4.</msg>
<msg time="2026-08-29T01:18:47.356212" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:18:47.355364" elapsed="0.000896"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.364701" level="INFO">min :: 25295.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.357063" elapsed="0.007807"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-29T01:18:47.356749" elapsed="0.008205"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.370881" level="INFO">max :: 27462.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.365235" elapsed="0.005775"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-29T01:18:47.365073" elapsed="0.005981"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.376889" level="INFO">avg :: 26829.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.371334" elapsed="0.005689"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-29T01:18:47.371170" elapsed="0.005896"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.382726" level="INFO">stdev :: 8963.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.377346" elapsed="0.005450"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-29T01:18:47.377182" elapsed="0.005656"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-29T01:18:47.356386" elapsed="0.026493"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.387859" level="INFO">${min} = 25295.56</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:18:47.383108" elapsed="0.004780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.392422" level="INFO">${max} = 27462.02</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:18:47.388051" elapsed="0.004395"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.396110" level="INFO">${average} = 26829.95</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:18:47.392583" elapsed="0.003555"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.399916" level="INFO">${stdev} = 8963.88</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:18:47.396304" elapsed="0.003645"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.400407" level="INFO">${date} = 2026-08-29 01:18:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-29T01:18:47.400092" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.400945" level="INFO">CBench Result: 2026-08-29 01:18:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25295.56,27462.02,26829.95,8963.88</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.400560" elapsed="0.000436"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-29T01:18:47.401916" 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-08-29T01:18:47.401529" elapsed="0.000457"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-29T01:18:47.402120" elapsed="0.000411"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-29T01:18:47.401119" elapsed="0.001468"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-29T01:08:40.786212" elapsed="606.616425"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.403075" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-29T01:18:47.402770" elapsed="0.000354"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-29T01:18:47.403573" elapsed="0.000235"/>
</kw>
<status status="PASS" start="2026-08-29T01:18:47.403308" elapsed="0.000561"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-29T01:08:40.784114" elapsed="606.619803"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.405143" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.404657" elapsed="0.000539"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.406340" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-29T01:18:47.406046" elapsed="0.000332"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-29T01:18:47.406673" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:18:47.406477" elapsed="0.000246"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-29T01:18:47.409435" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:18:47.409215" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-08-29T01:18:47.409198" elapsed="0.000306"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:18:47.409793" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-29T01:18:47.409620" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.410446" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.173" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:18:47.410070" elapsed="0.000428"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:18:47.411046" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:18:47.410622" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:18:47.411955" level="INFO">Length is 0.</msg>
<msg time="2026-08-29T01:18:47.412045" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:18:47.411623" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:18:47.412206" elapsed="0.000311"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-29T01:18:47.413360" level="INFO">Logging into '10.30.170.173:22' as 'jenkins'.</msg>
<msg time="2026-08-29T01:18:48.045319" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 29 01:18:47 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.173
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 29 01:08:41 2026 from 10.30.170.234
[?2004h[jenkins@releng-48317-822-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-29T01:18:47.413025" elapsed="0.632457"/>
</kw>
<msg time="2026-08-29T01:18:48.045558" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:18:47.412665" elapsed="0.632975"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-29T01:18:47.411247" elapsed="0.634516"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-29T01:18:48.046267" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-29T01:28:54.104717" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-29T01:28:54.105299" level="INFO">${stdout} = </msg>
<msg time="2026-08-29T01:28:54.105393" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-29T01:18:48.045999" elapsed="606.059457"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:28:54.105883" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.107625" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:19:53.169 16  switches: flows:  625764 630921 620885 618200 623505 630116 626001 619641 607119 622617 614909 607597 619214 625007 615484 611008  total = 165.299800 per ms 
01:20:53.270 16  switches: flows:  703802 697808 693129 698301 706557 693354 704827 700011 703897 697309 700132 698830 707630 695101 703316 700595  total = 186.429515 per ms 
01:21:53.372 16  switches: flows:  738225 746424 746808 741459 731436 730440 738792 736619 737786 733873 739823 737155 739459 742087 741974 739071  total = 196.692132 per ms 
01:22:53.473 16  switches: flows:  769337 785671 779832 775329 771001 771659 771636 781588 771120 779469 774866 773891 773537 778106 782025 774421  total = 206.543606 per ms 
01:23:53.575 16  switches: flows:  769809 771730 767563 774292 771759 760412 758815 765698 767064 776356 772792 772738 772175 763344 766247 766968  total = 204.614399 per ms 
01:24:53.677 16  switches: flows:  732734 729244 733901 726165 734445 737179 731438 736521 731673 726935 736429 727034 723917 731708 734185 738705  total = 194.875617 per ms 
01:25:53.778 16  switches: flows:  702619 689736 689820 695405 693973 693890 693474 689845 693172 692934 697838 691235 693092 697821 696177 693546  total = 184.764051 per ms 
01:26:53.882 16  switches: flows:  648835 649522 650517 656031 652682 653521 658406 652800 655308 649563 643296 646569 654084 650625 656454 648917  total = 173.489206 per ms 
01:27:53.985 16  switches: flows:  662283 661778 655726 659342 661354 661553 656971 664707 660696 659525 660345 659491 661644 659793 661021 663426  total = 175.863172 per ms 
01:28:54.087 16  switches: flows:  658214 656443 649183 662664 659014 655566 655078 658675 660382 656939 659635 658296 660050 657153 656570 662361  total = 175.138500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173489.21/206543.61/188712.24/64019.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.106982" elapsed="0.000972"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-29T01:28:54.108446" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-29T01:28:54.108131" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-08-29T01:28:54.108086" elapsed="0.000559"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-29T01:28:54.108858" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:28:54.108761" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-08-29T01:28:54.108730" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-29T01:28:54.109072" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:28:54.114167" elapsed="0.000674"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:28:54.115163" elapsed="0.000322"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:28:54.115742" elapsed="0.000263"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-29T01:28:54.109704" elapsed="0.006405"/>
</kw>
<msg time="2026-08-29T01:28:54.116353" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-29T01:18:47.407068" elapsed="606.709337"/>
</kw>
<status status="PASS" start="2026-08-29T01:18:47.406746" elapsed="606.709751"/>
</branch>
<status status="PASS" start="2026-08-29T01:18:47.406459" elapsed="606.710085"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.117457" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:19:53.169 16  switches: flows:  625764 630921 620885 618200 623505 630116 626001 619641 607119 622617 614909 607597 619214 625007 615484 611008  total = 165.299800 per ms 
01:20:53.270 16  switches: flows:  703802 697808 693129 698301 706557 693354 704827 700011 703897 697309 700132 698830 707630 695101 703316 700595  total = 186.429515 per ms 
01:21:53.372 16  switches: flows:  738225 746424 746808 741459 731436 730440 738792 736619 737786 733873 739823 737155 739459 742087 741974 739071  total = 196.692132 per ms 
01:22:53.473 16  switches: flows:  769337 785671 779832 775329 771001 771659 771636 781588 771120 779469 774866 773891 773537 778106 782025 774421  total = 206.543606 per ms 
01:23:53.575 16  switches: flows:  769809 771730 767563 774292 771759 760412 758815 765698 767064 776356 772792 772738 772175 763344 766247 766968  total = 204.614399 per ms 
01:24:53.677 16  switches: flows:  732734 729244 733901 726165 734445 737179 731438 736521 731673 726935 736429 727034 723917 731708 734185 738705  total = 194.875617 per ms 
01:25:53.778 16  switches: flows:  702619 689736 689820 695405 693973 693890 693474 689845 693172 692934 697838 691235 693092 697821 696177 693546  total = 184.764051 per ms 
01:26:53.882 16  switches: flows:  648835 649522 650517 656031 652682 653521 658406 652800 655308 649563 643296 646569 654084 650625 656454 648917  total = 173.489206 per ms 
01:27:53.985 16  switches: flows:  662283 661778 655726 659342 661354 661553 656971 664707 660696 659525 660345 659491 661644 659793 661021 663426  total = 175.863172 per ms 
01:28:54.087 16  switches: flows:  658214 656443 649183 662664 659014 655566 655078 658675 660382 656939 659635 658296 660050 657153 656570 662361  total = 175.138500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173489.21/206543.61/188712.24/64019.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.116847" elapsed="0.000761"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-29T01:28:54.117951" elapsed="0.000710"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-29T01:28:54.119467" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-29T01:28:54.119644" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 173489.21/206543.61/188712.24/64019.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-29T01:28:54.119036" elapsed="0.000657"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:28:54.120548" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 173489.21/206543.61/188712.24/64019.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:28:54.120048" elapsed="0.000553"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.125518" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.120937" elapsed="0.004694"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.130547" level="INFO">173489.21/206543.61/188712.24/64019.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.125975" elapsed="0.004683"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:28:54.135687" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:28:54.131013" elapsed="0.004728"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:28:54.140807" level="INFO">@{result_value_list} = [ 173489.21 | 206543.61 | 188712.24 | 64019.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:28:54.136170" elapsed="0.004697"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.141877" level="INFO">Length is 4.</msg>
<msg time="2026-08-29T01:28:54.142080" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:28:54.141237" elapsed="0.000889"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.150657" level="INFO">min :: 173489.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.142987" elapsed="0.007741"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-29T01:28:54.142607" elapsed="0.008183"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.156618" level="INFO">max :: 206543.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.151092" elapsed="0.005596"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-29T01:28:54.150924" elapsed="0.005806"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.162491" level="INFO">avg :: 188712.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-08-29T01:28:54.157040" elapsed="0.005521"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-29T01:28:54.156860" elapsed="0.005742"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.168372" level="INFO">stdev :: 64019.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.162910" elapsed="0.005531"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-29T01:28:54.162710" elapsed="0.005773"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-29T01:28:54.142248" elapsed="0.026274"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.173576" level="INFO">${min} = 173489.21</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:28:54.168718" elapsed="0.004887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.177228" level="INFO">${max} = 206543.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:28:54.173759" elapsed="0.003493"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.181113" level="INFO">${average} = 188712.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-08-29T01:28:54.177395" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.184691" level="INFO">${stdev} = 64019.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:28:54.181290" elapsed="0.003425"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.185204" level="INFO">${date} = 2026-08-29 01:28: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-08-29T01:28:54.184873" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.185717" level="INFO">CBench Result: 2026-08-29 01:28:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,173489.21,206543.61,188712.24,64019.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.185357" elapsed="0.000423"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-29T01:28:54.186730" 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-08-29T01:28:54.186345" elapsed="0.000457"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-29T01:28:54.186951" elapsed="0.000420"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-29T01:28:54.185927" elapsed="0.001501"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-29T01:18:47.405498" elapsed="606.781982"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.187927" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-29T01:28:54.187614" elapsed="0.000364"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-29T01:28:54.188444" elapsed="0.000234"/>
</kw>
<status status="PASS" start="2026-08-29T01:28:54.188178" elapsed="0.000561"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-29T01:18:47.404193" elapsed="606.784594"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.190265" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.189922" elapsed="0.000394"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.191402" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-29T01:28:54.191110" elapsed="0.000329"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-29T01:28:54.191743" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:28:54.191545" elapsed="0.000265"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-29T01:28:54.194832" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:28:54.194593" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-08-29T01:28:54.194575" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:28:54.195212" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-29T01:28:54.195040" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.195837" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.173" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:28:54.195453" elapsed="0.000435"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-29T01:28:54.196385" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:28:54.196027" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:28:54.197221" level="INFO">Length is 0.</msg>
<msg time="2026-08-29T01:28:54.197297" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:28:54.196943" elapsed="0.000374"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:28:54.197445" elapsed="0.000281"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-29T01:28:54.198513" level="INFO">Logging into '10.30.170.173:22' as 'jenkins'.</msg>
<msg time="2026-08-29T01:28:54.819105" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 29 01:28:54 UTC 2026

  System load:  0.32               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.173
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 29 01:18:47 2026 from 10.30.170.234
[?2004h[jenkins@releng-48317-822-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-29T01:28:54.198200" elapsed="0.621084"/>
</kw>
<msg time="2026-08-29T01:28:54.819363" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:28:54.197881" elapsed="0.621555"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-29T01:28:54.196585" elapsed="0.622955"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-29T01:28:54.820041" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.126 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-29T01:39:01.045289" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-29T01:39:01.046050" level="INFO">${stdout} = </msg>
<msg time="2026-08-29T01:39:01.046145" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-29T01:28:54.819744" elapsed="606.226464"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:39:01.046708" elapsed="0.000706"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.048500" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:00.130 16  switches: flows:  100232 100593 100080 99053 100587 97565 96171 99807 96424 105448 96675 96466 99007 99045 99538 98456  total = 26.419117 per ms 
01:31:00.232 16  switches: flows:  100196 98060 97717 98622 98029 96486 97789 97287 97489 95171 95284 96872 94614 97135 95478 94748  total = 25.806562 per ms 
01:32:00.332 16  switches: flows:  97123 95799 94604 94816 95601 94008 94648 96208 96354 94041 93816 94083 92666 95253 95177 92713  total = 25.239685 per ms 
01:33:00.434 16  switches: flows:  99809 99938 98650 98380 99716 97512 97667 99465 99255 95795 97982 97107 96678 98625 98636 95751  total = 26.139132 per ms 
01:34:00.534 16  switches: flows:  102110 103491 99944 99624 101692 100317 100059 101312 101849 100220 99515 100027 98724 100193 100605 97002  total = 26.733443 per ms 
01:35:00.634 16  switches: flows:  99558 101278 98627 99051 99887 99060 98945 100985 98997 97644 98501 99084 96957 99081 99247 96467  total = 26.345497 per ms 
01:36:00.734 16  switches: flows:  97727 99413 97130 96924 98671 96851 97675 100099 98247 95220 97323 98176 96027 97399 97557 95544  total = 25.956405 per ms 
01:37:00.835 16  switches: flows:  98297 100606 97748 99413 101150 97925 98715 100366 98586 98225 97612 99861 98096 98752 98493 96248  total = 26.291015 per ms 
01:38:00.935 16  switches: flows:  102731 101796 100139 101383 101432 99669 100870 102660 101256 98975 100794 102465 98507 100783 101162 98492  total = 26.840450 per ms 
01:39:01.035 16  switches: flows:  104283 104623 103325 102938 105559 101777 101372 104125 103624 101111 103844 104271 102007 103074 101342 99908  total = 27.407301 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25239.69/27407.30/26306.61/8789.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.047787" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-29T01:39:01.049356" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-08-29T01:39:01.049053" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-08-29T01:39:01.049007" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-29T01:39:01.049757" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-29T01:39:01.049686" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-08-29T01:39:01.049655" elapsed="0.000224"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-29T01:39:01.049970" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-29T01:39:01.055461" elapsed="0.000682"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-29T01:39:01.056458" elapsed="0.000315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-29T01:39:01.057072" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-29T01:39:01.050637" elapsed="0.006743"/>
</kw>
<msg time="2026-08-29T01:39:01.057650" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-29T01:28:54.192141" elapsed="606.865562"/>
</kw>
<status status="PASS" start="2026-08-29T01:28:54.191833" elapsed="606.865965"/>
</branch>
<status status="PASS" start="2026-08-29T01:28:54.191526" elapsed="606.866319"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.058759" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.126: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.126. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:00.130 16  switches: flows:  100232 100593 100080 99053 100587 97565 96171 99807 96424 105448 96675 96466 99007 99045 99538 98456  total = 26.419117 per ms 
01:31:00.232 16  switches: flows:  100196 98060 97717 98622 98029 96486 97789 97287 97489 95171 95284 96872 94614 97135 95478 94748  total = 25.806562 per ms 
01:32:00.332 16  switches: flows:  97123 95799 94604 94816 95601 94008 94648 96208 96354 94041 93816 94083 92666 95253 95177 92713  total = 25.239685 per ms 
01:33:00.434 16  switches: flows:  99809 99938 98650 98380 99716 97512 97667 99465 99255 95795 97982 97107 96678 98625 98636 95751  total = 26.139132 per ms 
01:34:00.534 16  switches: flows:  102110 103491 99944 99624 101692 100317 100059 101312 101849 100220 99515 100027 98724 100193 100605 97002  total = 26.733443 per ms 
01:35:00.634 16  switches: flows:  99558 101278 98627 99051 99887 99060 98945 100985 98997 97644 98501 99084 96957 99081 99247 96467  total = 26.345497 per ms 
01:36:00.734 16  switches: flows:  97727 99413 97130 96924 98671 96851 97675 100099 98247 95220 97323 98176 96027 97399 97557 95544  total = 25.956405 per ms 
01:37:00.835 16  switches: flows:  98297 100606 97748 99413 101150 97925 98715 100366 98586 98225 97612 99861 98096 98752 98493 96248  total = 26.291015 per ms 
01:38:00.935 16  switches: flows:  102731 101796 100139 101383 101432 99669 100870 102660 101256 98975 100794 102465 98507 100783 101162 98492  total = 26.840450 per ms 
01:39:01.035 16  switches: flows:  104283 104623 103325 102938 105559 101777 101372 104125 103624 101111 103844 104271 102007 103074 101342 99908  total = 27.407301 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25239.69/27407.30/26306.61/8789.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.058159" elapsed="0.000778"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-29T01:39:01.059259" elapsed="0.000768"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-29T01:39:01.060790" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-29T01:39:01.061000" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25239.69/27407.30/26306.61/8789.24 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-29T01:39:01.060345" elapsed="0.000705"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:39:01.061926" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25239.69/27407.30/26306.61/8789.24 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:39:01.061357" elapsed="0.000638"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.068825" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.062287" elapsed="0.006818"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.074336" level="INFO">25239.69/27407.30/26306.61/8789.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.069420" elapsed="0.005053"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:39:01.079294" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:39:01.074776" elapsed="0.004572"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-29T01:39:01.084478" level="INFO">@{result_value_list} = [ 25239.69 | 27407.30 | 26306.61 | 8789.24 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-29T01:39:01.079750" elapsed="0.004783"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.085548" level="INFO">Length is 4.</msg>
<msg time="2026-08-29T01:39:01.085725" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-29T01:39:01.084837" elapsed="0.000934"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.093316" level="INFO">min :: 25239.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.086563" elapsed="0.006825"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-29T01:39:01.086284" elapsed="0.007161"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.099306" level="INFO">max :: 27407.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.093724" elapsed="0.005652"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-29T01:39:01.093556" elapsed="0.005863"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.105374" level="INFO">avg :: 26306.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.099702" elapsed="0.005758"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-29T01:39:01.099541" elapsed="0.005963"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.111219" level="INFO">stdev :: 8789.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-08-29T01:39:01.105773" elapsed="0.005518"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-29T01:39:01.105611" elapsed="0.005723"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-29T01:39:01.085890" elapsed="0.025481"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.115814" level="INFO">${min} = 25239.69</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:39:01.111585" elapsed="0.004253"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.119374" level="INFO">${max} = 27407.30</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:39:01.115990" elapsed="0.003407"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.122962" level="INFO">${average} = 26306.61</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:39:01.119550" elapsed="0.003436"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.126603" level="INFO">${stdev} = 8789.24</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-29T01:39:01.123127" elapsed="0.003503"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.127138" level="INFO">${date} = 2026-08-29 01:39: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-08-29T01:39:01.126794" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.127672" level="INFO">CBench Result: 2026-08-29 01:39:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25239.69,27407.30,26306.61,8789.24</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-29T01:39:01.127291" elapsed="0.000430"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-29T01:39:01.128732" 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-08-29T01:39:01.128302" elapsed="0.000490"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-29T01:39:01.128945" elapsed="0.000420"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-29T01:39:01.127859" elapsed="0.001564"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-29T01:28:54.190596" elapsed="606.938894"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.129912" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-29T01:39:01.129621" elapsed="0.000344"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-29T01:39:01.131103" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-29T01:39:01.130648" elapsed="0.000479"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-29T01:39:01.131337" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-29T01:39:01.131199" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-29T01:39:01.131180" elapsed="0.000242"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.131570" elapsed="0.000019"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.131708" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.131848" elapsed="0.000017"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.131996" elapsed="0.000018"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.132169" elapsed="0.000018"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.132298" elapsed="0.000017"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.132435" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-29T01:39:01.132631" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-29T01:39:01.132509" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-29T01:39:01.132494" elapsed="0.000207"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-29T01:39:01.130339" elapsed="0.002410"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-29T01:28:54.189395" elapsed="606.943394"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-29T01:08:38.407958" elapsed="1822.725494"/>
</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>
