<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-15T01:52:29.303109" 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-15T01:52:29.868021" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:52:29.867883" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:29.867854" elapsed="0.000299"/>
</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-15T01:52:29.868303" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T01:52:29.869276" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-15T01:52:30.577092" 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-15T01:52:29.868984" elapsed="0.708331"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T01:52:30.625287" 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-15T01:52:30.577644" elapsed="0.047731"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T01:52:30.627026" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T01:52:30.627136" 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-15T01:52:30.625539" elapsed="0.001627"/>
</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-15T01:52:30.627324" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:52:30.627706" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.628434" 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-15T01:52:30.628071" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T01:52:30.628545" elapsed="0.000060"/>
</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.10
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-15T01:52:29.867505" elapsed="0.761227"/>
</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-15T01:52:29.863994" elapsed="0.764803"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T01:52:30.629359" 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-15T01:52:30.628986" elapsed="0.000431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T01:52:30.629814" 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-15T01:52:30.629570" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.630465" 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-15T01:52:30.630053" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.631002" 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-15T01:52:30.630660" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.631574" 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-15T01:52:30.631188" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.632063" 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-15T01:52:30.631756" elapsed="0.000348"/>
</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-15T01:52:30.632428" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:52:30.632194" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T01:52:30.637016" 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-15T01:52:30.636604" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T01:52:30.638054" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T01:52:30.638135" 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-15T01:52:30.637610" elapsed="0.000550"/>
</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-15T01:52:30.638301" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T01:52:30.639678" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-15T01:52:31.356467" 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 Wed Apr 15 01:52:30 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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-690-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-15T01:52:30.639175" elapsed="0.717448"/>
</kw>
<msg time="2026-04-15T01:52:31.356715" 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-15T01:52:30.638819" elapsed="0.717991"/>
</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-15T01:52:30.637251" elapsed="0.719687"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.365698" 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-15T01:52:31.357162" elapsed="0.010236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:52:31.367644" elapsed="0.000396"/>
</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-15T01:52:30.636075" elapsed="0.732051"/>
</kw>
<status status="PASS" start="2026-04-15T01:52:30.632788" elapsed="0.735391"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:30.632166" elapsed="0.736055"/>
</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-15T01:52:31.368450" elapsed="0.000648"/>
</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-15T01:52:31.374952" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:52:31.374829" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:31.374803" elapsed="0.000228"/>
</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-15T01:52:31.378545" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:52:31.378432" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:31.378412" elapsed="0.000202"/>
</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-15T01:52:31.378746" elapsed="0.000442"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.379606" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-15T01:52:31.582350" 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-15T01:52:31.379332" elapsed="0.203182"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.684982" 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-15T01:52:31.582768" elapsed="0.102301"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.702130" 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-15T01:52:31.702321" 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-15T01:52:31.685219" elapsed="0.017150"/>
</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-15T01:52:31.702515" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:52:31.702869" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.703571" 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-15T01:52:31.703235" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T01:52:31.703682" elapsed="0.000052"/>
</return>
<msg time="2026-04-15T01:52:31.703890" 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.10
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-15T01:52:31.378055" elapsed="0.325867"/>
</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-15T01:52:31.704068" elapsed="0.000517"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T01:52:31.704637" elapsed="0.000030"/>
</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-15T01:52:31.374510" elapsed="0.330254"/>
</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-15T01:52:31.708441" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:52:31.708279" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:31.708254" elapsed="0.000258"/>
</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-15T01:52:31.708642" elapsed="0.000434"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.709506" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-15T01:52:31.921301" 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-15T01:52:31.709220" elapsed="0.212229"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.946987" 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-15T01:52:31.921668" elapsed="0.025475"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.949127" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T01:52:31.949248" 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-15T01:52:31.947454" elapsed="0.001825"/>
</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-15T01:52:31.949434" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:52:31.949872" elapsed="0.000261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.950644" 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-15T01:52:31.950276" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T01:52:31.950751" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.10
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-15T01:52:31.707950" elapsed="0.242991"/>
</kw>
<status status="PASS" start="2026-04-15T01:52:29.862213" elapsed="2.088795"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.953674" 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-15T01:52:31.951947" elapsed="0.001807"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.955310" 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-15T01:52:31.954952" elapsed="0.000420"/>
</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-15T01:52:31.955712" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:52:31.955463" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-15T01:52:31.958792" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:52:31.958543" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:31.958523" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.959262" 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-15T01:52:31.959400" 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-15T01:52:31.959039" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.959983" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-15T01:52:31.959562" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.960669" 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-15T01:52:31.960184" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T01:52:31.961667" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T01:52:31.961758" 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-15T01:52:31.961305" elapsed="0.000476"/>
</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-15T01:52:31.961924" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T01:52:31.963151" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-15T01:52:32.277426" 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 Wed Apr 15 01:52:30 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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: Wed Apr 15 01:52:31 2026 from 10.30.171.160
[?2004h[jenkins@releng-48317-690-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-15T01:52:31.962786" elapsed="0.314756"/>
</kw>
<msg time="2026-04-15T01:52:32.277606" 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-15T01:52:31.962437" elapsed="0.315234"/>
</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-15T01:52:31.960896" elapsed="0.316869"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T01:52:32.278327" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T02:02:38.407563" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T02:02:38.408206" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T02:02:38.408319" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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-15T01:52:32.277929" elapsed="606.130483"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:02:38.408900" elapsed="0.000756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.410820" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:37.491 16  switches: flows:  97425 100408 99019 96905 100796 98520 98729 98439 94337 94996 95693 95333 95850 93486 92690 94624  total = 25.787500 per ms 
01:54:37.592 16  switches: flows:  124935 127456 125155 122860 125531 124444 126174 126332 120715 120132 120680 119759 121427 120848 118664 118540  total = 32.672982 per ms 
01:55:37.692 16  switches: flows:  127555 128195 127670 126986 128080 126294 126808 127917 124433 121192 124386 122988 124415 123560 122796 122147  total = 33.367945 per ms 
01:56:37.793 16  switches: flows:  115432 116010 117253 114354 116021 116257 115339 114998 112323 109909 112860 110749 113076 110106 109659 109795  total = 30.185155 per ms 
01:57:37.893 16  switches: flows:  124827 127956 125614 125910 127389 126750 126455 127022 122169 116965 122860 121511 121818 121206 120826 119280  total = 32.920771 per ms 
01:58:37.993 16  switches: flows:  126204 127860 128011 127818 128219 129268 128322 126498 122743 123429 123735 123111 124280 122765 120821 119164  total = 33.315162 per ms 
01:59:38.094 16  switches: flows:  134413 134513 131983 129044 133221 132879 131074 132438 127897 125047 127028 127621 125364 127284 126315 128205  total = 34.514507 per ms 
02:00:38.194 16  switches: flows:  134328 131626 134421 130807 134515 137267 133225 131359 128720 128330 129658 127220 127338 127918 126787 127618  total = 34.794227 per ms 
02:01:38.294 16  switches: flows:  133553 131403 133018 131878 133176 133153 133240 130445 127814 127721 128317 126781 126148 126511 125757 126765  total = 34.536993 per ms 
02:02:38.394 16  switches: flows:  124113 123504 125119 121312 123132 123918 124185 122110 119578 118240 120521 119328 119627 118317 117636 119492  total = 32.281636 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30185.16/34794.23/33176.60/11140.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.410042" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T02:02:38.411694" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-04-15T02:02:38.411331" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-04-15T02:02:38.411270" elapsed="0.000676"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T02:02:38.412187" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-15T02:02:38.412098" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-04-15T02:02:38.412056" elapsed="0.000271"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T02:02:38.412443" elapsed="0.000032"/>
</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-15T02:02:38.417684" elapsed="0.000338"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-15T02:02:38.418175" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:02:38.418516" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T02:02:38.413150" elapsed="0.005519"/>
</kw>
<msg time="2026-04-15T02:02:38.418797" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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-15T01:52:31.956132" elapsed="606.462692"/>
</kw>
<status status="PASS" start="2026-04-15T01:52:31.955803" elapsed="606.463068"/>
</branch>
<status status="PASS" start="2026-04-15T01:52:31.955437" elapsed="606.463458"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.419319" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:37.491 16  switches: flows:  97425 100408 99019 96905 100796 98520 98729 98439 94337 94996 95693 95333 95850 93486 92690 94624  total = 25.787500 per ms 
01:54:37.592 16  switches: flows:  124935 127456 125155 122860 125531 124444 126174 126332 120715 120132 120680 119759 121427 120848 118664 118540  total = 32.672982 per ms 
01:55:37.692 16  switches: flows:  127555 128195 127670 126986 128080 126294 126808 127917 124433 121192 124386 122988 124415 123560 122796 122147  total = 33.367945 per ms 
01:56:37.793 16  switches: flows:  115432 116010 117253 114354 116021 116257 115339 114998 112323 109909 112860 110749 113076 110106 109659 109795  total = 30.185155 per ms 
01:57:37.893 16  switches: flows:  124827 127956 125614 125910 127389 126750 126455 127022 122169 116965 122860 121511 121818 121206 120826 119280  total = 32.920771 per ms 
01:58:37.993 16  switches: flows:  126204 127860 128011 127818 128219 129268 128322 126498 122743 123429 123735 123111 124280 122765 120821 119164  total = 33.315162 per ms 
01:59:38.094 16  switches: flows:  134413 134513 131983 129044 133221 132879 131074 132438 127897 125047 127028 127621 125364 127284 126315 128205  total = 34.514507 per ms 
02:00:38.194 16  switches: flows:  134328 131626 134421 130807 134515 137267 133225 131359 128720 128330 129658 127220 127338 127918 126787 127618  total = 34.794227 per ms 
02:01:38.294 16  switches: flows:  133553 131403 133018 131878 133176 133153 133240 130445 127814 127721 128317 126781 126148 126511 125757 126765  total = 34.536993 per ms 
02:02:38.394 16  switches: flows:  124113 123504 125119 121312 123132 123918 124185 122110 119578 118240 120521 119328 119627 118317 117636 119492  total = 32.281636 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30185.16/34794.23/33176.60/11140.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.419033" elapsed="0.000374"/>
</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-15T02:02:38.419552" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T02:02:38.420332" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T02:02:38.420438" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30185.16/34794.23/33176.60/11140.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-15T02:02:38.420095" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:02:38.420867" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30185.16/34794.23/33176.60/11140.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T02:02:38.420614" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.423219" 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-15T02:02:38.421034" elapsed="0.002243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.425638" level="INFO">30185.16/34794.23/33176.60/11140.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.423441" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:02:38.428081" 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-15T02:02:38.425846" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:02:38.430603" level="INFO">@{result_value_list} = [ 30185.16 | 34794.23 | 33176.60 | 11140.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T02:02:38.428299" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.431166" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T02:02:38.431275" 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-15T02:02:38.430844" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.436052" level="INFO">min :: 30185.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-15T02:02:38.431767" elapsed="0.004342"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T02:02:38.431619" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.440650" level="INFO">max :: 34794.23</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-15T02:02:38.436379" elapsed="0.004326"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T02:02:38.436236" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.445271" level="INFO">avg :: 33176.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.440955" elapsed="0.004371"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T02:02:38.440829" elapsed="0.004546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.450302" level="INFO">stdev :: 11140.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.445612" elapsed="0.004771"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T02:02:38.445486" elapsed="0.004933"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T02:02:38.431400" elapsed="0.019052"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.454268" level="INFO">${min} = 30185.16</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-15T02:02:38.450611" elapsed="0.003684"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.458365" level="INFO">${max} = 34794.23</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-15T02:02:38.454632" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.462350" level="INFO">${average} = 33176.60</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T02:02:38.458546" elapsed="0.003831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.466511" level="INFO">${stdev} = 11140.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T02:02:38.462527" elapsed="0.004010"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.467073" level="INFO">${date} = 2026-04-15 02:02: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-15T02:02:38.466714" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.467697" level="INFO">CBench Result: 2026-04-15 02:02:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30185.16,34794.23,33176.60,11140.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:02:38.467243" elapsed="0.000511"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T02:02:38.468855" 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-15T02:02:38.468424" elapsed="0.000499"/>
</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-15T02:02:38.469074" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T02:02:38.467933" elapsed="0.001686"/>
</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-15T01:52:31.954266" elapsed="606.515413"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.470155" 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-15T02:02:38.469838" elapsed="0.000374"/>
</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-15T02:02:38.470744" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-04-15T02:02:38.470445" elapsed="0.000643"/>
</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-15T01:52:31.951172" elapsed="606.519954"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.472506" 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-15T02:02:38.472104" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.473849" 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-15T02:02:38.473520" elapsed="0.000372"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-15T02:02:38.474236" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-15T02:02:38.474011" elapsed="0.000284"/>
</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-15T02:02:38.477183" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-15T02:02:38.476937" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-15T02:02:38.476918" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T02:02:38.477614" 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-15T02:02:38.477734" 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-15T02:02:38.477406" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.478307" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-15T02:02:38.477893" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T02:02:38.478911" 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-15T02:02:38.478519" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T02:02:38.479855" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T02:02:38.479958" 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-15T02:02:38.479524" elapsed="0.000459"/>
</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-15T02:02:38.480123" elapsed="0.000399"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T02:02:38.481537" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-15T02:02:39.061964" 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 Wed Apr 15 02:02:38 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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: Wed Apr 15 01:52:32 2026 from 10.30.171.160
[?2004h[jenkins@releng-48317-690-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-15T02:02:38.481128" elapsed="0.581035"/>
</kw>
<msg time="2026-04-15T02:02:39.062255" 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-15T02:02:38.480679" elapsed="0.581685"/>
</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-15T02:02:38.479136" elapsed="0.583349"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T02:02:39.063056" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T02:12:45.123285" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T02:12:45.123976" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T02:12:45.124088" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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-15T02:02:39.062711" elapsed="606.061432"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:12:45.124688" elapsed="0.000974"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.126839" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:44.184 16  switches: flows:  535415 519801 532190 530168 528459 523095 530357 535147 514379 517810 514310 518596 515999 515370 509419 512424  total = 139.215650 per ms 
02:04:44.295 16  switches: flows:  483796 493210 477518 477170 487515 483827 482603 468745 495495 471431 494058 501607 491429 492261 488404 495612  total = 129.504254 per ms 
02:05:44.396 16  switches: flows:  523814 523487 531326 511867 523744 531646 523876 522478 521221 525240 530034 481207 525928 524365 526806 524234  total = 138.954710 per ms 
02:06:44.498 16  switches: flows:  491860 513467 485867 498070 502552 498605 496046 492087 497098 481012 503431 487648 488706 501220 496200 497399  total = 131.966097 per ms 
02:07:44.603 16  switches: flows:  545324 542406 540994 529460 538118 528388 542153 547065 523179 533128 531372 550101 539841 546596 540773 533947  total = 143.298519 per ms 
02:08:44.705 16  switches: flows:  487824 485851 481675 478929 493254 480477 482859 488942 485544 478166 478258 492717 486898 492460 484264 489165  total = 129.235258 per ms 
02:09:44.806 16  switches: flows:  435922 429586 420088 417109 427412 429694 440081 436648 441076 429698 442819 441135 435543 425563 435627 424254  total = 115.011142 per ms 
02:10:44.907 16  switches: flows:  552452 536016 553379 548236 555461 533817 554773 547390 538318 547459 538839 549840 521036 545371 537275 545061  total = 144.835388 per ms 
02:11:45.008 16  switches: flows:  532806 529011 527976 525583 518644 530205 526303 530292 522773 520361 528770 524017 523143 527442 533587 523179  total = 140.165618 per ms 
02:12:45.112 16  switches: flows:  511346 500104 509037 505913 522957 516500 525910 520440 511072 522593 508481 511049 511992 506569 504153 514966  total = 136.484356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115011.14/144835.39/134383.93/45628.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:12:45.126058" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T02:12:45.127736" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-15T02:12:45.127421" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-04-15T02:12:45.127365" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T02:12:45.128177" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-04-15T02:12:45.128098" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-04-15T02:12:45.128062" elapsed="0.000338"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T02:12:45.128484" elapsed="0.000032"/>
</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-15T02:12:45.134499" elapsed="0.000815"/>
</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-15T02:12:45.135703" elapsed="0.000394"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:12:45.136425" elapsed="0.000238"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T02:12:45.129372" elapsed="0.007412"/>
</kw>
<msg time="2026-04-15T02:12:45.137131" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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-15T02:02:38.474645" elapsed="606.662550"/>
</kw>
<status status="PASS" start="2026-04-15T02:02:38.474321" elapsed="606.662983"/>
</branch>
<status status="PASS" start="2026-04-15T02:02:38.473988" elapsed="606.663399"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.137945" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:44.184 16  switches: flows:  535415 519801 532190 530168 528459 523095 530357 535147 514379 517810 514310 518596 515999 515370 509419 512424  total = 139.215650 per ms 
02:04:44.295 16  switches: flows:  483796 493210 477518 477170 487515 483827 482603 468745 495495 471431 494058 501607 491429 492261 488404 495612  total = 129.504254 per ms 
02:05:44.396 16  switches: flows:  523814 523487 531326 511867 523744 531646 523876 522478 521221 525240 530034 481207 525928 524365 526806 524234  total = 138.954710 per ms 
02:06:44.498 16  switches: flows:  491860 513467 485867 498070 502552 498605 496046 492087 497098 481012 503431 487648 488706 501220 496200 497399  total = 131.966097 per ms 
02:07:44.603 16  switches: flows:  545324 542406 540994 529460 538118 528388 542153 547065 523179 533128 531372 550101 539841 546596 540773 533947  total = 143.298519 per ms 
02:08:44.705 16  switches: flows:  487824 485851 481675 478929 493254 480477 482859 488942 485544 478166 478258 492717 486898 492460 484264 489165  total = 129.235258 per ms 
02:09:44.806 16  switches: flows:  435922 429586 420088 417109 427412 429694 440081 436648 441076 429698 442819 441135 435543 425563 435627 424254  total = 115.011142 per ms 
02:10:44.907 16  switches: flows:  552452 536016 553379 548236 555461 533817 554773 547390 538318 547459 538839 549840 521036 545371 537275 545061  total = 144.835388 per ms 
02:11:45.008 16  switches: flows:  532806 529011 527976 525583 518644 530205 526303 530292 522773 520361 528770 524017 523143 527442 533587 523179  total = 140.165618 per ms 
02:12:45.112 16  switches: flows:  511346 500104 509037 505913 522957 516500 525910 520440 511072 522593 508481 511049 511992 506569 504153 514966  total = 136.484356 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 115011.14/144835.39/134383.93/45628.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:12:45.137633" elapsed="0.000388"/>
</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-15T02:12:45.138167" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T02:12:45.138960" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T02:12:45.139056" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 115011.14/144835.39/134383.93/45628.87 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-15T02:12:45.138708" elapsed="0.000380"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:12:45.139517" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 115011.14/144835.39/134383.93/45628.87 | 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-15T02:12:45.139243" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.141958" 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-15T02:12:45.139690" elapsed="0.002327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.144374" level="INFO">115011.14/144835.39/134383.93/45628.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:12:45.142161" elapsed="0.002271"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:12:45.146773" 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-15T02:12:45.144580" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:12:45.149248" level="INFO">@{result_value_list} = [ 115011.14 | 144835.39 | 134383.93 | 45628.87 ]</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-15T02:12:45.147012" elapsed="0.002263"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.149760" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T02:12:45.149858" 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-15T02:12:45.149453" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.154634" level="INFO">min :: 115011.14</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-15T02:12:45.150296" elapsed="0.004396"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T02:12:45.150170" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.159451" level="INFO">max :: 144835.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:12:45.154954" elapsed="0.004556"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T02:12:45.154816" elapsed="0.004730"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.164220" level="INFO">avg :: 134383.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-15T02:12:45.159761" elapsed="0.004520"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T02:12:45.159635" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.169076" level="INFO">stdev :: 45628.87</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-15T02:12:45.164635" elapsed="0.004498"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T02:12:45.164458" elapsed="0.004710"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T02:12:45.149962" elapsed="0.019238"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.173094" level="INFO">${min} = 115011.14</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-15T02:12:45.169376" elapsed="0.003745"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.177140" level="INFO">${max} = 144835.39</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-15T02:12:45.173272" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.181061" level="INFO">${average} = 134383.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T02:12:45.177319" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.184974" level="INFO">${stdev} = 45628.87</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-15T02:12:45.181260" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.185546" level="INFO">${date} = 2026-04-15 02:12: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-15T02:12:45.185180" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.186148" level="INFO">CBench Result: 2026-04-15 02:12:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,115011.14,144835.39,134383.93,45628.87</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-15T02:12:45.185716" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T02:12:45.187247" 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-15T02:12:45.186841" elapsed="0.000472"/>
</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-15T02:12:45.187479" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T02:12:45.186355" elapsed="0.001667"/>
</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-15T02:02:38.472886" elapsed="606.715197"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.188593" 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-15T02:12:45.188242" elapsed="0.000407"/>
</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-15T02:12:45.189184" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-15T02:12:45.188857" elapsed="0.000677"/>
</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-15T02:02:38.471453" elapsed="606.718122"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.190975" 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-15T02:12:45.190582" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.192276" 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-15T02:12:45.191940" elapsed="0.000379"/>
</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-15T02:12:45.192695" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-15T02:12:45.192451" elapsed="0.000307"/>
</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-15T02:12:45.195787" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T02:12:45.195541" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-15T02:12:45.195522" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T02:12:45.196191" 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-15T02:12:45.196307" 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-15T02:12:45.196003" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.196916" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.120" 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-15T02:12:45.196489" elapsed="0.000492"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T02:12:45.197551" 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-15T02:12:45.197141" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T02:12:45.198670" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T02:12:45.198767" 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-15T02:12:45.198161" elapsed="0.000631"/>
</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-15T02:12:45.198945" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T02:12:45.200362" level="INFO">Logging into '10.30.170.120:22' as 'jenkins'.</msg>
<msg time="2026-04-15T02:12:45.777944" 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 Wed Apr 15 02:12:45 UTC 2026

  System load:  0.3                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.120
  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: Wed Apr 15 02:02:38 2026 from 10.30.171.160
[?2004h[jenkins@releng-48317-690-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-15T02:12:45.199964" elapsed="0.578223"/>
</kw>
<msg time="2026-04-15T02:12:45.778291" 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-15T02:12:45.199567" elapsed="0.578832"/>
</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-15T02:12:45.197775" elapsed="0.580763"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T02:12:45.779123" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T02:22:51.900503" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T02:22:51.901220" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T02:22:51.901325" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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-15T02:12:45.778790" elapsed="606.122620"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:22:51.901879" elapsed="0.000721"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.903721" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:50.974 16  switches: flows:  117129 113705 114324 115512 111271 111599 113970 111884 112544 110609 113958 112642 111286 111711 111327 111833  total = 30.088400 per ms 
02:14:51.076 16  switches: flows:  113803 116246 115554 114757 112901 113091 112803 112630 113621 113221 112382 113836 113818 115445 111917 113692  total = 30.277857 per ms 
02:15:51.177 16  switches: flows:  111183 110854 111265 110936 109696 109898 110867 111528 110983 107280 110301 110047 108764 111020 109524 112609  total = 29.396815 per ms 
02:16:51.278 16  switches: flows:  109161 110821 111364 111664 109928 109815 111560 110184 109936 106377 110755 110830 109952 112297 108671 111517  total = 29.364848 per ms 
02:17:51.379 16  switches: flows:  127515 126553 126329 123400 124800 123135 124267 123147 125465 120498 122883 122860 124788 124559 121173 124101  total = 33.036059 per ms 
02:18:51.480 16  switches: flows:  118176 115991 115844 115376 114500 112630 116594 114970 116731 111570 113816 115642 114098 114744 114359 114607  total = 30.609653 per ms 
02:19:51.581 16  switches: flows:  115065 115109 112712 113681 113648 112783 116128 112580 114030 110199 112624 114124 112855 114139 113007 113023  total = 30.211304 per ms 
02:20:51.682 16  switches: flows:  125326 124593 126524 123483 123579 122800 123458 123202 125518 120306 124146 123960 124290 123977 121571 123574  total = 32.950099 per ms 
02:21:51.783 16  switches: flows:  128802 127855 128556 126097 126590 125959 126692 126049 127705 123003 127111 127517 127030 126616 123938 126808  total = 33.715844 per ms 
02:22:51.884 16  switches: flows:  126060 126807 126157 124395 124510 124627 125363 125935 126608 120979 126022 124923 124075 126018 123647 124603  total = 33.289924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29364.85/33715.84/31428.04/10610.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:22:51.902967" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T02:22:51.904549" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-15T02:22:51.904222" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-04-15T02:22:51.904171" elapsed="0.000583"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T02:22:51.904956" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-15T02:22:51.904876" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-04-15T02:22:51.904842" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T02:22:51.905157" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-15T02:22:51.910721" elapsed="0.000799"/>
</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-15T02:22:51.911781" elapsed="0.000157"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T02:22:51.912063" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T02:22:51.905856" elapsed="0.006357"/>
</kw>
<msg time="2026-04-15T02:22:51.912353" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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-15T02:12:45.193248" elapsed="606.719134"/>
</kw>
<status status="PASS" start="2026-04-15T02:12:45.192784" elapsed="606.719647"/>
</branch>
<status status="PASS" start="2026-04-15T02:12:45.192429" elapsed="606.720026"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.912878" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:50.974 16  switches: flows:  117129 113705 114324 115512 111271 111599 113970 111884 112544 110609 113958 112642 111286 111711 111327 111833  total = 30.088400 per ms 
02:14:51.076 16  switches: flows:  113803 116246 115554 114757 112901 113091 112803 112630 113621 113221 112382 113836 113818 115445 111917 113692  total = 30.277857 per ms 
02:15:51.177 16  switches: flows:  111183 110854 111265 110936 109696 109898 110867 111528 110983 107280 110301 110047 108764 111020 109524 112609  total = 29.396815 per ms 
02:16:51.278 16  switches: flows:  109161 110821 111364 111664 109928 109815 111560 110184 109936 106377 110755 110830 109952 112297 108671 111517  total = 29.364848 per ms 
02:17:51.379 16  switches: flows:  127515 126553 126329 123400 124800 123135 124267 123147 125465 120498 122883 122860 124788 124559 121173 124101  total = 33.036059 per ms 
02:18:51.480 16  switches: flows:  118176 115991 115844 115376 114500 112630 116594 114970 116731 111570 113816 115642 114098 114744 114359 114607  total = 30.609653 per ms 
02:19:51.581 16  switches: flows:  115065 115109 112712 113681 113648 112783 116128 112580 114030 110199 112624 114124 112855 114139 113007 113023  total = 30.211304 per ms 
02:20:51.682 16  switches: flows:  125326 124593 126524 123483 123579 122800 123458 123202 125518 120306 124146 123960 124290 123977 121571 123574  total = 32.950099 per ms 
02:21:51.783 16  switches: flows:  128802 127855 128556 126097 126590 125959 126692 126049 127705 123003 127111 127517 127030 126616 123938 126808  total = 33.715844 per ms 
02:22:51.884 16  switches: flows:  126060 126807 126157 124395 124510 124627 125363 125935 126608 120979 126022 124923 124075 126018 123647 124603  total = 33.289924 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29364.85/33715.84/31428.04/10610.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:22:51.912596" elapsed="0.000356"/>
</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-15T02:22:51.913096" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T02:22:51.913832" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T02:22:51.913921" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29364.85/33715.84/31428.04/10610.17 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-15T02:22:51.913619" elapsed="0.000326"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:22:51.914357" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29364.85/33715.84/31428.04/10610.17 | 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-15T02:22:51.914094" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.916753" 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-15T02:22:51.914527" elapsed="0.002283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.919266" level="INFO">29364.85/33715.84/31428.04/10610.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:22:51.916951" elapsed="0.002372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:22:51.921648" 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-15T02:22:51.919493" elapsed="0.002182"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T02:22:51.924053" level="INFO">@{result_value_list} = [ 29364.85 | 33715.84 | 31428.04 | 10610.17 ]</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-15T02:22:51.921863" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.924557" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T02:22:51.924644" 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-15T02:22:51.924239" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.929255" level="INFO">min :: 29364.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T02:22:51.925034" elapsed="0.004278"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T02:22:51.924908" elapsed="0.004452"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.933771" level="INFO">max :: 33715.84</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-15T02:22:51.929569" elapsed="0.004258"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T02:22:51.929447" elapsed="0.004414"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.938435" level="INFO">avg :: 31428.04</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-15T02:22:51.934064" elapsed="0.004428"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T02:22:51.933943" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.943039" level="INFO">stdev :: 10610.17</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-15T02:22:51.938782" elapsed="0.004312"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T02:22:51.938608" elapsed="0.004519"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T02:22:51.924734" elapsed="0.018422"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.947271" level="INFO">${min} = 29364.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T02:22:51.943320" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.951072" level="INFO">${max} = 33715.84</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-15T02:22:51.947473" elapsed="0.003626"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.954896" level="INFO">${average} = 31428.04</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-15T02:22:51.951260" elapsed="0.003662"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.958741" level="INFO">${stdev} = 10610.17</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-15T02:22:51.955069" elapsed="0.003698"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.959273" level="INFO">${date} = 2026-04-15 02:22:51</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-15T02:22:51.958921" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.959867" level="INFO">CBench Result: 2026-04-15 02:22:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29364.85,33715.84,31428.04,10610.17</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-15T02:22:51.959464" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T02:22:51.960958" 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-15T02:22:51.960517" elapsed="0.000508"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-15T02:22:51.961173" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T02:22:51.960051" elapsed="0.001648"/>
</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-15T02:12:45.191366" elapsed="606.770392"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.962200" 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-15T02:22:51.961900" elapsed="0.000356"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T02:22:51.963474" 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-15T02:22:51.962971" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-15T02:22:51.963721" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-04-15T02:22:51.963575" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-04-15T02:22:51.963556" elapsed="0.000247"/>
</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-15T02:22:51.963942" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-15T02:22:51.964104" elapsed="0.000021"/>
</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-15T02:22:51.964266" 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-15T02:22:51.964473" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-15T02:22:51.964624" elapsed="0.000026"/>
</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-15T02:22:51.964782" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-15T02:22:51.964926" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-15T02:22:51.965144" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-15T02:22:51.965008" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-04-15T02:22:51.964991" elapsed="0.000228"/>
</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-15T02:22:51.962632" elapsed="0.002638"/>
</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-15T02:12:45.190030" elapsed="606.775286"/>
</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-15T01:52:29.304651" elapsed="1822.661347"/>
</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>
