<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-29T02:00:57.182107" 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-07-29T02:00:57.773596" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:00:57.773440" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:57.773410" elapsed="0.000302"/>
</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-07-29T02:00:57.773927" elapsed="0.000560"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:00:57.774962" level="INFO">Logging into '10.30.171.134:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:00:58.533463" 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-07-29T02:00:57.774662" elapsed="0.759000"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:00:58.584948" 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-07-29T02:00:58.533968" elapsed="0.051152"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:00:58.587341" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-29T02:00:58.587468" 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-07-29T02:00:58.585448" elapsed="0.002052"/>
</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-07-29T02:00:58.587693" elapsed="0.000315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:00:58.588175" elapsed="0.000272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.588972" 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-07-29T02:00:58.588606" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:00:58.589086" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:00:57.773020" elapsed="0.816285"/>
</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-07-29T02:00:57.769179" elapsed="0.820196"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:00:58.589993" 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-07-29T02:00:58.589573" elapsed="0.000480"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:00:58.590484" 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-07-29T02:00:58.590227" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.591138" 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-07-29T02:00:58.590730" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.591738" 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-07-29T02:00:58.591361" elapsed="0.000423"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.592372" 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-07-29T02:00:58.591933" elapsed="0.000467"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.592884" 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-07-29T02:00:58.592563" elapsed="0.000365"/>
</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-07-29T02:00:58.593264" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:00:58.593021" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:00:58.598227" 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-07-29T02:00:58.597755" elapsed="0.000506"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:00:58.599441" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:00:58.599527" 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-07-29T02:00:58.598923" elapsed="0.000628"/>
</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-07-29T02:00:58.599701" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:00:58.601101" level="INFO">Logging into '10.30.170.116:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:00:59.313073" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 29 02:00:58 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.116
  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-794-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-07-29T02:00:58.600582" elapsed="0.712699"/>
</kw>
<msg time="2026-07-29T02:00:59.313375" 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-07-29T02:00:58.600225" elapsed="0.713242"/>
</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-07-29T02:00:58.598478" elapsed="0.715114"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.324265" 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-07-29T02:00:59.313817" elapsed="0.011827"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:00:59.326002" elapsed="0.000617"/>
</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-07-29T02:00:58.597185" elapsed="0.729578"/>
</kw>
<status status="PASS" start="2026-07-29T02:00:58.593669" elapsed="0.733177"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:58.592991" elapsed="0.733921"/>
</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-07-29T02:00:59.327282" elapsed="0.001098"/>
</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-07-29T02:00:59.337124" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:00:59.336968" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:59.336934" elapsed="0.000291"/>
</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-07-29T02:00:59.340932" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:00:59.340809" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:59.340784" elapsed="0.000220"/>
</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-07-29T02:00:59.341147" elapsed="0.000485"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.342054" level="INFO">Logging into '10.30.171.134:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:00:59.564972" 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-07-29T02:00:59.341784" elapsed="0.223378"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.674479" 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-07-29T02:00:59.565463" elapsed="0.109186"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.681049" 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-07-29T02:00:59.681306" 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-07-29T02:00:59.674920" elapsed="0.006422"/>
</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-07-29T02:00:59.681508" elapsed="0.000316"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:00:59.681992" elapsed="0.000271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.682757" 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-07-29T02:00:59.682415" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:00:59.682873" elapsed="0.000076"/>
</return>
<msg time="2026-07-29T02:00:59.683134" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:00:59.340431" elapsed="0.342753"/>
</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-07-29T02:00:59.683373" elapsed="0.000659"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:00:59.684089" elapsed="0.000036"/>
</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-07-29T02:00:59.336553" elapsed="0.347711"/>
</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-07-29T02:00:59.688314" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:00:59.688112" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:59.688082" elapsed="0.000308"/>
</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-07-29T02:00:59.688529" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.689804" level="INFO">Logging into '10.30.171.134:8101' as 'karaf'.</msg>
<msg time="2026-07-29T02:00:59.839907" 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-07-29T02:00:59.689155" elapsed="0.150928"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.878903" 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-07-29T02:00:59.840373" elapsed="0.038613"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.880911" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-29T02:00:59.881033" 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-07-29T02:00:59.879186" elapsed="0.001877"/>
</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-07-29T02:00:59.881224" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:00:59.881575" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.882273" 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-07-29T02:00:59.881920" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-29T02:00:59.882381" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-29T02:00:59.687756" elapsed="0.194806"/>
</kw>
<status status="PASS" start="2026-07-29T02:00:57.767308" elapsed="2.115321"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.885383" 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-07-29T02:00:59.883509" elapsed="0.002030"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.889337" 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-07-29T02:00:59.888444" elapsed="0.001002"/>
</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-07-29T02:00:59.890155" elapsed="0.000104"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:00:59.889629" elapsed="0.000721"/>
</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-07-29T02:00:59.897198" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:00:59.896902" elapsed="0.000381"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:59.896876" elapsed="0.000435"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.897737" 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-07-29T02:00:59.897880" 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-07-29T02:00:59.897461" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.898616" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.116" 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-07-29T02:00:59.898052" elapsed="0.000647"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.899428" 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-07-29T02:00:59.898881" elapsed="0.000574"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:00:59.900599" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:00:59.900697" 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-07-29T02:00:59.900165" elapsed="0.000557"/>
</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-07-29T02:00:59.900875" elapsed="0.000393"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:00:59.902452" level="INFO">Logging into '10.30.170.116:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:01:00.272890" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 29 02:00:58 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 29 02:00:59 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-794-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-07-29T02:00:59.901847" elapsed="0.371254"/>
</kw>
<msg time="2026-07-29T02:01:00.273193" 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-07-29T02:00:59.901474" elapsed="0.371830"/>
</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-07-29T02:00:59.899688" elapsed="0.373742"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T02:01:00.273968" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T02:11:06.378263" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T02:11:06.378983" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T02:11:06.379111" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134: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-07-29T02:01:00.273649" elapsed="606.105536"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:11:06.379702" elapsed="0.000911"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.382227" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:05.465 16  switches: flows:  122989 119816 123171 121825 119550 117296 117637 117600 113113 113412 112074 115900 112900 110276 109935 112909  total = 31.006717 per ms 
02:03:05.566 16  switches: flows:  132020 132925 132757 130482 129082 129381 128199 127451 123534 122147 120474 124210 121534 121916 121504 120754  total = 33.583398 per ms 
02:04:05.667 16  switches: flows:  130671 134775 134023 129189 127747 126755 127764 127206 123559 121864 123380 122164 122552 123946 123527 122575  total = 33.638809 per ms 
02:05:05.768 16  switches: flows:  134692 136278 134942 131640 130790 129731 128665 130491 129424 122891 123245 126453 126318 124460 126215 126156  total = 34.315782 per ms 
02:06:05.869 16  switches: flows:  134543 137897 136191 130487 131299 130324 132448 133127 129345 124454 124590 126903 127079 125904 128419 128541  total = 34.634705 per ms 
02:07:05.970 16  switches: flows:  138189 140086 139623 136097 134236 134934 135215 133947 130493 128631 128494 132773 130403 129133 131879 127716  total = 35.471577 per ms 
02:08:06.071 16  switches: flows:  134267 136019 135901 132376 130008 129197 130493 131019 126953 124858 125481 127849 126955 125597 127201 124552  total = 34.421271 per ms 
02:09:06.172 16  switches: flows:  137648 138088 137366 135032 134205 132599 135068 133161 128893 125035 126799 128238 128713 128836 128359 126582  total = 35.018519 per ms 
02:10:06.273 16  switches: flows:  136896 136909 134971 132147 131901 132280 132530 132663 128230 124963 125156 126309 127159 127782 128255 125315  total = 34.666528 per ms 
02:11:06.374 16  switches: flows:  135814 134478 135593 132704 133241 129925 133245 133567 127865 124658 125235 127158 127379 126291 128406 125556  total = 34.627391 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33583.40/35471.58/34486.44/11509.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:11:06.381440" elapsed="0.001047"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T02:11:06.382914" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-07-29T02:11:06.382654" elapsed="0.000381"/>
</branch>
<status status="PASS" start="2026-07-29T02:11:06.382603" elapsed="0.000471"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T02:11:06.383242" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:11:06.383162" elapsed="0.000144"/>
</branch>
<status status="NOT RUN" start="2026-07-29T02:11:06.383138" elapsed="0.000201"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T02:11:06.383389" elapsed="0.000020"/>
</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-07-29T02:11:06.387122" elapsed="0.000517"/>
</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-07-29T02:11:06.387856" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:11:06.388340" elapsed="0.000155"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T02:11:06.383875" elapsed="0.004702"/>
</kw>
<msg time="2026-07-29T02:11:06.388768" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134: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-07-29T02:00:59.891268" elapsed="606.497564"/>
</kw>
<status status="PASS" start="2026-07-29T02:00:59.890416" elapsed="606.498489"/>
</branch>
<status status="PASS" start="2026-07-29T02:00:59.889575" elapsed="606.499365"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.389609" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:02:05.465 16  switches: flows:  122989 119816 123171 121825 119550 117296 117637 117600 113113 113412 112074 115900 112900 110276 109935 112909  total = 31.006717 per ms 
02:03:05.566 16  switches: flows:  132020 132925 132757 130482 129082 129381 128199 127451 123534 122147 120474 124210 121534 121916 121504 120754  total = 33.583398 per ms 
02:04:05.667 16  switches: flows:  130671 134775 134023 129189 127747 126755 127764 127206 123559 121864 123380 122164 122552 123946 123527 122575  total = 33.638809 per ms 
02:05:05.768 16  switches: flows:  134692 136278 134942 131640 130790 129731 128665 130491 129424 122891 123245 126453 126318 124460 126215 126156  total = 34.315782 per ms 
02:06:05.869 16  switches: flows:  134543 137897 136191 130487 131299 130324 132448 133127 129345 124454 124590 126903 127079 125904 128419 128541  total = 34.634705 per ms 
02:07:05.970 16  switches: flows:  138189 140086 139623 136097 134236 134934 135215 133947 130493 128631 128494 132773 130403 129133 131879 127716  total = 35.471577 per ms 
02:08:06.071 16  switches: flows:  134267 136019 135901 132376 130008 129197 130493 131019 126953 124858 125481 127849 126955 125597 127201 124552  total = 34.421271 per ms 
02:09:06.172 16  switches: flows:  137648 138088 137366 135032 134205 132599 135068 133161 128893 125035 126799 128238 128713 128836 128359 126582  total = 35.018519 per ms 
02:10:06.273 16  switches: flows:  136896 136909 134971 132147 131901 132280 132530 132663 128230 124963 125156 126309 127159 127782 128255 125315  total = 34.666528 per ms 
02:11:06.374 16  switches: flows:  135814 134478 135593 132704 133241 129925 133245 133567 127865 124658 125235 127158 127379 126291 128406 125556  total = 34.627391 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33583.40/35471.58/34486.44/11509.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:11:06.389153" elapsed="0.000564"/>
</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-07-29T02:11:06.389935" elapsed="0.000581"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T02:11:06.391087" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T02:11:06.391245" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33583.40/35471.58/34486.44/11509.46 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-07-29T02:11:06.390754" elapsed="0.000530"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:11:06.391889" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33583.40/35471.58/34486.44/11509.46 | 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-07-29T02:11:06.391509" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.395038" 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-07-29T02:11:06.392145" elapsed="0.002954"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.397624" level="INFO">33583.40/35471.58/34486.44/11509.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:11:06.395269" elapsed="0.002418"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:11:06.400128" 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-07-29T02:11:06.397845" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:11:06.402762" level="INFO">@{result_value_list} = [ 33583.40 | 35471.58 | 34486.44 | 11509.46 ]</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-07-29T02:11:06.400398" elapsed="0.002394"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.403294" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T02:11:06.403388" 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-07-29T02:11:06.402953" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.408415" level="INFO">min :: 33583.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:11:06.403829" elapsed="0.004648"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T02:11:06.403692" elapsed="0.004821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.413297" level="INFO">max :: 35471.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-07-29T02:11:06.408746" elapsed="0.004611"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T02:11:06.408612" elapsed="0.004781"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.418063" level="INFO">avg :: 34486.44</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-07-29T02:11:06.413617" elapsed="0.004506"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T02:11:06.413484" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.422802" level="INFO">stdev :: 11509.46</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-07-29T02:11:06.418407" elapsed="0.004454"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T02:11:06.418270" elapsed="0.004627"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T02:11:06.403485" elapsed="0.019448"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.426941" level="INFO">${min} = 33583.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-29T02:11:06.423099" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.431981" level="INFO">${max} = 35471.58</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-07-29T02:11:06.427130" elapsed="0.004883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.436055" level="INFO">${average} = 34486.44</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-07-29T02:11:06.432189" elapsed="0.003893"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.440573" level="INFO">${stdev} = 11509.46</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-07-29T02:11:06.436263" elapsed="0.004347"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.441344" level="INFO">${date} = 2026-07-29 02:11:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T02:11:06.440883" elapsed="0.000487"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.441973" level="INFO">CBench Result: 2026-07-29 02:11:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33583.40,35471.58,34486.44,11509.46</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-07-29T02:11:06.441535" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:11:06.443176" 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-07-29T02:11:06.442731" elapsed="0.000530"/>
</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-07-29T02:11:06.443417" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-29T02:11:06.442224" elapsed="0.001741"/>
</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-07-29T02:00:59.886686" elapsed="606.557343"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.444530" 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-07-29T02:11:06.444185" elapsed="0.000409"/>
</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-07-29T02:11:06.445180" elapsed="0.000295"/>
</kw>
<status status="PASS" start="2026-07-29T02:11:06.444852" elapsed="0.000707"/>
</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-07-29T02:00:59.882783" elapsed="606.562840"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.447052" 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-07-29T02:11:06.446637" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.448515" 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-07-29T02:11:06.448109" elapsed="0.000455"/>
</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-07-29T02:11:06.449088" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:11:06.448823" elapsed="0.000327"/>
</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-07-29T02:11:06.452351" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:11:06.452063" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-07-29T02:11:06.452028" elapsed="0.000408"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:11:06.452854" 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-07-29T02:11:06.453013" 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-07-29T02:11:06.452578" elapsed="0.000473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.453713" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.116" 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-07-29T02:11:06.453219" elapsed="0.000557"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:11:06.454363" 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-07-29T02:11:06.453924" elapsed="0.000468"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:11:06.455503" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:11:06.455600" 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-07-29T02:11:06.455083" elapsed="0.000542"/>
</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-07-29T02:11:06.455776" elapsed="0.000377"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:11:06.457116" level="INFO">Logging into '10.30.170.116:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:11:07.077411" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 29 02:11:06 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 29 02:01:00 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-794-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-07-29T02:11:06.456708" elapsed="0.620965"/>
</kw>
<msg time="2026-07-29T02:11:07.077791" 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-07-29T02:11:06.456331" elapsed="0.621584"/>
</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-07-29T02:11:06.454639" elapsed="0.623445"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T02:11:07.078828" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T02:21:13.156380" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T02:21:13.157502" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T02:21:13.157614" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.134: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-07-29T02:11:07.078410" elapsed="606.079270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:21:13.158139" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.160064" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:12.204 16  switches: flows:  594211 592931 592911 570806 586845 582812 571711 584963 579218 582751 585481 589070 575900 593755 585502 569208  total = 155.634583 per ms 
02:13:12.306 16  switches: flows:  623479 620192 617759 614296 615082 624315 625596 631592 621854 620151 614917 621720 617455 617049 631559 620682  total = 165.347375 per ms 
02:14:12.409 16  switches: flows:  676839 669999 666719 661221 670405 673917 667454 669936 670850 663651 664143 663728 674418 673626 660839 665590  total = 177.919632 per ms 
02:15:12.511 16  switches: flows:  701065 688024 688627 690803 691496 700245 701217 700345 702392 686056 688150 694164 693608 701936 702931 703850  total = 185.268136 per ms 
02:16:12.613 16  switches: flows:  715452 695120 694870 704389 696106 695219 709575 701179 702849 698853 704030 710234 698852 694726 702693 697167  total = 186.707624 per ms 
02:17:12.742 16  switches: flows:  708772 699486 701631 700469 710010 698987 702761 713766 709658 699969 705613 707866 707699 704386 701366 691538  total = 187.332393 per ms 
02:18:12.845 16  switches: flows:  706602 690714 697152 701588 702950 702265 707907 709965 709793 685893 701357 709690 707838 714464 702601 704622  total = 187.272290 per ms 
02:19:12.947 16  switches: flows:  712247 689391 702482 704574 706881 704803 696598 704692 698559 699268 706661 696425 707101 711749 703990 705434  total = 187.199265 per ms 
02:20:13.051 16  switches: flows:  708826 712381 700138 708036 702879 700958 704660 710092 699858 709534 703752 711136 708013 709092 698247 709851  total = 187.969728 per ms 
02:21:13.153 16  switches: flows:  711169 687103 697888 696601 702640 697411 695898 697924 704585 688637 693418 703082 708901 694780 691876 694552  total = 185.793109 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165347.37/187969.73/183423.28/61541.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:21:13.159292" elapsed="0.001166"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T02:21:13.160901" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-07-29T02:21:13.160659" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-07-29T02:21:13.160595" elapsed="0.000445"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T02:21:13.161176" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:21:13.161121" elapsed="0.000134"/>
</branch>
<status status="NOT RUN" start="2026-07-29T02:21:13.161099" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T02:21:13.161330" elapsed="0.000020"/>
</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-07-29T02:21:13.164997" elapsed="0.000518"/>
</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-07-29T02:21:13.165734" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:21:13.166183" elapsed="0.000178"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T02:21:13.161793" elapsed="0.004647"/>
</kw>
<msg time="2026-07-29T02:21:13.166626" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.134: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-07-29T02:11:06.449530" elapsed="606.717134"/>
</kw>
<status status="PASS" start="2026-07-29T02:11:06.449177" elapsed="606.717560"/>
</branch>
<status status="PASS" start="2026-07-29T02:11:06.448726" elapsed="606.718043"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.167435" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:12.204 16  switches: flows:  594211 592931 592911 570806 586845 582812 571711 584963 579218 582751 585481 589070 575900 593755 585502 569208  total = 155.634583 per ms 
02:13:12.306 16  switches: flows:  623479 620192 617759 614296 615082 624315 625596 631592 621854 620151 614917 621720 617455 617049 631559 620682  total = 165.347375 per ms 
02:14:12.409 16  switches: flows:  676839 669999 666719 661221 670405 673917 667454 669936 670850 663651 664143 663728 674418 673626 660839 665590  total = 177.919632 per ms 
02:15:12.511 16  switches: flows:  701065 688024 688627 690803 691496 700245 701217 700345 702392 686056 688150 694164 693608 701936 702931 703850  total = 185.268136 per ms 
02:16:12.613 16  switches: flows:  715452 695120 694870 704389 696106 695219 709575 701179 702849 698853 704030 710234 698852 694726 702693 697167  total = 186.707624 per ms 
02:17:12.742 16  switches: flows:  708772 699486 701631 700469 710010 698987 702761 713766 709658 699969 705613 707866 707699 704386 701366 691538  total = 187.332393 per ms 
02:18:12.845 16  switches: flows:  706602 690714 697152 701588 702950 702265 707907 709965 709793 685893 701357 709690 707838 714464 702601 704622  total = 187.272290 per ms 
02:19:12.947 16  switches: flows:  712247 689391 702482 704574 706881 704803 696598 704692 698559 699268 706661 696425 707101 711749 703990 705434  total = 187.199265 per ms 
02:20:13.051 16  switches: flows:  708826 712381 700138 708036 702879 700958 704660 710092 699858 709534 703752 711136 708013 709092 698247 709851  total = 187.969728 per ms 
02:21:13.153 16  switches: flows:  711169 687103 697888 696601 702640 697411 695898 697924 704585 688637 693418 703082 708901 694780 691876 694552  total = 185.793109 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 165347.37/187969.73/183423.28/61541.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:21:13.166976" elapsed="0.000566"/>
</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-07-29T02:21:13.167791" elapsed="0.000633"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T02:21:13.168968" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T02:21:13.169063" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 165347.37/187969.73/183423.28/61541.28 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-07-29T02:21:13.168692" elapsed="0.000397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:21:13.169567" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 165347.37/187969.73/183423.28/61541.28 | 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-07-29T02:21:13.169293" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.172065" 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-07-29T02:21:13.169749" elapsed="0.002376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.174722" level="INFO">165347.37/187969.73/183423.28/61541.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:21:13.172326" elapsed="0.002458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:21:13.177537" 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-07-29T02:21:13.175133" elapsed="0.002432"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:21:13.180158" level="INFO">@{result_value_list} = [ 165347.37 | 187969.73 | 183423.28 | 61541.28 ]</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-07-29T02:21:13.177783" elapsed="0.002446"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.180729" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T02:21:13.180818" 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-07-29T02:21:13.180394" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.185944" level="INFO">min :: 165347.37</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-07-29T02:21:13.181293" elapsed="0.004711"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T02:21:13.181121" elapsed="0.004919"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.190803" level="INFO">max :: 187969.73</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-07-29T02:21:13.186282" elapsed="0.004593"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T02:21:13.186134" elapsed="0.004777"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.195662" level="INFO">avg :: 183423.28</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-07-29T02:21:13.191164" elapsed="0.004562"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T02:21:13.191028" elapsed="0.004734"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.200677" level="INFO">stdev :: 61541.28</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-07-29T02:21:13.195987" elapsed="0.004773"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T02:21:13.195853" elapsed="0.004952"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T02:21:13.180914" elapsed="0.019937"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.205119" level="INFO">${min} = 165347.37</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-07-29T02:21:13.201055" elapsed="0.004103"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.209584" level="INFO">${max} = 187969.73</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-07-29T02:21:13.205353" elapsed="0.004262"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.213801" level="INFO">${average} = 183423.28</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-07-29T02:21:13.209778" elapsed="0.004053"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.218046" level="INFO">${stdev} = 61541.28</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-07-29T02:21:13.214024" elapsed="0.004056"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.218697" level="INFO">${date} = 2026-07-29 02:21:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T02:21:13.218306" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.219345" level="INFO">CBench Result: 2026-07-29 02:21:13,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,165347.37,187969.73,183423.28,61541.28</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-07-29T02:21:13.218878" elapsed="0.000528"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:21:13.220601" 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-07-29T02:21:13.220081" elapsed="0.000590"/>
</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-07-29T02:21:13.220834" elapsed="0.000544"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-29T02:21:13.219578" elapsed="0.001872"/>
</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-07-29T02:11:06.447501" elapsed="606.774014"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.222006" 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-07-29T02:21:13.221671" elapsed="0.000394"/>
</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-07-29T02:21:13.222656" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-07-29T02:21:13.222318" elapsed="0.000687"/>
</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-07-29T02:11:06.445956" elapsed="606.777090"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.224616" 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-07-29T02:21:13.224073" elapsed="0.000602"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.225990" 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-07-29T02:21:13.225649" elapsed="0.000385"/>
</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-07-29T02:21:13.226480" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:21:13.226181" elapsed="0.000366"/>
</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-07-29T02:21:13.229861" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:21:13.229600" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-29T02:21:13.229574" elapsed="0.000370"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:21:13.230554" 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-07-29T02:21:13.230685" 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-07-29T02:21:13.230296" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.231316" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.116" 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-07-29T02:21:13.230854" elapsed="0.000523"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-29T02:21:13.231986" 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-07-29T02:21:13.231560" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:21:13.233042" level="INFO">Length is 0.</msg>
<msg time="2026-07-29T02:21:13.233133" 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-07-29T02:21:13.232713" elapsed="0.000445"/>
</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-07-29T02:21:13.233324" elapsed="0.000387"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-29T02:21:13.234731" level="INFO">Logging into '10.30.170.116:22' as 'jenkins'.</msg>
<msg time="2026-07-29T02:21:13.887676" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 29 02:21:13 UTC 2026

  System load:  0.31               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.116
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 29 02:11:07 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-794-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-07-29T02:21:13.234301" elapsed="0.653608"/>
</kw>
<msg time="2026-07-29T02:21:13.888014" 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-07-29T02:21:13.233871" elapsed="0.654237"/>
</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-07-29T02:21:13.232284" elapsed="0.655976"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-29T02:21:13.888948" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-29T02:31:20.250679" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-29T02:31:20.251382" level="INFO">${stdout} = </msg>
<msg time="2026-07-29T02:31:20.251502" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134: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-07-29T02:21:13.888594" elapsed="606.362976"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:31:20.252026" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.254061" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:19.343 16  switches: flows:  137934 138632 135863 138385 136602 136476 136386 137626 131219 132529 135630 131198 130941 129797 134826 133060  total = 35.951733 per ms 
02:23:19.444 16  switches: flows:  141934 140161 137373 137886 138302 139950 136862 140386 133422 133094 138949 131329 131529 131494 136314 130808  total = 36.269271 per ms 
02:24:19.545 16  switches: flows:  137793 136880 136678 137355 135216 136598 139016 134980 132203 134409 133369 131566 133468 134519 132362 134152  total = 35.948973 per ms 
02:25:19.646 16  switches: flows:  146169 141321 142457 144174 140432 138847 145835 139207 136263 141266 141618 136018 139951 139312 136651 139163  total = 37.414795 per ms 
02:26:19.747 16  switches: flows:  146939 142794 141765 146464 142182 142216 146413 140063 138224 144256 141194 139085 142491 140539 137171 140567  total = 37.809609 per ms 
02:27:19.847 16  switches: flows:  141549 136592 139481 142963 138673 137871 143037 137679 133551 137092 139053 135548 137792 137664 135128 136230  total = 36.770312 per ms 
02:28:19.947 16  switches: flows:  144550 138282 141745 141243 139036 137542 144957 138135 137028 139873 139343 134585 139370 138060 136107 136894  total = 37.050503 per ms 
02:29:20.048 16  switches: flows:  141905 138521 138523 144372 140156 136783 143910 137083 134668 136840 139534 135879 134851 136294 134316 136817  total = 36.779484 per ms 
02:30:20.148 16  switches: flows:  143646 140896 138674 142179 141841 138324 145532 138877 135011 141010 140686 133150 136160 137342 136559 138520  total = 37.078185 per ms 
02:31:20.248 16  switches: flows:  142639 140186 139632 140712 139238 138128 143464 135464 134122 139514 140077 133120 133699 137289 134791 136685  total = 36.751288 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35948.97/37809.61/36874.71/12302.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:31:20.253139" elapsed="0.001197"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-29T02:31:20.254697" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-07-29T02:31:20.254478" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-07-29T02:31:20.254433" elapsed="0.000414"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-29T02:31:20.255002" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-29T02:31:20.254935" elapsed="0.000147"/>
</branch>
<status status="NOT RUN" start="2026-07-29T02:31:20.254911" elapsed="0.000204"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-29T02:31:20.255163" elapsed="0.000021"/>
</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-07-29T02:31:20.259531" elapsed="0.000517"/>
</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-07-29T02:31:20.260297" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-29T02:31:20.260745" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-29T02:31:20.255681" elapsed="0.005297"/>
</kw>
<msg time="2026-07-29T02:31:20.261175" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134: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-07-29T02:21:13.226912" elapsed="607.034324"/>
</kw>
<status status="PASS" start="2026-07-29T02:21:13.226577" elapsed="607.034738"/>
</branch>
<status status="PASS" start="2026-07-29T02:21:13.226155" elapsed="607.035195"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.262087" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:22:19.343 16  switches: flows:  137934 138632 135863 138385 136602 136476 136386 137626 131219 132529 135630 131198 130941 129797 134826 133060  total = 35.951733 per ms 
02:23:19.444 16  switches: flows:  141934 140161 137373 137886 138302 139950 136862 140386 133422 133094 138949 131329 131529 131494 136314 130808  total = 36.269271 per ms 
02:24:19.545 16  switches: flows:  137793 136880 136678 137355 135216 136598 139016 134980 132203 134409 133369 131566 133468 134519 132362 134152  total = 35.948973 per ms 
02:25:19.646 16  switches: flows:  146169 141321 142457 144174 140432 138847 145835 139207 136263 141266 141618 136018 139951 139312 136651 139163  total = 37.414795 per ms 
02:26:19.747 16  switches: flows:  146939 142794 141765 146464 142182 142216 146413 140063 138224 144256 141194 139085 142491 140539 137171 140567  total = 37.809609 per ms 
02:27:19.847 16  switches: flows:  141549 136592 139481 142963 138673 137871 143037 137679 133551 137092 139053 135548 137792 137664 135128 136230  total = 36.770312 per ms 
02:28:19.947 16  switches: flows:  144550 138282 141745 141243 139036 137542 144957 138135 137028 139873 139343 134585 139370 138060 136107 136894  total = 37.050503 per ms 
02:29:20.048 16  switches: flows:  141905 138521 138523 144372 140156 136783 143910 137083 134668 136840 139534 135879 134851 136294 134316 136817  total = 36.779484 per ms 
02:30:20.148 16  switches: flows:  143646 140896 138674 142179 141841 138324 145532 138877 135011 141010 140686 133150 136160 137342 136559 138520  total = 37.078185 per ms 
02:31:20.248 16  switches: flows:  142639 140186 139632 140712 139238 138128 143464 135464 134122 139514 140077 133120 133699 137289 134791 136685  total = 36.751288 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35948.97/37809.61/36874.71/12302.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:31:20.261591" elapsed="0.000671"/>
</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-07-29T02:31:20.262563" elapsed="0.000587"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-29T02:31:20.263748" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-29T02:31:20.263886" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35948.97/37809.61/36874.71/12302.85 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-07-29T02:31:20.263420" elapsed="0.000504"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:31:20.264568" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35948.97/37809.61/36874.71/12302.85 | 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-07-29T02:31:20.264157" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.267568" 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-07-29T02:31:20.264829" elapsed="0.002799"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.270123" level="INFO">35948.97/37809.61/36874.71/12302.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:31:20.267782" elapsed="0.002409"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:31:20.272690" 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-07-29T02:31:20.270367" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-29T02:31:20.275399" level="INFO">@{result_value_list} = [ 35948.97 | 37809.61 | 36874.71 | 12302.85 ]</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-07-29T02:31:20.272928" elapsed="0.002501"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.275929" level="INFO">Length is 4.</msg>
<msg time="2026-07-29T02:31:20.276024" 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-07-29T02:31:20.275596" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.281298" level="INFO">min :: 35948.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:31:20.276466" elapsed="0.004892"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-29T02:31:20.276329" elapsed="0.005065"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.286437" level="INFO">max :: 37809.61</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-07-29T02:31:20.281644" elapsed="0.004854"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-29T02:31:20.281496" elapsed="0.005038"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.291421" level="INFO">avg :: 36874.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-07-29T02:31:20.286765" elapsed="0.004716"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-29T02:31:20.286631" elapsed="0.004886"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.296487" level="INFO">stdev :: 12302.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-29T02:31:20.291736" elapsed="0.004819"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-29T02:31:20.291604" elapsed="0.004988"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-29T02:31:20.276115" elapsed="0.020510"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.300877" level="INFO">${min} = 35948.97</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-07-29T02:31:20.296793" elapsed="0.004113"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.305819" level="INFO">${max} = 37809.61</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-07-29T02:31:20.301071" elapsed="0.004780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.310118" level="INFO">${average} = 36874.71</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-07-29T02:31:20.306049" elapsed="0.004098"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.314362" level="INFO">${stdev} = 12302.85</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-07-29T02:31:20.310347" elapsed="0.004050"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.315062" level="INFO">${date} = 2026-07-29 02:31:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-29T02:31:20.314586" elapsed="0.000509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.315842" level="INFO">CBench Result: 2026-07-29 02:31:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35948.97,37809.61,36874.71,12302.85</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-07-29T02:31:20.315309" elapsed="0.000608"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-29T02:31:20.317416" 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-07-29T02:31:20.316756" elapsed="0.000761"/>
</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-07-29T02:31:20.317777" elapsed="0.000717"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-29T02:31:20.316120" elapsed="0.002465"/>
</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-07-29T02:21:13.225009" elapsed="607.093679"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.319341" 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-07-29T02:31:20.318902" elapsed="0.000509"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-29T02:31:20.321020" 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-07-29T02:31:20.320370" elapsed="0.000690"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-29T02:31:20.321409" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-29T02:31:20.321180" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-29T02:31:20.321148" elapsed="0.000400"/>
</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-07-29T02:31:20.321770" elapsed="0.000031"/>
</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-07-29T02:31:20.321979" elapsed="0.000024"/>
</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-07-29T02:31:20.322152" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-29T02:31:20.322408" elapsed="0.000022"/>
</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-07-29T02:31:20.322564" 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-07-29T02:31:20.322716" elapsed="0.000032"/>
</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-07-29T02:31:20.322877" elapsed="0.000021"/>
</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-07-29T02:31:20.323123" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-29T02:31:20.322969" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-07-29T02:31:20.322950" elapsed="0.000252"/>
</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-07-29T02:31:20.319886" elapsed="0.003387"/>
</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-07-29T02:21:13.223548" elapsed="607.099785"/>
</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-07-29T02:00:57.183752" elapsed="1823.140384"/>
</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>
