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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T02:01:23.608172" elapsed="0.736656"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T02:01:24.395139" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:24.345112" elapsed="0.050196"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T02:01:24.397273" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T02:01:24.397387" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T02:01:24.395617" elapsed="0.001801"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:24.397583" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:01:24.398045" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.398858" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:01:24.398489" elapsed="0.000426"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T02:01:24.398970" elapsed="0.000054"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.60
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T02:01:23.606666" elapsed="0.792479"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-18T02:01:23.603001" elapsed="0.796209"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T02:01:24.399810" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T02:01:24.399395" elapsed="0.000474"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T02:01:24.400284" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T02:01:24.400024" elapsed="0.000328"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.400945" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T02:01:24.400507" elapsed="0.000466"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.401487" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T02:01:24.401149" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.402076" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T02:01:24.401696" elapsed="0.000408"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.402584" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T02:01:24.402266" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-18T02:01:24.402986" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:01:24.402734" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:01:24.407766" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:01:24.407318" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:01:24.408829" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T02:01:24.408913" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:01:24.408346" elapsed="0.000592"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:01:24.409102" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T02:01:24.410511" level="INFO">Logging into '10.30.170.210:22' as 'jenkins'.</msg>
<msg time="2026-04-18T02:01:25.127818" 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 Sat Apr 18 02:01:24 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.210
  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-693-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T02:01:24.409986" elapsed="0.718003"/>
</kw>
<msg time="2026-04-18T02:01:25.128087" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:01:24.409635" elapsed="0.718553"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T02:01:24.408002" elapsed="0.720312"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.138952" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-18T02:01:25.128573" elapsed="0.011871"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:01:25.140658" elapsed="0.000308"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-18T02:01:24.406780" elapsed="0.734250"/>
</kw>
<status status="PASS" start="2026-04-18T02:01:24.403397" elapsed="0.737671"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:24.402707" elapsed="0.738397"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T02:01:25.141259" elapsed="0.000501"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T02:01:25.146142" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:01:25.146020" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:25.145997" elapsed="0.000222"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T02:01:25.149811" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:01:25.149696" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:25.149675" elapsed="0.000206"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:01:25.150012" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.150874" level="INFO">Logging into '10.30.170.60:8101' as 'karaf'.</msg>
<msg time="2026-04-18T02:01:25.319092" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T02:01:25.150598" elapsed="0.168621"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.408567" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:25.319423" elapsed="0.089307"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.415200" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T02:01:25.415383" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T02:01:25.409006" elapsed="0.006410"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:25.415567" elapsed="0.000273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:01:25.416008" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.416749" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:01:25.416359" elapsed="0.000457"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T02:01:25.416869" elapsed="0.000056"/>
</return>
<msg time="2026-04-18T02:01:25.417077" 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.60
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T02:01:25.149317" elapsed="0.267793"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T02:01:25.417261" elapsed="0.000547"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T02:01:25.417862" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-18T02:01:25.145718" elapsed="0.272304"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T02:01:25.421947" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:01:25.421811" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:25.421786" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:01:25.422152" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.423025" level="INFO">Logging into '10.30.170.60:8101' as 'karaf'.</msg>
<msg time="2026-04-18T02:01:25.602722" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T02:01:25.422763" elapsed="0.180119"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.627519" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:25.603131" elapsed="0.024808"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.632709" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T02:01:25.632952" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T02:01:25.628531" elapsed="0.004487"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T02:01:25.633392" elapsed="0.000540"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:01:25.634221" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.635191" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:01:25.634763" elapsed="0.000498"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T02:01:25.635332" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.60
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T02:01:25.421300" elapsed="0.214261"/>
</kw>
<status status="PASS" start="2026-04-18T02:01:23.601132" elapsed="2.034542"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.638753" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:01:25.637056" elapsed="0.001785"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.640822" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T02:01:25.640314" elapsed="0.000569"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T02:01:25.641322" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:01:25.640993" elapsed="0.000410"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T02:01:25.644626" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:01:25.644360" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:25.644340" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.645051" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T02:01:25.644843" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.645792" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.60 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.210" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:01:25.645334" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.646465" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:01:25.645993" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:01:25.647413" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T02:01:25.647504" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:01:25.647085" elapsed="0.000443"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:01:25.647687" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T02:01:25.648892" level="INFO">Logging into '10.30.170.210:22' as 'jenkins'.</msg>
<msg time="2026-04-18T02:01:26.003961" 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 Sat Apr 18 02:01:24 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.210
  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: Sat Apr 18 02:01:25 2026 from 10.30.171.245
[?2004h[jenkins@releng-48317-693-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T02:01:25.648515" elapsed="0.355647"/>
</kw>
<msg time="2026-04-18T02:01:26.004252" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:01:25.648171" elapsed="0.356173"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T02:01:25.646711" elapsed="0.357758"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T02:01:26.005249" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.60 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T02:11:32.145023" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T02:11:32.145326" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T02:11:32.145375" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T02:01:26.004706" elapsed="606.140696"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:11:32.145659" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.146573" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:31.240 16  switches: flows:  109023 105515 108654 110911 109947 107072 107607 108016 104399 104002 107867 107096 106118 107466 108357 105364  total = 28.623567 per ms 
02:03:31.341 16  switches: flows:  108380 106902 108118 107391 107001 105812 105723 107668 104403 105946 106992 102894 106278 104949 105892 102874  total = 28.239925 per ms 
02:04:31.441 16  switches: flows:  114984 111631 113067 113478 113706 113041 111756 113666 110419 111809 111384 108634 110757 111480 111716 108346  total = 29.781516 per ms 
02:05:31.541 16  switches: flows:  120794 117982 120011 119120 121487 118096 118400 119660 116052 116843 118068 113557 115827 116969 118011 114486  total = 31.370342 per ms 
02:06:31.641 16  switches: flows:  119661 118725 119116 120280 122938 119214 119882 119063 115320 117645 117693 115623 113871 119029 119527 113243  total = 31.461283 per ms 
02:07:31.742 16  switches: flows:  118236 117162 119165 117926 121969 116854 116708 118460 115453 117132 116991 114192 113664 115361 117048 113352  total = 31.109122 per ms 
02:08:31.842 16  switches: flows:  120910 122218 124468 119527 124238 119326 120689 122132 121016 119052 118468 119243 116279 117991 121976 115918  total = 32.004116 per ms 
02:09:31.942 16  switches: flows:  117720 116550 120644 116534 120711 119103 117255 118854 117014 115169 115326 115673 113838 116303 118419 114099  total = 31.168194 per ms 
02:10:32.042 16  switches: flows:  114227 115622 116840 114226 115711 115372 115105 116611 113924 109557 114028 113219 109175 111150 113810 111540  total = 30.284711 per ms 
02:11:32.143 16  switches: flows:  115820 116753 116601 113090 119196 117148 117165 115887 117256 115836 115813 113627 112539 112951 115603 111997  total = 30.736700 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28239.93/32004.12/30683.99/10283.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.146213" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T02:11:32.146985" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-18T02:11:32.146830" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-18T02:11:32.146801" elapsed="0.000285"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T02:11:32.147184" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:11:32.147146" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-04-18T02:11:32.147130" elapsed="0.000116"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T02:11:32.147282" elapsed="0.000015"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:11:32.150249" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:11:32.150973" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:11:32.151405" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T02:11:32.147631" elapsed="0.004020"/>
</kw>
<msg time="2026-04-18T02:11:32.151892" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T02:01:25.641962" elapsed="606.509973"/>
</kw>
<status status="PASS" start="2026-04-18T02:01:25.641443" elapsed="606.510567"/>
</branch>
<status status="PASS" start="2026-04-18T02:01:25.640962" elapsed="606.511082"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.152742" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:31.240 16  switches: flows:  109023 105515 108654 110911 109947 107072 107607 108016 104399 104002 107867 107096 106118 107466 108357 105364  total = 28.623567 per ms 
02:03:31.341 16  switches: flows:  108380 106902 108118 107391 107001 105812 105723 107668 104403 105946 106992 102894 106278 104949 105892 102874  total = 28.239925 per ms 
02:04:31.441 16  switches: flows:  114984 111631 113067 113478 113706 113041 111756 113666 110419 111809 111384 108634 110757 111480 111716 108346  total = 29.781516 per ms 
02:05:31.541 16  switches: flows:  120794 117982 120011 119120 121487 118096 118400 119660 116052 116843 118068 113557 115827 116969 118011 114486  total = 31.370342 per ms 
02:06:31.641 16  switches: flows:  119661 118725 119116 120280 122938 119214 119882 119063 115320 117645 117693 115623 113871 119029 119527 113243  total = 31.461283 per ms 
02:07:31.742 16  switches: flows:  118236 117162 119165 117926 121969 116854 116708 118460 115453 117132 116991 114192 113664 115361 117048 113352  total = 31.109122 per ms 
02:08:31.842 16  switches: flows:  120910 122218 124468 119527 124238 119326 120689 122132 121016 119052 118468 119243 116279 117991 121976 115918  total = 32.004116 per ms 
02:09:31.942 16  switches: flows:  117720 116550 120644 116534 120711 119103 117255 118854 117014 115169 115326 115673 113838 116303 118419 114099  total = 31.168194 per ms 
02:10:32.042 16  switches: flows:  114227 115622 116840 114226 115711 115372 115105 116611 113924 109557 114028 113219 109175 111150 113810 111540  total = 30.284711 per ms 
02:11:32.143 16  switches: flows:  115820 116753 116601 113090 119196 117148 117165 115887 117256 115836 115813 113627 112539 112951 115603 111997  total = 30.736700 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28239.93/32004.12/30683.99/10283.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.152291" elapsed="0.000562"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T02:11:32.153068" elapsed="0.000530"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T02:11:32.154129" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T02:11:32.154256" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28239.93/32004.12/30683.99/10283.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T02:11:32.153820" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:11:32.154878" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28239.93/32004.12/30683.99/10283.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:11:32.154501" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.158248" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.155116" elapsed="0.003212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.161538" level="INFO">28239.93/32004.12/30683.99/10283.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.158529" elapsed="0.003080"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:11:32.163996" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:11:32.161758" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:11:32.166442" level="INFO">@{result_value_list} = [ 28239.93 | 32004.12 | 30683.99 | 10283.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:11:32.164222" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.166969" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T02:11:32.167059" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:11:32.166658" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.172010" level="INFO">min :: 28239.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.167461" elapsed="0.004606"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T02:11:32.167331" elapsed="0.004793"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.176787" level="INFO">max :: 32004.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.172352" elapsed="0.004502"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T02:11:32.172224" elapsed="0.004666"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.181475" level="INFO">avg :: 30683.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.177115" elapsed="0.004418"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T02:11:32.176983" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.186177" level="INFO">stdev :: 10283.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.181809" elapsed="0.004425"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T02:11:32.181678" elapsed="0.004589"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T02:11:32.167148" elapsed="0.019153"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.190295" level="INFO">${min} = 28239.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:11:32.186461" elapsed="0.003861"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.194388" level="INFO">${max} = 32004.12</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:11:32.190474" elapsed="0.003941"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.198722" level="INFO">${average} = 30683.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:11:32.194567" elapsed="0.004183"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.202785" level="INFO">${stdev} = 10283.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:11:32.198925" elapsed="0.003886"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.203325" level="INFO">${date} = 2026-04-18 02:11:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T02:11:32.202969" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.204067" level="INFO">CBench Result: 2026-04-18 02:11:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28239.93,32004.12,30683.99,10283.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.203495" elapsed="0.000657"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T02:11:32.205256" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T02:11:32.204840" elapsed="0.000482"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T02:11:32.205472" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T02:11:32.204315" elapsed="0.001707"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-18T02:01:25.639414" elapsed="606.566670"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.206550" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T02:11:32.206235" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T02:11:32.207178" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-18T02:11:32.206832" elapsed="0.000685"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T02:01:25.635872" elapsed="606.571681"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.209272" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.208855" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.210928" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T02:11:32.210578" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T02:11:32.211314" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:11:32.211091" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T02:11:32.214284" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:11:32.214041" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-04-18T02:11:32.214022" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:11:32.214717" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T02:11:32.214492" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.215407" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.60 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.210" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:11:32.214994" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:11:32.216010" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:11:32.215617" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:11:32.217009" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T02:11:32.217097" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:11:32.216687" elapsed="0.000434"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:11:32.217260" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T02:11:32.218433" level="INFO">Logging into '10.30.170.210:22' as 'jenkins'.</msg>
<msg time="2026-04-18T02:11:32.836669" 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 Sat Apr 18 02:11:32 UTC 2026

  System load:  1.05               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.210
  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: Sat Apr 18 02:01:25 2026 from 10.30.171.245
[?2004h[jenkins@releng-48317-693-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T02:11:32.218083" elapsed="0.618795"/>
</kw>
<msg time="2026-04-18T02:11:32.836967" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:11:32.217743" elapsed="0.619315"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T02:11:32.216269" elapsed="0.620905"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T02:11:32.837748" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.60 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T02:21:38.884007" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T02:21:38.884744" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T02:21:38.884928" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T02:11:32.837405" elapsed="606.047606"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:21:38.885544" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.887614" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:37.970 16  switches: flows:  423766 428020 424289 424775 387999 497722 490779 500005 404300 451267 477471 435875 412534 421822 467946 366985  total = 116.925917 per ms 
02:13:38.071 16  switches: flows:  600449 599612 607722 605137 600830 604970 604821 611761 590609 617152 585886 625109 605970 612366 612383 594356  total = 161.048360 per ms 
02:14:38.173 16  switches: flows:  578152 569353 580570 575067 574881 572932 575795 561251 565025 556446 566837 581824 572987 563124 577622 575738  total = 152.203591 per ms 
02:15:38.275 16  switches: flows:  614913 609054 580431 554911 607693 588545 601925 560987 581633 577857 544981 577196 552280 584471 596485 623998  total = 155.694060 per ms 
02:16:38.377 16  switches: flows:  615192 619809 607809 632940 618544 613305 618030 614748 627084 611937 628531 610370 612426 613314 618066 616246  total = 164.361358 per ms 
02:17:38.480 16  switches: flows:  600112 621372 630639 614994 616852 610545 613924 619470 620812 608013 618073 614015 608499 610999 609189 599060  total = 163.332153 per ms 
02:18:38.582 16  switches: flows:  612738 620281 619900 614475 628340 617742 615598 613521 613769 624564 618861 624929 605415 611452 613507 619872  total = 164.305290 per ms 
02:19:38.684 16  switches: flows:  505219 519622 513984 517824 516719 513376 514183 529167 530702 528515 507924 527665 476052 520584 517156 507247  total = 137.201569 per ms 
02:20:38.785 16  switches: flows:  555850 517967 582986 502769 507723 486044 594617 497596 561430 516042 590454 543906 506188 539477 500779 538950  total = 142.139907 per ms 
02:21:38.888 16  switches: flows:  572857 578262 577008 585404 585673 572760 568967 587997 580580 580827 570845 569025 581564 579873 582422 579195  total = 153.959460 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137201.57/164361.36/154916.19/52462.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.886775" elapsed="0.001151"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T02:21:38.888440" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-18T02:21:38.888121" elapsed="0.000553"/>
</branch>
<status status="PASS" start="2026-04-18T02:21:38.888067" elapsed="0.000671"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T02:21:38.889015" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:21:38.888920" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-18T02:21:38.888867" elapsed="0.000299"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T02:21:38.889291" elapsed="0.000037"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:21:38.893295" elapsed="0.000545"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:21:38.894059" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:21:38.894494" elapsed="0.000178"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T02:21:38.889916" elapsed="0.004837"/>
</kw>
<msg time="2026-04-18T02:21:38.894952" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T02:11:32.211732" elapsed="606.683261"/>
</kw>
<status status="PASS" start="2026-04-18T02:11:32.211400" elapsed="606.683667"/>
</branch>
<status status="PASS" start="2026-04-18T02:11:32.211068" elapsed="606.684034"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.895767" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:37.970 16  switches: flows:  423766 428020 424289 424775 387999 497722 490779 500005 404300 451267 477471 435875 412534 421822 467946 366985  total = 116.925917 per ms 
02:13:38.071 16  switches: flows:  600449 599612 607722 605137 600830 604970 604821 611761 590609 617152 585886 625109 605970 612366 612383 594356  total = 161.048360 per ms 
02:14:38.173 16  switches: flows:  578152 569353 580570 575067 574881 572932 575795 561251 565025 556446 566837 581824 572987 563124 577622 575738  total = 152.203591 per ms 
02:15:38.275 16  switches: flows:  614913 609054 580431 554911 607693 588545 601925 560987 581633 577857 544981 577196 552280 584471 596485 623998  total = 155.694060 per ms 
02:16:38.377 16  switches: flows:  615192 619809 607809 632940 618544 613305 618030 614748 627084 611937 628531 610370 612426 613314 618066 616246  total = 164.361358 per ms 
02:17:38.480 16  switches: flows:  600112 621372 630639 614994 616852 610545 613924 619470 620812 608013 618073 614015 608499 610999 609189 599060  total = 163.332153 per ms 
02:18:38.582 16  switches: flows:  612738 620281 619900 614475 628340 617742 615598 613521 613769 624564 618861 624929 605415 611452 613507 619872  total = 164.305290 per ms 
02:19:38.684 16  switches: flows:  505219 519622 513984 517824 516719 513376 514183 529167 530702 528515 507924 527665 476052 520584 517156 507247  total = 137.201569 per ms 
02:20:38.785 16  switches: flows:  555850 517967 582986 502769 507723 486044 594617 497596 561430 516042 590454 543906 506188 539477 500779 538950  total = 142.139907 per ms 
02:21:38.888 16  switches: flows:  572857 578262 577008 585404 585673 572760 568967 587997 580580 580827 570845 569025 581564 579873 582422 579195  total = 153.959460 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137201.57/164361.36/154916.19/52462.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.895308" elapsed="0.000570"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T02:21:38.896097" elapsed="0.000586"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T02:21:38.897310" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T02:21:38.897446" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137201.57/164361.36/154916.19/52462.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T02:21:38.896966" elapsed="0.000517"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:21:38.898132" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137201.57/164361.36/154916.19/52462.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:21:38.897741" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.901964" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.898409" elapsed="0.003631"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.904449" level="INFO">137201.57/164361.36/154916.19/52462.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.902228" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:21:38.906935" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:21:38.904690" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:21:38.909429" level="INFO">@{result_value_list} = [ 137201.57 | 164361.36 | 154916.19 | 52462.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:21:38.907155" elapsed="0.002301"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.909962" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T02:21:38.910061" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:21:38.909627" elapsed="0.000459"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.914894" level="INFO">min :: 137201.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.910507" elapsed="0.004451"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T02:21:38.910366" elapsed="0.004628"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.919793" level="INFO">max :: 164361.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-04-18T02:21:38.915216" elapsed="0.004636"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T02:21:38.915087" elapsed="0.004800"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.924567" level="INFO">avg :: 154916.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.920119" elapsed="0.004537"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T02:21:38.919976" elapsed="0.004717"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.929465" level="INFO">stdev :: 52462.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.924925" elapsed="0.004599"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T02:21:38.924783" elapsed="0.004776"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T02:21:38.910155" elapsed="0.019451"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.933725" level="INFO">${min} = 137201.57</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:21:38.929772" elapsed="0.003980"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.937723" level="INFO">${max} = 164361.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:21:38.933906" elapsed="0.003845"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.941705" level="INFO">${average} = 154916.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:21:38.937905" elapsed="0.003826"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.945718" level="INFO">${stdev} = 52462.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:21:38.941882" elapsed="0.003863"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.946287" level="INFO">${date} = 2026-04-18 02:21:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T02:21:38.945904" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.946893" level="INFO">CBench Result: 2026-04-18 02:21:38,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137201.57,164361.36,154916.19,52462.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.946463" elapsed="0.000489"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T02:21:38.948031" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T02:21:38.947600" elapsed="0.000501"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T02:21:38.948254" elapsed="0.000583"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T02:21:38.947110" elapsed="0.001795"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-18T02:11:32.209663" elapsed="606.739306"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.949506" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T02:21:38.949142" elapsed="0.000424"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T02:21:38.950113" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-18T02:21:38.949795" elapsed="0.000659"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T02:11:32.208193" elapsed="606.742301"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.952057" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.951623" elapsed="0.000495"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.953502" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T02:21:38.953148" 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-04-18T02:21:38.953913" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:21:38.953685" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T02:21:38.957048" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:21:38.956780" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-04-18T02:21:38.956760" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:21:38.957471" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T02:21:38.957269" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.958217" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.60 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.210" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:21:38.957776" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T02:21:38.958920" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:21:38.958458" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:21:38.960058" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T02:21:38.960158" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:21:38.959556" elapsed="0.000627"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:21:38.960327" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T02:21:38.961618" level="INFO">Logging into '10.30.170.210:22' as 'jenkins'.</msg>
<msg time="2026-04-18T02:21:39.543888" 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 Sat Apr 18 02:21:39 UTC 2026

  System load:  0.19               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.210
  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: Sat Apr 18 02:11:32 2026 from 10.30.171.245
[?2004h[jenkins@releng-48317-693-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T02:21:38.961242" elapsed="0.582886"/>
</kw>
<msg time="2026-04-18T02:21:39.544240" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:21:38.960874" elapsed="0.583459"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T02:21:38.959181" elapsed="0.585276"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T02:21:39.545166" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.60 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T02:31:45.605998" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T02:31:45.606419" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T02:31:45.606486" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T02:21:39.544733" elapsed="606.061790"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:31:45.606865" elapsed="0.000477"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.608087" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:44.707 16  switches: flows:  112359 112288 112057 108311 110114 109027 108563 113196 111792 108508 109252 108596 108179 109257 110721 108900  total = 29.352000 per ms 
02:23:44.808 16  switches: flows:  106466 107686 108266 104596 107081 104207 106071 108316 106070 103989 106351 104779 103945 104207 106820 105357  total = 28.189731 per ms 
02:24:44.909 16  switches: flows:  101902 101192 103903 102417 102509 102386 104478 102887 102324 100394 102482 101394 102463 99762 101905 100491  total = 27.169471 per ms 
02:25:45.010 16  switches: flows:  112684 110760 113192 109862 111617 110493 111227 113154 112668 111081 111710 107925 110362 110901 112086 109773  total = 29.608795 per ms 
02:26:45.111 16  switches: flows:  115470 114759 115433 112880 116199 115522 113858 116507 115124 115252 113438 111309 113204 112438 114467 112556  total = 30.422805 per ms 
02:27:45.212 16  switches: flows:  116691 114566 116256 113736 114826 115669 113899 117518 115504 115139 114051 112518 113155 110965 114566 111813  total = 30.463669 per ms 
02:28:45.313 16  switches: flows:  116503 117405 114871 115459 116022 116187 114407 117952 114013 111881 116094 112288 115271 111877 116289 111826  total = 30.588038 per ms 
02:29:45.414 16  switches: flows:  99436 99792 99144 97577 97458 99501 97551 101284 97391 96172 99131 95885 97929 96545 98480 97909  total = 26.142785 per ms 
02:30:45.515 16  switches: flows:  117364 118343 117169 114692 114220 115573 117226 118177 117062 115615 116477 112711 116994 114468 114111 113897  total = 30.850101 per ms 
02:31:45.616 16  switches: flows:  113502 113820 113895 112559 112530 112103 113093 112848 112598 110064 113873 109958 112928 111216 111387 110893  total = 29.904335 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26142.78/30850.10/29259.97/9882.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.607604" elapsed="0.000695"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T02:31:45.608692" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-18T02:31:45.608429" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-04-18T02:31:45.608393" elapsed="0.000435"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T02:31:45.608969" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-18T02:31:45.608917" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-04-18T02:31:45.608893" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T02:31:45.609096" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T02:31:45.612723" elapsed="0.000455"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T02:31:45.613380" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T02:31:45.613799" elapsed="0.000134"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T02:31:45.609537" elapsed="0.004473"/>
</kw>
<msg time="2026-04-18T02:31:45.614187" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T02:21:38.954333" elapsed="606.659890"/>
</kw>
<status status="PASS" start="2026-04-18T02:21:38.954008" elapsed="606.660283"/>
</branch>
<status status="PASS" start="2026-04-18T02:21:38.953663" elapsed="606.660659"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.614931" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.60: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.60. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:44.707 16  switches: flows:  112359 112288 112057 108311 110114 109027 108563 113196 111792 108508 109252 108596 108179 109257 110721 108900  total = 29.352000 per ms 
02:23:44.808 16  switches: flows:  106466 107686 108266 104596 107081 104207 106071 108316 106070 103989 106351 104779 103945 104207 106820 105357  total = 28.189731 per ms 
02:24:44.909 16  switches: flows:  101902 101192 103903 102417 102509 102386 104478 102887 102324 100394 102482 101394 102463 99762 101905 100491  total = 27.169471 per ms 
02:25:45.010 16  switches: flows:  112684 110760 113192 109862 111617 110493 111227 113154 112668 111081 111710 107925 110362 110901 112086 109773  total = 29.608795 per ms 
02:26:45.111 16  switches: flows:  115470 114759 115433 112880 116199 115522 113858 116507 115124 115252 113438 111309 113204 112438 114467 112556  total = 30.422805 per ms 
02:27:45.212 16  switches: flows:  116691 114566 116256 113736 114826 115669 113899 117518 115504 115139 114051 112518 113155 110965 114566 111813  total = 30.463669 per ms 
02:28:45.313 16  switches: flows:  116503 117405 114871 115459 116022 116187 114407 117952 114013 111881 116094 112288 115271 111877 116289 111826  total = 30.588038 per ms 
02:29:45.414 16  switches: flows:  99436 99792 99144 97577 97458 99501 97551 101284 97391 96172 99131 95885 97929 96545 98480 97909  total = 26.142785 per ms 
02:30:45.515 16  switches: flows:  117364 118343 117169 114692 114220 115573 117226 118177 117062 115615 116477 112711 116994 114468 114111 113897  total = 30.850101 per ms 
02:31:45.616 16  switches: flows:  113502 113820 113895 112559 112530 112103 113093 112848 112598 110064 113873 109958 112928 111216 111387 110893  total = 29.904335 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26142.78/30850.10/29259.97/9882.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.614510" elapsed="0.000522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T02:31:45.615235" elapsed="0.000521"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T02:31:45.616286" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T02:31:45.616409" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26142.78/30850.10/29259.97/9882.69 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T02:31:45.615985" elapsed="0.000458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:31:45.617068" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26142.78/30850.10/29259.97/9882.69 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:31:45.616707" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.620617" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.617319" elapsed="0.003391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.623418" level="INFO">26142.78/30850.10/29259.97/9882.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.620918" elapsed="0.002558"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:31:45.625877" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:31:45.623644" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T02:31:45.628297" level="INFO">@{result_value_list} = [ 26142.78 | 30850.10 | 29259.97 | 9882.69 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T02:31:45.626088" elapsed="0.002236"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.628828" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T02:31:45.628916" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T02:31:45.628476" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.633660" level="INFO">min :: 26142.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.629326" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T02:31:45.629199" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.638306" level="INFO">max :: 30850.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-04-18T02:31:45.633979" elapsed="0.004383"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T02:31:45.633848" elapsed="0.004548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.643031" level="INFO">avg :: 29259.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.638629" elapsed="0.004467"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T02:31:45.638479" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.647938" level="INFO">stdev :: 9882.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.643376" elapsed="0.004622"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T02:31:45.643234" elapsed="0.004800"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T02:31:45.629011" elapsed="0.019054"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.652276" level="INFO">${min} = 26142.78</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:31:45.648236" elapsed="0.004068"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.656347" level="INFO">${max} = 30850.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-04-18T02:31:45.652462" elapsed="0.003912"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.660340" level="INFO">${average} = 29259.97</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:31:45.656530" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.664323" level="INFO">${stdev} = 9882.69</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T02:31:45.660519" elapsed="0.003831"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.664922" level="INFO">${date} = 2026-04-18 02:31:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T02:31:45.664509" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.665523" level="INFO">CBench Result: 2026-04-18 02:31:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26142.78,30850.10,29259.97,9882.69</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T02:31:45.665107" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T02:31:45.666741" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-18T02:31:45.666240" elapsed="0.000571"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T02:31:45.666962" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T02:31:45.665750" elapsed="0.001748"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-18T02:21:38.952436" elapsed="606.715123"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.668040" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T02:31:45.667727" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T02:31:45.669389" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T02:31:45.668885" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-18T02:31:45.669663" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-04-18T02:31:45.669493" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-04-18T02:31:45.669473" elapsed="0.000281"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.669899" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.670060" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.670225" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.670417" 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-04-18T02:31:45.670567" elapsed="0.000036"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.670733" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.670881" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-18T02:31:45.671105" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-18T02:31:45.670963" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-04-18T02:31:45.670946" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-18T02:31:45.668488" elapsed="0.002743"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T02:21:38.951018" elapsed="606.720258"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-18T02:01:23.017263" elapsed="1822.654681"/>
</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>
