<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-06T01:45:31.789788" 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-07-06T01:45:32.373760" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-06T01:45:32.373621" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:32.373591" elapsed="0.000277"/>
</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-07-06T01:45:32.374014" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-06T01:45:32.375017" level="INFO">Logging into '10.30.170.149:8101' as 'karaf'.</msg>
<msg time="2026-07-06T01:45:33.192181" 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-07-06T01:45:32.374721" elapsed="0.817739"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T01:45:33.240768" 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-07-06T01:45:33.192811" elapsed="0.048039"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T01:45:33.242628" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-06T01:45:33.242748" 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-07-06T01:45:33.241032" elapsed="0.001746"/>
</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-07-06T01:45:33.242936" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:45:33.243313" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.244085" 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-07-06T01:45:33.243694" elapsed="0.000445"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T01:45:33.244194" elapsed="0.000092"/>
</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.149
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T01:45:32.373241" elapsed="0.871188"/>
</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-07-06T01:45:32.369529" elapsed="0.874967"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T01:45:33.245113" 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-07-06T01:45:33.244697" elapsed="0.000473"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T01:45:33.245634" 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-07-06T01:45:33.245342" elapsed="0.000347"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.246275" 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-07-06T01:45:33.245848" elapsed="0.000456"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.246815" 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-07-06T01:45:33.246475" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.247407" 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-07-06T01:45:33.247006" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.247945" 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-07-06T01:45:33.247617" elapsed="0.000371"/>
</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-07-06T01:45:33.248376" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-06T01:45:33.248079" elapsed="0.000357"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T01:45:33.252927" 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-07-06T01:45:33.252499" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T01:45:33.254006" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T01:45:33.254088" 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-07-06T01:45:33.253539" elapsed="0.000574"/>
</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-07-06T01:45:33.254279" elapsed="0.001086"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T01:45:33.257747" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-07-06T01:45:34.078957" 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 Jul  6 01:45:33 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  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-771-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-07-06T01:45:33.256632" elapsed="0.822499"/>
</kw>
<msg time="2026-07-06T01:45:34.079248" 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-07-06T01:45:33.255743" elapsed="0.823614"/>
</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-07-06T01:45:33.253161" elapsed="0.826343"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.087687" 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-07-06T01:45:34.079757" elapsed="0.010513"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:45:34.090721" elapsed="0.000634"/>
</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-07-06T01:45:33.251926" elapsed="0.839572"/>
</kw>
<status status="PASS" start="2026-07-06T01:45:33.248527" elapsed="0.843056"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:33.248053" elapsed="0.843598"/>
</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-07-06T01:45:34.092006" elapsed="0.001094"/>
</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-07-06T01:45:34.100851" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-06T01:45:34.100670" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:34.100635" elapsed="0.000330"/>
</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-07-06T01:45:34.106353" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-06T01:45:34.106164" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:34.106136" elapsed="0.000323"/>
</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-07-06T01:45:34.106657" elapsed="0.000664"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.107925" level="INFO">Logging into '10.30.170.149:8101' as 'karaf'.</msg>
<msg time="2026-07-06T01:45:34.312215" 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-07-06T01:45:34.107540" elapsed="0.204821"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.410978" 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-07-06T01:45:34.312584" elapsed="0.098480"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.431154" 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-07-06T01:45:34.431378" 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-07-06T01:45:34.411255" elapsed="0.020156"/>
</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-07-06T01:45:34.431561" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:45:34.431916" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.432676" 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-07-06T01:45:34.432349" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T01:45:34.432784" elapsed="0.000058"/>
</return>
<msg time="2026-07-06T01:45:34.432997" 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.149
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T01:45:34.105636" elapsed="0.327393"/>
</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-07-06T01:45:34.433183" elapsed="0.000590"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T01:45:34.433824" elapsed="0.000031"/>
</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-07-06T01:45:34.100199" elapsed="0.333759"/>
</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-07-06T01:45:34.437877" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-06T01:45:34.437740" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:34.437717" elapsed="0.000232"/>
</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-07-06T01:45:34.438085" elapsed="0.000482"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.438979" level="INFO">Logging into '10.30.170.149:8101' as 'karaf'.</msg>
<msg time="2026-07-06T01:45:34.698749" 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-07-06T01:45:34.438717" elapsed="0.260179"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.760116" 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-07-06T01:45:34.699152" elapsed="0.061122"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.763529" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-06T01:45:34.763636" 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-07-06T01:45:34.760520" elapsed="0.003146"/>
</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-07-06T01:45:34.763806" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:45:34.764145" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.764814" 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-07-06T01:45:34.764506" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T01:45:34.764923" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.149
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T01:45:34.437396" elapsed="0.327698"/>
</kw>
<status status="PASS" start="2026-07-06T01:45:32.367518" elapsed="2.397641"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.767259" 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-07-06T01:45:34.766067" elapsed="0.001258"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.768969" 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-07-06T01:45:34.768615" elapsed="0.000397"/>
</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-07-06T01:45:34.769360" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-06T01:45:34.769093" elapsed="0.000326"/>
</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-07-06T01:45:34.772456" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-06T01:45:34.772184" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:34.772141" elapsed="0.000396"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.772881" 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-07-06T01:45:34.773004" 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-07-06T01:45:34.772670" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.773612" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.149 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-07-06T01:45:34.773167" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.774302" 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-07-06T01:45:34.773816" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T01:45:34.775264" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T01:45:34.775355" 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-07-06T01:45:34.774917" elapsed="0.000462"/>
</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-07-06T01:45:34.775524" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T01:45:34.776749" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-07-06T01:45:35.138932" 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 Jul  6 01:45:33 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  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 Jul  6 01:45:33 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-771-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-07-06T01:45:34.776392" elapsed="0.362741"/>
</kw>
<msg time="2026-07-06T01:45:35.139240" 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-07-06T01:45:34.776012" elapsed="0.363328"/>
</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-07-06T01:45:34.774534" elapsed="0.364946"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T01:45:35.140067" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.149 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T01:55:41.261467" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T01:55:41.261995" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T01:55:41.262101" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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-07-06T01:45:35.139732" elapsed="606.122461"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:55:41.262691" elapsed="0.000917"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.264782" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:40.349 16  switches: flows:  112343 110196 110286 113369 108649 108680 109406 110445 107338 105608 106157 106304 106939 106442 104117 104784  total = 28.851050 per ms 
01:47:40.451 16  switches: flows:  126618 125049 126231 126406 122753 123409 125954 127765 121349 120634 119851 117953 123316 120174 117792 119766  total = 32.695769 per ms 
01:48:40.551 16  switches: flows:  121126 122898 122124 123223 120752 122562 121328 122219 119285 118903 117844 116724 117651 118204 116765 118373  total = 31.946364 per ms 
01:49:40.653 16  switches: flows:  125515 122875 126083 122502 124623 124779 124186 126423 123431 122169 120396 118656 121677 122596 118210 120905  total = 32.695500 per ms 
01:50:40.754 16  switches: flows:  125877 125619 124359 124193 122218 124575 124764 125958 123082 122244 121214 121249 122801 121624 118827 122682  total = 32.799963 per ms 
01:51:40.855 16  switches: flows:  126049 126627 124814 123621 123669 123015 124155 123977 122166 120524 121125 118443 122877 122283 118422 121350  total = 32.664110 per ms 
01:52:40.956 16  switches: flows:  125779 123806 125439 124700 123033 123282 124443 124382 120636 119569 119943 116685 121116 121444 118012 120768  total = 32.496360 per ms 
01:53:41.057 16  switches: flows:  127624 125279 125453 128596 125148 126905 124417 124865 123521 120050 124768 118568 123762 121859 121625 124572  total = 33.061705 per ms 
01:54:41.157 16  switches: flows:  124937 124578 125039 126684 125009 124449 121836 121810 120999 119074 122117 116166 122340 117947 119471 121155  total = 32.505939 per ms 
01:55:41.259 16  switches: flows:  124188 123379 122892 124922 121821 122654 119380 120768 118077 118175 120629 115035 119116 117792 116655 119070  total = 32.022242 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31946.36/33061.70/32543.11/10852.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T01:55:41.263982" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T01:55:41.265617" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-06T01:55:41.265306" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-07-06T01:55:41.265212" elapsed="0.000620"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T01:55:41.266051" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-06T01:55:41.265966" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-06T01:55:41.265930" elapsed="0.000314"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T01:55:41.266327" 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-07-06T01:55:41.271741" elapsed="0.000466"/>
</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-07-06T01:55:41.272439" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T01:55:41.272852" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T01:55:41.267025" elapsed="0.006043"/>
</kw>
<msg time="2026-07-06T01:55:41.273270" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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-07-06T01:45:34.769770" elapsed="606.503540"/>
</kw>
<status status="PASS" start="2026-07-06T01:45:34.769448" elapsed="606.503930"/>
</branch>
<status status="PASS" start="2026-07-06T01:45:34.769070" elapsed="606.504342"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.274018" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:40.349 16  switches: flows:  112343 110196 110286 113369 108649 108680 109406 110445 107338 105608 106157 106304 106939 106442 104117 104784  total = 28.851050 per ms 
01:47:40.451 16  switches: flows:  126618 125049 126231 126406 122753 123409 125954 127765 121349 120634 119851 117953 123316 120174 117792 119766  total = 32.695769 per ms 
01:48:40.551 16  switches: flows:  121126 122898 122124 123223 120752 122562 121328 122219 119285 118903 117844 116724 117651 118204 116765 118373  total = 31.946364 per ms 
01:49:40.653 16  switches: flows:  125515 122875 126083 122502 124623 124779 124186 126423 123431 122169 120396 118656 121677 122596 118210 120905  total = 32.695500 per ms 
01:50:40.754 16  switches: flows:  125877 125619 124359 124193 122218 124575 124764 125958 123082 122244 121214 121249 122801 121624 118827 122682  total = 32.799963 per ms 
01:51:40.855 16  switches: flows:  126049 126627 124814 123621 123669 123015 124155 123977 122166 120524 121125 118443 122877 122283 118422 121350  total = 32.664110 per ms 
01:52:40.956 16  switches: flows:  125779 123806 125439 124700 123033 123282 124443 124382 120636 119569 119943 116685 121116 121444 118012 120768  total = 32.496360 per ms 
01:53:41.057 16  switches: flows:  127624 125279 125453 128596 125148 126905 124417 124865 123521 120050 124768 118568 123762 121859 121625 124572  total = 33.061705 per ms 
01:54:41.157 16  switches: flows:  124937 124578 125039 126684 125009 124449 121836 121810 120999 119074 122117 116166 122340 117947 119471 121155  total = 32.505939 per ms 
01:55:41.259 16  switches: flows:  124188 123379 122892 124922 121821 122654 119380 120768 118077 118175 120629 115035 119116 117792 116655 119070  total = 32.022242 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31946.36/33061.70/32543.11/10852.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T01:55:41.273608" elapsed="0.000514"/>
</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-07-06T01:55:41.274391" elapsed="0.000516"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T01:55:41.275478" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T01:55:41.275605" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31946.36/33061.70/32543.11/10852.96 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-07-06T01:55:41.275133" elapsed="0.000507"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T01:55:41.276250" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31946.36/33061.70/32543.11/10852.96 | 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-07-06T01:55:41.275861" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.279588" 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-07-06T01:55:41.276495" elapsed="0.003149"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.282014" level="INFO">31946.36/33061.70/32543.11/10852.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T01:55:41.279793" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T01:55:41.284461" 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-07-06T01:55:41.282236" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T01:55:41.286937" level="INFO">@{result_value_list} = [ 31946.36 | 33061.70 | 32543.11 | 10852.96 ]</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-07-06T01:55:41.284684" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.287446" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T01:55:41.287535" 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-07-06T01:55:41.287121" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.292370" level="INFO">min :: 31946.36</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-07-06T01:55:41.287966" elapsed="0.004461"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T01:55:41.287832" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.297010" level="INFO">max :: 33061.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-07-06T01:55:41.292684" elapsed="0.004392"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T01:55:41.292552" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.301640" level="INFO">avg :: 32543.11</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-07-06T01:55:41.297347" elapsed="0.004349"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T01:55:41.297198" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.306288" level="INFO">stdev :: 10852.96</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-07-06T01:55:41.301952" elapsed="0.004396"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T01:55:41.301820" elapsed="0.004598"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T01:55:41.287638" elapsed="0.018822"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.310345" level="INFO">${min} = 31946.36</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-07-06T01:55:41.306625" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.314748" level="INFO">${max} = 33061.70</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-07-06T01:55:41.310555" elapsed="0.004220"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.318799" level="INFO">${average} = 32543.11</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-07-06T01:55:41.314940" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.322881" level="INFO">${stdev} = 10852.96</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-07-06T01:55:41.318985" elapsed="0.003923"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.323453" level="INFO">${date} = 2026-07-06 01:55:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-06T01:55:41.323075" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.324036" level="INFO">CBench Result: 2026-07-06 01:55:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31946.36,33061.70,32543.11,10852.96</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-07-06T01:55:41.323628" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T01:55:41.325145" 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-07-06T01:55:41.324738" elapsed="0.000475"/>
</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-07-06T01:55:41.325390" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T01:55:41.324258" elapsed="0.001662"/>
</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-07-06T01:45:34.767875" elapsed="606.558106"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.326479" 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-07-06T01:55:41.326135" elapsed="0.000435"/>
</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-07-06T01:55:41.327100" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-07-06T01:55:41.326796" elapsed="0.000665"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-06T01:45:34.765341" elapsed="606.562159"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.328807" 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-07-06T01:55:41.328428" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.330113" 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-07-06T01:55:41.329783" elapsed="0.000372"/>
</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-07-06T01:55:41.330612" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-07-06T01:55:41.330289" elapsed="0.000397"/>
</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-07-06T01:55:41.333791" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-06T01:55:41.333530" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-07-06T01:55:41.333512" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T01:55:41.334207" 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-07-06T01:55:41.334345" 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-07-06T01:55:41.334006" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.335020" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.149 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-07-06T01:55:41.334508" elapsed="0.000570"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T01:55:41.335640" 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-07-06T01:55:41.335235" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T01:55:41.336562" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T01:55:41.336650" 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-07-06T01:55:41.336258" elapsed="0.000416"/>
</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-07-06T01:55:41.336813" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T01:55:41.338001" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-07-06T01:55:41.932753" 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 Jul  6 01:55:41 UTC 2026

  System load:  1.07               Processes:             103
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  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 Jul  6 01:45:35 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-771-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-07-06T01:55:41.337651" elapsed="0.595404"/>
</kw>
<msg time="2026-07-06T01:55:41.933177" 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-07-06T01:55:41.337309" elapsed="0.596025"/>
</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-07-06T01:55:41.335869" elapsed="0.597628"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T01:55:41.934311" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.149 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T02:05:47.987362" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T02:05:47.987692" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T02:05:47.987741" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.149: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-07-06T01:55:41.933848" elapsed="606.053920"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:05:47.988021" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:47.988975" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:47.058 16  switches: flows:  448341 465510 459431 451711 456020 458184 456443 456862 441693 443390 431571 453292 447323 448380 424542 448121  total = 119.846900 per ms 
01:57:47.160 16  switches: flows:  561809 560472 532627 541728 556629 573228 535940 513558 535100 555644 571128 559901 548617 464994 561217 485337  total = 144.055847 per ms 
01:58:47.263 16  switches: flows:  584828 580895 577533 579200 580249 581857 572546 573510 586263 576682 570776 577507 575484 564924 577448 571684  total = 153.595301 per ms 
01:59:47.365 16  switches: flows:  599523 613157 596293 605319 606095 605585 597581 604612 605403 611528 603649 609007 611005 614955 598892 609105  total = 161.256433 per ms 
02:00:47.466 16  switches: flows:  616059 612837 616080 613618 597132 606450 612787 607129 605002 604953 615642 612744 602618 607717 596314 611780  total = 162.042271 per ms 
02:01:47.567 16  switches: flows:  595341 595440 593627 597489 594117 593654 592948 591621 596386 591853 594370 590489 589358 595247 588635 592544  total = 157.953567 per ms 
02:02:47.669 16  switches: flows:  615920 610116 609942 610260 608279 611909 611952 612446 616215 609612 612244 616187 611575 611319 610577 610954  total = 162.883812 per ms 
02:03:47.770 16  switches: flows:  603237 605197 602108 603076 601973 598511 602154 598708 601853 606981 596394 605503 599595 601854 604594 600015  total = 160.260004 per ms 
02:04:47.871 16  switches: flows:  586616 591567 580906 587257 583110 583776 582450 589093 582580 585352 589391 582231 594902 585724 591027 587592  total = 156.130227 per ms 
02:05:47.973 16  switches: flows:  585571 587096 580816 577843 587441 581007 585502 579917 581254 584339 594845 587047 582655 586134 588502 578049  total = 155.538906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 144055.85/162883.81/157079.60/52647.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:05:47.988605" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T02:05:47.989413" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-06T02:05:47.989251" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-07-06T02:05:47.989209" elapsed="0.000303"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T02:05:47.989609" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-07-06T02:05:47.989572" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-07-06T02:05:47.989555" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T02:05:47.989704" elapsed="0.000013"/>
</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-07-06T02:05:47.992248" 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-07-06T02:05:47.992737" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:05:47.993031" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T02:05:47.990032" elapsed="0.003155"/>
</kw>
<msg time="2026-07-06T02:05:47.993331" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.149: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-07-06T01:55:41.331035" elapsed="606.662323"/>
</kw>
<status status="PASS" start="2026-07-06T01:55:41.330712" elapsed="606.662696"/>
</branch>
<status status="PASS" start="2026-07-06T01:55:41.330268" elapsed="606.663164"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:47.993862" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:47.058 16  switches: flows:  448341 465510 459431 451711 456020 458184 456443 456862 441693 443390 431571 453292 447323 448380 424542 448121  total = 119.846900 per ms 
01:57:47.160 16  switches: flows:  561809 560472 532627 541728 556629 573228 535940 513558 535100 555644 571128 559901 548617 464994 561217 485337  total = 144.055847 per ms 
01:58:47.263 16  switches: flows:  584828 580895 577533 579200 580249 581857 572546 573510 586263 576682 570776 577507 575484 564924 577448 571684  total = 153.595301 per ms 
01:59:47.365 16  switches: flows:  599523 613157 596293 605319 606095 605585 597581 604612 605403 611528 603649 609007 611005 614955 598892 609105  total = 161.256433 per ms 
02:00:47.466 16  switches: flows:  616059 612837 616080 613618 597132 606450 612787 607129 605002 604953 615642 612744 602618 607717 596314 611780  total = 162.042271 per ms 
02:01:47.567 16  switches: flows:  595341 595440 593627 597489 594117 593654 592948 591621 596386 591853 594370 590489 589358 595247 588635 592544  total = 157.953567 per ms 
02:02:47.669 16  switches: flows:  615920 610116 609942 610260 608279 611909 611952 612446 616215 609612 612244 616187 611575 611319 610577 610954  total = 162.883812 per ms 
02:03:47.770 16  switches: flows:  603237 605197 602108 603076 601973 598511 602154 598708 601853 606981 596394 605503 599595 601854 604594 600015  total = 160.260004 per ms 
02:04:47.871 16  switches: flows:  586616 591567 580906 587257 583110 583776 582450 589093 582580 585352 589391 582231 594902 585724 591027 587592  total = 156.130227 per ms 
02:05:47.973 16  switches: flows:  585571 587096 580816 577843 587441 581007 585502 579917 581254 584339 594845 587047 582655 586134 588502 578049  total = 155.538906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 144055.85/162883.81/157079.60/52647.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:05:47.993572" elapsed="0.000364"/>
</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-07-06T02:05:47.994085" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T02:05:47.994849" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T02:05:47.994940" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 144055.85/162883.81/157079.60/52647.33 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-07-06T02:05:47.994631" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:05:47.995390" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 144055.85/162883.81/157079.60/52647.33 | 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-07-06T02:05:47.995119" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:47.997873" 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-07-06T02:05:47.995562" elapsed="0.002367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.000298" level="INFO">144055.85/162883.81/157079.60/52647.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:05:47.998078" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:05:48.002720" 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-07-06T02:05:48.000503" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:05:48.005160" level="INFO">@{result_value_list} = [ 144055.85 | 162883.81 | 157079.60 | 52647.33 ]</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-07-06T02:05:48.002933" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.005668" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T02:05:48.005757" 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-07-06T02:05:48.005359" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.010772" level="INFO">min :: 144055.85</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-07-06T02:05:48.006173" elapsed="0.004659"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T02:05:48.006042" elapsed="0.004825"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.015573" level="INFO">max :: 162883.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-07-06T02:05:48.011089" elapsed="0.004540"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T02:05:48.010956" elapsed="0.004708"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.020242" level="INFO">avg :: 157079.60</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-07-06T02:05:48.015877" elapsed="0.004422"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T02:05:48.015749" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.024950" level="INFO">stdev :: 52647.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:05:48.020552" elapsed="0.004455"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T02:05:48.020420" elapsed="0.004622"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T02:05:48.005854" elapsed="0.019219"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.029292" level="INFO">${min} = 144055.85</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-07-06T02:05:48.025252" elapsed="0.004068"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.033212" level="INFO">${max} = 162883.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T02:05:48.029480" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.037173" level="INFO">${average} = 157079.60</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-07-06T02:05:48.033418" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.041097" level="INFO">${stdev} = 52647.33</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-07-06T02:05:48.037370" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.041649" level="INFO">${date} = 2026-07-06 02:05:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-06T02:05:48.041301" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.042253" level="INFO">CBench Result: 2026-07-06 02:05:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,144055.85,162883.81,157079.60,52647.33</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-07-06T02:05:48.041830" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T02:05:48.043332" 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-07-06T02:05:48.042919" elapsed="0.000479"/>
</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-07-06T02:05:48.043552" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T02:05:48.042450" elapsed="0.001626"/>
</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-07-06T01:55:41.329180" elapsed="606.714956"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.044646" 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-07-06T02:05:48.044306" elapsed="0.000397"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-06T02:05:48.045210" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-06T02:05:48.044909" elapsed="0.000652"/>
</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-07-06T01:55:41.327812" elapsed="606.717789"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.046811" 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-07-06T02:05:48.046433" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.048083" 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-07-06T02:05:48.047753" elapsed="0.000371"/>
</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-07-06T02:05:48.048474" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:05:48.048251" elapsed="0.000281"/>
</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-07-06T02:05:48.051570" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:05:48.051320" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-06T02:05:48.051301" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T02:05:48.051956" 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-07-06T02:05:48.052071" 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-07-06T02:05:48.051780" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.052677" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.149 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.168" 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-07-06T02:05:48.052248" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T02:05:48.053280" 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-07-06T02:05:48.052874" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T02:05:48.054181" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T02:05:48.054284" 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-07-06T02:05:48.053883" elapsed="0.000425"/>
</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-07-06T02:05:48.054449" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T02:05:48.055644" level="INFO">Logging into '10.30.170.168:22' as 'jenkins'.</msg>
<msg time="2026-07-06T02:05:48.690266" 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 Jul  6 02:05:48 UTC 2026

  System load:  0.37               Processes:             104
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.168
  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 Jul  6 01:55:41 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-771-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-07-06T02:05:48.055281" elapsed="0.635157"/>
</kw>
<msg time="2026-07-06T02:05:48.690516" 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-07-06T02:05:48.054920" elapsed="0.635671"/>
</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-07-06T02:05:48.053510" elapsed="0.637194"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T02:05:48.691235" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.149 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T02:15:54.744634" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T02:15:54.745292" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T02:15:54.745404" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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-07-06T02:05:48.690915" elapsed="606.054547"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:15:54.745948" elapsed="0.000781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.747919" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:53.831 16  switches: flows:  116419 118088 118968 117283 117757 115154 116831 116583 113874 113586 115407 112755 113644 116863 114251 115157  total = 30.877000 per ms 
02:07:53.932 16  switches: flows:  118087 122358 121728 121501 121966 116948 118432 118225 115778 115885 117793 117460 116176 119938 114743 118022  total = 31.531163 per ms 
02:08:54.032 16  switches: flows:  118025 119622 120423 118079 120943 115680 118319 116002 115055 113191 115361 113719 115174 118443 114687 115491  total = 31.084996 per ms 
02:09:54.132 16  switches: flows:  118443 120304 119932 119448 121229 119549 121432 121864 121091 120215 121345 118665 118900 120832 117063 118243  total = 31.922524 per ms 
02:10:54.233 16  switches: flows:  121259 122347 122772 120999 122377 121360 124281 122861 123400 121995 124302 121575 120152 122662 120407 120164  total = 32.494212 per ms 
02:11:54.333 16  switches: flows:  120086 121385 122152 119800 123462 119573 123737 123517 122315 122958 125032 121149 118347 122109 119192 118482  total = 32.334249 per ms 
02:12:54.434 16  switches: flows:  120323 118466 121327 117785 124655 119832 122000 123621 123067 117881 123131 120002 119735 121624 117460 119137  total = 32.113711 per ms 
02:13:54.535 16  switches: flows:  120746 122709 122357 121539 126700 121577 124579 123286 123058 121420 124504 120498 121651 122960 119296 118327  total = 32.532097 per ms 
02:14:54.636 16  switches: flows:  113459 116070 112486 111981 117652 114622 117181 115219 114793 114245 114188 113231 110530 113748 107804 111409  total = 30.259337 per ms 
02:15:54.736 16  switches: flows:  119341 118052 120085 120558 121688 119387 121643 119034 116648 118254 119413 118578 117399 119244 117155 116832  total = 31.668940 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30259.34/32532.10/31771.25/10613.39 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:15:54.747131" elapsed="0.001144"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T02:15:54.748772" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-06T02:15:54.748464" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-07-06T02:15:54.748413" elapsed="0.000593"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T02:15:54.749224" elapsed="0.000060"/>
</return>
<status status="NOT RUN" start="2026-07-06T02:15:54.749134" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-07-06T02:15:54.749098" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T02:15:54.749468" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T02:15:54.754679" elapsed="0.000353"/>
</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-07-06T02:15:54.755180" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:15:54.755496" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T02:15:54.750172" elapsed="0.005475"/>
</kw>
<msg time="2026-07-06T02:15:54.755777" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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-07-06T02:05:48.048882" elapsed="606.706922"/>
</kw>
<status status="PASS" start="2026-07-06T02:05:48.048566" elapsed="606.707289"/>
</branch>
<status status="PASS" start="2026-07-06T02:05:48.048229" elapsed="606.707649"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.756329" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.149: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.149. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:53.831 16  switches: flows:  116419 118088 118968 117283 117757 115154 116831 116583 113874 113586 115407 112755 113644 116863 114251 115157  total = 30.877000 per ms 
02:07:53.932 16  switches: flows:  118087 122358 121728 121501 121966 116948 118432 118225 115778 115885 117793 117460 116176 119938 114743 118022  total = 31.531163 per ms 
02:08:54.032 16  switches: flows:  118025 119622 120423 118079 120943 115680 118319 116002 115055 113191 115361 113719 115174 118443 114687 115491  total = 31.084996 per ms 
02:09:54.132 16  switches: flows:  118443 120304 119932 119448 121229 119549 121432 121864 121091 120215 121345 118665 118900 120832 117063 118243  total = 31.922524 per ms 
02:10:54.233 16  switches: flows:  121259 122347 122772 120999 122377 121360 124281 122861 123400 121995 124302 121575 120152 122662 120407 120164  total = 32.494212 per ms 
02:11:54.333 16  switches: flows:  120086 121385 122152 119800 123462 119573 123737 123517 122315 122958 125032 121149 118347 122109 119192 118482  total = 32.334249 per ms 
02:12:54.434 16  switches: flows:  120323 118466 121327 117785 124655 119832 122000 123621 123067 117881 123131 120002 119735 121624 117460 119137  total = 32.113711 per ms 
02:13:54.535 16  switches: flows:  120746 122709 122357 121539 126700 121577 124579 123286 123058 121420 124504 120498 121651 122960 119296 118327  total = 32.532097 per ms 
02:14:54.636 16  switches: flows:  113459 116070 112486 111981 117652 114622 117181 115219 114793 114245 114188 113231 110530 113748 107804 111409  total = 30.259337 per ms 
02:15:54.736 16  switches: flows:  119341 118052 120085 120558 121688 119387 121643 119034 116648 118254 119413 118578 117399 119244 117155 116832  total = 31.668940 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30259.34/32532.10/31771.25/10613.39 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:15:54.756018" elapsed="0.000390"/>
</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-07-06T02:15:54.756560" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T02:15:54.757353" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T02:15:54.757444" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30259.34/32532.10/31771.25/10613.39 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-07-06T02:15:54.757096" elapsed="0.000372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:15:54.757874" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30259.34/32532.10/31771.25/10613.39 | 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-07-06T02:15:54.757621" elapsed="0.000279"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.760302" 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-07-06T02:15:54.758045" elapsed="0.002315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.762763" level="INFO">30259.34/32532.10/31771.25/10613.39</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:15:54.760508" elapsed="0.002311"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:15:54.765191" 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-07-06T02:15:54.762972" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T02:15:54.767666" level="INFO">@{result_value_list} = [ 30259.34 | 32532.10 | 31771.25 | 10613.39 ]</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-07-06T02:15:54.765423" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.768149" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T02:15:54.768239" 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-07-06T02:15:54.767848" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.772992" level="INFO">min :: 30259.34</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-07-06T02:15:54.768660" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T02:15:54.768531" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.777686" level="INFO">max :: 32532.10</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-07-06T02:15:54.773315" elapsed="0.004427"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T02:15:54.773168" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.782440" level="INFO">avg :: 31771.25</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-07-06T02:15:54.777988" elapsed="0.004510"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T02:15:54.777857" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.787312" level="INFO">stdev :: 10613.39</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-07-06T02:15:54.782741" elapsed="0.004634"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T02:15:54.782613" elapsed="0.004811"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T02:15:54.768350" elapsed="0.019104"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.791421" level="INFO">${min} = 30259.34</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-07-06T02:15:54.787641" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.795537" level="INFO">${max} = 32532.10</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-07-06T02:15:54.791601" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.799612" level="INFO">${average} = 31771.25</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-07-06T02:15:54.795719" elapsed="0.003922"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.803571" level="INFO">${stdev} = 10613.39</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-07-06T02:15:54.799803" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.804120" level="INFO">${date} = 2026-07-06 02:15:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-06T02:15:54.803769" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.804749" level="INFO">CBench Result: 2026-07-06 02:15:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30259.34,32532.10,31771.25,10613.39</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-07-06T02:15:54.804317" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T02:15:54.805927" 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-07-06T02:15:54.805461" elapsed="0.000534"/>
</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-07-06T02:15:54.806148" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T02:15:54.804959" elapsed="0.001735"/>
</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-07-06T02:05:48.047179" elapsed="606.759572"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.807227" 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-07-06T02:15:54.806900" elapsed="0.000400"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T02:15:54.808521" 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-07-06T02:15:54.808012" elapsed="0.000535"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-06T02:15:54.808769" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-07-06T02:15:54.808623" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-07-06T02:15:54.808603" elapsed="0.000253"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.809000" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.809155" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.809334" elapsed="0.000021"/>
</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-07-06T02:15:54.809532" elapsed="0.000020"/>
</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-07-06T02:15:54.809687" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.809832" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.809975" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-06T02:15:54.810193" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:15:54.810055" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-06T02:15:54.810039" elapsed="0.000246"/>
</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-07-06T02:15:54.807678" elapsed="0.002657"/>
</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-07-06T02:05:48.045892" elapsed="606.764489"/>
</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-07-06T01:45:31.791359" elapsed="1823.019458"/>
</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>
