<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-31T01:49:38.375134" 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-31T01:49:38.911804" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:49:38.911646" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:38.911616" elapsed="0.000290"/>
</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-31T01:49:38.912050" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T01:49:38.913036" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-07-31T01:49:39.517517" 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-31T01:49:38.912743" elapsed="0.604974"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T01:49:39.565530" 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-31T01:49:39.518029" elapsed="0.047578"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T01:49:39.567287" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T01:49:39.567419" 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-31T01:49:39.565785" elapsed="0.001665"/>
</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-31T01:49:39.567611" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:49:39.567994" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.568765" 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-31T01:49:39.568414" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T01:49:39.568877" elapsed="0.000057"/>
</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.127
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-31T01:49:38.911257" elapsed="0.657806"/>
</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-31T01:49:38.907729" elapsed="0.661401"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T01:49:39.569729" 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-31T01:49:39.569325" elapsed="0.000461"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T01:49:39.570195" 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-31T01:49:39.569940" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.570855" 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-31T01:49:39.570428" elapsed="0.000455"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.571427" 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-31T01:49:39.571063" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.571996" 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-31T01:49:39.571617" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.572533" 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-31T01:49:39.572183" elapsed="0.000392"/>
</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-31T01:49:39.572887" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:49:39.572667" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:49:39.577549" 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-31T01:49:39.577113" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:49:39.578607" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T01:49:39.578691" 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-31T01:49:39.578133" elapsed="0.000582"/>
</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-31T01:49:39.578859" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T01:49:39.580232" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-07-31T01:49:40.325816" 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 Fri Jul 31 01:49:39 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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-796-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-31T01:49:39.579729" elapsed="0.746254"/>
</kw>
<msg time="2026-07-31T01:49:40.326082" 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-31T01:49:39.579381" elapsed="0.746809"/>
</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-31T01:49:39.577785" elapsed="0.748540"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.334136" 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-31T01:49:40.326584" elapsed="0.009093"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:49:40.335877" elapsed="0.000298"/>
</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-31T01:49:39.576577" elapsed="0.759665"/>
</kw>
<status status="PASS" start="2026-07-31T01:49:39.573233" elapsed="0.763049"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:39.572639" elapsed="0.763680"/>
</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-31T01:49:40.336501" elapsed="0.000555"/>
</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-31T01:49:40.341565" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:49:40.341437" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:40.341412" elapsed="0.000232"/>
</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-31T01:49:40.345168" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:49:40.345029" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:40.345009" elapsed="0.000236"/>
</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-31T01:49:40.345393" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.346257" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-07-31T01:49:40.530347" 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-31T01:49:40.345994" elapsed="0.184545"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.624962" 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-31T01:49:40.530862" elapsed="0.094182"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.628985" 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-31T01:49:40.629183" 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-31T01:49:40.625247" elapsed="0.003968"/>
</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-31T01:49:40.629363" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:49:40.629719" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.630440" 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-31T01:49:40.630074" elapsed="0.000425"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T01:49:40.630553" elapsed="0.000061"/>
</return>
<msg time="2026-07-31T01:49:40.630774" 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.127
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-31T01:49:40.344669" elapsed="0.286137"/>
</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-31T01:49:40.630952" elapsed="0.000606"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T01:49:40.631612" elapsed="0.000035"/>
</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-31T01:49:40.341100" elapsed="0.290690"/>
</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-31T01:49:40.635663" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:49:40.635521" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:40.635496" elapsed="0.000239"/>
</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-31T01:49:40.635867" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.636772" level="INFO">Logging into '10.30.171.127:8101' as 'karaf'.</msg>
<msg time="2026-07-31T01:49:40.805857" 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-31T01:49:40.636505" elapsed="0.169745"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.831325" 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-31T01:49:40.806929" elapsed="0.024488"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.833319" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T01:49:40.833458" 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-31T01:49:40.831575" elapsed="0.001914"/>
</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-31T01:49:40.833633" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:49:40.833984" elapsed="0.000255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.834781" 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-31T01:49:40.834419" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T01:49:40.834891" elapsed="0.000065"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.127
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-31T01:49:40.635097" elapsed="0.200026"/>
</kw>
<status status="PASS" start="2026-07-31T01:49:38.905953" elapsed="1.929240"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.837611" 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-31T01:49:40.836368" elapsed="0.001332"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.839228" 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-31T01:49:40.838863" elapsed="0.000410"/>
</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-31T01:49:40.839791" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:49:40.839361" elapsed="0.000491"/>
</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-31T01:49:40.842854" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:49:40.842599" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:40.842579" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.843286" 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-31T01:49:40.843435" 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-31T01:49:40.843074" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.844031" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-31T01:49:40.843600" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.844748" 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-31T01:49:40.844238" elapsed="0.000536"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:49:40.845708" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T01:49:40.845799" 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-31T01:49:40.845355" elapsed="0.000468"/>
</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-31T01:49:40.845966" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T01:49:40.847171" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-07-31T01:49:41.189588" 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 Fri Jul 31 01:49:39 UTC 2026

  System load:  0.12               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Fri Jul 31 01:49:40 2026 from 10.30.170.202
[?2004h[jenkins@releng-48317-796-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-31T01:49:40.846817" elapsed="0.343035"/>
</kw>
<msg time="2026-07-31T01:49:41.189976" 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-31T01:49:40.846471" elapsed="0.343633"/>
</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-31T01:49:40.844977" elapsed="0.345309"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T01:49:41.191094" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T01:59:47.317301" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T01:59:47.317787" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T01:59:47.317892" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-31T01:49:41.190638" elapsed="606.127312"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:59:47.318394" elapsed="0.000672"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.320173" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:50:46.377 16  switches: flows:  117937 116574 116270 121325 114822 118010 117598 116544 109573 109437 111583 114511 113058 115774 110564 114826  total = 30.640100 per ms 
01:51:46.477 16  switches: flows:  137411 134697 129800 131951 130925 127625 132607 128823 124352 124636 119993 122531 129395 125423 124678 125985  total = 34.123562 per ms 
01:52:46.577 16  switches: flows:  145177 141868 139074 136669 138580 136633 138459 138116 133311 133304 127795 131621 136099 132428 129828 131684  total = 36.117147 per ms 
01:53:46.678 16  switches: flows:  145619 144484 141021 140368 140963 135939 141227 140622 134767 133533 130613 131049 135128 133604 132537 131845  total = 36.494324 per ms 
01:54:46.779 16  switches: flows:  145842 142868 141131 139998 141363 138856 140399 141138 134389 131658 129225 131219 135994 133475 132968 130958  total = 36.463803 per ms 
01:55:46.880 16  switches: flows:  146311 142776 141367 139973 141913 137512 141437 140953 135221 132343 132178 131317 136420 133429 132592 132204  total = 36.571405 per ms 
01:56:46.981 16  switches: flows:  146658 143988 139380 143141 142805 140933 143100 140740 136205 133535 134489 134754 136982 137217 133548 132130  total = 36.931729 per ms 
01:57:47.082 16  switches: flows:  148620 143797 140703 144536 143872 140274 145136 142875 138222 133753 137616 136062 137594 136486 133662 135156  total = 37.243892 per ms 
01:58:47.183 16  switches: flows:  147746 143164 140967 144539 142593 138782 143580 140763 135606 133050 135676 134377 135646 135561 133502 132961  total = 36.913538 per ms 
01:59:47.284 16  switches: flows:  149801 146721 139838 144638 145187 139940 144173 143306 139367 134985 136758 132943 140236 136260 133914 137163  total = 37.358070 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34123.56/37358.07/36468.61/12190.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:59:47.319463" elapsed="0.001037"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T01:59:47.321060" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-31T01:59:47.320686" elapsed="0.000475"/>
</branch>
<status status="PASS" start="2026-07-31T01:59:47.320633" elapsed="0.000563"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T01:59:47.321349" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-31T01:59:47.321279" elapsed="0.000129"/>
</branch>
<status status="NOT RUN" start="2026-07-31T01:59:47.321257" elapsed="0.000181"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T01:59:47.321484" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T01:59:47.325046" elapsed="0.000480"/>
</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-31T01:59:47.325730" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T01:59:47.326132" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T01:59:47.321920" elapsed="0.004444"/>
</kw>
<msg time="2026-07-31T01:59:47.326542" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-31T01:49:40.840270" elapsed="606.486309"/>
</kw>
<status status="PASS" start="2026-07-31T01:49:40.839883" elapsed="606.486764"/>
</branch>
<status status="PASS" start="2026-07-31T01:49:40.839336" elapsed="606.487343"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.327273" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:50:46.377 16  switches: flows:  117937 116574 116270 121325 114822 118010 117598 116544 109573 109437 111583 114511 113058 115774 110564 114826  total = 30.640100 per ms 
01:51:46.477 16  switches: flows:  137411 134697 129800 131951 130925 127625 132607 128823 124352 124636 119993 122531 129395 125423 124678 125985  total = 34.123562 per ms 
01:52:46.577 16  switches: flows:  145177 141868 139074 136669 138580 136633 138459 138116 133311 133304 127795 131621 136099 132428 129828 131684  total = 36.117147 per ms 
01:53:46.678 16  switches: flows:  145619 144484 141021 140368 140963 135939 141227 140622 134767 133533 130613 131049 135128 133604 132537 131845  total = 36.494324 per ms 
01:54:46.779 16  switches: flows:  145842 142868 141131 139998 141363 138856 140399 141138 134389 131658 129225 131219 135994 133475 132968 130958  total = 36.463803 per ms 
01:55:46.880 16  switches: flows:  146311 142776 141367 139973 141913 137512 141437 140953 135221 132343 132178 131317 136420 133429 132592 132204  total = 36.571405 per ms 
01:56:46.981 16  switches: flows:  146658 143988 139380 143141 142805 140933 143100 140740 136205 133535 134489 134754 136982 137217 133548 132130  total = 36.931729 per ms 
01:57:47.082 16  switches: flows:  148620 143797 140703 144536 143872 140274 145136 142875 138222 133753 137616 136062 137594 136486 133662 135156  total = 37.243892 per ms 
01:58:47.183 16  switches: flows:  147746 143164 140967 144539 142593 138782 143580 140763 135606 133050 135676 134377 135646 135561 133502 132961  total = 36.913538 per ms 
01:59:47.284 16  switches: flows:  149801 146721 139838 144638 145187 139940 144173 143306 139367 134985 136758 132943 140236 136260 133914 137163  total = 37.358070 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34123.56/37358.07/36468.61/12190.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:59:47.326869" elapsed="0.000527"/>
</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-31T01:59:47.327605" elapsed="0.000496"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T01:59:47.328658" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T01:59:47.328823" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34123.56/37358.07/36468.61/12190.15 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-31T01:59:47.328319" elapsed="0.000540"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:59:47.329321" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34123.56/37358.07/36468.61/12190.15 | 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-31T01:59:47.329067" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.331707" 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-31T01:59:47.329507" elapsed="0.002256"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.334138" level="INFO">34123.56/37358.07/36468.61/12190.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T01:59:47.331906" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:59:47.336534" 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-31T01:59:47.334366" elapsed="0.002196"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T01:59:47.338986" level="INFO">@{result_value_list} = [ 34123.56 | 37358.07 | 36468.61 | 12190.15 ]</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-31T01:59:47.336757" elapsed="0.002258"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.339493" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T01:59:47.339589" 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-31T01:59:47.339171" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.344237" level="INFO">min :: 34123.56</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-31T01:59:47.339993" elapsed="0.004300"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T01:59:47.339863" elapsed="0.004478"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.348785" level="INFO">max :: 37358.07</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-31T01:59:47.344569" elapsed="0.004272"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T01:59:47.344443" elapsed="0.004433"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.353407" level="INFO">avg :: 36468.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-31T01:59:47.349087" elapsed="0.004386"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T01:59:47.348963" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.358269" level="INFO">stdev :: 12190.15</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-31T01:59:47.353724" elapsed="0.004602"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T01:59:47.353599" elapsed="0.004785"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T01:59:47.339680" elapsed="0.018738"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.362478" level="INFO">${min} = 34123.56</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-31T01:59:47.358575" elapsed="0.003936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.366567" level="INFO">${max} = 37358.07</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-31T01:59:47.362687" elapsed="0.003907"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.370411" level="INFO">${average} = 36468.61</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-31T01:59:47.366744" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.374274" level="INFO">${stdev} = 12190.15</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-31T01:59:47.370589" elapsed="0.003711"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.374831" level="INFO">${date} = 2026-07-31 01:59:47</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-31T01:59:47.374475" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.375426" level="INFO">CBench Result: 2026-07-31 01:59:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34123.56,37358.07,36468.61,12190.15</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-31T01:59:47.375005" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T01:59:47.376579" 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-31T01:59:47.376139" elapsed="0.000506"/>
</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-31T01:59:47.376811" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T01:59:47.375653" elapsed="0.001701"/>
</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-31T01:49:40.838174" elapsed="606.539242"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.377878" 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-31T01:59:47.377564" elapsed="0.000369"/>
</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-31T01:59:47.378452" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-31T01:59:47.378143" elapsed="0.000647"/>
</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-31T01:49:40.835410" elapsed="606.543417"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.380549" 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-31T01:59:47.380148" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.382121" 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-31T01:59:47.381754" elapsed="0.000413"/>
</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-31T01:59:47.382703" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:59:47.382295" elapsed="0.000469"/>
</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-31T01:59:47.385655" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T01:59:47.385401" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-31T01:59:47.385381" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:59:47.386096" 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-31T01:59:47.386219" 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-31T01:59:47.385883" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.386826" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-31T01:59:47.386406" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T01:59:47.387460" 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-31T01:59:47.387030" elapsed="0.000459"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T01:59:47.388399" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T01:59:47.388488" 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-31T01:59:47.388070" elapsed="0.000443"/>
</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-31T01:59:47.388653" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T01:59:47.389860" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-07-31T01:59:47.954218" 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 Fri Jul 31 01:59:47 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.0% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Fri Jul 31 01:49:41 2026 from 10.30.170.202
[?2004h[jenkins@releng-48317-796-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-31T01:59:47.389507" elapsed="0.564932"/>
</kw>
<msg time="2026-07-31T01:59:47.954526" 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-31T01:59:47.389146" elapsed="0.565470"/>
</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-31T01:59:47.387697" elapsed="0.567037"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T01:59:47.955258" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T02:09:54.066070" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T02:09:54.066742" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T02:09:54.066849" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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-31T01:59:47.954953" elapsed="606.111962"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:09:54.067422" elapsed="0.000755"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.069284" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:53.079 16  switches: flows:  567853 560654 577762 584423 572810 565383 571378 575460 557112 562932 562468 567737 572624 553639 567356 561419  total = 151.350167 per ms 
02:01:53.182 16  switches: flows:  609755 601669 616383 625902 605985 618082 610429 610455 596970 612237 616302 615757 615625 615073 613789 613026  total = 163.014647 per ms 
02:02:53.283 16  switches: flows:  616189 614717 613814 610421 613011 614123 620012 614815 611195 618981 628672 616598 618480 620797 615286 610458  total = 164.015516 per ms 
02:03:53.414 16  switches: flows:  597694 594162 599537 607385 601128 599354 600586 590516 598589 601057 605859 604111 604660 608236 598917 607328  total = 159.971868 per ms 
02:04:53.515 16  switches: flows:  600705 600855 594941 603091 611987 595525 608171 605649 602804 601051 611790 608795 605469 603352 597298 607129  total = 160.706162 per ms 
02:05:53.616 16  switches: flows:  622274 631949 631347 635292 635611 620070 625756 633197 623975 628833 635481 641263 635706 629027 628447 630117  total = 167.855640 per ms 
02:06:53.718 16  switches: flows:  605520 609823 618659 604117 616471 616161 614741 612158 605927 609484 622124 609534 621090 616698 617699 614475  total = 163.303821 per ms 
02:07:53.820 16  switches: flows:  614868 616017 616722 620470 630539 613887 625984 624511 621678 620535 618963 628439 622927 619971 628672 613813  total = 165.354927 per ms 
02:08:53.922 16  switches: flows:  616484 618718 619499 630298 617978 624692 624761 619692 611804 627574 625653 625851 619313 626105 618501 621865  total = 165.534384 per ms 
02:09:54.024 16  switches: flows:  611058 608201 619622 614440 620989 609917 618204 611358 605171 613228 620127 612499 615886 604947 604784 610252  total = 163.070744 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159971.87/167855.64/163647.52/54597.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:09:54.068568" elapsed="0.001048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T02:09:54.070077" elapsed="0.000117"/>
</return>
<status status="PASS" start="2026-07-31T02:09:54.069785" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-07-31T02:09:54.069738" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T02:09:54.070564" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-31T02:09:54.070485" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-07-31T02:09:54.070450" elapsed="0.000250"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T02:09:54.070767" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:09:54.074698" elapsed="0.000490"/>
</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-31T02:09:54.075428" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:09:54.075862" 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-31T02:09:54.071413" elapsed="0.004679"/>
</kw>
<msg time="2026-07-31T02:09:54.076299" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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-31T01:59:47.383107" elapsed="606.693255"/>
</kw>
<status status="PASS" start="2026-07-31T01:59:47.382791" elapsed="606.693647"/>
</branch>
<status status="PASS" start="2026-07-31T01:59:47.382272" elapsed="606.694201"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.077119" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:00:53.079 16  switches: flows:  567853 560654 577762 584423 572810 565383 571378 575460 557112 562932 562468 567737 572624 553639 567356 561419  total = 151.350167 per ms 
02:01:53.182 16  switches: flows:  609755 601669 616383 625902 605985 618082 610429 610455 596970 612237 616302 615757 615625 615073 613789 613026  total = 163.014647 per ms 
02:02:53.283 16  switches: flows:  616189 614717 613814 610421 613011 614123 620012 614815 611195 618981 628672 616598 618480 620797 615286 610458  total = 164.015516 per ms 
02:03:53.414 16  switches: flows:  597694 594162 599537 607385 601128 599354 600586 590516 598589 601057 605859 604111 604660 608236 598917 607328  total = 159.971868 per ms 
02:04:53.515 16  switches: flows:  600705 600855 594941 603091 611987 595525 608171 605649 602804 601051 611790 608795 605469 603352 597298 607129  total = 160.706162 per ms 
02:05:53.616 16  switches: flows:  622274 631949 631347 635292 635611 620070 625756 633197 623975 628833 635481 641263 635706 629027 628447 630117  total = 167.855640 per ms 
02:06:53.718 16  switches: flows:  605520 609823 618659 604117 616471 616161 614741 612158 605927 609484 622124 609534 621090 616698 617699 614475  total = 163.303821 per ms 
02:07:53.820 16  switches: flows:  614868 616017 616722 620470 630539 613887 625984 624511 621678 620535 618963 628439 622927 619971 628672 613813  total = 165.354927 per ms 
02:08:53.922 16  switches: flows:  616484 618718 619499 630298 617978 624692 624761 619692 611804 627574 625653 625851 619313 626105 618501 621865  total = 165.534384 per ms 
02:09:54.024 16  switches: flows:  611058 608201 619622 614440 620989 609917 618204 611358 605171 613228 620127 612499 615886 604947 604784 610252  total = 163.070744 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159971.87/167855.64/163647.52/54597.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:09:54.076689" elapsed="0.000539"/>
</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-31T02:09:54.077469" elapsed="0.000524"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T02:09:54.078603" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T02:09:54.078738" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 159971.87/167855.64/163647.52/54597.36 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-31T02:09:54.078257" elapsed="0.000518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:09:54.079359" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 159971.87/167855.64/163647.52/54597.36 | 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-31T02:09:54.078996" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.081747" 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-31T02:09:54.079530" elapsed="0.002273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.084152" level="INFO">159971.87/167855.64/163647.52/54597.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:09:54.081946" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:09:54.086596" 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-31T02:09:54.084379" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:09:54.089033" level="INFO">@{result_value_list} = [ 159971.87 | 167855.64 | 163647.52 | 54597.36 ]</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-31T02:09:54.086838" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.089548" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T02:09:54.089635" 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-31T02:09:54.089213" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.094571" level="INFO">min :: 159971.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:09:54.090045" elapsed="0.004586"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T02:09:54.089915" elapsed="0.004752"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.099140" level="INFO">max :: 167855.64</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-31T02:09:54.094889" elapsed="0.004309"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T02:09:54.094761" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.103811" level="INFO">avg :: 163647.52</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-31T02:09:54.099468" elapsed="0.004401"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T02:09:54.099323" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.108401" level="INFO">stdev :: 54597.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:09:54.104122" elapsed="0.004337"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T02:09:54.103994" elapsed="0.004501"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T02:09:54.089727" elapsed="0.018800"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.112748" level="INFO">${min} = 159971.87</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-31T02:09:54.108687" elapsed="0.004090"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.116760" level="INFO">${max} = 167855.64</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-31T02:09:54.112934" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.120885" level="INFO">${average} = 163647.52</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-31T02:09:54.116942" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.124887" level="INFO">${stdev} = 54597.36</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-31T02:09:54.121067" elapsed="0.003849"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.125479" level="INFO">${date} = 2026-07-31 02:09:54</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-31T02:09:54.125080" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.126066" level="INFO">CBench Result: 2026-07-31 02:09:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,159971.87,167855.64,163647.52,54597.36</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-31T02:09:54.125652" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T02:09:54.127289" 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-31T02:09:54.126828" elapsed="0.000544"/>
</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-31T02:09:54.127521" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T02:09:54.126280" elapsed="0.001771"/>
</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-31T01:59:47.381119" elapsed="606.746992"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.128623" 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-31T02:09:54.128260" elapsed="0.000424"/>
</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-31T02:09:54.129236" elapsed="0.000346"/>
</kw>
<status status="PASS" start="2026-07-31T02:09:54.128891" elapsed="0.000775"/>
</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-31T01:59:47.379480" elapsed="606.750230"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.131155" 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-31T02:09:54.130776" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.132434" 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-31T02:09:54.132090" elapsed="0.000387"/>
</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-31T02:09:54.132836" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:09:54.132612" elapsed="0.000283"/>
</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-31T02:09:54.135958" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:09:54.135707" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-07-31T02:09:54.135688" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T02:09:54.136384" 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-31T02:09:54.136515" 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-31T02:09:54.136171" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.137131" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" 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-31T02:09:54.136693" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T02:09:54.137754" 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-31T02:09:54.137353" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T02:09:54.138722" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T02:09:54.138808" 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-31T02:09:54.138405" elapsed="0.000427"/>
</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-31T02:09:54.138972" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T02:09:54.140149" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-07-31T02:09:54.735251" 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 Fri Jul 31 02:09:54 UTC 2026

  System load:  0.57               Processes:             104
  Usage of /:   20.0% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  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: Fri Jul 31 01:59:47 2026 from 10.30.170.202
[?2004h[jenkins@releng-48317-796-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-31T02:09:54.139798" elapsed="0.595831"/>
</kw>
<msg time="2026-07-31T02:09:54.735783" 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-31T02:09:54.139456" elapsed="0.596467"/>
</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-31T02:09:54.137984" elapsed="0.598161"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T02:09:54.737179" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T02:20:00.799856" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T02:20:00.800413" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T02:20:00.800524" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-31T02:09:54.736625" elapsed="606.063966"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:20:00.801025" elapsed="0.000685"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.802732" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:59.838 16  switches: flows:  150961 146922 144698 144282 145067 147414 144003 155538 137973 136674 140213 140666 136119 135302 141011 151695  total = 38.308967 per ms 
02:11:59.939 16  switches: flows:  150118 148061 143614 142378 146613 151363 141498 142390 137447 136434 140115 141161 138160 137635 140229 141041  total = 37.907663 per ms 
02:13:00.040 16  switches: flows:  150622 150315 142643 144950 144329 147852 142621 143667 136990 138599 139548 140732 137106 135528 141397 138849  total = 37.865921 per ms 
02:14:00.141 16  switches: flows:  150197 148630 143769 143936 142985 149473 141422 146315 135589 138123 139497 141966 139364 140056 141327 136287  total = 37.918952 per ms 
02:15:00.242 16  switches: flows:  152092 149683 143312 145903 144466 150858 145153 146448 137996 137824 140819 144097 141664 139589 144077 136833  total = 38.282837 per ms 
02:16:00.343 16  switches: flows:  149197 148168 141492 143458 143479 146874 143752 144941 138422 137711 136288 140735 137841 135678 142896 135599  total = 37.712467 per ms 
02:17:00.444 16  switches: flows:  148853 146863 142188 143409 143057 149061 142960 146915 136439 135801 139445 141174 138182 137956 142364 137735  total = 37.810200 per ms 
02:18:00.545 16  switches: flows:  148381 148835 142433 142917 141099 148139 140275 144697 136101 136890 137815 138908 137597 136906 141613 135606  total = 37.574126 per ms 
02:19:00.647 16  switches: flows:  142895 144113 137669 137653 138449 142262 136924 139736 132634 130079 133119 133518 136604 133440 136775 131013  total = 36.387306 per ms 
02:20:00.748 16  switches: flows:  146357 146509 141281 141153 141020 145328 138669 142519 136273 132399 135062 137837 136789 136070 136841 132842  total = 37.053980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36387.31/38282.84/37612.61/12548.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.802055" elapsed="0.000950"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T02:20:00.803365" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-07-31T02:20:00.803130" elapsed="0.000386"/>
</branch>
<status status="PASS" start="2026-07-31T02:20:00.803096" elapsed="0.000456"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T02:20:00.803685" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-31T02:20:00.803634" elapsed="0.000106"/>
</branch>
<status status="NOT RUN" start="2026-07-31T02:20:00.803612" elapsed="0.000158"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T02:20:00.803812" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:20:00.807593" elapsed="0.000464"/>
</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-31T02:20:00.808261" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:20:00.808689" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T02:20:00.804269" elapsed="0.004633"/>
</kw>
<msg time="2026-07-31T02:20:00.809096" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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-31T02:09:54.133233" elapsed="606.675900"/>
</kw>
<status status="PASS" start="2026-07-31T02:09:54.132920" elapsed="606.676283"/>
</branch>
<status status="PASS" start="2026-07-31T02:09:54.132589" elapsed="606.676647"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.809866" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.127: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.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:59.838 16  switches: flows:  150961 146922 144698 144282 145067 147414 144003 155538 137973 136674 140213 140666 136119 135302 141011 151695  total = 38.308967 per ms 
02:11:59.939 16  switches: flows:  150118 148061 143614 142378 146613 151363 141498 142390 137447 136434 140115 141161 138160 137635 140229 141041  total = 37.907663 per ms 
02:13:00.040 16  switches: flows:  150622 150315 142643 144950 144329 147852 142621 143667 136990 138599 139548 140732 137106 135528 141397 138849  total = 37.865921 per ms 
02:14:00.141 16  switches: flows:  150197 148630 143769 143936 142985 149473 141422 146315 135589 138123 139497 141966 139364 140056 141327 136287  total = 37.918952 per ms 
02:15:00.242 16  switches: flows:  152092 149683 143312 145903 144466 150858 145153 146448 137996 137824 140819 144097 141664 139589 144077 136833  total = 38.282837 per ms 
02:16:00.343 16  switches: flows:  149197 148168 141492 143458 143479 146874 143752 144941 138422 137711 136288 140735 137841 135678 142896 135599  total = 37.712467 per ms 
02:17:00.444 16  switches: flows:  148853 146863 142188 143409 143057 149061 142960 146915 136439 135801 139445 141174 138182 137956 142364 137735  total = 37.810200 per ms 
02:18:00.545 16  switches: flows:  148381 148835 142433 142917 141099 148139 140275 144697 136101 136890 137815 138908 137597 136906 141613 135606  total = 37.574126 per ms 
02:19:00.647 16  switches: flows:  142895 144113 137669 137653 138449 142262 136924 139736 132634 130079 133119 133518 136604 133440 136775 131013  total = 36.387306 per ms 
02:20:00.748 16  switches: flows:  146357 146509 141281 141153 141020 145328 138669 142519 136273 132399 135062 137837 136789 136070 136841 132842  total = 37.053980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36387.31/38282.84/37612.61/12548.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.809459" elapsed="0.000524"/>
</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-31T02:20:00.810270" elapsed="0.000665"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T02:20:00.811715" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T02:20:00.811901" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36387.31/38282.84/37612.61/12548.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T02:20:00.811242" elapsed="0.000715"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:20:00.812832" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36387.31/38282.84/37612.61/12548.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T02:20:00.812288" elapsed="0.000603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.817127" 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-31T02:20:00.813148" elapsed="0.004050"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.820030" level="INFO">36387.31/38282.84/37612.61/12548.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.817444" elapsed="0.002644"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:20:00.822427" 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-31T02:20:00.820240" elapsed="0.002215"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T02:20:00.824870" level="INFO">@{result_value_list} = [ 36387.31 | 38282.84 | 37612.61 | 12548.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T02:20:00.822660" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.825428" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T02:20:00.825557" 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-31T02:20:00.825050" elapsed="0.000543"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.831682" level="INFO">min :: 36387.31</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-31T02:20:00.826243" elapsed="0.005522"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T02:20:00.826096" elapsed="0.005718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.836599" level="INFO">max :: 38282.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.832045" elapsed="0.004611"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T02:20:00.831910" elapsed="0.004782"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.841563" level="INFO">avg :: 37612.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-31T02:20:00.836901" elapsed="0.004746"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T02:20:00.836775" elapsed="0.004922"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.848989" level="INFO">stdev :: 12548.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.841924" elapsed="0.007144"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T02:20:00.841790" elapsed="0.007321"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T02:20:00.825685" elapsed="0.023462"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.853094" level="INFO">${min} = 36387.31</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-31T02:20:00.849366" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.856918" level="INFO">${max} = 38282.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T02:20:00.853278" elapsed="0.003667"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.861069" level="INFO">${average} = 37612.61</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-31T02:20:00.857093" elapsed="0.004015"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.866505" level="INFO">${stdev} = 12548.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T02:20:00.861359" elapsed="0.005187"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.867165" level="INFO">${date} = 2026-07-31 02:20:00</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-31T02:20:00.866768" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.867793" level="INFO">CBench Result: 2026-07-31 02:20:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36387.31,38282.84,37612.61,12548.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:20:00.867357" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T02:20:00.869047" 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-31T02:20:00.868532" elapsed="0.000583"/>
</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-31T02:20:00.869266" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T02:20:00.868029" elapsed="0.001786"/>
</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-31T02:09:54.131549" elapsed="606.738327"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.870351" 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-31T02:20:00.870021" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T02:20:00.871648" 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-31T02:20:00.871135" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-31T02:20:00.871922" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-31T02:20:00.871759" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-07-31T02:20:00.871736" elapsed="0.000279"/>
</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-31T02:20:00.872158" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-31T02:20:00.872321" elapsed="0.000036"/>
</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-31T02:20:00.872498" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-31T02:20:00.872701" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-31T02:20:00.872852" 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-31T02:20:00.872998" elapsed="0.000026"/>
</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-31T02:20:00.873149" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-31T02:20:00.873387" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:20:00.873237" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-07-31T02:20:00.873220" elapsed="0.000243"/>
</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-31T02:20:00.870797" elapsed="0.002717"/>
</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-31T02:09:54.130176" elapsed="606.743385"/>
</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-31T01:49:38.376724" elapsed="1822.497588"/>
</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>
