<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-09T01:51:54.068620" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T01:51:54.644392" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-09T01:51:54.644240" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:54.644207" elapsed="0.000284"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T01:51:54.644636" elapsed="0.000505"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T01:51:54.645656" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-04-09T01:51:55.337870" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T01:51:54.645328" elapsed="0.692793"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T01:51:55.389169" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:55.338459" elapsed="0.050778"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T01:51:55.391471" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T01:51:55.391587" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T01:51:55.389417" elapsed="0.002201"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:55.391779" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T01:51:55.392160" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.392900" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T01:51:55.392561" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T01:51:55.393007" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T01:51:54.643854" elapsed="0.749332"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-09T01:51:54.640242" elapsed="0.753009"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T01:51:55.393878" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T01:51:55.393471" elapsed="0.000465"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T01:51:55.394375" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T01:51:55.394110" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.395017" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T01:51:55.394598" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.395580" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T01:51:55.395218" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.396150" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T01:51:55.395774" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.396680" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T01:51:55.396362" elapsed="0.000361"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-09T01:51:55.397025" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-09T01:51:55.396810" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T01:51:55.401457" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T01:51:55.401025" elapsed="0.000460"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T01:51:55.402801" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T01:51:55.402890" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T01:51:55.402049" elapsed="0.000865"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T01:51:55.403073" elapsed="0.000403"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T01:51:55.404503" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-09T01:51:56.226046" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  9 01:51:55 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-684-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T01:51:55.403988" elapsed="0.822218"/>
</kw>
<msg time="2026-04-09T01:51:56.226322" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T01:51:55.403638" elapsed="0.822793"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T01:51:55.401692" elapsed="0.824902"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.243608" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-09T01:51:56.226820" elapsed="0.019588"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T01:51:56.246835" elapsed="0.000645"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-09T01:51:55.400494" elapsed="0.847130"/>
</kw>
<status status="PASS" start="2026-04-09T01:51:55.397158" elapsed="0.850549"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:55.396785" elapsed="0.850989"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T01:51:56.248112" elapsed="0.001028"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T01:51:56.256220" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-09T01:51:56.256048" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:56.256014" elapsed="0.000336"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T01:51:56.261169" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-09T01:51:56.261053" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:56.261033" elapsed="0.000206"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T01:51:56.261388" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.262275" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-04-09T01:51:56.448866" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T01:51:56.262011" elapsed="0.187108"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.545008" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:56.449423" elapsed="0.095672"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.561562" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T01:51:56.561780" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T01:51:56.545256" elapsed="0.016557"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:56.561960" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T01:51:56.562308" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.563022" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T01:51:56.562647" elapsed="0.000439"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T01:51:56.563139" elapsed="0.000058"/>
</return>
<msg time="2026-04-09T01:51:56.563383" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T01:51:56.260690" elapsed="0.302726"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T01:51:56.563567" elapsed="0.000532"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T01:51:56.564150" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-09T01:51:56.255622" elapsed="0.308658"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-09T01:51:56.568061" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-09T01:51:56.567923" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:56.567898" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T01:51:56.568264" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.569132" level="INFO">Logging into '10.30.171.217:8101' as 'karaf'.</msg>
<msg time="2026-04-09T01:51:56.716835" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-09T01:51:56.568872" elapsed="0.148107"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.742413" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:56.717239" elapsed="0.025236"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.744590" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-09T01:51:56.744697" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-09T01:51:56.742629" elapsed="0.002099"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-09T01:51:56.744869" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T01:51:56.745221" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.745904" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T01:51:56.745586" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-09T01:51:56.746008" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.217
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-09T01:51:56.567590" elapsed="0.178593"/>
</kw>
<status status="PASS" start="2026-04-09T01:51:54.638479" elapsed="2.107768"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.748500" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T01:51:56.747233" elapsed="0.001344"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.750053" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T01:51:56.749691" elapsed="0.000408"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T01:51:56.750444" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-09T01:51:56.750182" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T01:51:56.753557" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-09T01:51:56.753286" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:56.753264" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.754154" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T01:51:56.753899" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.754963" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T01:51:56.754485" elapsed="0.000539"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.755677" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T01:51:56.755168" elapsed="0.000536"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T01:51:56.756674" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T01:51:56.756767" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T01:51:56.756326" elapsed="0.000465"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T01:51:56.756937" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T01:51:56.758180" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-09T01:51:57.102434" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  9 01:51:55 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  9 01:51:56 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-684-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T01:51:56.757816" elapsed="0.344803"/>
</kw>
<msg time="2026-04-09T01:51:57.102705" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T01:51:56.757448" elapsed="0.345343"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T01:51:56.755910" elapsed="0.347004"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T01:51:57.103720" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T02:02:03.236723" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T02:02:03.237082" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T02:02:03.237146" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-04-09T01:51:57.103166" elapsed="606.134017"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:02:03.237536" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.238812" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:02.308 16  switches: flows:  129975 128966 124010 125343 124925 126439 123729 125040 125612 122660 123990 122733 121051 121253 121441 120785  total = 33.132533 per ms 
01:54:02.410 16  switches: flows:  144832 146432 142213 140717 144947 144134 139245 140171 135635 137897 140241 137672 136711 135683 137716 138687  total = 37.319932 per ms 
01:55:02.511 16  switches: flows:  144440 146398 141676 138478 139910 143764 142121 137861 131100 133012 137215 134903 133545 134546 134245 134716  total = 36.737501 per ms 
01:56:02.612 16  switches: flows:  145361 146684 142945 141166 141251 147251 144390 138487 134478 136298 141093 136410 137566 135654 136850 135972  total = 37.301987 per ms 
01:57:02.715 16  switches: flows:  145875 149086 145499 144116 144813 146723 145351 141262 139055 138269 140156 136859 141300 137259 140260 136404  total = 37.808332 per ms 
01:58:02.816 16  switches: flows:  145704 145295 141084 144970 143348 145933 142024 144382 136823 134568 139853 137519 140334 134211 137638 137000  total = 37.448919 per ms 
01:59:02.917 16  switches: flows:  147720 146714 145643 143115 142360 144752 138691 141595 134536 134265 141396 135423 139031 134021 138390 133716  total = 37.293810 per ms 
02:00:03.019 16  switches: flows:  145588 148008 141075 144152 142284 144845 139944 139586 135025 133256 135816 133927 139432 134398 138813 133883  total = 37.104810 per ms 
02:01:03.120 16  switches: flows:  147244 147756 143488 144684 141803 146780 142175 144081 134660 135287 140047 135964 138799 135095 138374 135688  total = 37.469502 per ms 
02:02:03.221 16  switches: flows:  145198 144331 143786 146308 142981 146945 141775 141324 135936 135648 139387 136182 138443 137344 133493 136720  total = 37.367621 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36737.50/37808.33/37316.93/12441.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.238272" elapsed="0.000731"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T02:02:03.239360" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-04-09T02:02:03.239129" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-04-09T02:02:03.239091" elapsed="0.000414"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-09T02:02:03.239643" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:02:03.239590" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-04-09T02:02:03.239567" elapsed="0.000165"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T02:02:03.239779" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:02:03.243362" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:02:03.244023" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:02:03.244459" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T02:02:03.240219" elapsed="0.004452"/>
</kw>
<msg time="2026-04-09T02:02:03.244847" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-04-09T01:51:56.750903" elapsed="606.493980"/>
</kw>
<status status="PASS" start="2026-04-09T01:51:56.750546" elapsed="606.494405"/>
</branch>
<status status="PASS" start="2026-04-09T01:51:56.750157" elapsed="606.494826"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.245617" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:02.308 16  switches: flows:  129975 128966 124010 125343 124925 126439 123729 125040 125612 122660 123990 122733 121051 121253 121441 120785  total = 33.132533 per ms 
01:54:02.410 16  switches: flows:  144832 146432 142213 140717 144947 144134 139245 140171 135635 137897 140241 137672 136711 135683 137716 138687  total = 37.319932 per ms 
01:55:02.511 16  switches: flows:  144440 146398 141676 138478 139910 143764 142121 137861 131100 133012 137215 134903 133545 134546 134245 134716  total = 36.737501 per ms 
01:56:02.612 16  switches: flows:  145361 146684 142945 141166 141251 147251 144390 138487 134478 136298 141093 136410 137566 135654 136850 135972  total = 37.301987 per ms 
01:57:02.715 16  switches: flows:  145875 149086 145499 144116 144813 146723 145351 141262 139055 138269 140156 136859 141300 137259 140260 136404  total = 37.808332 per ms 
01:58:02.816 16  switches: flows:  145704 145295 141084 144970 143348 145933 142024 144382 136823 134568 139853 137519 140334 134211 137638 137000  total = 37.448919 per ms 
01:59:02.917 16  switches: flows:  147720 146714 145643 143115 142360 144752 138691 141595 134536 134265 141396 135423 139031 134021 138390 133716  total = 37.293810 per ms 
02:00:03.019 16  switches: flows:  145588 148008 141075 144152 142284 144845 139944 139586 135025 133256 135816 133927 139432 134398 138813 133883  total = 37.104810 per ms 
02:01:03.120 16  switches: flows:  147244 147756 143488 144684 141803 146780 142175 144081 134660 135287 140047 135964 138799 135095 138374 135688  total = 37.469502 per ms 
02:02:03.221 16  switches: flows:  145198 144331 143786 146308 142981 146945 141775 141324 135936 135648 139387 136182 138443 137344 133493 136720  total = 37.367621 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36737.50/37808.33/37316.93/12441.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.245179" elapsed="0.000540"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T02:02:03.245927" elapsed="0.000615"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T02:02:03.247089" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T02:02:03.247215" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36737.50/37808.33/37316.93/12441.95 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T02:02:03.246772" elapsed="0.000477"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:02:03.247845" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36737.50/37808.33/37316.93/12441.95 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:02:03.247488" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.251278" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.248082" elapsed="0.003273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.253730" level="INFO">36737.50/37808.33/37316.93/12441.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.251503" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:02:03.256181" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:02:03.253937" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:02:03.258688" level="INFO">@{result_value_list} = [ 36737.50 | 37808.33 | 37316.93 | 12441.95 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:02:03.256436" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.259175" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T02:02:03.259269" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:02:03.258871" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.264038" level="INFO">min :: 36737.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.259702" elapsed="0.004397"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T02:02:03.259570" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.268794" level="INFO">max :: 37808.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.264374" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T02:02:03.264227" elapsed="0.004660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.273563" level="INFO">avg :: 37316.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.269108" elapsed="0.004513"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T02:02:03.268978" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.278405" level="INFO">stdev :: 12441.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-04-09T02:02:03.273877" elapsed="0.004584"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T02:02:03.273748" elapsed="0.004748"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T02:02:03.259380" elapsed="0.019148"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.282469" level="INFO">${min} = 36737.50</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:02:03.278715" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.286433" level="INFO">${max} = 37808.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:02:03.282716" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.290516" level="INFO">${average} = 37316.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:02:03.286648" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.294451" level="INFO">${stdev} = 12441.95</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:02:03.290713" elapsed="0.003764"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.295024" level="INFO">${date} = 2026-04-09 02:02:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T02:02:03.294660" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.295625" level="INFO">CBench Result: 2026-04-09 02:02:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36737.50,37808.33,37316.93,12441.95</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.295197" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T02:02:03.296719" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T02:02:03.296312" elapsed="0.000474"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T02:02:03.296941" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T02:02:03.295825" elapsed="0.001651"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-09T01:51:56.749000" elapsed="606.548538"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.298010" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T02:02:03.297691" elapsed="0.000375"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-09T02:02:03.298596" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-04-09T02:02:03.298279" elapsed="0.000665"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T01:51:56.746470" elapsed="606.552512"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.301081" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.300586" elapsed="0.000555"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.302411" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T02:02:03.302059" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T02:02:03.302819" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:02:03.302570" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T02:02:03.305769" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:02:03.305520" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-09T02:02:03.305501" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:02:03.306189" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T02:02:03.305986" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.306919" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:02:03.306490" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:02:03.307524" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:02:03.307116" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:02:03.308449" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T02:02:03.308538" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:02:03.308125" elapsed="0.000437"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:02:03.308702" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T02:02:03.309901" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-09T02:02:03.889674" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  9 02:02:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  9 01:51:57 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-684-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T02:02:03.309550" elapsed="0.580376"/>
</kw>
<msg time="2026-04-09T02:02:03.890023" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:02:03.309181" elapsed="0.580934"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T02:02:03.307751" elapsed="0.582488"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T02:02:03.890806" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T02:12:09.996629" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T02:12:09.997220" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T02:12:09.997380" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-09T02:02:03.890488" elapsed="606.106975"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:12:09.997986" elapsed="0.000863"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.000202" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:09.072 16  switches: flows:  559974 540159 556014 559317 546667 551444 548133 545814 549131 544003 539486 544467 541899 538683 530431 529837  total = 145.424317 per ms 
02:04:09.174 16  switches: flows:  546686 548644 549146 550247 536777 543057 543423 552343 549765 550660 542155 547770 531828 547111 544245 550186  total = 145.322343 per ms 
02:05:09.274 16  switches: flows:  556784 556413 540142 551691 561917 551782 547246 559132 554469 555498 539671 554570 556605 556002 559919 553333  total = 147.339268 per ms 
02:06:09.376 16  switches: flows:  551579 550348 547315 553879 544728 552630 549973 548337 552236 546247 550919 546161 546145 552748 551808 553633  total = 146.398210 per ms 
02:07:09.478 16  switches: flows:  534176 534678 540047 527532 532288 535123 532932 531341 530944 532512 536758 532239 533737 534816 534753 530346  total = 141.998070 per ms 
02:08:09.579 16  switches: flows:  563627 557033 560126 561709 553946 562520 556595 558868 565164 556290 556112 557845 554886 553615 557886 563057  total = 148.737623 per ms 
02:09:09.681 16  switches: flows:  542143 546742 549807 546024 542147 541389 545709 541286 543534 545935 543645 543756 542920 543921 545174 542141  total = 144.858727 per ms 
02:10:09.784 16  switches: flows:  521361 517399 510843 517436 516971 520288 517089 523730 517498 514359 517942 517836 511968 515971 519947 512778  total = 137.655564 per ms 
02:11:09.885 16  switches: flows:  555208 549847 553640 552845 544778 545240 549514 548194 550702 545812 547383 548246 545826 549702 547862 546443  total = 146.108133 per ms 
02:12:09.986 16  switches: flows:  546406 530746 534714 530443 537561 538496 536144 531762 544929 529861 539603 535187 535847 531097 543037 532696  total = 142.735906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137655.56/148737.62/144572.65/48293.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:09.999230" elapsed="0.001314"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T02:12:10.001034" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-09T02:12:10.000725" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-04-09T02:12:10.000675" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-09T02:12:10.001598" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:12:10.001486" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-04-09T02:12:10.001446" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T02:12:10.001813" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:12:10.006709" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:12:10.007409" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:12:10.007844" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T02:12:10.002756" elapsed="0.005310"/>
</kw>
<msg time="2026-04-09T02:12:10.008245" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-09T02:02:03.303218" elapsed="606.705064"/>
</kw>
<status status="PASS" start="2026-04-09T02:02:03.302904" elapsed="606.705469"/>
</branch>
<status status="PASS" start="2026-04-09T02:02:03.302547" elapsed="606.705860"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.009013" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:09.072 16  switches: flows:  559974 540159 556014 559317 546667 551444 548133 545814 549131 544003 539486 544467 541899 538683 530431 529837  total = 145.424317 per ms 
02:04:09.174 16  switches: flows:  546686 548644 549146 550247 536777 543057 543423 552343 549765 550660 542155 547770 531828 547111 544245 550186  total = 145.322343 per ms 
02:05:09.274 16  switches: flows:  556784 556413 540142 551691 561917 551782 547246 559132 554469 555498 539671 554570 556605 556002 559919 553333  total = 147.339268 per ms 
02:06:09.376 16  switches: flows:  551579 550348 547315 553879 544728 552630 549973 548337 552236 546247 550919 546161 546145 552748 551808 553633  total = 146.398210 per ms 
02:07:09.478 16  switches: flows:  534176 534678 540047 527532 532288 535123 532932 531341 530944 532512 536758 532239 533737 534816 534753 530346  total = 141.998070 per ms 
02:08:09.579 16  switches: flows:  563627 557033 560126 561709 553946 562520 556595 558868 565164 556290 556112 557845 554886 553615 557886 563057  total = 148.737623 per ms 
02:09:09.681 16  switches: flows:  542143 546742 549807 546024 542147 541389 545709 541286 543534 545935 543645 543756 542920 543921 545174 542141  total = 144.858727 per ms 
02:10:09.784 16  switches: flows:  521361 517399 510843 517436 516971 520288 517089 523730 517498 514359 517942 517836 511968 515971 519947 512778  total = 137.655564 per ms 
02:11:09.885 16  switches: flows:  555208 549847 553640 552845 544778 545240 549514 548194 550702 545812 547383 548246 545826 549702 547862 546443  total = 146.108133 per ms 
02:12:09.986 16  switches: flows:  546406 530746 534714 530443 537561 538496 536144 531762 544929 529861 539603 535187 535847 531097 543037 532696  total = 142.735906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137655.56/148737.62/144572.65/48293.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.008609" elapsed="0.000506"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T02:12:10.009347" elapsed="0.000507"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T02:12:10.010404" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T02:12:10.010533" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137655.56/148737.62/144572.65/48293.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T02:12:10.010078" elapsed="0.000490"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:12:10.011146" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137655.56/148737.62/144572.65/48293.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:12:10.010788" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.014095" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.011411" elapsed="0.002742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.016598" level="INFO">137655.56/148737.62/144572.65/48293.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.014317" elapsed="0.002338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:12:10.019051" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:12:10.016807" elapsed="0.002272"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:12:10.021596" level="INFO">@{result_value_list} = [ 137655.56 | 148737.62 | 144572.65 | 48293.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:12:10.019276" elapsed="0.002349"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.022095" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T02:12:10.022186" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:12:10.021784" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.026979" level="INFO">min :: 137655.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-04-09T02:12:10.022607" elapsed="0.004431"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T02:12:10.022475" elapsed="0.004598"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.031853" level="INFO">max :: 148737.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.027293" elapsed="0.004621"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T02:12:10.027164" elapsed="0.004789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.036726" level="INFO">avg :: 144572.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.032181" elapsed="0.004605"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T02:12:10.032046" elapsed="0.004776"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.041411" level="INFO">stdev :: 48293.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.037048" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T02:12:10.036914" elapsed="0.004592"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T02:12:10.022273" elapsed="0.019266"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.045497" level="INFO">${min} = 137655.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-04-09T02:12:10.041701" elapsed="0.003825"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.049695" level="INFO">${max} = 148737.62</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:12:10.045684" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.053667" level="INFO">${average} = 144572.65</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:12:10.049880" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.057672" level="INFO">${stdev} = 48293.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:12:10.053851" elapsed="0.003848"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.058230" level="INFO">${date} = 2026-04-09 02:12:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T02:12:10.057859" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.058828" level="INFO">CBench Result: 2026-04-09 02:12:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137655.56,148737.62,144572.65,48293.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.058421" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T02:12:10.059975" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T02:12:10.059534" elapsed="0.000508"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T02:12:10.060196" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T02:12:10.059034" elapsed="0.001711"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-09T02:02:03.301477" elapsed="606.759328"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.061288" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T02:12:10.060963" elapsed="0.000405"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-09T02:12:10.061915" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-04-09T02:12:10.061591" elapsed="0.000666"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T02:02:03.299290" elapsed="606.763022"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.063612" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.063203" elapsed="0.000468"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.065015" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-09T02:12:10.064684" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-09T02:12:10.065419" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:12:10.065181" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-09T02:12:10.068404" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:12:10.068140" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-09T02:12:10.068120" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:12:10.068822" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-09T02:12:10.068620" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.069546" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:12:10.069111" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-09T02:12:10.070140" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:12:10.069745" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:12:10.071223" level="INFO">Length is 0.</msg>
<msg time="2026-04-09T02:12:10.071332" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:12:10.070759" elapsed="0.000599"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:12:10.071503" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-09T02:12:10.072778" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-09T02:12:10.681328" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr  9 02:12:10 UTC 2026

  System load:  0.4                Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr  9 02:02:03 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-684-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-09T02:12:10.072400" elapsed="0.609130"/>
</kw>
<msg time="2026-04-09T02:12:10.681619" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:12:10.072003" elapsed="0.609696"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-09T02:12:10.070386" elapsed="0.611427"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-09T02:12:10.682351" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.217 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-09T02:22:16.746031" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-09T02:22:16.746685" level="INFO">${stdout} = </msg>
<msg time="2026-04-09T02:22:16.746792" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-04-09T02:12:10.682033" elapsed="606.064816"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:22:16.747286" elapsed="0.000705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.749105" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:15.828 16  switches: flows:  150252 146630 143662 148793 140347 147181 145077 146850 142299 142791 144923 141754 142685 141119 142433 139549  total = 38.439083 per ms 
02:14:15.928 16  switches: flows:  143220 138067 137723 142978 138471 141762 136692 142916 135987 139240 139491 135221 140554 134793 136742 133201  total = 36.889316 per ms 
02:15:16.029 16  switches: flows:  145810 143288 138809 146396 140886 142364 141809 146996 138983 143690 142207 138592 144157 137174 142013 138542  total = 37.798812 per ms 
02:16:16.129 16  switches: flows:  146913 141635 141434 144380 141373 144634 142675 147060 139533 141935 143228 137776 144741 138612 142248 138700  total = 37.884618 per ms 
02:17:16.230 16  switches: flows:  146796 143841 141060 147285 142202 145124 142582 146469 138143 143691 143490 138704 146437 139486 142753 139121  total = 38.055972 per ms 
02:18:16.330 16  switches: flows:  146689 143931 142384 144628 142713 146931 143100 144070 138824 142197 140741 137423 144595 140069 142025 135835  total = 37.872713 per ms 
02:19:16.430 16  switches: flows:  144939 141936 143189 144081 141643 146162 141600 148547 136547 141691 142313 137028 143936 138361 140769 138280  total = 37.787291 per ms 
02:20:16.530 16  switches: flows:  147739 142118 143634 145409 142963 147258 141257 145537 138440 142225 142907 136594 144659 141141 140623 138545  total = 37.954139 per ms 
02:21:16.630 16  switches: flows:  145827 142783 143480 143980 142065 144139 140424 145474 136264 142717 141843 136704 143948 137873 140202 138107  total = 37.700884 per ms 
02:22:16.731 16  switches: flows:  146872 141558 141875 143836 141642 144387 140037 144199 137661 141063 141308 134946 144170 138375 140927 135986  total = 37.584566 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36889.32/38055.97/37725.37/12579.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.748396" elapsed="0.001062"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-09T02:22:16.749941" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-09T02:22:16.749639" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-04-09T02:22:16.749589" 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-04-09T02:22:16.750398" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-09T02:22:16.750276" elapsed="0.000274"/>
</branch>
<status status="NOT RUN" start="2026-04-09T02:22:16.750240" elapsed="0.000362"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-09T02:22:16.750675" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-09T02:22:16.754787" elapsed="0.000455"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-09T02:22:16.755469" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-09T02:22:16.755874" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-09T02:22:16.751397" elapsed="0.004685"/>
</kw>
<msg time="2026-04-09T02:22:16.756257" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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-04-09T02:12:10.065821" elapsed="606.690478"/>
</kw>
<status status="PASS" start="2026-04-09T02:12:10.065504" elapsed="606.690883"/>
</branch>
<status status="PASS" start="2026-04-09T02:12:10.065158" elapsed="606.691263"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.757023" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.217: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.171.217. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:15.828 16  switches: flows:  150252 146630 143662 148793 140347 147181 145077 146850 142299 142791 144923 141754 142685 141119 142433 139549  total = 38.439083 per ms 
02:14:15.928 16  switches: flows:  143220 138067 137723 142978 138471 141762 136692 142916 135987 139240 139491 135221 140554 134793 136742 133201  total = 36.889316 per ms 
02:15:16.029 16  switches: flows:  145810 143288 138809 146396 140886 142364 141809 146996 138983 143690 142207 138592 144157 137174 142013 138542  total = 37.798812 per ms 
02:16:16.129 16  switches: flows:  146913 141635 141434 144380 141373 144634 142675 147060 139533 141935 143228 137776 144741 138612 142248 138700  total = 37.884618 per ms 
02:17:16.230 16  switches: flows:  146796 143841 141060 147285 142202 145124 142582 146469 138143 143691 143490 138704 146437 139486 142753 139121  total = 38.055972 per ms 
02:18:16.330 16  switches: flows:  146689 143931 142384 144628 142713 146931 143100 144070 138824 142197 140741 137423 144595 140069 142025 135835  total = 37.872713 per ms 
02:19:16.430 16  switches: flows:  144939 141936 143189 144081 141643 146162 141600 148547 136547 141691 142313 137028 143936 138361 140769 138280  total = 37.787291 per ms 
02:20:16.530 16  switches: flows:  147739 142118 143634 145409 142963 147258 141257 145537 138440 142225 142907 136594 144659 141141 140623 138545  total = 37.954139 per ms 
02:21:16.630 16  switches: flows:  145827 142783 143480 143980 142065 144139 140424 145474 136264 142717 141843 136704 143948 137873 140202 138107  total = 37.700884 per ms 
02:22:16.731 16  switches: flows:  146872 141558 141875 143836 141642 144387 140037 144199 137661 141063 141308 134946 144170 138375 140927 135986  total = 37.584566 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36889.32/38055.97/37725.37/12579.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.756624" elapsed="0.000539"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-09T02:22:16.757426" elapsed="0.000628"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-09T02:22:16.758707" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-09T02:22:16.758841" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36889.32/38055.97/37725.37/12579.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-09T02:22:16.758355" elapsed="0.000521"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:22:16.759480" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36889.32/38055.97/37725.37/12579.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:22:16.759095" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.761975" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.759694" elapsed="0.002338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.764622" level="INFO">36889.32/38055.97/37725.37/12579.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.762181" elapsed="0.002499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:22:16.767145" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:22:16.764861" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-09T02:22:16.769632" level="INFO">@{result_value_list} = [ 36889.32 | 38055.97 | 37725.37 | 12579.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-09T02:22:16.767385" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.770128" level="INFO">Length is 4.</msg>
<msg time="2026-04-09T02:22:16.770216" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-09T02:22:16.769819" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.775057" level="INFO">min :: 36889.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.770651" elapsed="0.004465"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-09T02:22:16.770507" elapsed="0.004646"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.779725" level="INFO">max :: 38055.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.775389" elapsed="0.004393"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-09T02:22:16.775242" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.784484" level="INFO">avg :: 37725.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.780037" elapsed="0.004504"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-09T02:22:16.779901" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.789425" level="INFO">stdev :: 12579.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.784794" elapsed="0.004691"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-09T02:22:16.784660" elapsed="0.004860"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-09T02:22:16.770309" elapsed="0.019242"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.793566" level="INFO">${min} = 36889.32</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:22:16.789711" elapsed="0.003882"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.797519" level="INFO">${max} = 38055.97</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:22:16.793750" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.801709" level="INFO">${average} = 37725.37</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:22:16.797701" elapsed="0.004035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.805708" level="INFO">${stdev} = 12579.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-09T02:22:16.801893" elapsed="0.003843"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.806241" level="INFO">${date} = 2026-04-09 02:22:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-09T02:22:16.805896" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.806856" level="INFO">CBench Result: 2026-04-09 02:22:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36889.32,38055.97,37725.37,12579.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-09T02:22:16.806446" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-09T02:22:16.808051" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-09T02:22:16.807541" elapsed="0.000578"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-09T02:22:16.808272" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-09T02:22:16.807052" elapsed="0.001767"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-09T02:12:10.064050" elapsed="606.744828"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.809388" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-09T02:22:16.809048" elapsed="0.000398"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-09T02:22:16.810666" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-09T02:22:16.810166" elapsed="0.000527"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-09T02:22:16.810915" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-09T02:22:16.810769" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-09T02:22:16.810749" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.811143" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.811313" elapsed="0.000035"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.811492" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.811688" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.811876" elapsed="0.000028"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.812037" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.812186" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-09T02:22:16.812431" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-09T02:22:16.812271" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-04-09T02:22:16.812254" elapsed="0.000256"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-09T02:22:16.809824" elapsed="0.002738"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-09T02:12:10.062697" elapsed="606.749911"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-09T01:51:54.070201" elapsed="1822.743082"/>
</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>
