<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-11T01:44:54.489188" 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-11T01:44:55.072450" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:44:55.072312" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:55.072282" elapsed="0.000270"/>
</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-11T01:44:55.072698" elapsed="0.000498"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T01:44:55.073683" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-04-11T01:44:55.835030" 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-11T01:44:55.073388" elapsed="0.761863"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T01:44:55.884749" 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-11T01:44:55.835542" elapsed="0.049338"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T01:44:55.886773" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T01:44:55.886918" 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-11T01:44:55.885140" elapsed="0.001808"/>
</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-11T01:44:55.887110" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:44:55.887556" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.888343" 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-11T01:44:55.887981" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T01:44:55.888453" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
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-11T01:44:55.071913" elapsed="0.816711"/>
</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-11T01:44:55.068147" elapsed="0.820541"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T01:44:55.889320" 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-11T01:44:55.888890" elapsed="0.000488"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T01:44:55.889786" 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-11T01:44:55.889535" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.890441" 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-11T01:44:55.890021" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.891010" 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-11T01:44:55.890642" elapsed="0.000412"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.891602" 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-11T01:44:55.891205" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.892120" 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-11T01:44:55.891793" elapsed="0.000370"/>
</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-11T01:44:55.892498" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:44:55.892277" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:44:55.897191" 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-11T01:44:55.896679" elapsed="0.000563"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:44:55.898633" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T01:44:55.898725" 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-11T01:44:55.897796" elapsed="0.000954"/>
</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-11T01:44:55.898948" elapsed="0.000413"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T01:44:55.900406" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-04-11T01:44:56.625511" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr 11 01:44:56 UTC 2026

  System load:  0.02               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  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-686-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-11T01:44:55.899872" elapsed="0.725810"/>
</kw>
<msg time="2026-04-11T01:44:56.625783" 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-11T01:44:55.899520" elapsed="0.726365"/>
</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-11T01:44:55.897452" elapsed="0.728565"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-11T01:44:56.632134" 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-11T01:44:56.626259" elapsed="0.007752"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:44:56.634499" elapsed="0.000710"/>
</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-11T01:44:55.896020" elapsed="0.739388"/>
</kw>
<status status="PASS" start="2026-04-11T01:44:55.892626" elapsed="0.742875"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:55.892249" elapsed="0.743365"/>
</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-11T01:44:56.635986" elapsed="0.001102"/>
</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-11T01:44:56.646119" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:44:56.645944" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:56.645910" elapsed="0.000340"/>
</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-11T01:44:56.651483" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:44:56.651316" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:56.651286" elapsed="0.000320"/>
</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-11T01:44:56.651818" elapsed="0.000647"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T01:44:56.653169" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-04-11T01:44:56.884646" 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-11T01:44:56.652675" elapsed="0.232164"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T01:44:56.977692" 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-11T01:44:56.885194" elapsed="0.092773"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T01:44:56.986170" 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-11T01:44:56.986431" 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-11T01:44:56.978493" elapsed="0.007983"/>
</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-11T01:44:56.986685" elapsed="0.000340"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:44:56.987253" elapsed="0.000263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:44:56.988178" 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-11T01:44:56.987708" elapsed="0.000647"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T01:44:56.988429" elapsed="0.000069"/>
</return>
<msg time="2026-04-11T01:44:56.988703" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
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-11T01:44:56.650720" elapsed="0.338029"/>
</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-11T01:44:56.988973" elapsed="0.000634"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T01:44:56.989659" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-11T01:44:56.645503" elapsed="0.344287"/>
</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-11T01:44:56.993566" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:44:56.993427" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:56.993400" elapsed="0.000240"/>
</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-11T01:44:56.993773" elapsed="0.000479"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T01:44:56.994967" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-04-11T01:44:57.152763" 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-11T01:44:56.994401" elapsed="0.158539"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.179069" 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-11T01:44:57.153245" elapsed="0.026107"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.183799" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T01:44:57.184086" 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-11T01:44:57.179867" elapsed="0.004290"/>
</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-11T01:44:57.184506" elapsed="0.000498"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:44:57.185372" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:44:57.186909" 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-11T01:44:57.186115" elapsed="0.000931"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T01:44:57.187167" elapsed="0.000137"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
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-11T01:44:56.993068" elapsed="0.194490"/>
</kw>
<status status="PASS" start="2026-04-11T01:44:55.066396" elapsed="2.121301"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:44:57.190782" 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-11T01:44:57.189568" elapsed="0.001282"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T01:44:57.192413" 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-11T01:44:57.191993" elapsed="0.000466"/>
</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-11T01:44:57.192799" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:44:57.192546" elapsed="0.000313"/>
</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-11T01:44:57.195933" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:44:57.195680" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:57.195660" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.196453" 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-11T01:44:57.196579" 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-11T01:44:57.196206" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:44:57.197181" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-11T01:44:57.196745" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.197887" 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-11T01:44:57.197413" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:44:57.198858" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T01:44:57.198949" 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-11T01:44:57.198523" elapsed="0.000450"/>
</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-11T01:44:57.199116" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.200401" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-04-11T01:44:57.515865" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr 11 01:44:56 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr 11 01:44:56 2026 from 10.30.171.8
[?2004h[jenkins@releng-48317-686-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-11T01:44:57.199992" elapsed="0.316142"/>
</kw>
<msg time="2026-04-11T01:44:57.516242" 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-11T01:44:57.199641" elapsed="0.316732"/>
</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-11T01:44:57.198119" elapsed="0.318398"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T01:44:57.517405" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T01:55:03.652933" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T01:55:03.653551" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T01:55:03.653669" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-11T01:44:57.516776" elapsed="606.136953"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:55:03.654240" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.656236" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:02.716 16  switches: flows:  104199 104873 99404 106258 104380 102745 103564 102734 102223 99840 101258 101007 101006 100553 98767 99769  total = 27.209667 per ms 
01:47:02.817 16  switches: flows:  118546 120900 116359 119472 118212 118507 120184 117945 116677 112638 117622 112942 114111 114540 112792 115905  total = 31.070657 per ms 
01:48:02.917 16  switches: flows:  119355 122198 117127 120585 118703 119619 121972 117545 115941 113827 118380 112905 115076 116025 114269 115986  total = 31.272986 per ms 
01:49:03.017 16  switches: flows:  118594 121270 115354 120770 118861 117789 118114 115786 115296 112918 115893 112473 113910 114329 112664 114099  total = 30.917057 per ms 
01:50:03.117 16  switches: flows:  117274 119460 115382 117310 115946 116917 118150 116172 113436 112663 114244 110268 111640 114053 113765 113282  total = 30.614924 per ms 
01:51:03.218 16  switches: flows:  116117 115056 112425 114410 117405 113902 117546 114459 113029 112495 112499 109170 108549 113216 110164 112602  total = 30.166803 per ms 
01:52:03.319 16  switches: flows:  120667 118745 117250 118389 120646 116521 119808 115902 116009 115603 116583 111999 111221 117546 112942 115754  total = 31.040806 per ms 
01:53:03.420 16  switches: flows:  122470 119417 118733 120827 121657 117809 123047 118115 117399 116748 117652 114012 112517 118141 115412 116363  total = 31.452478 per ms 
01:54:03.521 16  switches: flows:  121906 121909 119629 120053 123357 118746 123341 121195 120179 117923 120865 114496 112995 118700 117586 116699  total = 31.773234 per ms 
01:55:03.621 16  switches: flows:  115255 117804 114931 117983 118376 114955 119605 117768 114603 114883 115529 112348 110878 114034 113750 112522  total = 30.702486 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30166.80/31773.23/31001.27/10343.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:55:03.655393" elapsed="0.001146"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T01:55:03.657066" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-11T01:55:03.656745" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-04-11T01:55:03.656687" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T01:55:03.657532" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:55:03.657446" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-11T01:55:03.657410" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T01:55:03.657747" 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-11T01:55:03.663540" elapsed="0.000788"/>
</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-11T01:55:03.664597" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:55:03.664893" 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-11T01:55:03.658533" elapsed="0.006510"/>
</kw>
<msg time="2026-04-11T01:55:03.665170" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-11T01:44:57.193250" elapsed="606.471947"/>
</kw>
<status status="PASS" start="2026-04-11T01:44:57.192890" elapsed="606.472372"/>
</branch>
<status status="PASS" start="2026-04-11T01:44:57.192520" elapsed="606.472766"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.665720" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:02.716 16  switches: flows:  104199 104873 99404 106258 104380 102745 103564 102734 102223 99840 101258 101007 101006 100553 98767 99769  total = 27.209667 per ms 
01:47:02.817 16  switches: flows:  118546 120900 116359 119472 118212 118507 120184 117945 116677 112638 117622 112942 114111 114540 112792 115905  total = 31.070657 per ms 
01:48:02.917 16  switches: flows:  119355 122198 117127 120585 118703 119619 121972 117545 115941 113827 118380 112905 115076 116025 114269 115986  total = 31.272986 per ms 
01:49:03.017 16  switches: flows:  118594 121270 115354 120770 118861 117789 118114 115786 115296 112918 115893 112473 113910 114329 112664 114099  total = 30.917057 per ms 
01:50:03.117 16  switches: flows:  117274 119460 115382 117310 115946 116917 118150 116172 113436 112663 114244 110268 111640 114053 113765 113282  total = 30.614924 per ms 
01:51:03.218 16  switches: flows:  116117 115056 112425 114410 117405 113902 117546 114459 113029 112495 112499 109170 108549 113216 110164 112602  total = 30.166803 per ms 
01:52:03.319 16  switches: flows:  120667 118745 117250 118389 120646 116521 119808 115902 116009 115603 116583 111999 111221 117546 112942 115754  total = 31.040806 per ms 
01:53:03.420 16  switches: flows:  122470 119417 118733 120827 121657 117809 123047 118115 117399 116748 117652 114012 112517 118141 115412 116363  total = 31.452478 per ms 
01:54:03.521 16  switches: flows:  121906 121909 119629 120053 123357 118746 123341 121195 120179 117923 120865 114496 112995 118700 117586 116699  total = 31.773234 per ms 
01:55:03.621 16  switches: flows:  115255 117804 114931 117983 118376 114955 119605 117768 114603 114883 115529 112348 110878 114034 113750 112522  total = 30.702486 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30166.80/31773.23/31001.27/10343.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:55:03.665428" elapsed="0.000365"/>
</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-11T01:55:03.665941" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T01:55:03.666706" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T01:55:03.666797" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30166.80/31773.23/31001.27/10343.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-11T01:55:03.666480" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:55:03.667258" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30166.80/31773.23/31001.27/10343.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-11T01:55:03.666977" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.669698" 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-11T01:55:03.667434" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.672153" level="INFO">30166.80/31773.23/31001.27/10343.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:55:03.669908" elapsed="0.002319"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:55:03.674573" 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-11T01:55:03.672383" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:55:03.677304" level="INFO">@{result_value_list} = [ 30166.80 | 31773.23 | 31001.27 | 10343.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-11T01:55:03.674795" elapsed="0.002549"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.677998" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T01:55:03.678123" 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-11T01:55:03.677565" elapsed="0.000593"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.683931" level="INFO">min :: 30166.80</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-11T01:55:03.678686" elapsed="0.005307"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T01:55:03.678510" elapsed="0.005521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.688645" level="INFO">max :: 31773.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-11T01:55:03.684280" elapsed="0.004432"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T01:55:03.684128" elapsed="0.004620"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.693438" level="INFO">avg :: 31001.27</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-11T01:55:03.688975" elapsed="0.004524"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T01:55:03.688842" elapsed="0.004692"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.698269" level="INFO">stdev :: 10343.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-11T01:55:03.693756" elapsed="0.004571"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T01:55:03.693627" elapsed="0.004735"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T01:55:03.678265" elapsed="0.020130"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.702276" level="INFO">${min} = 30166.80</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-11T01:55:03.698555" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.706173" level="INFO">${max} = 31773.23</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T01:55:03.702462" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.710193" level="INFO">${average} = 31001.27</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-11T01:55:03.706368" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.714112" level="INFO">${stdev} = 10343.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-11T01:55:03.710390" elapsed="0.003750"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.714671" level="INFO">${date} = 2026-04-11 01:55:03</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-11T01:55:03.714314" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.715270" level="INFO">CBench Result: 2026-04-11 01:55:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30166.80,31773.23,31001.27,10343.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-11T01:55:03.714845" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T01:55:03.716400" 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-11T01:55:03.715978" elapsed="0.000489"/>
</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-11T01:55:03.716618" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T01:55:03.715499" elapsed="0.001654"/>
</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-11T01:44:57.191341" elapsed="606.525887"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.717695" 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-11T01:55:03.717380" elapsed="0.000371"/>
</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-11T01:55:03.718275" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-11T01:55:03.717959" elapsed="0.000653"/>
</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-11T01:44:57.188097" elapsed="606.530552"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.719926" 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-11T01:55:03.719545" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.721242" 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-11T01:55:03.720898" elapsed="0.000388"/>
</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-11T01:55:03.721617" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:55:03.721397" elapsed="0.000278"/>
</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-11T01:55:03.724663" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:55:03.724414" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-11T01:55:03.724395" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:55:03.725080" 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-11T01:55:03.725198" 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-11T01:55:03.724871" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.725797" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-11T01:55:03.725381" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:55:03.726399" 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-11T01:55:03.725992" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:55:03.727321" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T01:55:03.727424" 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-11T01:55:03.726994" 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-11T01:55:03.727588" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T01:55:03.728777" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-04-11T01:55:04.294283" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr 11 01:55:03 UTC 2026

  System load:  1.07               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr 11 01:44:57 2026 from 10.30.171.8
[?2004h[jenkins@releng-48317-686-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-11T01:55:03.728415" elapsed="0.566073"/>
</kw>
<msg time="2026-04-11T01:55:04.294576" 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-11T01:55:03.728060" elapsed="0.566605"/>
</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-11T01:55:03.726625" elapsed="0.568153"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T01:55:04.295310" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T02:05:10.352590" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T02:05:10.353021" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T02:05:10.353105" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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-11T01:55:04.294995" elapsed="606.058147"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T02:05:10.353482" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.354697" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:09.397 16  switches: flows:  528206 522147 523979 515595 517346 516713 515568 526485 505880 517001 509435 518355 513000 502108 511289 501191  total = 137.404967 per ms 
01:57:09.498 16  switches: flows:  536644 536398 536695 527832 543387 531878 530309 544876 536504 525588 540550 539213 528906 528152 528838 535385  total = 142.280548 per ms 
01:58:09.600 16  switches: flows:  528684 519484 527785 519196 526874 520412 521762 520172 516070 524400 520791 529132 515682 527240 521864 529439  total = 139.246502 per ms 
01:59:09.705 16  switches: flows:  570042 566000 563114 569975 569125 570470 571256 567764 560935 569640 567031 567941 564449 572294 560347 573432  total = 151.142441 per ms 
02:00:09.807 16  switches: flows:  597335 599141 594146 606872 597448 604595 601082 593947 600345 604279 606281 599533 594095 596727 604012 600571  total = 159.737008 per ms 
02:01:09.909 16  switches: flows:  594695 608939 602181 606372 601895 595813 599860 599089 597654 600281 604594 602146 597450 599571 595988 607126  total = 159.954421 per ms 
02:02:10.011 16  switches: flows:  599776 586923 602243 605395 602459 602250 606700 604817 593880 606676 596556 598989 600443 601827 593427 609424  total = 159.927605 per ms 
02:03:10.112 16  switches: flows:  588418 586545 586872 589312 581661 589424 576948 571486 577308 577531 586081 582306 587786 588894 586375 576117  total = 155.290913 per ms 
02:04:10.213 16  switches: flows:  590401 577586 577246 585949 573758 594276 586006 579495 583435 590408 593936 592936 591999 576070 596709 594679  total = 156.152278 per ms 
02:05:10.317 16  switches: flows:  595587 590378 583636 592605 595278 599708 588105 595548 599495 588364 587918 600022 592548 586480 597818 591268  total = 157.813308 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139246.50/159954.42/153505.00/51692.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:05:10.354165" elapsed="0.000740"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T02:05:10.355249" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-04-11T02:05:10.355030" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-04-11T02:05:10.354995" elapsed="0.000386"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T02:05:10.355512" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-11T02:05:10.355460" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-11T02:05:10.355438" elapsed="0.000159"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T02:05:10.355639" elapsed="0.000019"/>
</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-11T02:05:10.359098" elapsed="0.000501"/>
</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-11T02:05:10.359804" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T02:05:10.360227" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T02:05:10.356078" elapsed="0.004371"/>
</kw>
<msg time="2026-04-11T02:05:10.360627" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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-11T01:55:03.722009" elapsed="606.638656"/>
</kw>
<status status="PASS" start="2026-04-11T01:55:03.721701" elapsed="606.639032"/>
</branch>
<status status="PASS" start="2026-04-11T01:55:03.721376" elapsed="606.639390"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.361382" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:09.397 16  switches: flows:  528206 522147 523979 515595 517346 516713 515568 526485 505880 517001 509435 518355 513000 502108 511289 501191  total = 137.404967 per ms 
01:57:09.498 16  switches: flows:  536644 536398 536695 527832 543387 531878 530309 544876 536504 525588 540550 539213 528906 528152 528838 535385  total = 142.280548 per ms 
01:58:09.600 16  switches: flows:  528684 519484 527785 519196 526874 520412 521762 520172 516070 524400 520791 529132 515682 527240 521864 529439  total = 139.246502 per ms 
01:59:09.705 16  switches: flows:  570042 566000 563114 569975 569125 570470 571256 567764 560935 569640 567031 567941 564449 572294 560347 573432  total = 151.142441 per ms 
02:00:09.807 16  switches: flows:  597335 599141 594146 606872 597448 604595 601082 593947 600345 604279 606281 599533 594095 596727 604012 600571  total = 159.737008 per ms 
02:01:09.909 16  switches: flows:  594695 608939 602181 606372 601895 595813 599860 599089 597654 600281 604594 602146 597450 599571 595988 607126  total = 159.954421 per ms 
02:02:10.011 16  switches: flows:  599776 586923 602243 605395 602459 602250 606700 604817 593880 606676 596556 598989 600443 601827 593427 609424  total = 159.927605 per ms 
02:03:10.112 16  switches: flows:  588418 586545 586872 589312 581661 589424 576948 571486 577308 577531 586081 582306 587786 588894 586375 576117  total = 155.290913 per ms 
02:04:10.213 16  switches: flows:  590401 577586 577246 585949 573758 594276 586006 579495 583435 590408 593936 592936 591999 576070 596709 594679  total = 156.152278 per ms 
02:05:10.317 16  switches: flows:  595587 590378 583636 592605 595278 599708 588105 595548 599495 588364 587918 600022 592548 586480 597818 591268  total = 157.813308 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 139246.50/159954.42/153505.00/51692.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:05:10.360960" elapsed="0.000525"/>
</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-11T02:05:10.361692" elapsed="0.000497"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T02:05:10.362766" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T02:05:10.362893" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 139246.50/159954.42/153505.00/51692.58 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-11T02:05:10.362463" elapsed="0.000465"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:05:10.363517" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 139246.50/159954.42/153505.00/51692.58 | 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-11T02:05:10.363141" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.366866" 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-11T02:05:10.363756" elapsed="0.003189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.370256" level="INFO">139246.50/159954.42/153505.00/51692.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:05:10.367153" elapsed="0.003214"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:05:10.372873" 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-11T02:05:10.370582" elapsed="0.002318"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:05:10.375311" level="INFO">@{result_value_list} = [ 139246.50 | 159954.42 | 153505.00 | 51692.58 ]</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-11T02:05:10.373091" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.375797" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T02:05:10.375887" 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-11T02:05:10.375493" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.380590" level="INFO">min :: 139246.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:05:10.376302" elapsed="0.004350"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T02:05:10.376158" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.385342" level="INFO">max :: 159954.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:05:10.380905" elapsed="0.004495"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T02:05:10.380778" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.389975" level="INFO">avg :: 153505.00</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-11T02:05:10.385657" elapsed="0.004376"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T02:05:10.385526" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.394684" level="INFO">stdev :: 51692.58</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-11T02:05:10.390304" elapsed="0.004437"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T02:05:10.390158" elapsed="0.004618"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T02:05:10.375979" elapsed="0.018829"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.398701" level="INFO">${min} = 139246.50</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-11T02:05:10.394968" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.402916" level="INFO">${max} = 159954.42</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-11T02:05:10.398884" elapsed="0.004060"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.406835" level="INFO">${average} = 153505.00</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-11T02:05:10.403101" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.410756" level="INFO">${stdev} = 51692.58</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-11T02:05:10.407019" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.411305" level="INFO">${date} = 2026-04-11 02:05:10</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-11T02:05:10.410939" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.411884" level="INFO">CBench Result: 2026-04-11 02:05:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,139246.50,159954.42,153505.00,51692.58</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-11T02:05:10.411479" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T02:05:10.412944" 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-11T02:05:10.412556" elapsed="0.000454"/>
</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-11T02:05:10.413159" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T02:05:10.412077" elapsed="0.001624"/>
</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-11T01:55:03.720316" elapsed="606.693444"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.414233" 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-11T02:05:10.413909" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-11T02:05:10.414803" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-04-11T02:05:10.414506" elapsed="0.000628"/>
</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-11T01:55:03.718956" elapsed="606.696216"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.416373" 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-11T02:05:10.415976" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.417637" 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-11T02:05:10.417302" elapsed="0.000377"/>
</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-11T02:05:10.418011" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T02:05:10.417792" elapsed="0.000277"/>
</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-11T02:05:10.420972" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T02:05:10.420728" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-11T02:05:10.420709" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T02:05:10.421390" 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-11T02:05:10.421506" 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-11T02:05:10.421179" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.422081" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-11T02:05:10.421666" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T02:05:10.422692" 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-11T02:05:10.422291" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T02:05:10.423749" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T02:05:10.423843" 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-11T02:05:10.423307" elapsed="0.000561"/>
</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-11T02:05:10.424010" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T02:05:10.425229" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-04-11T02:05:11.061114" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr 11 02:05:10 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr 11 01:55:04 2026 from 10.30.171.8
[?2004h[jenkins@releng-48317-686-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-11T02:05:10.424852" elapsed="0.636588"/>
</kw>
<msg time="2026-04-11T02:05:11.061595" 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-11T02:05:10.424507" elapsed="0.637227"/>
</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-11T02:05:10.422918" elapsed="0.639023"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T02:05:11.062949" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T02:15:17.204160" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T02:15:17.204727" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T02:15:17.204833" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-11T02:05:11.062371" elapsed="606.142520"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T02:15:17.205382" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.207321" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:16.255 16  switches: flows:  109195 109868 108627 109647 109144 110131 108663 107833 109463 108651 108209 106781 108444 107079 108643 107049  total = 28.957117 per ms 
02:07:16.355 16  switches: flows:  121225 120797 120338 119859 118272 121740 120283 119684 120412 121757 119503 119888 121282 119166 119697 120465  total = 32.019325 per ms 
02:08:16.456 16  switches: flows:  121467 123827 121965 120898 120176 123866 120044 122202 122663 121957 120930 121482 123768 120041 121485 121253  total = 32.412886 per ms 
02:09:16.556 16  switches: flows:  120510 120832 119834 119608 118382 121837 118672 119672 118952 120030 119970 118592 121753 118684 119844 119867  total = 31.897357 per ms 
02:10:16.657 16  switches: flows:  119317 119999 120436 119147 118897 119522 118229 117099 119574 119260 119256 117638 121770 117349 119499 119877  total = 31.728068 per ms 
02:11:16.757 16  switches: flows:  123510 123222 122749 122756 121072 122503 121262 122729 122749 122988 122217 122959 124127 121288 122787 122737  total = 32.639713 per ms 
02:12:16.857 16  switches: flows:  122101 121252 120833 120011 118870 121195 118592 119673 119716 119553 118681 121367 121095 120116 119980 120317  total = 32.002438 per ms 
02:13:16.958 16  switches: flows:  119915 120064 119265 119581 118745 120237 117427 118437 119398 120691 117707 119081 120848 119444 118270 118154  total = 31.734738 per ms 
02:14:17.058 16  switches: flows:  113065 111607 112493 110940 109841 112255 109527 107806 111322 112260 108180 109326 111322 109244 109183 108194  total = 29.393675 per ms 
02:15:17.158 16  switches: flows:  117095 116899 118869 118750 118684 120120 116187 116053 119088 118814 115791 115931 116222 114543 116430 116633  total = 31.216238 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29393.68/32639.71/31671.60/10594.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.206521" elapsed="0.001095"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T02:15:17.208105" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-04-11T02:15:17.207805" elapsed="0.000482"/>
</branch>
<status status="PASS" start="2026-04-11T02:15:17.207754" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T02:15:17.208623" elapsed="0.000046"/>
</return>
<status status="NOT RUN" start="2026-04-11T02:15:17.208483" elapsed="0.000277"/>
</branch>
<status status="NOT RUN" start="2026-04-11T02:15:17.208436" elapsed="0.000389"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T02:15:17.208900" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T02:15:17.213068" elapsed="0.000496"/>
</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-11T02:15:17.213786" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T02:15:17.214182" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T02:15:17.209666" elapsed="0.004748"/>
</kw>
<msg time="2026-04-11T02:15:17.214592" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-11T02:05:10.418459" elapsed="606.796169"/>
</kw>
<status status="PASS" start="2026-04-11T02:05:10.418093" elapsed="606.796603"/>
</branch>
<status status="PASS" start="2026-04-11T02:05:10.417772" elapsed="606.796956"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.215339" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.107. 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:16.255 16  switches: flows:  109195 109868 108627 109647 109144 110131 108663 107833 109463 108651 108209 106781 108444 107079 108643 107049  total = 28.957117 per ms 
02:07:16.355 16  switches: flows:  121225 120797 120338 119859 118272 121740 120283 119684 120412 121757 119503 119888 121282 119166 119697 120465  total = 32.019325 per ms 
02:08:16.456 16  switches: flows:  121467 123827 121965 120898 120176 123866 120044 122202 122663 121957 120930 121482 123768 120041 121485 121253  total = 32.412886 per ms 
02:09:16.556 16  switches: flows:  120510 120832 119834 119608 118382 121837 118672 119672 118952 120030 119970 118592 121753 118684 119844 119867  total = 31.897357 per ms 
02:10:16.657 16  switches: flows:  119317 119999 120436 119147 118897 119522 118229 117099 119574 119260 119256 117638 121770 117349 119499 119877  total = 31.728068 per ms 
02:11:16.757 16  switches: flows:  123510 123222 122749 122756 121072 122503 121262 122729 122749 122988 122217 122959 124127 121288 122787 122737  total = 32.639713 per ms 
02:12:16.857 16  switches: flows:  122101 121252 120833 120011 118870 121195 118592 119673 119716 119553 118681 121367 121095 120116 119980 120317  total = 32.002438 per ms 
02:13:16.958 16  switches: flows:  119915 120064 119265 119581 118745 120237 117427 118437 119398 120691 117707 119081 120848 119444 118270 118154  total = 31.734738 per ms 
02:14:17.058 16  switches: flows:  113065 111607 112493 110940 109841 112255 109527 107806 111322 112260 108180 109326 111322 109244 109183 108194  total = 29.393675 per ms 
02:15:17.158 16  switches: flows:  117095 116899 118869 118750 118684 120120 116187 116053 119088 118814 115791 115931 116222 114543 116430 116633  total = 31.216238 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29393.68/32639.71/31671.60/10594.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.214922" elapsed="0.000519"/>
</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-11T02:15:17.215645" elapsed="0.000495"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T02:15:17.216681" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T02:15:17.216806" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29393.68/32639.71/31671.60/10594.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-11T02:15:17.216381" elapsed="0.000459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:15:17.217420" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29393.68/32639.71/31671.60/10594.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T02:15:17.217051" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.220169" 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-11T02:15:17.217742" elapsed="0.002498"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.222796" level="INFO">29393.68/32639.71/31671.60/10594.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.220387" elapsed="0.002467"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:15:17.225314" 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-11T02:15:17.223004" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T02:15:17.227774" level="INFO">@{result_value_list} = [ 29393.68 | 32639.71 | 31671.60 | 10594.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-11T02:15:17.225532" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.228275" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T02:15:17.228364" 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-11T02:15:17.227955" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.233079" level="INFO">min :: 29393.68</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-11T02:15:17.228771" elapsed="0.004364"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T02:15:17.228643" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.237720" level="INFO">max :: 32639.71</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-11T02:15:17.233398" elapsed="0.004378"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T02:15:17.233272" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.242315" level="INFO">avg :: 31671.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.238019" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T02:15:17.237893" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.246976" level="INFO">stdev :: 10594.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.242626" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T02:15:17.242493" elapsed="0.004572"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T02:15:17.228454" elapsed="0.018641"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.251152" level="INFO">${min} = 29393.68</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-11T02:15:17.247269" elapsed="0.003911"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.255204" level="INFO">${max} = 32639.71</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-11T02:15:17.251356" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.259188" level="INFO">${average} = 31671.60</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T02:15:17.255407" elapsed="0.003821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.263085" level="INFO">${stdev} = 10594.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-11T02:15:17.259384" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.263635" level="INFO">${date} = 2026-04-11 02:15:17</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-11T02:15:17.263287" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.264232" level="INFO">CBench Result: 2026-04-11 02:15:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29393.68,32639.71,31671.60,10594.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T02:15:17.263815" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T02:15:17.265354" 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-11T02:15:17.264895" elapsed="0.000528"/>
</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-11T02:15:17.265575" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T02:15:17.264430" elapsed="0.001700"/>
</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-11T02:05:10.416735" elapsed="606.849455"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.266668" 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-11T02:15:17.266358" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T02:15:17.267914" 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-11T02:15:17.267436" elapsed="0.000504"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-11T02:15:17.268161" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-04-11T02:15:17.268015" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-11T02:15:17.267996" elapsed="0.000268"/>
</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-11T02:15:17.268406" 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-11T02:15:17.268563" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-11T02:15:17.268728" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-11T02:15:17.268920" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-11T02:15:17.269070" elapsed="0.000021"/>
</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-11T02:15:17.269229" elapsed="0.000021"/>
</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-11T02:15:17.269379" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-11T02:15:17.269599" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-11T02:15:17.269462" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-04-11T02:15:17.269445" elapsed="0.000249"/>
</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-11T02:15:17.267090" elapsed="0.002653"/>
</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-11T02:05:10.415480" elapsed="606.854308"/>
</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-11T01:44:54.490864" elapsed="1822.779492"/>
</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>
