<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-29T01:45:07.044721" 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-29T01:45:07.622360" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:45:07.622219" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:07.622189" elapsed="0.000289"/>
</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-29T01:45:07.622628" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T01:45:07.623654" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-04-29T01:45:08.481478" 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-29T01:45:07.623338" elapsed="0.858323"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T01:45:08.529917" 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-29T01:45:08.481939" elapsed="0.048053"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T01:45:08.531907" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T01:45:08.532025" 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-29T01:45:08.530164" elapsed="0.001891"/>
</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-29T01:45:08.532218" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:45:08.532599" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.533289" 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-29T01:45:08.532956" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T01:45:08.533420" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.167
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-29T01:45:07.621832" elapsed="0.911774"/>
</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-29T01:45:07.617929" elapsed="0.915743"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T01:45:08.534253" 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-29T01:45:08.533865" elapsed="0.000445"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T01:45:08.534732" 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-29T01:45:08.534482" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.535421" 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-29T01:45:08.534947" elapsed="0.000503"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.535961" 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-29T01:45:08.535625" elapsed="0.000378"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.536547" 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-29T01:45:08.536152" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.537048" 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-29T01:45:08.536737" elapsed="0.000352"/>
</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-29T01:45:08.537415" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:45:08.537178" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:45:08.542101" 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-29T01:45:08.541694" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:45:08.543151" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T01:45:08.543234" 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-29T01:45:08.542700" elapsed="0.000558"/>
</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-29T01:45:08.543448" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T01:45:08.544821" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-04-29T01:45:09.236979" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Apr 29 01:45:08 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  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-704-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-29T01:45:08.544309" elapsed="0.692830"/>
</kw>
<msg time="2026-04-29T01:45:09.237229" 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-29T01:45:08.543957" elapsed="0.693364"/>
</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-29T01:45:08.542336" elapsed="0.695123"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.245169" 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-29T01:45:09.237687" elapsed="0.009065"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:45:09.247007" elapsed="0.000397"/>
</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-29T01:45:08.541146" elapsed="0.706350"/>
</kw>
<status status="PASS" start="2026-04-29T01:45:08.537700" elapsed="0.709849"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:08.537152" elapsed="0.710442"/>
</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-29T01:45:09.247832" elapsed="0.000755"/>
</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-29T01:45:09.254873" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:45:09.254703" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:09.254670" elapsed="0.000311"/>
</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-29T01:45:09.260213" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:45:09.260053" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:09.260026" elapsed="0.000288"/>
</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-29T01:45:09.260524" elapsed="0.000607"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.261725" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-04-29T01:45:09.447336" 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-29T01:45:09.261338" elapsed="0.186150"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.563006" 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-29T01:45:09.447720" elapsed="0.115374"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.569528" 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-29T01:45:09.569741" 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-29T01:45:09.563297" elapsed="0.006479"/>
</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-29T01:45:09.569938" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:45:09.570291" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.571017" 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-29T01:45:09.570687" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T01:45:09.571125" elapsed="0.000058"/>
</return>
<msg time="2026-04-29T01:45:09.571336" 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.171.167
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-29T01:45:09.259522" elapsed="0.311866"/>
</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-29T01:45:09.571543" elapsed="0.000590"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T01:45:09.572187" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-29T01:45:09.254248" elapsed="0.318073"/>
</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-29T01:45:09.576290" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:45:09.576146" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:09.576120" elapsed="0.000277"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-29T01:45:09.576545" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.577485" level="INFO">Logging into '10.30.171.167:8101' as 'karaf'.</msg>
<msg time="2026-04-29T01:45:09.790674" 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-29T01:45:09.577184" elapsed="0.213655"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.815459" 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-29T01:45:09.791101" elapsed="0.024422"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.817640" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-29T01:45:09.817756" 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-29T01:45:09.815677" elapsed="0.002109"/>
</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-29T01:45:09.817928" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:45:09.818279" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.818984" 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-29T01:45:09.818645" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-29T01:45:09.819093" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.167
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-29T01:45:09.575756" elapsed="0.243519"/>
</kw>
<status status="PASS" start="2026-04-29T01:45:07.616080" elapsed="2.203263"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.821686" 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-29T01:45:09.820573" elapsed="0.001180"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.823292" 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-29T01:45:09.822894" elapsed="0.000450"/>
</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-29T01:45:09.823703" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:45:09.823454" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-29T01:45:09.826861" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:45:09.826606" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:09.826586" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.827298" 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-29T01:45:09.827442" 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-29T01:45:09.827090" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.828080" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-29T01:45:09.827610" elapsed="0.000534"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.828777" 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-29T01:45:09.828290" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:45:09.829791" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T01:45:09.829883" 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-29T01:45:09.829454" elapsed="0.000454"/>
</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-29T01:45:09.830066" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T01:45:09.831310" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-04-29T01:45:10.169552" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Apr 29 01:45:08 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed Apr 29 01:45:09 2026 from 10.30.170.14
[?2004h[jenkins@releng-48317-704-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-29T01:45:09.830938" elapsed="0.338835"/>
</kw>
<msg time="2026-04-29T01:45:10.169864" 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-29T01:45:09.830584" elapsed="0.339371"/>
</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-29T01:45:09.829017" elapsed="0.341061"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T01:45:10.170965" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T01:55:16.300586" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T01:55:16.301174" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T01:55:16.301282" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T01:45:10.170315" elapsed="606.131027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:55:16.301872" elapsed="0.000874"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.303946" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:15.405 16  switches: flows:  112101 112667 110630 111122 110756 109774 110061 109518 106104 109191 108891 107441 110566 107958 107826 106681  total = 29.188117 per ms 
01:47:15.505 16  switches: flows:  122068 122029 118938 120202 119990 120279 120196 120825 118957 117718 118965 117915 117907 118856 116677 117603  total = 31.765660 per ms 
01:48:15.605 16  switches: flows:  114635 115647 114049 113993 112702 113139 113673 114759 113818 111858 113286 112977 112617 111610 111760 111378  total = 30.148029 per ms 
01:49:15.707 16  switches: flows:  121953 122792 120893 121296 120177 119189 119255 120986 119530 118962 118259 118873 118136 117863 118443 117465  total = 31.847152 per ms 
01:50:15.808 16  switches: flows:  123711 125152 122477 123706 121449 121179 123564 122683 121005 120215 119442 121006 120611 119391 121128 121020  total = 32.408174 per ms 
01:51:15.908 16  switches: flows:  122299 123803 122647 122230 122550 122746 122305 122406 121176 119855 121496 119699 120060 119701 120872 118478  total = 32.318015 per ms 
01:52:16.008 16  switches: flows:  122093 123366 121271 123615 121693 121724 120831 120953 119559 117583 119837 119259 120381 118607 119861 119116  total = 32.108872 per ms 
01:53:16.110 16  switches: flows:  124114 124589 122407 121894 121076 119790 121573 120729 119597 118789 119207 118411 118424 117163 119367 117905  total = 32.030429 per ms 
01:54:16.211 16  switches: flows:  125159 124519 122205 121829 122693 121246 122949 121136 118463 120712 121053 120064 116954 118676 119610 116496  total = 32.175636 per ms 
01:55:16.313 16  switches: flows:  114481 115028 110912 112024 112586 110157 113601 112243 108720 110470 110648 109473 107884 109986 109685 108392  total = 29.555064 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29555.06/32408.17/31595.23/10575.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:55:16.303161" elapsed="0.001102"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T01:55:16.304813" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-04-29T01:55:16.304492" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-29T01:55:16.304431" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T01:55:16.305259" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-29T01:55:16.305173" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-04-29T01:55:16.305138" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T01:55:16.305514" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T01:55:16.309333" elapsed="0.000357"/>
</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-29T01:55:16.309839" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T01:55:16.310150" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T01:55:16.306220" elapsed="0.004080"/>
</kw>
<msg time="2026-04-29T01:55:16.310448" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T01:45:09.824164" elapsed="606.486312"/>
</kw>
<status status="PASS" start="2026-04-29T01:45:09.823791" elapsed="606.486735"/>
</branch>
<status status="PASS" start="2026-04-29T01:45:09.823429" elapsed="606.487121"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.310982" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:15.405 16  switches: flows:  112101 112667 110630 111122 110756 109774 110061 109518 106104 109191 108891 107441 110566 107958 107826 106681  total = 29.188117 per ms 
01:47:15.505 16  switches: flows:  122068 122029 118938 120202 119990 120279 120196 120825 118957 117718 118965 117915 117907 118856 116677 117603  total = 31.765660 per ms 
01:48:15.605 16  switches: flows:  114635 115647 114049 113993 112702 113139 113673 114759 113818 111858 113286 112977 112617 111610 111760 111378  total = 30.148029 per ms 
01:49:15.707 16  switches: flows:  121953 122792 120893 121296 120177 119189 119255 120986 119530 118962 118259 118873 118136 117863 118443 117465  total = 31.847152 per ms 
01:50:15.808 16  switches: flows:  123711 125152 122477 123706 121449 121179 123564 122683 121005 120215 119442 121006 120611 119391 121128 121020  total = 32.408174 per ms 
01:51:15.908 16  switches: flows:  122299 123803 122647 122230 122550 122746 122305 122406 121176 119855 121496 119699 120060 119701 120872 118478  total = 32.318015 per ms 
01:52:16.008 16  switches: flows:  122093 123366 121271 123615 121693 121724 120831 120953 119559 117583 119837 119259 120381 118607 119861 119116  total = 32.108872 per ms 
01:53:16.110 16  switches: flows:  124114 124589 122407 121894 121076 119790 121573 120729 119597 118789 119207 118411 118424 117163 119367 117905  total = 32.030429 per ms 
01:54:16.211 16  switches: flows:  125159 124519 122205 121829 122693 121246 122949 121136 118463 120712 121053 120064 116954 118676 119610 116496  total = 32.175636 per ms 
01:55:16.313 16  switches: flows:  114481 115028 110912 112024 112586 110157 113601 112243 108720 110470 110648 109473 107884 109986 109685 108392  total = 29.555064 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29555.06/32408.17/31595.23/10575.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:55:16.310692" elapsed="0.000366"/>
</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-29T01:55:16.311248" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T01:55:16.312053" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T01:55:16.312144" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29555.06/32408.17/31595.23/10575.55 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-29T01:55:16.311821" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:55:16.312609" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29555.06/32408.17/31595.23/10575.55 | 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-29T01:55:16.312324" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.315053" 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-29T01:55:16.312782" elapsed="0.002328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.317550" level="INFO">29555.06/32408.17/31595.23/10575.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:55:16.315286" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:55:16.320011" 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-29T01:55:16.317756" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T01:55:16.322509" level="INFO">@{result_value_list} = [ 29555.06 | 32408.17 | 31595.23 | 10575.55 ]</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-29T01:55:16.320227" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.322999" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T01:55:16.323087" 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-29T01:55:16.322692" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.327957" level="INFO">min :: 29555.06</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-29T01:55:16.323555" elapsed="0.004460"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T01:55:16.323420" elapsed="0.004630"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.332690" level="INFO">max :: 32408.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:55:16.328271" elapsed="0.004476"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T01:55:16.328142" elapsed="0.004640"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.337441" level="INFO">avg :: 31595.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T01:55:16.333001" elapsed="0.004497"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T01:55:16.332871" elapsed="0.004662"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.342152" level="INFO">stdev :: 10575.55</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-29T01:55:16.337761" elapsed="0.004448"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T01:55:16.337629" elapsed="0.004615"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T01:55:16.323181" elapsed="0.019097"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.346313" level="INFO">${min} = 29555.06</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-29T01:55:16.342454" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.350590" level="INFO">${max} = 32408.17</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-29T01:55:16.346518" elapsed="0.004100"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.354755" level="INFO">${average} = 31595.23</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-29T01:55:16.350780" elapsed="0.004002"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.358902" level="INFO">${stdev} = 10575.55</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-29T01:55:16.354935" elapsed="0.003993"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.359465" level="INFO">${date} = 2026-04-29 01:55:16</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-29T01:55:16.359090" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.360188" level="INFO">CBench Result: 2026-04-29 01:55:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29555.06,32408.17,31595.23,10575.55</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-29T01:55:16.359677" elapsed="0.000567"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T01:55:16.361283" 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-29T01:55:16.360881" elapsed="0.000470"/>
</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-29T01:55:16.361522" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T01:55:16.360400" elapsed="0.001647"/>
</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-29T01:45:09.822195" elapsed="606.539914"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.362603" 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-29T01:55:16.362261" elapsed="0.000398"/>
</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-29T01:55:16.363169" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-04-29T01:55:16.362869" elapsed="0.000659"/>
</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-29T01:45:09.819576" elapsed="606.543989"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.365073" 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-29T01:55:16.364614" elapsed="0.000517"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.366400" 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-29T01:55:16.366054" elapsed="0.000390"/>
</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-29T01:55:16.366842" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:55:16.366554" elapsed="0.000348"/>
</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-29T01:55:16.369894" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-29T01:55:16.369645" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-04-29T01:55:16.369626" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:55:16.370294" 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-29T01:55:16.370432" 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-29T01:55:16.370104" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.371015" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-29T01:55:16.370595" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T01:55:16.371627" 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-29T01:55:16.371213" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T01:55:16.372607" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T01:55:16.372696" 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-29T01:55:16.372281" elapsed="0.000439"/>
</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-29T01:55:16.372863" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T01:55:16.374063" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-04-29T01:55:16.924570" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Apr 29 01:55:16 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed Apr 29 01:45:10 2026 from 10.30.170.14
[?2004h[jenkins@releng-48317-704-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-29T01:55:16.373708" elapsed="0.551129"/>
</kw>
<msg time="2026-04-29T01:55:16.924937" 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-29T01:55:16.373337" elapsed="0.551704"/>
</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-29T01:55:16.371901" elapsed="0.553277"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T01:55:16.925880" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T02:05:24.286408" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T02:05:24.286954" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T02:05:24.287064" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T01:55:16.925476" elapsed="607.361646"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T02:05:24.287621" elapsed="0.000798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.289593" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:22.746 16  switches: flows:  548428 538815 529155 534894 521868 517050 506078 502809 520817 504705 511682 515877 519555 520139 534428 536138  total = 139.373967 per ms 
01:57:22.847 16  switches: flows:  610206 616623 611793 615998 613355 613485 607713 611729 614547 617609 608326 611335 616634 600746 606809 599930  total = 162.673699 per ms 
01:58:22.950 16  switches: flows:  624532 628740 603975 623166 617824 617249 616173 618215 614682 612376 621403 616273 615998 605138 627346 610275  total = 164.279060 per ms 
01:59:23.051 16  switches: flows:  670899 654712 653217 668923 660291 662252 660793 660607 666471 665334 665220 668255 656280 665554 663902 665941  total = 176.513363 per ms 
02:00:23.152 16  switches: flows:  596667 600816 586675 598929 592906 579169 590608 598938 593710 581809 599787 598893 596312 601659 596622 587232  total = 158.078265 per ms 
02:01:23.255 16  switches: flows:  657364 656521 660488 657429 659562 656969 649299 665832 653450 653888 653590 653980 648979 657433 654708 646541  total = 174.472213 per ms 
02:02:23.356 16  switches: flows:  593843 583401 508629 602579 594081 608567 598318 598478 602749 598252 597394 599915 599134 603757 605334 597975  total = 157.940337 per ms 
02:03:24.089 16  switches: flows:  630630 627050 631792 621614 630866 629479 623499 634332 628950 629437 626987 623874 626428 627415 623036 624608  total = 165.315952 per ms 
02:04:24.190 16  switches: flows:  661929 662289 649009 658311 657932 658288 649947 647588 662152 580810 659588 660154 647911 653962 645794 649978  total = 173.135590 per ms 
02:05:24.291 16  switches: flows:  641141 639955 647784 631601 637735 650114 637075 650133 646200 656237 636586 642567 649178 637098 647632 641930  total = 171.261432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157940.34/176513.36/167074.43/56081.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:05:24.288804" elapsed="0.001111"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T02:05:24.290562" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-29T02:05:24.290114" elapsed="0.000607"/>
</branch>
<status status="PASS" start="2026-04-29T02:05:24.290048" elapsed="0.000731"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T02:05:24.290991" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-29T02:05:24.290908" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-29T02:05:24.290872" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T02:05:24.291199" 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-29T02:05:24.296796" elapsed="0.000344"/>
</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-29T02:05:24.297293" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T02:05:24.297626" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T02:05:24.291962" elapsed="0.005822"/>
</kw>
<msg time="2026-04-29T02:05:24.297916" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T01:55:16.367240" elapsed="607.930703"/>
</kw>
<status status="PASS" start="2026-04-29T01:55:16.366927" elapsed="607.931065"/>
</branch>
<status status="PASS" start="2026-04-29T01:55:16.366533" elapsed="607.931484"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.298479" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:22.746 16  switches: flows:  548428 538815 529155 534894 521868 517050 506078 502809 520817 504705 511682 515877 519555 520139 534428 536138  total = 139.373967 per ms 
01:57:22.847 16  switches: flows:  610206 616623 611793 615998 613355 613485 607713 611729 614547 617609 608326 611335 616634 600746 606809 599930  total = 162.673699 per ms 
01:58:22.950 16  switches: flows:  624532 628740 603975 623166 617824 617249 616173 618215 614682 612376 621403 616273 615998 605138 627346 610275  total = 164.279060 per ms 
01:59:23.051 16  switches: flows:  670899 654712 653217 668923 660291 662252 660793 660607 666471 665334 665220 668255 656280 665554 663902 665941  total = 176.513363 per ms 
02:00:23.152 16  switches: flows:  596667 600816 586675 598929 592906 579169 590608 598938 593710 581809 599787 598893 596312 601659 596622 587232  total = 158.078265 per ms 
02:01:23.255 16  switches: flows:  657364 656521 660488 657429 659562 656969 649299 665832 653450 653888 653590 653980 648979 657433 654708 646541  total = 174.472213 per ms 
02:02:23.356 16  switches: flows:  593843 583401 508629 602579 594081 608567 598318 598478 602749 598252 597394 599915 599134 603757 605334 597975  total = 157.940337 per ms 
02:03:24.089 16  switches: flows:  630630 627050 631792 621614 630866 629479 623499 634332 628950 629437 626987 623874 626428 627415 623036 624608  total = 165.315952 per ms 
02:04:24.190 16  switches: flows:  661929 662289 649009 658311 657932 658288 649947 647588 662152 580810 659588 660154 647911 653962 645794 649978  total = 173.135590 per ms 
02:05:24.291 16  switches: flows:  641141 639955 647784 631601 637735 650114 637075 650133 646200 656237 636586 642567 649178 637098 647632 641930  total = 171.261432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157940.34/176513.36/167074.43/56081.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:05:24.298161" elapsed="0.000398"/>
</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-29T02:05:24.298713" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T02:05:24.299506" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T02:05:24.299599" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157940.34/176513.36/167074.43/56081.88 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-29T02:05:24.299265" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:05:24.300071" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157940.34/176513.36/167074.43/56081.88 | 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-29T02:05:24.299781" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.302535" 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-29T02:05:24.300247" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.305018" level="INFO">157940.34/176513.36/167074.43/56081.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:05:24.302739" elapsed="0.002336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:05:24.307499" 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-29T02:05:24.305227" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:05:24.310063" level="INFO">@{result_value_list} = [ 157940.34 | 176513.36 | 167074.43 | 56081.88 ]</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-29T02:05:24.307723" elapsed="0.002368"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.310578" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T02:05:24.310667" 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-29T02:05:24.310249" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.315530" level="INFO">min :: 157940.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:05:24.311077" elapsed="0.004510"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T02:05:24.310946" elapsed="0.004676"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.320547" level="INFO">max :: 176513.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:05:24.315871" elapsed="0.004736"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T02:05:24.315713" elapsed="0.004932"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.325437" level="INFO">avg :: 167074.43</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-29T02:05:24.320867" elapsed="0.004631"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T02:05:24.320737" elapsed="0.004800"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.330223" level="INFO">stdev :: 56081.88</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-29T02:05:24.325766" elapsed="0.004516"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T02:05:24.325632" elapsed="0.004688"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T02:05:24.310758" elapsed="0.019595"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.336228" level="INFO">${min} = 157940.34</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T02:05:24.330551" elapsed="0.005719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.341537" level="INFO">${max} = 176513.36</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-29T02:05:24.336538" elapsed="0.005026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.345588" level="INFO">${average} = 167074.43</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-29T02:05:24.341723" elapsed="0.003892"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.349596" level="INFO">${stdev} = 56081.88</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-29T02:05:24.345769" elapsed="0.003854"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.350144" level="INFO">${date} = 2026-04-29 02:05:24</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-29T02:05:24.349785" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.350867" level="INFO">CBench Result: 2026-04-29 02:05:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157940.34,176513.36,167074.43,56081.88</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-29T02:05:24.350338" elapsed="0.000588"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T02:05:24.352090" 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-29T02:05:24.351600" elapsed="0.000559"/>
</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-29T02:05:24.352315" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T02:05:24.351088" elapsed="0.001796"/>
</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-29T01:55:16.365473" elapsed="607.987474"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.353442" 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-29T02:05:24.353101" elapsed="0.000399"/>
</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-29T02:05:24.354098" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-04-29T02:05:24.353714" elapsed="0.000746"/>
</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-29T01:55:16.364032" elapsed="607.990466"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.355703" 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-29T02:05:24.355295" elapsed="0.000465"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.357022" 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-29T02:05:24.356688" elapsed="0.000376"/>
</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-29T02:05:24.357442" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-29T02:05:24.357190" elapsed="0.000314"/>
</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-29T02:05:24.360500" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-29T02:05:24.360230" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-04-29T02:05:24.360210" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-29T02:05:24.360917" 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-29T02:05:24.361036" 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-29T02:05:24.360715" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.361637" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.172" 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-29T02:05:24.361198" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-29T02:05:24.362244" 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-29T02:05:24.361839" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T02:05:24.363343" level="INFO">Length is 0.</msg>
<msg time="2026-04-29T02:05:24.363454" 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-29T02:05:24.362867" elapsed="0.000612"/>
</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-29T02:05:24.363629" elapsed="0.000403"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-29T02:05:24.364927" level="INFO">Logging into '10.30.170.172:22' as 'jenkins'.</msg>
<msg time="2026-04-29T02:05:24.926608" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed Apr 29 02:05:24 UTC 2026

  System load:  0.31               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.172
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed Apr 29 01:55:16 2026 from 10.30.170.14
[?2004h[jenkins@releng-48317-704-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-29T02:05:24.364570" elapsed="0.562257"/>
</kw>
<msg time="2026-04-29T02:05:24.926921" 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-29T02:05:24.364193" elapsed="0.562812"/>
</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-29T02:05:24.362488" elapsed="0.564635"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-29T02:05:24.927750" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.167 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-29T02:15:30.981293" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-29T02:15:30.982072" level="INFO">${stdout} = </msg>
<msg time="2026-04-29T02:15:30.982199" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-29T02:05:24.927357" elapsed="606.054901"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T02:15:30.982946" elapsed="0.000918"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:30.985041" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:30.084 16  switches: flows:  124258 125429 124661 122966 123372 122535 123579 123118 122133 123730 121702 120460 121939 122505 120931 121157  total = 32.741250 per ms 
02:07:30.185 16  switches: flows:  125428 127841 125663 125093 123826 123710 126664 125866 122133 126672 124354 121453 123959 124043 122804 121306  total = 33.124947 per ms 
02:08:30.285 16  switches: flows:  122118 124579 122291 121605 120743 120368 121539 121728 119248 122042 120896 118831 119763 119560 119744 119001  total = 32.180497 per ms 
02:09:30.387 16  switches: flows:  105992 106022 107876 105359 107266 105282 104655 103580 105108 103932 105385 105043 103159 103909 104774 104126  total = 27.977748 per ms 
02:10:30.488 16  switches: flows:  127802 126578 127406 128023 127687 126998 125484 125117 122303 126972 125825 125001 121839 122871 126026 125442  total = 33.466979 per ms 
02:11:30.589 16  switches: flows:  128795 126114 127338 127322 127936 126481 123435 124371 122512 127135 125024 123735 121888 122500 124876 125315  total = 33.357230 per ms 
02:12:30.690 16  switches: flows:  123180 121991 122777 122295 121917 121007 119355 119517 118198 121618 120855 119302 117461 118298 119605 120948  total = 32.085187 per ms 
02:13:30.791 16  switches: flows:  126474 125031 128604 124766 126205 125341 122435 123976 123032 126284 122156 123228 120565 120980 123741 120001  total = 32.991906 per ms 
02:14:30.892 16  switches: flows:  126700 125227 129249 125190 125901 126600 124338 124278 124845 127109 124041 122552 121014 122504 126154 122127  total = 33.241449 per ms 
02:15:30.994 16  switches: flows:  122907 122424 126168 124056 125274 123563 121663 123687 123869 125072 120695 120385 119404 118795 123801 120204  total = 32.644912 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27977.75/33466.98/32341.21/10900.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:15:30.984243" elapsed="0.001171"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-29T02:15:30.985915" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-04-29T02:15:30.985605" elapsed="0.000463"/>
</branch>
<status status="PASS" start="2026-04-29T02:15:30.985552" elapsed="0.000572"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-29T02:15:30.986335" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-29T02:15:30.986252" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-04-29T02:15:30.986217" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-29T02:15:30.986583" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-29T02:15:30.992597" elapsed="0.000741"/>
</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-29T02:15:30.993737" elapsed="0.000418"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-29T02:15:30.994503" elapsed="0.000232"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-29T02:15:30.987365" elapsed="0.007494"/>
</kw>
<msg time="2026-04-29T02:15:30.995224" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-29T02:05:24.357849" elapsed="606.637449"/>
</kw>
<status status="PASS" start="2026-04-29T02:05:24.357529" elapsed="606.637899"/>
</branch>
<status status="PASS" start="2026-04-29T02:05:24.357167" elapsed="606.638287"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:30.995893" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.167: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.171.167. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:30.084 16  switches: flows:  124258 125429 124661 122966 123372 122535 123579 123118 122133 123730 121702 120460 121939 122505 120931 121157  total = 32.741250 per ms 
02:07:30.185 16  switches: flows:  125428 127841 125663 125093 123826 123710 126664 125866 122133 126672 124354 121453 123959 124043 122804 121306  total = 33.124947 per ms 
02:08:30.285 16  switches: flows:  122118 124579 122291 121605 120743 120368 121539 121728 119248 122042 120896 118831 119763 119560 119744 119001  total = 32.180497 per ms 
02:09:30.387 16  switches: flows:  105992 106022 107876 105359 107266 105282 104655 103580 105108 103932 105385 105043 103159 103909 104774 104126  total = 27.977748 per ms 
02:10:30.488 16  switches: flows:  127802 126578 127406 128023 127687 126998 125484 125117 122303 126972 125825 125001 121839 122871 126026 125442  total = 33.466979 per ms 
02:11:30.589 16  switches: flows:  128795 126114 127338 127322 127936 126481 123435 124371 122512 127135 125024 123735 121888 122500 124876 125315  total = 33.357230 per ms 
02:12:30.690 16  switches: flows:  123180 121991 122777 122295 121917 121007 119355 119517 118198 121618 120855 119302 117461 118298 119605 120948  total = 32.085187 per ms 
02:13:30.791 16  switches: flows:  126474 125031 128604 124766 126205 125341 122435 123976 123032 126284 122156 123228 120565 120980 123741 120001  total = 32.991906 per ms 
02:14:30.892 16  switches: flows:  126700 125227 129249 125190 125901 126600 124338 124278 124845 127109 124041 122552 121014 122504 126154 122127  total = 33.241449 per ms 
02:15:30.994 16  switches: flows:  122907 122424 126168 124056 125274 123563 121663 123687 123869 125072 120695 120385 119404 118795 123801 120204  total = 32.644912 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27977.75/33466.98/32341.21/10900.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:15:30.995597" elapsed="0.000371"/>
</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-29T02:15:30.996120" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-29T02:15:30.996916" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-29T02:15:30.997009" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27977.75/33466.98/32341.21/10900.18 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-29T02:15:30.996686" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:15:30.997469" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27977.75/33466.98/32341.21/10900.18 | 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-29T02:15:30.997190" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:30.999981" 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-29T02:15:30.997644" elapsed="0.002396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.002664" level="INFO">27977.75/33466.98/32341.21/10900.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-29T02:15:31.000189" elapsed="0.002534"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:15:31.005137" 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-29T02:15:31.002878" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-29T02:15:31.007697" level="INFO">@{result_value_list} = [ 27977.75 | 33466.98 | 32341.21 | 10900.18 ]</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-29T02:15:31.005363" elapsed="0.002362"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.008201" level="INFO">Length is 4.</msg>
<msg time="2026-04-29T02:15:31.008290" 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-29T02:15:31.007889" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.013171" level="INFO">min :: 27977.75</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-29T02:15:31.008720" elapsed="0.004510"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-29T02:15:31.008589" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.017944" level="INFO">max :: 33466.98</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-29T02:15:31.013562" elapsed="0.004439"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-29T02:15:31.013359" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.022713" level="INFO">avg :: 32341.21</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-29T02:15:31.018253" elapsed="0.004519"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-29T02:15:31.018121" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.027444" level="INFO">stdev :: 10900.18</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-29T02:15:31.023038" elapsed="0.004464"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-29T02:15:31.022893" elapsed="0.004644"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-29T02:15:31.008401" elapsed="0.019166"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.031911" level="INFO">${min} = 27977.75</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-29T02:15:31.027937" elapsed="0.004002"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.035986" level="INFO">${max} = 33466.98</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-29T02:15:31.032118" elapsed="0.003896"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.040089" level="INFO">${average} = 32341.21</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-29T02:15:31.036171" elapsed="0.003947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.044290" level="INFO">${stdev} = 10900.18</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-29T02:15:31.040274" elapsed="0.004050"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.044922" level="INFO">${date} = 2026-04-29 02:15: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-29T02:15:31.044509" elapsed="0.000446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.045681" level="INFO">CBench Result: 2026-04-29 02:15:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27977.75,33466.98,32341.21,10900.18</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-29T02:15:31.045148" elapsed="0.000600"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-29T02:15:31.047000" 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-29T02:15:31.046469" elapsed="0.000606"/>
</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-29T02:15:31.047230" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-29T02:15:31.045902" elapsed="0.001871"/>
</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-29T02:05:24.356108" elapsed="606.691723"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.048296" 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-29T02:15:31.047982" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-29T02:15:31.049600" 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-29T02:15:31.049102" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-29T02:15:31.049846" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-29T02:15:31.049702" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-04-29T02:15:31.049683" elapsed="0.000249"/>
</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-29T02:15:31.050077" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-29T02:15:31.050241" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-29T02:15:31.050418" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-29T02:15:31.050615" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-29T02:15:31.050767" 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-29T02:15:31.050915" 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-29T02:15:31.051091" elapsed="0.000026"/>
</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-29T02:15:31.051332" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-29T02:15:31.051185" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-04-29T02:15:31.051168" elapsed="0.000270"/>
</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-29T02:15:31.048759" elapsed="0.002733"/>
</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-29T02:05:24.354797" elapsed="606.696742"/>
</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-29T01:45:07.046287" elapsed="1824.005700"/>
</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>
