<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-18T01:54:35.239838" 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-05-18T01:54:35.802050" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:54:35.801918" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:35.801890" elapsed="0.000257"/>
</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-05-18T01:54:35.802292" elapsed="0.000508"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T01:54:35.803274" level="INFO">Logging into '10.30.170.155:8101' as 'karaf'.</msg>
<msg time="2026-05-18T01:54:36.491948" 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-05-18T01:54:35.802980" elapsed="0.689163"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T01:54:36.539875" 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-05-18T01:54:36.492450" elapsed="0.047495"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T01:54:36.541619" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T01:54:36.541733" 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-05-18T01:54:36.540115" elapsed="0.001647"/>
</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-05-18T01:54:36.541937" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:54:36.542320" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.543056" 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-05-18T01:54:36.542690" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T01:54:36.543163" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T01:54:35.801528" elapsed="0.741818"/>
</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-05-18T01:54:35.797978" elapsed="0.745432"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T01:54:36.543989" 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-05-18T01:54:36.543604" elapsed="0.000441"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T01:54:36.544442" 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-05-18T01:54:36.544199" elapsed="0.000387"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.545190" 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-05-18T01:54:36.544752" elapsed="0.000467"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.545727" 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-05-18T01:54:36.545391" elapsed="0.000378"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.546306" 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-05-18T01:54:36.545936" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.546827" 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-05-18T01:54:36.546496" elapsed="0.000373"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-18T01:54:36.547172" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:54:36.546958" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T01:54:36.551580" 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-05-18T01:54:36.551176" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T01:54:36.552982" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T01:54:36.553070" 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-05-18T01:54:36.552190" elapsed="0.000904"/>
</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-05-18T01:54:36.553245" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T01:54:36.554623" level="INFO">Logging into '10.30.170.238:22' as 'jenkins'.</msg>
<msg time="2026-05-18T01:54:37.307903" 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 Mon May 18 01:54:36 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.238
  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-723-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-05-18T01:54:36.554115" elapsed="0.753974"/>
</kw>
<msg time="2026-05-18T01:54:37.308214" 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-05-18T01:54:36.553748" elapsed="0.754569"/>
</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-05-18T01:54:36.551832" elapsed="0.756626"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.318283" 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-05-18T01:54:37.308711" elapsed="0.011215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:54:37.320355" elapsed="0.000608"/>
</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-05-18T01:54:36.550639" elapsed="0.770462"/>
</kw>
<status status="PASS" start="2026-05-18T01:54:36.547306" elapsed="0.773877"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:36.546931" elapsed="0.774321"/>
</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-05-18T01:54:37.321592" elapsed="0.001076"/>
</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-05-18T01:54:37.330594" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:54:37.330463" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:37.330433" elapsed="0.000242"/>
</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-05-18T01:54:37.334257" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:54:37.334142" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:37.334121" elapsed="0.000205"/>
</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-05-18T01:54:37.334463" elapsed="0.000479"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.335361" level="INFO">Logging into '10.30.170.155:8101' as 'karaf'.</msg>
<msg time="2026-05-18T01:54:37.503040" 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-05-18T01:54:37.335095" elapsed="0.168083"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.591327" 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-05-18T01:54:37.503415" elapsed="0.087987"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.595884" 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-05-18T01:54:37.596104" 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-05-18T01:54:37.591563" elapsed="0.004574"/>
</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-05-18T01:54:37.596287" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:54:37.596650" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.597336" 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-05-18T01:54:37.597002" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T01:54:37.597441" elapsed="0.000055"/>
</return>
<msg time="2026-05-18T01:54:37.597650" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T01:54:37.333768" elapsed="0.263912"/>
</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-05-18T01:54:37.597850" elapsed="0.000593"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T01:54:37.598493" elapsed="0.000033"/>
</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-05-18T01:54:37.330108" elapsed="0.268516"/>
</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-05-18T01:54:37.602879" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-18T01:54:37.602708" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:37.602682" elapsed="0.000269"/>
</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-05-18T01:54:37.603086" elapsed="0.000623"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.604171" level="INFO">Logging into '10.30.170.155:8101' as 'karaf'.</msg>
<msg time="2026-05-18T01:54:37.767733" 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-05-18T01:54:37.603879" elapsed="0.163957"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.791353" 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-05-18T01:54:37.768025" elapsed="0.023392"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.793457" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-18T01:54:37.793569" 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-05-18T01:54:37.791576" elapsed="0.002022"/>
</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-05-18T01:54:37.793740" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T01:54:37.794085" elapsed="0.000160"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.794675" 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-05-18T01:54:37.794384" elapsed="0.000348"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-18T01:54:37.794801" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-18T01:54:37.602353" elapsed="0.192618"/>
</kw>
<status status="PASS" start="2026-05-18T01:54:35.796193" elapsed="1.998843"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.797247" 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-05-18T01:54:37.796055" elapsed="0.001260"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.798879" 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-05-18T01:54:37.798478" elapsed="0.000448"/>
</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-05-18T01:54:37.799239" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:54:37.799006" elapsed="0.000292"/>
</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-05-18T01:54:37.802287" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T01:54:37.802028" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:37.802008" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.802699" 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-05-18T01:54:37.802844" 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-05-18T01:54:37.802499" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.803432" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.238" 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-05-18T01:54:37.803010" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.804132" 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-05-18T01:54:37.803632" elapsed="0.000527"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T01:54:37.805090" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T01:54:37.805179" 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-05-18T01:54:37.804740" elapsed="0.000463"/>
</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-05-18T01:54:37.805348" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T01:54:37.806551" level="INFO">Logging into '10.30.170.238:22' as 'jenkins'.</msg>
<msg time="2026-05-18T01:54:38.128187" 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 Mon May 18 01:54:36 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.238
  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: Mon May 18 01:54:37 2026 from 10.30.170.131
[?2004h[jenkins@releng-48317-723-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-05-18T01:54:37.806198" elapsed="0.322158"/>
</kw>
<msg time="2026-05-18T01:54:38.128440" 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-05-18T01:54:37.805850" elapsed="0.322676"/>
</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-05-18T01:54:37.804364" elapsed="0.324282"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T01:54:38.129453" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T02:04:44.253366" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T02:04:44.254009" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T02:04:44.254117" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155: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-05-18T01:54:38.128877" elapsed="606.125306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:04:44.254655" elapsed="0.000825"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.256596" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:43.349 16  switches: flows:  112778 110714 114768 114619 113563 112162 113532 114158 113106 109227 110122 113143 113659 111014 113092 110415  total = 30.001200 per ms 
01:56:43.450 16  switches: flows:  121994 124985 125684 122685 124409 124205 123385 124453 122217 122775 120369 121877 122237 119996 120429 122974  total = 32.689980 per ms 
01:57:43.550 16  switches: flows:  120937 122106 124114 122226 121435 121814 124930 122365 122225 122065 123101 123494 120210 120250 120480 122027  total = 32.508710 per ms 
01:58:43.650 16  switches: flows:  123006 124108 125565 123478 124308 123661 124797 124444 123959 122999 122933 123325 122650 120907 119828 122557  total = 32.820610 per ms 
01:59:43.750 16  switches: flows:  121042 121233 125254 123067 122679 121163 122229 122133 121095 120679 121569 120970 120244 121070 120176 120654  total = 32.366839 per ms 
02:00:43.851 16  switches: flows:  121659 123454 125554 124925 121831 121320 124753 124949 121996 122951 122066 120986 120570 121574 122208 123138  total = 32.677661 per ms 
02:01:43.951 16  switches: flows:  124017 123918 124414 124850 125181 123005 126193 126026 124330 122151 122638 120911 122424 123294 122849 124094  total = 32.949892 per ms 
02:02:44.051 16  switches: flows:  122937 123915 123368 125356 125099 121894 123620 126645 123786 122019 122087 121881 120197 122099 122495 121309  total = 32.757060 per ms 
02:03:44.152 16  switches: flows:  115467 115314 115777 117482 119079 113891 117511 118285 117057 116420 114234 112971 113101 115145 116572 112238  total = 30.790955 per ms 
02:04:44.252 16  switches: flows:  110732 110336 112217 110941 113527 112538 112599 114126 112391 110418 112491 107194 106651 110326 109764 110336  total = 29.560416 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29560.42/32949.89/32124.68/10763.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:04:44.255875" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T02:04:44.257418" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-18T02:04:44.257120" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-05-18T02:04:44.257065" 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-05-18T02:04:44.257867" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-18T02:04:44.257752" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-18T02:04:44.257718" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T02:04:44.258082" 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-05-18T02:04:44.262353" elapsed="0.000341"/>
</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-05-18T02:04:44.262858" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:04:44.263165" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T02:04:44.258768" elapsed="0.004551"/>
</kw>
<msg time="2026-05-18T02:04:44.263446" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155: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-05-18T01:54:37.799647" elapsed="606.463825"/>
</kw>
<status status="PASS" start="2026-05-18T01:54:37.799326" elapsed="606.464195"/>
</branch>
<status status="PASS" start="2026-05-18T01:54:37.798982" elapsed="606.464561"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.263986" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:55:43.349 16  switches: flows:  112778 110714 114768 114619 113563 112162 113532 114158 113106 109227 110122 113143 113659 111014 113092 110415  total = 30.001200 per ms 
01:56:43.450 16  switches: flows:  121994 124985 125684 122685 124409 124205 123385 124453 122217 122775 120369 121877 122237 119996 120429 122974  total = 32.689980 per ms 
01:57:43.550 16  switches: flows:  120937 122106 124114 122226 121435 121814 124930 122365 122225 122065 123101 123494 120210 120250 120480 122027  total = 32.508710 per ms 
01:58:43.650 16  switches: flows:  123006 124108 125565 123478 124308 123661 124797 124444 123959 122999 122933 123325 122650 120907 119828 122557  total = 32.820610 per ms 
01:59:43.750 16  switches: flows:  121042 121233 125254 123067 122679 121163 122229 122133 121095 120679 121569 120970 120244 121070 120176 120654  total = 32.366839 per ms 
02:00:43.851 16  switches: flows:  121659 123454 125554 124925 121831 121320 124753 124949 121996 122951 122066 120986 120570 121574 122208 123138  total = 32.677661 per ms 
02:01:43.951 16  switches: flows:  124017 123918 124414 124850 125181 123005 126193 126026 124330 122151 122638 120911 122424 123294 122849 124094  total = 32.949892 per ms 
02:02:44.051 16  switches: flows:  122937 123915 123368 125356 125099 121894 123620 126645 123786 122019 122087 121881 120197 122099 122495 121309  total = 32.757060 per ms 
02:03:44.152 16  switches: flows:  115467 115314 115777 117482 119079 113891 117511 118285 117057 116420 114234 112971 113101 115145 116572 112238  total = 30.790955 per ms 
02:04:44.252 16  switches: flows:  110732 110336 112217 110941 113527 112538 112599 114126 112391 110418 112491 107194 106651 110326 109764 110336  total = 29.560416 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29560.42/32949.89/32124.68/10763.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:04:44.263684" elapsed="0.000375"/>
</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-05-18T02:04:44.264209" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T02:04:44.264995" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T02:04:44.265086" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29560.42/32949.89/32124.68/10763.86 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-05-18T02:04:44.264741" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:04:44.265523" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29560.42/32949.89/32124.68/10763.86 | 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-05-18T02:04:44.265266" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.267928" 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-05-18T02:04:44.265694" elapsed="0.002290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.270343" level="INFO">29560.42/32949.89/32124.68/10763.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:04:44.268130" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:04:44.272744" 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-05-18T02:04:44.270547" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:04:44.275188" level="INFO">@{result_value_list} = [ 29560.42 | 32949.89 | 32124.68 | 10763.86 ]</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-05-18T02:04:44.272985" elapsed="0.002231"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.275672" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T02:04:44.275758" 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-05-18T02:04:44.275371" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.280458" level="INFO">min :: 29560.42</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-05-18T02:04:44.276197" elapsed="0.004318"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T02:04:44.276057" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.285055" level="INFO">max :: 32949.89</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-05-18T02:04:44.280771" elapsed="0.004340"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T02:04:44.280642" elapsed="0.004504"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.289619" level="INFO">avg :: 32124.68</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-05-18T02:04:44.285369" elapsed="0.004305"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T02:04:44.285236" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.294208" level="INFO">stdev :: 10763.86</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-05-18T02:04:44.289945" elapsed="0.004319"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T02:04:44.289815" elapsed="0.004484"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T02:04:44.275870" elapsed="0.018462"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.298186" level="INFO">${min} = 29560.42</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-05-18T02:04:44.294490" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.302340" level="INFO">${max} = 32949.89</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-05-18T02:04:44.298365" elapsed="0.004002"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.306339" level="INFO">${average} = 32124.68</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-05-18T02:04:44.302523" elapsed="0.003842"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.310247" level="INFO">${stdev} = 10763.86</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-05-18T02:04:44.306518" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.310811" level="INFO">${date} = 2026-05-18 02:04:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T02:04:44.310435" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.311388" level="INFO">CBench Result: 2026-05-18 02:04:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29560.42,32949.89,32124.68,10763.86</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-05-18T02:04:44.310983" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T02:04:44.312466" 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-05-18T02:04:44.312065" elapsed="0.000466"/>
</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-05-18T02:04:44.312683" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T02:04:44.311582" elapsed="0.001655"/>
</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-05-18T01:54:37.797813" elapsed="606.515485"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.313768" 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-05-18T02:04:44.313451" elapsed="0.000389"/>
</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-05-18T02:04:44.314362" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-05-18T02:04:44.314056" elapsed="0.000637"/>
</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-05-18T01:54:37.795208" elapsed="606.519525"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.316285" 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-05-18T02:04:44.315647" elapsed="0.000695"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.317619" 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-05-18T02:04:44.317287" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-18T02:04:44.318003" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-18T02:04:44.317766" elapsed="0.000294"/>
</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-05-18T02:04:44.321139" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-18T02:04:44.320881" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-05-18T02:04:44.320861" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T02:04:44.321547" 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-05-18T02:04:44.321663" 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-05-18T02:04:44.321352" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.322251" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.238" 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-05-18T02:04:44.321839" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T02:04:44.322849" 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-05-18T02:04:44.322447" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T02:04:44.323742" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T02:04:44.323846" 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-05-18T02:04:44.323446" elapsed="0.000424"/>
</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-05-18T02:04:44.324008" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T02:04:44.325219" level="INFO">Logging into '10.30.170.238:22' as 'jenkins'.</msg>
<msg time="2026-05-18T02:04:44.917580" 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 Mon May 18 02:04:44 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.238
  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: Mon May 18 01:54:38 2026 from 10.30.170.131
[?2004h[jenkins@releng-48317-723-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-05-18T02:04:44.324833" elapsed="0.592930"/>
</kw>
<msg time="2026-05-18T02:04:44.917869" 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-05-18T02:04:44.324475" elapsed="0.593482"/>
</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-05-18T02:04:44.323076" elapsed="0.595001"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T02:04:44.918615" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T02:14:51.039563" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T02:14:51.040937" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T02:14:51.041051" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155: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-05-18T02:04:44.918301" elapsed="606.122826"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:14:51.041628" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.043585" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:05:50.045 16  switches: flows:  447809 455455 453070 447626 452989 459871 444526 439071 446462 439773 437048 444280 444994 445904 450674 441936  total = 119.191467 per ms 
02:06:50.145 16  switches: flows:  475766 478189 468666 482108 475808 458772 463798 462689 466327 474036 464328 463322 465685 469837 471872 477008  total = 125.094080 per ms 
02:07:50.246 16  switches: flows:  554923 563402 556323 549703 570842 565096 547269 567226 562819 564166 563037 558537 555071 558966 570587 554724  total = 149.127029 per ms 
02:08:50.348 16  switches: flows:  573443 577570 578194 586442 579420 576277 576082 576030 574081 579908 574065 583085 578398 582011 579381 574135  total = 153.883258 per ms 
02:09:50.450 16  switches: flows:  547305 540297 540177 541668 538945 541594 535175 540276 545862 540607 539401 539514 537724 541954 540206 536792  total = 143.883004 per ms 
02:10:50.552 16  switches: flows:  517467 524596 522420 515224 512924 516731 513718 514043 517205 509260 525705 526334 518656 512756 514765 507345  total = 137.587171 per ms 
02:11:50.654 16  switches: flows:  565613 563769 528418 561932 563109 563022 564910 558812 552291 570171 560032 563566 562779 560416 557723 561270  total = 149.046486 per ms 
02:12:50.834 16  switches: flows:  607182 607152 603130 609471 610002 602269 605041 601687 604805 605444 610425 605827 608632 609610 606221 603529  total = 161.189275 per ms 
02:13:50.935 16  switches: flows:  625324 626872 625311 623754 625934 626870 628501 628124 627132 624467 624524 626457 617302 625144 619113 626842  total = 166.416584 per ms 
02:14:51.037 16  switches: flows:  631755 639299 631905 633746 633821 639981 637283 635065 622706 638445 639824 638214 630187 641415 638240 643046  total = 169.297521 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125094.08/169297.52/150613.82/51936.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.042760" elapsed="0.001158"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T02:14:51.044423" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-05-18T02:14:51.044108" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-05-18T02:14:51.044055" elapsed="0.000583"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T02:14:51.044925" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-18T02:14:51.044765" elapsed="0.000271"/>
</branch>
<status status="NOT RUN" start="2026-05-18T02:14:51.044729" elapsed="0.000355"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T02:14:51.045154" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T02:14:51.048229" elapsed="0.000338"/>
</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-05-18T02:14:51.048714" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:14:51.049054" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T02:14:51.045940" elapsed="0.003277"/>
</kw>
<msg time="2026-05-18T02:14:51.049344" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155: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-05-18T02:04:44.318395" elapsed="606.730975"/>
</kw>
<status status="PASS" start="2026-05-18T02:04:44.318085" elapsed="606.731344"/>
</branch>
<status status="PASS" start="2026-05-18T02:04:44.317746" elapsed="606.731706"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.049904" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:05:50.045 16  switches: flows:  447809 455455 453070 447626 452989 459871 444526 439071 446462 439773 437048 444280 444994 445904 450674 441936  total = 119.191467 per ms 
02:06:50.145 16  switches: flows:  475766 478189 468666 482108 475808 458772 463798 462689 466327 474036 464328 463322 465685 469837 471872 477008  total = 125.094080 per ms 
02:07:50.246 16  switches: flows:  554923 563402 556323 549703 570842 565096 547269 567226 562819 564166 563037 558537 555071 558966 570587 554724  total = 149.127029 per ms 
02:08:50.348 16  switches: flows:  573443 577570 578194 586442 579420 576277 576082 576030 574081 579908 574065 583085 578398 582011 579381 574135  total = 153.883258 per ms 
02:09:50.450 16  switches: flows:  547305 540297 540177 541668 538945 541594 535175 540276 545862 540607 539401 539514 537724 541954 540206 536792  total = 143.883004 per ms 
02:10:50.552 16  switches: flows:  517467 524596 522420 515224 512924 516731 513718 514043 517205 509260 525705 526334 518656 512756 514765 507345  total = 137.587171 per ms 
02:11:50.654 16  switches: flows:  565613 563769 528418 561932 563109 563022 564910 558812 552291 570171 560032 563566 562779 560416 557723 561270  total = 149.046486 per ms 
02:12:50.834 16  switches: flows:  607182 607152 603130 609471 610002 602269 605041 601687 604805 605444 610425 605827 608632 609610 606221 603529  total = 161.189275 per ms 
02:13:50.935 16  switches: flows:  625324 626872 625311 623754 625934 626870 628501 628124 627132 624467 624524 626457 617302 625144 619113 626842  total = 166.416584 per ms 
02:14:51.037 16  switches: flows:  631755 639299 631905 633746 633821 639981 637283 635065 622706 638445 639824 638214 630187 641415 638240 643046  total = 169.297521 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125094.08/169297.52/150613.82/51936.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.049592" elapsed="0.000384"/>
</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-05-18T02:14:51.050126" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T02:14:51.050905" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T02:14:51.050994" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125094.08/169297.52/150613.82/51936.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-18T02:14:51.050662" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:14:51.051439" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125094.08/169297.52/150613.82/51936.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T02:14:51.051181" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.053899" 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-05-18T02:14:51.051622" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.056338" level="INFO">125094.08/169297.52/150613.82/51936.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.054101" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:14:51.058808" 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-05-18T02:14:51.056553" elapsed="0.002283"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:14:51.061313" level="INFO">@{result_value_list} = [ 125094.08 | 169297.52 | 150613.82 | 51936.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-18T02:14:51.059031" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.061827" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T02:14:51.061915" 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-05-18T02:14:51.061502" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.066788" level="INFO">min :: 125094.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.062334" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T02:14:51.062193" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.071706" level="INFO">max :: 169297.52</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-05-18T02:14:51.067110" elapsed="0.004653"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T02:14:51.066972" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.076400" level="INFO">avg :: 150613.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.072050" elapsed="0.004405"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T02:14:51.071923" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.081143" level="INFO">stdev :: 51936.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.076737" elapsed="0.004462"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T02:14:51.076602" elapsed="0.004632"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T02:14:51.062009" elapsed="0.019255"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.085368" level="INFO">${min} = 125094.08</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-05-18T02:14:51.081420" elapsed="0.003975"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.089364" level="INFO">${max} = 169297.52</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-05-18T02:14:51.085559" elapsed="0.003832"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.093575" level="INFO">${average} = 150613.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T02:14:51.089542" elapsed="0.004060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.097611" level="INFO">${stdev} = 51936.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-18T02:14:51.093760" elapsed="0.003885"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.098184" level="INFO">${date} = 2026-05-18 02:14:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T02:14:51.097817" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.098768" level="INFO">CBench Result: 2026-05-18 02:14:51,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125094.08,169297.52,150613.82,51936.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:14:51.098362" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T02:14:51.099882" 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-05-18T02:14:51.099457" elapsed="0.000492"/>
</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-05-18T02:14:51.100100" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T02:14:51.098976" elapsed="0.001672"/>
</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-05-18T02:04:44.316653" elapsed="606.784054"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.101215" 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-05-18T02:14:51.100893" elapsed="0.000378"/>
</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-05-18T02:14:51.101808" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-05-18T02:14:51.101486" elapsed="0.000670"/>
</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-05-18T02:04:44.315067" elapsed="606.787127"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.103825" 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-05-18T02:14:51.103404" elapsed="0.000477"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.105145" 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-05-18T02:14:51.104770" elapsed="0.000416"/>
</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-05-18T02:14:51.105518" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-18T02:14:51.105292" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-18T02:14:51.108792" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-18T02:14:51.108529" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-05-18T02:14:51.108509" elapsed="0.000393"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-18T02:14:51.109211" 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-05-18T02:14:51.109333" 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-05-18T02:14:51.109035" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.109933" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.238" 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-05-18T02:14:51.109492" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-18T02:14:51.110538" 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-05-18T02:14:51.110141" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T02:14:51.111629" level="INFO">Length is 0.</msg>
<msg time="2026-05-18T02:14:51.111722" 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-05-18T02:14:51.111169" elapsed="0.000577"/>
</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-05-18T02:14:51.111911" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-18T02:14:51.113145" level="INFO">Logging into '10.30.170.238:22' as 'jenkins'.</msg>
<msg time="2026-05-18T02:14:51.671094" 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 Mon May 18 02:14:51 UTC 2026

  System load:  0.3                Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.238
  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: Mon May 18 02:04:44 2026 from 10.30.170.131
[?2004h[jenkins@releng-48317-723-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-05-18T02:14:51.112739" elapsed="0.558533"/>
</kw>
<msg time="2026-05-18T02:14:51.671351" 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-05-18T02:14:51.112393" elapsed="0.559034"/>
</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-05-18T02:14:51.110784" elapsed="0.560760"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-18T02:14:51.672071" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-18T02:24:57.762113" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-18T02:24:57.762748" level="INFO">${stdout} = </msg>
<msg time="2026-05-18T02:24:57.762885" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155: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-05-18T02:14:51.671748" elapsed="606.091204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:24:57.763467" elapsed="0.000790"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.765445" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:15:56.845 16  switches: flows:  123186 126533 125682 123290 123212 125326 126398 124598 123237 123810 121888 121992 121960 120459 124117 123279  total = 32.982783 per ms 
02:16:56.946 16  switches: flows:  123572 122192 124607 122498 122848 126559 121938 122976 123914 124248 120796 122816 123639 120078 122828 121969  total = 32.736684 per ms 
02:17:57.046 16  switches: flows:  118523 118482 121084 118690 118356 121870 119049 119042 119109 121248 116909 119291 118474 116229 119626 115827  total = 31.643990 per ms 
02:18:57.146 16  switches: flows:  123160 122780 126118 121985 122814 125884 123150 124198 123434 125728 120170 123319 122185 120153 122546 120186  total = 32.742161 per ms 
02:19:57.246 16  switches: flows:  123137 124749 127053 125782 123736 127073 127886 127226 125647 125843 122458 127302 125868 122846 123719 121948  total = 33.315628 per ms 
02:20:57.348 16  switches: flows:  124926 124358 124924 123555 123067 127430 126754 124563 125083 124132 119750 125043 122319 121419 118944 120007  total = 32.882390 per ms 
02:21:57.448 16  switches: flows:  127116 125728 129109 126777 125921 128925 128983 127570 126891 125100 124377 127491 125189 122859 122447 121025  total = 33.535791 per ms 
02:22:57.548 16  switches: flows:  125823 126112 126533 126459 128227 128904 130656 127444 128446 128071 125324 128245 126635 124791 123009 123877  total = 33.752901 per ms 
02:23:57.648 16  switches: flows:  126273 126690 126287 127195 127208 129703 130609 131339 127502 128054 126499 128086 126199 124915 125277 126560  total = 33.916673 per ms 
02:24:57.749 16  switches: flows:  126033 125879 127097 127344 126999 127915 127948 128507 126834 126972 126664 128175 125296 123896 122226 124417  total = 33.647208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31643.99/33916.67/33130.38/11063.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:24:57.764639" elapsed="0.001127"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-18T02:24:57.766297" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-05-18T02:24:57.765988" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-05-18T02:24:57.765929" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-18T02:24:57.766727" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-18T02:24:57.766646" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-05-18T02:24:57.766611" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-18T02:24:57.766963" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-18T02:24:57.772702" elapsed="0.000827"/>
</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-05-18T02:24:57.773846" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-18T02:24:57.774147" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-18T02:24:57.767687" elapsed="0.006610"/>
</kw>
<msg time="2026-05-18T02:24:57.774428" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155: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-05-18T02:14:51.105938" elapsed="606.668516"/>
</kw>
<status status="PASS" start="2026-05-18T02:14:51.105599" elapsed="606.668905"/>
</branch>
<status status="PASS" start="2026-05-18T02:14:51.105271" elapsed="606.669257"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.774985" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:15:56.845 16  switches: flows:  123186 126533 125682 123290 123212 125326 126398 124598 123237 123810 121888 121992 121960 120459 124117 123279  total = 32.982783 per ms 
02:16:56.946 16  switches: flows:  123572 122192 124607 122498 122848 126559 121938 122976 123914 124248 120796 122816 123639 120078 122828 121969  total = 32.736684 per ms 
02:17:57.046 16  switches: flows:  118523 118482 121084 118690 118356 121870 119049 119042 119109 121248 116909 119291 118474 116229 119626 115827  total = 31.643990 per ms 
02:18:57.146 16  switches: flows:  123160 122780 126118 121985 122814 125884 123150 124198 123434 125728 120170 123319 122185 120153 122546 120186  total = 32.742161 per ms 
02:19:57.246 16  switches: flows:  123137 124749 127053 125782 123736 127073 127886 127226 125647 125843 122458 127302 125868 122846 123719 121948  total = 33.315628 per ms 
02:20:57.348 16  switches: flows:  124926 124358 124924 123555 123067 127430 126754 124563 125083 124132 119750 125043 122319 121419 118944 120007  total = 32.882390 per ms 
02:21:57.448 16  switches: flows:  127116 125728 129109 126777 125921 128925 128983 127570 126891 125100 124377 127491 125189 122859 122447 121025  total = 33.535791 per ms 
02:22:57.548 16  switches: flows:  125823 126112 126533 126459 128227 128904 130656 127444 128446 128071 125324 128245 126635 124791 123009 123877  total = 33.752901 per ms 
02:23:57.648 16  switches: flows:  126273 126690 126287 127195 127208 129703 130609 131339 127502 128054 126499 128086 126199 124915 125277 126560  total = 33.916673 per ms 
02:24:57.749 16  switches: flows:  126033 125879 127097 127344 126999 127915 127948 128507 126834 126972 126664 128175 125296 123896 122226 124417  total = 33.647208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31643.99/33916.67/33130.38/11063.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:24:57.774676" elapsed="0.000383"/>
</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-05-18T02:24:57.775209" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-18T02:24:57.776002" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-18T02:24:57.776091" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31643.99/33916.67/33130.38/11063.81 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-05-18T02:24:57.775763" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:24:57.776518" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31643.99/33916.67/33130.38/11063.81 | 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-05-18T02:24:57.776268" elapsed="0.000275"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.778960" 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-05-18T02:24:57.776687" elapsed="0.002329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.781527" level="INFO">31643.99/33916.67/33130.38/11063.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:24:57.779160" elapsed="0.002424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:24:57.783934" 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-05-18T02:24:57.781735" elapsed="0.002226"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-18T02:24:57.786374" level="INFO">@{result_value_list} = [ 31643.99 | 33916.67 | 33130.38 | 11063.81 ]</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-05-18T02:24:57.784148" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.786876" level="INFO">Length is 4.</msg>
<msg time="2026-05-18T02:24:57.786965" 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-05-18T02:24:57.786557" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.791622" level="INFO">min :: 31643.99</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-05-18T02:24:57.787380" elapsed="0.004302"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-18T02:24:57.787250" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.796199" level="INFO">max :: 33916.67</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-05-18T02:24:57.791946" elapsed="0.004308"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-18T02:24:57.791819" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.800910" level="INFO">avg :: 33130.38</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-05-18T02:24:57.796495" elapsed="0.004471"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-18T02:24:57.796371" elapsed="0.004629"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.805680" level="INFO">stdev :: 11063.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-18T02:24:57.801214" elapsed="0.004521"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-18T02:24:57.801084" elapsed="0.004685"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-18T02:24:57.787058" elapsed="0.018781"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.809690" level="INFO">${min} = 31643.99</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-05-18T02:24:57.806001" elapsed="0.003731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.813629" level="INFO">${max} = 33916.67</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-05-18T02:24:57.809938" elapsed="0.003717"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.817517" level="INFO">${average} = 33130.38</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-05-18T02:24:57.813824" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.821435" level="INFO">${stdev} = 11063.81</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-05-18T02:24:57.817698" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.821987" level="INFO">${date} = 2026-05-18 02:24:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-18T02:24:57.821622" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.822571" level="INFO">CBench Result: 2026-05-18 02:24:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31643.99,33916.67,33130.38,11063.81</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-05-18T02:24:57.822158" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-18T02:24:57.823703" 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-05-18T02:24:57.823244" elapsed="0.000526"/>
</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-05-18T02:24:57.823938" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-18T02:24:57.822765" elapsed="0.001717"/>
</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-05-18T02:14:51.104206" elapsed="606.720334"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.825055" 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-05-18T02:24:57.824717" elapsed="0.000393"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-18T02:24:57.826338" 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-05-18T02:24:57.825838" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-18T02:24:57.826583" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-18T02:24:57.826439" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-05-18T02:24:57.826419" elapsed="0.000246"/>
</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-05-18T02:24:57.826822" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-18T02:24:57.826980" elapsed="0.000019"/>
</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-05-18T02:24:57.827138" 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-05-18T02:24:57.827341" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-18T02:24:57.827491" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-18T02:24:57.827637" elapsed="0.000019"/>
</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-05-18T02:24:57.827793" 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-05-18T02:24:57.828016" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-18T02:24:57.827876" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-05-18T02:24:57.827860" elapsed="0.000230"/>
</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-05-18T02:24:57.825492" elapsed="0.002648"/>
</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-05-18T02:14:51.102793" elapsed="606.725395"/>
</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-05-18T01:54:35.241438" elapsed="1822.587536"/>
</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>
