<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-05T02:02:22.031986" 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-05T02:02:22.592163" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:02:22.592024" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:22.591987" elapsed="0.000294"/>
</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-05T02:02:22.592423" elapsed="0.000500"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T02:02:22.593427" level="INFO">Logging into '10.30.170.8:8101' as 'karaf'.</msg>
<msg time="2026-04-05T02:02:23.258091" 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-05T02:02:22.593117" elapsed="0.665113"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T02:02:23.306588" 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-05T02:02:23.258440" elapsed="0.048217"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T02:02:23.308303" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T02:02:23.308406" 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-05T02:02:23.306821" elapsed="0.001615"/>
</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-05T02:02:23.308588" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:02:23.308943" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.309609" 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-05T02:02:23.309310" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T02:02:23.309713" elapsed="0.000052"/>
</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.8
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-05T02:02:22.591638" elapsed="0.718247"/>
</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-05T02:02:22.588110" elapsed="0.721839"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T02:02:23.310526" 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-05T02:02:23.310151" elapsed="0.000431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T02:02:23.310986" 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-05T02:02:23.310732" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.311609" 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-05T02:02:23.311224" elapsed="0.000412"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.312155" 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-05T02:02:23.311803" elapsed="0.000418"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.312733" 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-05T02:02:23.312369" elapsed="0.000390"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.313245" 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-05T02:02:23.312917" elapsed="0.000376"/>
</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-05T02:02:23.313583" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:02:23.313373" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:02:23.318166" 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-05T02:02:23.317760" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:02:23.319238" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T02:02:23.319320" 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-05T02:02:23.318747" elapsed="0.000597"/>
</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-05T02:02:23.319496" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T02:02:23.320835" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-04-05T02:02:23.992840" 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 Sun Apr  5 02:02:23 UTC 2026

  System load:  0.25               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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-680-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-05T02:02:23.320343" elapsed="0.672672"/>
</kw>
<msg time="2026-04-05T02:02:23.993117" 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-05T02:02:23.319981" elapsed="0.673262"/>
</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-05T02:02:23.318413" elapsed="0.674965"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.001023" 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-05T02:02:23.993622" elapsed="0.009340"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:02:24.003388" elapsed="0.000570"/>
</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-05T02:02:23.317247" elapsed="0.686848"/>
</kw>
<status status="PASS" start="2026-04-05T02:02:23.313929" elapsed="0.690249"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:23.313348" elapsed="0.690925"/>
</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-05T02:02:24.004604" elapsed="0.000999"/>
</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-05T02:02:24.013019" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:02:24.012895" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:24.012871" 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-05T02:02:24.016592" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:02:24.016481" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:24.016462" elapsed="0.000198"/>
</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-05T02:02:24.016790" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.017649" level="INFO">Logging into '10.30.170.8:8101' as 'karaf'.</msg>
<msg time="2026-04-05T02:02:24.251302" 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-05T02:02:24.017393" elapsed="0.234000"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.346252" 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-05T02:02:24.251556" elapsed="0.094773"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.351406" 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-05T02:02:24.351589" 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-05T02:02:24.346492" elapsed="0.005129"/>
</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-05T02:02:24.351762" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:02:24.352096" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.352712" 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-05T02:02:24.352433" elapsed="0.000340"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T02:02:24.352819" elapsed="0.000043"/>
</return>
<msg time="2026-04-05T02:02:24.352997" 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.8
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-05T02:02:24.016115" elapsed="0.336913"/>
</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-05T02:02:24.353171" elapsed="0.000547"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T02:02:24.353769" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-05T02:02:24.012583" elapsed="0.341314"/>
</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-05T02:02:24.357482" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:02:24.357360" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:24.357338" elapsed="0.000215"/>
</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-05T02:02:24.357680" elapsed="0.000413"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.358506" level="INFO">Logging into '10.30.170.8:8101' as 'karaf'.</msg>
<msg time="2026-04-05T02:02:24.532594" 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-05T02:02:24.358253" elapsed="0.174510"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.556906" 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-05T02:02:24.533035" elapsed="0.023932"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.558701" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T02:02:24.558808" 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-05T02:02:24.557116" elapsed="0.001720"/>
</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-05T02:02:24.558971" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:02:24.559320" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.560037" 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-05T02:02:24.559683" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T02:02:24.560144" elapsed="0.000097"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.8
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-05T02:02:24.357036" elapsed="0.203338"/>
</kw>
<status status="PASS" start="2026-04-05T02:02:22.586338" elapsed="1.974105"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.563519" 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-05T02:02:24.561405" elapsed="0.002209"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.565246" 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-05T02:02:24.564871" 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-05T02:02:24.565642" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:02:24.565382" elapsed="0.000319"/>
</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-05T02:02:24.568769" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:02:24.568520" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:24.568501" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.569211" 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-05T02:02:24.569340" 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-05T02:02:24.568982" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.569918" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-05T02:02:24.569500" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.570666" 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-05T02:02:24.570118" elapsed="0.000574"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:02:24.571628" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T02:02:24.571720" 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-05T02:02:24.571281" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T02:02:24.571885" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.573091" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-04-05T02:02:24.905415" 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 Sun Apr  5 02:02:23 UTC 2026

  System load:  0.25               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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: Sun Apr  5 02:02:23 2026 from 10.30.171.199
[?2004h[jenkins@releng-48317-680-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-05T02:02:24.572739" elapsed="0.332953"/>
</kw>
<msg time="2026-04-05T02:02:24.905837" 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-05T02:02:24.572396" elapsed="0.333594"/>
</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-05T02:02:24.570892" elapsed="0.335347"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T02:02:24.907606" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T02:12:31.028298" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T02:12:31.028882" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T02:12:31.028988" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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-05T02:02:24.906634" elapsed="606.122420"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:12:31.029521" elapsed="0.000755"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.031449" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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.8. 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:30.113 16  switches: flows:  113958 115550 113330 115685 113965 115557 113455 115169 113373 112453 112793 112726 111933 112570 113950 112477  total = 30.315733 per ms 
02:04:30.213 16  switches: flows:  124866 126376 124011 124211 124936 126250 122247 124331 123496 121134 124305 121105 122747 121276 124133 122259  total = 32.906443 per ms 
02:05:30.313 16  switches: flows:  126272 128343 126357 127191 127613 129393 124953 126805 127018 122737 127380 123781 123893 123448 126099 122808  total = 33.512264 per ms 
02:06:30.414 16  switches: flows:  127748 128755 127267 127634 128207 130522 126622 128309 126317 124240 127374 125537 126133 125116 127950 125090  total = 33.823889 per ms 
02:07:30.514 16  switches: flows:  125186 127297 125977 125352 125469 127550 125110 125856 125539 122819 126163 122737 123578 124438 126036 122915  total = 33.311418 per ms 
02:08:30.614 16  switches: flows:  128539 129621 126546 127116 126770 128288 125866 127243 127245 124698 127170 123170 125376 123933 127024 122993  total = 33.637137 per ms 
02:09:30.715 16  switches: flows:  112670 112069 109616 111900 110800 110712 109957 111597 110071 110097 110200 110792 107293 110354 110565 110331  total = 29.434544 per ms 
02:10:30.815 16  switches: flows:  125973 124071 123096 122985 122242 124393 121678 123457 120262 121477 123749 119977 120947 123519 123478 124270  total = 32.704967 per ms 
02:11:30.915 16  switches: flows:  122246 121297 121683 119846 121150 120729 119462 119733 117640 117929 119254 118364 118878 119428 118265 120089  total = 31.879873 per ms 
02:12:31.016 16  switches: flows:  120917 121929 121080 120551 119750 120315 122253 118510 120466 116801 118912 120079 118698 120944 119210 118551  total = 31.929446 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29434.54/33823.89/32571.11/10933.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:12:31.030652" elapsed="0.001127"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T02:12:31.032135" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-05T02:12:31.031935" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-04-05T02:12:31.031892" elapsed="0.000404"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T02:12:31.032430" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:12:31.032379" elapsed="0.000105"/>
</branch>
<status status="NOT RUN" start="2026-04-05T02:12:31.032357" elapsed="0.000156"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T02:12:31.032558" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T02:12:31.036066" elapsed="0.000475"/>
</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-05T02:12:31.036746" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:12:31.037148" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T02:12:31.033013" elapsed="0.004366"/>
</kw>
<msg time="2026-04-05T02:12:31.037557" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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-05T02:02:24.566068" elapsed="606.471525"/>
</kw>
<status status="PASS" start="2026-04-05T02:02:24.565733" elapsed="606.471927"/>
</branch>
<status status="PASS" start="2026-04-05T02:02:24.565354" elapsed="606.472338"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.038299" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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.8. 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:30.113 16  switches: flows:  113958 115550 113330 115685 113965 115557 113455 115169 113373 112453 112793 112726 111933 112570 113950 112477  total = 30.315733 per ms 
02:04:30.213 16  switches: flows:  124866 126376 124011 124211 124936 126250 122247 124331 123496 121134 124305 121105 122747 121276 124133 122259  total = 32.906443 per ms 
02:05:30.313 16  switches: flows:  126272 128343 126357 127191 127613 129393 124953 126805 127018 122737 127380 123781 123893 123448 126099 122808  total = 33.512264 per ms 
02:06:30.414 16  switches: flows:  127748 128755 127267 127634 128207 130522 126622 128309 126317 124240 127374 125537 126133 125116 127950 125090  total = 33.823889 per ms 
02:07:30.514 16  switches: flows:  125186 127297 125977 125352 125469 127550 125110 125856 125539 122819 126163 122737 123578 124438 126036 122915  total = 33.311418 per ms 
02:08:30.614 16  switches: flows:  128539 129621 126546 127116 126770 128288 125866 127243 127245 124698 127170 123170 125376 123933 127024 122993  total = 33.637137 per ms 
02:09:30.715 16  switches: flows:  112670 112069 109616 111900 110800 110712 109957 111597 110071 110097 110200 110792 107293 110354 110565 110331  total = 29.434544 per ms 
02:10:30.815 16  switches: flows:  125973 124071 123096 122985 122242 124393 121678 123457 120262 121477 123749 119977 120947 123519 123478 124270  total = 32.704967 per ms 
02:11:30.915 16  switches: flows:  122246 121297 121683 119846 121150 120729 119462 119733 117640 117929 119254 118364 118878 119428 118265 120089  total = 31.879873 per ms 
02:12:31.016 16  switches: flows:  120917 121929 121080 120551 119750 120315 122253 118510 120466 116801 118912 120079 118698 120944 119210 118551  total = 31.929446 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29434.54/33823.89/32571.11/10933.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:12:31.037883" elapsed="0.000518"/>
</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-05T02:12:31.038604" elapsed="0.000496"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T02:12:31.039661" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T02:12:31.039785" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29434.54/33823.89/32571.11/10933.51 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-05T02:12:31.039340" elapsed="0.000479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:12:31.040404" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29434.54/33823.89/32571.11/10933.51 | 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-05T02:12:31.040032" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.043728" 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-05T02:12:31.040640" elapsed="0.003169"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.046104" level="INFO">29434.54/33823.89/32571.11/10933.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:12:31.043958" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:12:31.048619" 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-05T02:12:31.046318" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:12:31.050982" level="INFO">@{result_value_list} = [ 29434.54 | 33823.89 | 32571.11 | 10933.51 ]</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-05T02:12:31.048831" elapsed="0.002178"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.051485" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T02:12:31.051572" 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-05T02:12:31.051159" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.056209" level="INFO">min :: 29434.54</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-05T02:12:31.051990" elapsed="0.004276"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T02:12:31.051860" elapsed="0.004441"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.060718" level="INFO">max :: 33823.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:12:31.056520" elapsed="0.004254"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T02:12:31.056392" elapsed="0.004416"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.065227" level="INFO">avg :: 32571.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:12:31.061022" elapsed="0.004262"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T02:12:31.060896" elapsed="0.004422"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.069843" level="INFO">stdev :: 10933.51</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-05T02:12:31.065535" elapsed="0.004363"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T02:12:31.065409" elapsed="0.004522"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T02:12:31.051665" elapsed="0.018300"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.073935" level="INFO">${min} = 29434.54</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-05T02:12:31.070121" elapsed="0.003841"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.077787" level="INFO">${max} = 33823.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T02:12:31.074112" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.081799" level="INFO">${average} = 32571.11</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T02:12:31.077964" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.085629" level="INFO">${stdev} = 10933.51</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-05T02:12:31.081977" elapsed="0.003678"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.086163" level="INFO">${date} = 2026-04-05 02:12:31</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-05T02:12:31.085814" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.086751" level="INFO">CBench Result: 2026-04-05 02:12:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29434.54,33823.89,32571.11,10933.51</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-05T02:12:31.086351" elapsed="0.000454"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T02:12:31.087854" 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-05T02:12:31.087442" elapsed="0.000479"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T02:12:31.088071" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T02:12:31.086943" elapsed="0.001660"/>
</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-05T02:02:24.564171" elapsed="606.524492"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.089127" 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-05T02:12:31.088812" elapsed="0.000383"/>
</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-05T02:12:31.089705" elapsed="0.000259"/>
</kw>
<status status="PASS" start="2026-04-05T02:12:31.089413" elapsed="0.000623"/>
</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-05T02:02:24.560612" elapsed="606.529463"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.091488" 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-05T02:12:31.091079" elapsed="0.000473"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.092824" 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-05T02:12:31.092499" elapsed="0.000366"/>
</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-05T02:12:31.093203" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:12:31.092971" elapsed="0.000290"/>
</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-05T02:12:31.096071" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:12:31.095829" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-04-05T02:12:31.095811" elapsed="0.000338"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:12:31.096483" 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-05T02:12:31.096598" 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-05T02:12:31.096300" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.097161" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.8 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-05T02:12:31.096755" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:12:31.097754" 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-05T02:12:31.097372" elapsed="0.000408"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:12:31.098653" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T02:12:31.098739" 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-05T02:12:31.098358" elapsed="0.000404"/>
</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-05T02:12:31.098898" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T02:12:31.100078" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-04-05T02:12:31.663500" 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 Sun Apr  5 02:12:31 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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: Sun Apr  5 02:02:24 2026 from 10.30.171.199
[?2004h[jenkins@releng-48317-680-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-05T02:12:31.099733" elapsed="0.563899"/>
</kw>
<msg time="2026-04-05T02:12:31.663699" 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-05T02:12:31.099386" elapsed="0.564388"/>
</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-05T02:12:31.097976" elapsed="0.565895"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T02:12:31.664321" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.8 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T02:22:37.751606" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T02:22:37.752296" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T02:22:37.752421" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.8:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-05T02:12:31.664050" elapsed="606.088440"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:22:37.752934" elapsed="0.000906"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.755060" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.8: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.8. 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:36.776 16  switches: flows:  510939 500739 485647 479426 480338 499388 494525 489787 471247 489439 482917 482993 462444 487408 482835 487993  total = 129.801083 per ms 
02:14:36.901 16  switches: flows:  448134 395784 449577 450208 464501 470586 454750 459697 458932 450890 462553 465507 458246 455078 450669 453587  total = 120.563019 per ms 
02:15:37.002 16  switches: flows:  508858 504654 506994 506020 501456 509442 514025 501618 493081 503468 496876 503311 514049 500410 503947 502453  total = 134.285552 per ms 
02:16:37.105 16  switches: flows:  530644 537830 533585 525096 526885 532789 528108 517086 542183 531403 526566 529498 545414 530996 540086 533764  total = 141.623645 per ms 
02:17:37.221 16  switches: flows:  495532 490551 508847 506370 500157 502863 499468 505667 504542 501622 501342 497811 498061 508835 505893 509500  total = 133.691350 per ms 
02:18:37.323 16  switches: flows:  533497 531181 540383 532184 526809 539994 536983 530080 531375 533388 529087 533223 535044 530572 528814 535164  total = 141.890442 per ms 
02:19:37.425 16  switches: flows:  541956 549721 550914 541296 538828 544278 540414 541310 543829 546515 539542 542585 536645 549276 539858 541926  total = 144.570658 per ms 
02:20:37.528 16  switches: flows:  478797 479943 483342 486032 485902 480764 484968 484659 480555 488227 488133 480681 483914 487303 483331 476521  total = 128.666071 per ms 
02:21:37.629 16  switches: flows:  466125 476798 470622 462554 471423 469521 465596 477586 454213 465068 470449 461660 469572 467391 475790 462531  total = 124.572402 per ms 
02:22:37.731 16  switches: flows:  536781 539441 549017 385059 378973 385771 418777 549950 542395 543989 541299 556947 391767 548875 548921 392420  total = 129.951879 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120563.02/144570.66/133312.78/45110.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:22:37.754285" elapsed="0.001140"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T02:22:37.755982" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-05T02:22:37.755666" elapsed="0.000474"/>
</branch>
<status status="PASS" start="2026-04-05T02:22:37.755608" elapsed="0.000637"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T02:22:37.756499" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:22:37.756414" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-04-05T02:22:37.756375" elapsed="0.000270"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T02:22:37.756714" 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-05T02:22:37.762240" elapsed="0.000486"/>
</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-05T02:22:37.762932" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:22:37.763382" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T02:22:37.757492" elapsed="0.006120"/>
</kw>
<msg time="2026-04-05T02:22:37.763792" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.8:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-05T02:12:31.093589" elapsed="606.670240"/>
</kw>
<status status="PASS" start="2026-04-05T02:12:31.093285" elapsed="606.670612"/>
</branch>
<status status="PASS" start="2026-04-05T02:12:31.092952" elapsed="606.670987"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.764612" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.8: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.8. 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:36.776 16  switches: flows:  510939 500739 485647 479426 480338 499388 494525 489787 471247 489439 482917 482993 462444 487408 482835 487993  total = 129.801083 per ms 
02:14:36.901 16  switches: flows:  448134 395784 449577 450208 464501 470586 454750 459697 458932 450890 462553 465507 458246 455078 450669 453587  total = 120.563019 per ms 
02:15:37.002 16  switches: flows:  508858 504654 506994 506020 501456 509442 514025 501618 493081 503468 496876 503311 514049 500410 503947 502453  total = 134.285552 per ms 
02:16:37.105 16  switches: flows:  530644 537830 533585 525096 526885 532789 528108 517086 542183 531403 526566 529498 545414 530996 540086 533764  total = 141.623645 per ms 
02:17:37.221 16  switches: flows:  495532 490551 508847 506370 500157 502863 499468 505667 504542 501622 501342 497811 498061 508835 505893 509500  total = 133.691350 per ms 
02:18:37.323 16  switches: flows:  533497 531181 540383 532184 526809 539994 536983 530080 531375 533388 529087 533223 535044 530572 528814 535164  total = 141.890442 per ms 
02:19:37.425 16  switches: flows:  541956 549721 550914 541296 538828 544278 540414 541310 543829 546515 539542 542585 536645 549276 539858 541926  total = 144.570658 per ms 
02:20:37.528 16  switches: flows:  478797 479943 483342 486032 485902 480764 484968 484659 480555 488227 488133 480681 483914 487303 483331 476521  total = 128.666071 per ms 
02:21:37.629 16  switches: flows:  466125 476798 470622 462554 471423 469521 465596 477586 454213 465068 470449 461660 469572 467391 475790 462531  total = 124.572402 per ms 
02:22:37.731 16  switches: flows:  536781 539441 549017 385059 378973 385771 418777 549950 542395 543989 541299 556947 391767 548875 548921 392420  total = 129.951879 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120563.02/144570.66/133312.78/45110.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:22:37.764134" elapsed="0.000599"/>
</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-05T02:22:37.764943" elapsed="0.000586"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T02:22:37.766122" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T02:22:37.766275" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 120563.02/144570.66/133312.78/45110.50 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-05T02:22:37.765798" elapsed="0.000512"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:22:37.766896" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 120563.02/144570.66/133312.78/45110.50 | 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-05T02:22:37.766527" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.770310" 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-05T02:22:37.767135" elapsed="0.003256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.773727" level="INFO">120563.02/144570.66/133312.78/45110.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:22:37.770611" elapsed="0.003175"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:22:37.776175" 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-05T02:22:37.773951" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:22:37.778739" level="INFO">@{result_value_list} = [ 120563.02 | 144570.66 | 133312.78 | 45110.50 ]</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-05T02:22:37.776418" elapsed="0.002349"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.779268" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T02:22:37.779382" 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-05T02:22:37.778922" elapsed="0.000485"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.784093" level="INFO">min :: 120563.02</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-05T02:22:37.779801" elapsed="0.004349"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T02:22:37.779672" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.789030" level="INFO">max :: 144570.66</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-05T02:22:37.784417" elapsed="0.004672"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T02:22:37.784290" elapsed="0.004858"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.793840" level="INFO">avg :: 133312.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:22:37.789502" elapsed="0.004396"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T02:22:37.789350" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.798641" level="INFO">stdev :: 45110.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:22:37.794150" elapsed="0.004549"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T02:22:37.794021" elapsed="0.004714"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T02:22:37.779473" elapsed="0.019293"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.802686" level="INFO">${min} = 120563.02</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-05T02:22:37.798925" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.806556" level="INFO">${max} = 144570.66</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-05T02:22:37.802869" elapsed="0.003714"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.810464" level="INFO">${average} = 133312.78</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-05T02:22:37.806747" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.814428" level="INFO">${stdev} = 45110.50</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-05T02:22:37.810661" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.814986" level="INFO">${date} = 2026-04-05 02:22:37</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-05T02:22:37.814614" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.815595" level="INFO">CBench Result: 2026-04-05 02:22:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,120563.02,144570.66,133312.78,45110.50</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-05T02:22:37.815172" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T02:22:37.816691" 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-05T02:22:37.816275" elapsed="0.000484"/>
</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-05T02:22:37.816909" elapsed="0.000527"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T02:22:37.815792" elapsed="0.001710"/>
</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-05T02:12:31.091861" elapsed="606.725700"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.818039" 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-05T02:22:37.817709" elapsed="0.000387"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-05T02:22:37.818637" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-04-05T02:22:37.818326" elapsed="0.000644"/>
</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-05T02:12:31.090521" elapsed="606.728488"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.820708" 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-05T02:22:37.820273" elapsed="0.000493"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.822264" 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-05T02:22:37.821908" elapsed="0.000418"/>
</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-05T02:22:37.822704" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:22:37.822469" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-05T02:22:37.826109" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:22:37.825855" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-05T02:22:37.825836" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:22:37.826532" 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-05T02:22:37.826651" 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-05T02:22:37.826336" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.827262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.40" 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-05T02:22:37.826828" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T02:22:37.827886" 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-05T02:22:37.827457" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:22:37.829010" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T02:22:37.829133" 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-05T02:22:37.828497" elapsed="0.000664"/>
</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-05T02:22:37.829321" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T02:22:37.830554" level="INFO">Logging into '10.30.171.40:22' as 'jenkins'.</msg>
<msg time="2026-04-05T02:22:38.435525" 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 Sun Apr  5 02:22:38 UTC 2026

  System load:  0.11               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.40
  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: Sun Apr  5 02:12:31 2026 from 10.30.171.199
[?2004h[jenkins@releng-48317-680-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-05T02:22:37.830173" elapsed="0.605541"/>
</kw>
<msg time="2026-04-05T02:22:38.435800" 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-05T02:22:37.829810" elapsed="0.606074"/>
</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-05T02:22:37.828112" elapsed="0.607890"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T02:22:38.436630" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.8 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-05T02:32:44.494024" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T02:32:44.494648" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T02:32:44.494752" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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-05T02:22:38.436261" elapsed="606.058554"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:32:44.495304" elapsed="0.000710"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.497158" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:43.567 16  switches: flows:  98871 93451 92473 91792 94000 92960 90575 96535 93814 90979 92995 92072 91090 98752 91871 90234  total = 24.874400 per ms 
02:24:43.667 16  switches: flows:  121568 120906 120046 119587 122262 119785 118904 120143 118217 117641 120650 118509 118131 118420 117101 117349  total = 31.767237 per ms 
02:25:43.767 16  switches: flows:  123944 125282 125151 124907 125728 122388 126120 124486 124348 121486 124961 122531 122626 123757 121136 123326  total = 32.981237 per ms 
02:26:43.868 16  switches: flows:  123644 127427 125606 125465 126625 123824 126254 123833 124371 123600 126384 121195 121794 126113 121076 124445  total = 33.138929 per ms 
02:27:43.968 16  switches: flows:  125255 126217 126849 125414 127138 124237 126291 123388 124907 122174 126578 122518 122095 124760 119800 123910  total = 33.136789 per ms 
02:28:44.069 16  switches: flows:  123909 124787 126283 123244 125634 122770 125195 124275 124322 121791 126023 119860 122854 123671 122279 122597  total = 32.936147 per ms 
02:29:44.169 16  switches: flows:  115508 114835 115264 115160 117507 113543 115234 115116 114265 112284 115519 112973 114908 114973 112962 112208  total = 30.486741 per ms 
02:30:44.270 16  switches: flows:  122924 120744 120537 121702 120757 123204 119406 122791 118642 119550 122059 117714 119919 119209 118771 118223  total = 32.049022 per ms 
02:31:44.370 16  switches: flows:  107960 104170 106103 106722 106528 106789 105261 107029 103666 104941 104499 103944 104932 103732 103803 102871  total = 28.002402 per ms 
02:32:44.470 16  switches: flows:  125541 121503 123576 119507 123236 123202 121720 124327 121894 121047 120776 121348 120178 119275 120913 118473  total = 32.387794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.40/33138.93/31876.26/10743.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.496430" elapsed="0.001070"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T02:32:44.497995" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-04-05T02:32:44.497700" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-04-05T02:32:44.497646" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T02:32:44.498458" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-05T02:32:44.498376" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-05T02:32:44.498340" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T02:32:44.498663" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T02:32:44.504150" elapsed="0.000784"/>
</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-05T02:32:44.505104" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T02:32:44.505406" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T02:32:44.499377" elapsed="0.006177"/>
</kw>
<msg time="2026-04-05T02:32:44.505680" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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-05T02:22:37.823500" elapsed="606.682206"/>
</kw>
<status status="PASS" start="2026-04-05T02:22:37.822786" elapsed="606.682969"/>
</branch>
<status status="PASS" start="2026-04-05T02:22:37.822436" elapsed="606.683342"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.506221" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.8: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.8. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:43.567 16  switches: flows:  98871 93451 92473 91792 94000 92960 90575 96535 93814 90979 92995 92072 91090 98752 91871 90234  total = 24.874400 per ms 
02:24:43.667 16  switches: flows:  121568 120906 120046 119587 122262 119785 118904 120143 118217 117641 120650 118509 118131 118420 117101 117349  total = 31.767237 per ms 
02:25:43.767 16  switches: flows:  123944 125282 125151 124907 125728 122388 126120 124486 124348 121486 124961 122531 122626 123757 121136 123326  total = 32.981237 per ms 
02:26:43.868 16  switches: flows:  123644 127427 125606 125465 126625 123824 126254 123833 124371 123600 126384 121195 121794 126113 121076 124445  total = 33.138929 per ms 
02:27:43.968 16  switches: flows:  125255 126217 126849 125414 127138 124237 126291 123388 124907 122174 126578 122518 122095 124760 119800 123910  total = 33.136789 per ms 
02:28:44.069 16  switches: flows:  123909 124787 126283 123244 125634 122770 125195 124275 124322 121791 126023 119860 122854 123671 122279 122597  total = 32.936147 per ms 
02:29:44.169 16  switches: flows:  115508 114835 115264 115160 117507 113543 115234 115116 114265 112284 115519 112973 114908 114973 112962 112208  total = 30.486741 per ms 
02:30:44.270 16  switches: flows:  122924 120744 120537 121702 120757 123204 119406 122791 118642 119550 122059 117714 119919 119209 118771 118223  total = 32.049022 per ms 
02:31:44.370 16  switches: flows:  107960 104170 106103 106722 106528 106789 105261 107029 103666 104941 104499 103944 104932 103732 103803 102871  total = 28.002402 per ms 
02:32:44.470 16  switches: flows:  125541 121503 123576 119507 123236 123202 121720 124327 121894 121047 120776 121348 120178 119275 120913 118473  total = 32.387794 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.40/33138.93/31876.26/10743.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.505927" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-05T02:32:44.506448" elapsed="0.000358"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T02:32:44.507175" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T02:32:44.507280" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28002.40/33138.93/31876.26/10743.81 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-05T02:32:44.506962" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:32:44.507708" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28002.40/33138.93/31876.26/10743.81 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T02:32:44.507453" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.510089" 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-05T02:32:44.507875" elapsed="0.002270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.512647" level="INFO">28002.40/33138.93/31876.26/10743.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.510315" elapsed="0.002387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:32:44.515008" 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-05T02:32:44.512849" elapsed="0.002186"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T02:32:44.517416" level="INFO">@{result_value_list} = [ 28002.40 | 33138.93 | 31876.26 | 10743.81 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T02:32:44.515236" elapsed="0.002208"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.517894" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T02:32:44.517980" 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-05T02:32:44.517597" elapsed="0.000407"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.522573" level="INFO">min :: 28002.40</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-05T02:32:44.518388" elapsed="0.004240"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T02:32:44.518262" elapsed="0.004400"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.527040" level="INFO">max :: 33138.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-05T02:32:44.522871" elapsed="0.004223"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T02:32:44.522747" elapsed="0.004381"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.531623" level="INFO">avg :: 31876.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.527348" elapsed="0.004330"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T02:32:44.527224" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.536097" level="INFO">stdev :: 10743.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.531921" elapsed="0.004231"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T02:32:44.531794" elapsed="0.004430"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T02:32:44.518066" elapsed="0.018190"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.540325" level="INFO">${min} = 28002.40</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-05T02:32:44.536412" elapsed="0.003941"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.544093" level="INFO">${max} = 33138.93</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-05T02:32:44.540508" elapsed="0.003611"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.547913" level="INFO">${average} = 31876.26</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-05T02:32:44.544302" elapsed="0.003638"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.551716" level="INFO">${stdev} = 10743.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T02:32:44.548090" elapsed="0.003652"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.552283" level="INFO">${date} = 2026-04-05 02:32:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-05T02:32:44.551897" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.552855" level="INFO">CBench Result: 2026-04-05 02:32:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28002.40,33138.93,31876.26,10743.81</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T02:32:44.552454" elapsed="0.000455"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T02:32:44.553984" 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-05T02:32:44.553517" elapsed="0.000534"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T02:32:44.554213" elapsed="0.000447"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T02:32:44.553045" elapsed="0.001678"/>
</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-05T02:22:37.821076" elapsed="606.733705"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.555246" 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-05T02:32:44.554925" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T02:32:44.556510" 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-05T02:32:44.556004" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-05T02:32:44.556753" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-04-05T02:32:44.556611" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-04-05T02:32:44.556593" elapsed="0.000243"/>
</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-05T02:32:44.556975" 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-05T02:32:44.557129" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-05T02:32:44.557309" 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-05T02:32:44.557498" 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-05T02:32:44.557655" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-05T02:32:44.557801" 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-05T02:32:44.557943" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-05T02:32:44.558159" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-05T02:32:44.558024" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-04-05T02:32:44.558008" elapsed="0.000240"/>
</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-05T02:32:44.555673" elapsed="0.002626"/>
</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-05T02:22:37.819613" elapsed="606.738731"/>
</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-05T02:02:22.033573" elapsed="1822.525308"/>
</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>
