<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-01T03:15:51.119938" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:15:51.686181" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:15:51.686046" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:51.686016" elapsed="0.000294"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-01T03:15:51.686460" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T03:15:51.687444" level="INFO">Logging into '10.30.171.41:8101' as 'karaf'.</msg>
<msg time="2026-07-01T03:15:52.358499" 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-01T03:15:51.687145" elapsed="0.671576"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T03:15:52.407144" 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-01T03:15:52.359075" elapsed="0.048136"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T03:15:52.409100" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T03:15:52.409213" 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-01T03:15:52.407376" elapsed="0.001867"/>
</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-01T03:15:52.409434" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:15:52.409799" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.410517" 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-01T03:15:52.410195" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T03:15:52.410624" elapsed="0.000053"/>
</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.41
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-01T03:15:51.685655" elapsed="0.725141"/>
</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-01T03:15:51.682023" elapsed="0.728835"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T03:15:52.411439" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:15:52.411062" elapsed="0.000434"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T03:15:52.411898" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:15:52.411651" elapsed="0.000323"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.412524" 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-01T03:15:52.412128" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.413072" 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-01T03:15:52.412718" elapsed="0.000398"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.413649" 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-01T03:15:52.413262" elapsed="0.000414"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.414171" 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-01T03:15:52.413836" elapsed="0.000377"/>
</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-01T03:15:52.414509" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:15:52.414299" elapsed="0.000265"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:15:52.418829" 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-01T03:15:52.418426" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:15:52.419879" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T03:15:52.419982" 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-01T03:15:52.419425" 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-01T03:15:52.420150" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T03:15:52.421517" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-07-01T03:15:53.107395" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 03:15:52 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  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-00446-12-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-01T03:15:52.421010" elapsed="0.686488"/>
</kw>
<msg time="2026-07-01T03:15:53.107575" 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-01T03:15:52.420643" elapsed="0.687014"/>
</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-01T03:15:52.419077" elapsed="0.688681"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.115766" 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-01T03:15:53.107948" elapsed="0.009407"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:15:53.117696" elapsed="0.000617"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-01T03:15:52.417875" elapsed="0.700572"/>
</kw>
<status status="PASS" start="2026-07-01T03:15:52.414632" elapsed="0.703895"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:52.414274" elapsed="0.704313"/>
</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-01T03:15:53.118945" elapsed="0.000914"/>
</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-01T03:15:53.127220" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:15:53.127099" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:53.127074" elapsed="0.000224"/>
</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-01T03:15:53.130810" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:15:53.130697" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:53.130678" elapsed="0.000201"/>
</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-01T03:15:53.131025" elapsed="0.000426"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.131853" level="INFO">Logging into '10.30.171.41:8101' as 'karaf'.</msg>
<msg time="2026-07-01T03:15:53.349464" 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-01T03:15:53.131597" elapsed="0.217991"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.446031" 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-01T03:15:53.349804" elapsed="0.096312"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.450219" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-01T03:15:53.450428" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-01T03:15:53.446279" elapsed="0.004188"/>
</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-01T03:15:53.450632" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:15:53.450998" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.451652" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-01T03:15:53.451344" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T03:15:53.451757" elapsed="0.000050"/>
</return>
<msg time="2026-07-01T03:15:53.451981" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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.41
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-01T03:15:53.130337" elapsed="0.321678"/>
</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-01T03:15:53.452162" elapsed="0.000519"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T03:15:53.452731" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-01T03:15:53.126784" elapsed="0.326105"/>
</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-01T03:15:53.456641" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:15:53.456508" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:53.456485" elapsed="0.000227"/>
</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-01T03:15:53.456842" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.457736" level="INFO">Logging into '10.30.171.41:8101' as 'karaf'.</msg>
<msg time="2026-07-01T03:15:53.624697" 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-01T03:15:53.457476" elapsed="0.167315"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.649312" 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-01T03:15:53.624976" elapsed="0.024397"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.651411" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-01T03:15:53.651513" 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-01T03:15:53.649521" elapsed="0.002021"/>
</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-01T03:15:53.651679" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:15:53.652034" elapsed="0.000170"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.652603" 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-01T03:15:53.652339" elapsed="0.000314"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-01T03:15:53.652698" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.41
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-01T03:15:53.456178" elapsed="0.196665"/>
</kw>
<status status="PASS" start="2026-07-01T03:15:51.680230" elapsed="1.972674"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.655396" 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-01T03:15:53.654197" elapsed="0.001265"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.656974" 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-01T03:15:53.656596" elapsed="0.000422"/>
</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-01T03:15:53.657324" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:15:53.657095" elapsed="0.000287"/>
</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-01T03:15:53.660364" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:15:53.660114" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:53.660095" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.660777" 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-01T03:15:53.660898" 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-01T03:15:53.660577" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.661502" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-01T03:15:53.661082" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.662210" 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-01T03:15:53.661702" elapsed="0.000536"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:15:53.663249" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T03:15:53.663340" 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-01T03:15:53.662901" elapsed="0.000463"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T03:15:53.663510" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T03:15:53.664728" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-07-01T03:15:54.008539" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 03:15:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 03:15:53 2026 from 10.30.171.114
[?2004h[jenkins@releng-00446-12-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-01T03:15:53.664371" elapsed="0.344398"/>
</kw>
<msg time="2026-07-01T03:15:54.008870" 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-01T03:15:53.664018" elapsed="0.344992"/>
</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-01T03:15:53.662440" elapsed="0.346719"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T03:15:54.009830" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T03:26:00.148011" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T03:26:00.148712" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T03:26:00.148846" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-01T03:15:54.009450" elapsed="606.139462"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:26:00.149440" elapsed="0.000823"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.151519" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:59.238 16  switches: flows:  110950 110864 112260 112151 112219 110657 111379 112275 108246 108357 108989 109908 110238 107621 109698 110387  total = 29.436650 per ms 
03:17:59.339 16  switches: flows:  122330 120785 119892 121379 121048 120339 120378 119301 119573 118930 116728 117842 118590 117994 116592 117518  total = 31.767256 per ms 
03:18:59.440 16  switches: flows:  122944 119845 120361 121199 120486 118903 121039 119431 119671 117116 118076 117017 117011 117755 116530 117489  total = 31.695001 per ms 
03:19:59.540 16  switches: flows:  117050 114329 113145 114699 115167 114861 115853 113985 113212 112138 111507 111674 112899 112932 110454 111496  total = 30.206148 per ms 
03:20:59.640 16  switches: flows:  121771 120222 121414 121407 120603 120847 118566 119048 118043 118517 116796 118988 118483 117517 119566 116037  total = 31.744057 per ms 
03:21:59.741 16  switches: flows:  126894 123561 126106 122873 124803 124453 124016 123435 121485 121269 120453 121198 119391 120907 119165 119941  total = 32.611310 per ms 
03:22:59.841 16  switches: flows:  122903 121626 122821 121171 121476 121580 122169 121979 117389 119553 117605 118685 117137 117708 116859 116977  total = 31.907316 per ms 
03:23:59.941 16  switches: flows:  121011 119711 120766 118654 119835 119570 118264 120910 115862 117760 115350 116690 116613 115132 113075 115683  total = 31.362375 per ms 
03:25:00.042 16  switches: flows:  120053 117742 118228 116641 118494 118810 117252 116707 114177 115218 113533 115310 114671 113701 112194 113817  total = 30.890858 per ms 
03:26:00.142 16  switches: flows:  123459 118423 121804 121236 119863 120886 121206 118054 115974 117481 115158 117752 116383 116121 115018 117010  total = 31.544470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30206.15/32611.31/31525.42/10527.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:26:00.150684" elapsed="0.001147"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T03:26:00.152458" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-01T03:26:00.152074" elapsed="0.000513"/>
</branch>
<status status="PASS" start="2026-07-01T03:26:00.152009" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T03:26:00.152759" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:26:00.152707" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-01T03:26:00.152685" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T03:26:00.152893" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T03:26:00.156531" elapsed="0.000715"/>
</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-01T03:26:00.157459" elapsed="0.000280"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:26:00.157942" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T03:26:00.153357" elapsed="0.004804"/>
</kw>
<msg time="2026-07-01T03:26:00.158342" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-01T03:15:53.657728" elapsed="606.500651"/>
</kw>
<status status="PASS" start="2026-07-01T03:15:53.657409" elapsed="606.501037"/>
</branch>
<status status="PASS" start="2026-07-01T03:15:53.657073" elapsed="606.501406"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.159114" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:59.238 16  switches: flows:  110950 110864 112260 112151 112219 110657 111379 112275 108246 108357 108989 109908 110238 107621 109698 110387  total = 29.436650 per ms 
03:17:59.339 16  switches: flows:  122330 120785 119892 121379 121048 120339 120378 119301 119573 118930 116728 117842 118590 117994 116592 117518  total = 31.767256 per ms 
03:18:59.440 16  switches: flows:  122944 119845 120361 121199 120486 118903 121039 119431 119671 117116 118076 117017 117011 117755 116530 117489  total = 31.695001 per ms 
03:19:59.540 16  switches: flows:  117050 114329 113145 114699 115167 114861 115853 113985 113212 112138 111507 111674 112899 112932 110454 111496  total = 30.206148 per ms 
03:20:59.640 16  switches: flows:  121771 120222 121414 121407 120603 120847 118566 119048 118043 118517 116796 118988 118483 117517 119566 116037  total = 31.744057 per ms 
03:21:59.741 16  switches: flows:  126894 123561 126106 122873 124803 124453 124016 123435 121485 121269 120453 121198 119391 120907 119165 119941  total = 32.611310 per ms 
03:22:59.841 16  switches: flows:  122903 121626 122821 121171 121476 121580 122169 121979 117389 119553 117605 118685 117137 117708 116859 116977  total = 31.907316 per ms 
03:23:59.941 16  switches: flows:  121011 119711 120766 118654 119835 119570 118264 120910 115862 117760 115350 116690 116613 115132 113075 115683  total = 31.362375 per ms 
03:25:00.042 16  switches: flows:  120053 117742 118228 116641 118494 118810 117252 116707 114177 115218 113533 115310 114671 113701 112194 113817  total = 30.890858 per ms 
03:26:00.142 16  switches: flows:  123459 118423 121804 121236 119863 120886 121206 118054 115974 117481 115158 117752 116383 116121 115018 117010  total = 31.544470 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30206.15/32611.31/31525.42/10527.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:26:00.158681" elapsed="0.000536"/>
</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-01T03:26:00.159420" elapsed="0.000515"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T03:26:00.160505" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T03:26:00.160635" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30206.15/32611.31/31525.42/10527.65 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-01T03:26:00.160182" elapsed="0.000488"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:26:00.161260" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30206.15/32611.31/31525.42/10527.65 | 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-01T03:26:00.160882" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.164634" 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-01T03:26:00.161497" elapsed="0.003194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.167080" level="INFO">30206.15/32611.31/31525.42/10527.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:26:00.164836" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:26:00.169502" 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-01T03:26:00.167285" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:26:00.172106" level="INFO">@{result_value_list} = [ 30206.15 | 32611.31 | 31525.42 | 10527.65 ]</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-01T03:26:00.169766" elapsed="0.002392"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.172620" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T03:26:00.172842" 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-01T03:26:00.172315" elapsed="0.000551"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.177582" level="INFO">min :: 30206.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-01T03:26:00.173279" elapsed="0.004361"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T03:26:00.173147" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.182195" level="INFO">max :: 32611.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-01T03:26:00.177894" elapsed="0.004359"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T03:26:00.177766" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.186746" level="INFO">avg :: 31525.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:26:00.182505" elapsed="0.004297"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T03:26:00.182378" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.191478" level="INFO">stdev :: 10527.65</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-01T03:26:00.187070" elapsed="0.004464"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T03:26:00.186943" elapsed="0.004626"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T03:26:00.172952" elapsed="0.018650"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.195554" level="INFO">${min} = 30206.15</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-01T03:26:00.191801" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.200556" level="INFO">${max} = 32611.31</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-01T03:26:00.195734" elapsed="0.004853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.204508" level="INFO">${average} = 31525.42</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-01T03:26:00.200749" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.208597" level="INFO">${stdev} = 10527.65</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-01T03:26:00.204690" elapsed="0.003934"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.209158" level="INFO">${date} = 2026-07-01 03:26: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-01T03:26:00.208786" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.209738" level="INFO">CBench Result: 2026-07-01 03:26:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30206.15,32611.31,31525.42,10527.65</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-01T03:26:00.209333" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T03:26:00.210851" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:26:00.210441" elapsed="0.000490"/>
</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-01T03:26:00.211085" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T03:26:00.209958" elapsed="0.001654"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-01T03:15:53.655875" elapsed="606.555797"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.212188" 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-01T03:26:00.211824" elapsed="0.000423"/>
</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-01T03:26:00.212762" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-01T03:26:00.212461" elapsed="0.000654"/>
</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-01T03:15:53.653088" elapsed="606.560066"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.217500" 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-01T03:26:00.216434" elapsed="0.001206"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.220562" 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-01T03:26:00.219756" elapsed="0.000902"/>
</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-01T03:26:00.221494" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:26:00.220977" elapsed="0.000646"/>
</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-01T03:26:00.226210" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:26:00.225961" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-01T03:26:00.225941" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:26:00.226660" 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-01T03:26:00.226783" 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-01T03:26:00.226435" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.227380" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.41 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-01T03:26:00.226962" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:26:00.228003" 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-01T03:26:00.227578" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:26:00.228958" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T03:26:00.229049" 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-01T03:26:00.228615" elapsed="0.000458"/>
</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-01T03:26:00.229214" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T03:26:00.230414" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-07-01T03:26:00.820615" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 03:26:00 UTC 2026

  System load:  1.03               Processes:             107
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.12
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 03:15:53 2026 from 10.30.171.114
[?2004h[jenkins@releng-00446-12-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-01T03:26:00.230061" elapsed="0.590748"/>
</kw>
<msg time="2026-07-01T03:26:00.820896" 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-01T03:26:00.229702" elapsed="0.591300"/>
</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-01T03:26:00.228243" elapsed="0.592875"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T03:26:00.821630" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.41 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T03:36:06.895633" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T03:36:06.896103" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T03:36:06.896179" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.41: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-01T03:26:00.821331" elapsed="606.074885"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:36:06.896534" elapsed="0.000493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.897780" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:05.963 16  switches: flows:  549027 546158 543479 550235 553506 547855 552517 544602 534624 543068 541789 526397 522124 534987 526505 537913  total = 144.246433 per ms 
03:28:06.064 16  switches: flows:  586323 573791 585343 577153 572144 579307 566560 573205 574105 582005 572848 580043 562666 571735 573665 581687  total = 153.284858 per ms 
03:29:06.166 16  switches: flows:  414757 423654 503745 492319 511531 440701 510767 455967 477391 424627 510262 439021 517078 505497 410061 420042  total = 124.081182 per ms 
03:30:06.268 16  switches: flows:  613739 607514 609928 609962 607336 603341 608111 610592 606856 613350 599933 605592 610291 604476 607807 584480  total = 161.449239 per ms 
03:31:06.370 16  switches: flows:  590425 607229 609891 604621 610848 605498 613664 606355 610316 601086 597095 602576 596334 607960 609784 591883  total = 160.818752 per ms 
03:32:06.472 16  switches: flows:  554773 593007 603480 565643 591064 594633 582263 580740 591584 572464 573858 599313 569345 592442 573677 590565  total = 155.219401 per ms 
03:33:06.574 16  switches: flows:  580988 567328 568301 573817 570703 566635 569637 563760 562823 576726 569773 568650 555566 573187 571831 561125  total = 151.425086 per ms 
03:34:06.675 16  switches: flows:  568270 564086 580594 569722 565676 573316 565458 568612 567866 576455 576314 567605 578461 567545 572633 578379  total = 152.094196 per ms 
03:35:06.777 16  switches: flows:  565204 554090 549727 551906 561646 559348 552525 545277 552618 557694 554295 562085 550881 551408 539019 550009  total = 147.380477 per ms 
03:36:06.880 16  switches: flows:  524563 534149 527853 537794 491928 530903 517255 487884 514234 490691 523547 520325 525585 526754 526843 484410  total = 137.512956 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124081.18/161449.24/149251.79/50988.25 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:36:06.897294" elapsed="0.000721"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T03:36:06.898345" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-01T03:36:06.898137" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-01T03:36:06.898103" elapsed="0.000376"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T03:36:06.898612" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:36:06.898561" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-07-01T03:36:06.898538" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T03:36:06.898743" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T03:36:06.902292" elapsed="0.000470"/>
</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-01T03:36:06.902987" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:36:06.903408" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T03:36:06.899199" elapsed="0.004422"/>
</kw>
<msg time="2026-07-01T03:36:06.903798" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.41: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-01T03:26:00.222409" elapsed="606.681425"/>
</kw>
<status status="PASS" start="2026-07-01T03:26:00.221681" elapsed="606.682220"/>
</branch>
<status status="PASS" start="2026-07-01T03:26:00.220896" elapsed="606.683059"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.904554" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:05.963 16  switches: flows:  549027 546158 543479 550235 553506 547855 552517 544602 534624 543068 541789 526397 522124 534987 526505 537913  total = 144.246433 per ms 
03:28:06.064 16  switches: flows:  586323 573791 585343 577153 572144 579307 566560 573205 574105 582005 572848 580043 562666 571735 573665 581687  total = 153.284858 per ms 
03:29:06.166 16  switches: flows:  414757 423654 503745 492319 511531 440701 510767 455967 477391 424627 510262 439021 517078 505497 410061 420042  total = 124.081182 per ms 
03:30:06.268 16  switches: flows:  613739 607514 609928 609962 607336 603341 608111 610592 606856 613350 599933 605592 610291 604476 607807 584480  total = 161.449239 per ms 
03:31:06.370 16  switches: flows:  590425 607229 609891 604621 610848 605498 613664 606355 610316 601086 597095 602576 596334 607960 609784 591883  total = 160.818752 per ms 
03:32:06.472 16  switches: flows:  554773 593007 603480 565643 591064 594633 582263 580740 591584 572464 573858 599313 569345 592442 573677 590565  total = 155.219401 per ms 
03:33:06.574 16  switches: flows:  580988 567328 568301 573817 570703 566635 569637 563760 562823 576726 569773 568650 555566 573187 571831 561125  total = 151.425086 per ms 
03:34:06.675 16  switches: flows:  568270 564086 580594 569722 565676 573316 565458 568612 567866 576455 576314 567605 578461 567545 572633 578379  total = 152.094196 per ms 
03:35:06.777 16  switches: flows:  565204 554090 549727 551906 561646 559348 552525 545277 552618 557694 554295 562085 550881 551408 539019 550009  total = 147.380477 per ms 
03:36:06.880 16  switches: flows:  524563 534149 527853 537794 491928 530903 517255 487884 514234 490691 523547 520325 525585 526754 526843 484410  total = 137.512956 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124081.18/161449.24/149251.79/50988.25 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:36:06.904154" elapsed="0.000503"/>
</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-01T03:36:06.904862" elapsed="0.000552"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T03:36:06.905959" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T03:36:06.906051" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124081.18/161449.24/149251.79/50988.25 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-01T03:36:06.905638" elapsed="0.000437"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:36:06.906490" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124081.18/161449.24/149251.79/50988.25 | 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-01T03:36:06.906229" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.908985" 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-01T03:36:06.906661" elapsed="0.002395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.911410" level="INFO">124081.18/161449.24/149251.79/50988.25</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:36:06.909220" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:36:06.913800" 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-01T03:36:06.911615" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:36:06.916218" level="INFO">@{result_value_list} = [ 124081.18 | 161449.24 | 149251.79 | 50988.25 ]</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-01T03:36:06.914029" elapsed="0.002216"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.916697" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T03:36:06.916791" 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-01T03:36:06.916397" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.921651" level="INFO">min :: 124081.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:36:06.917241" elapsed="0.004484"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T03:36:06.917110" elapsed="0.004659"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.926414" level="INFO">max :: 161449.24</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-01T03:36:06.922028" elapsed="0.004444"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T03:36:06.921864" elapsed="0.004643"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.931056" level="INFO">avg :: 149251.79</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-01T03:36:06.926725" elapsed="0.004390"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T03:36:06.926596" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.935659" level="INFO">stdev :: 50988.25</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-01T03:36:06.931386" elapsed="0.004330"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T03:36:06.931239" elapsed="0.004512"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T03:36:06.916890" elapsed="0.018892"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.939881" level="INFO">${min} = 124081.18</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-01T03:36:06.935971" elapsed="0.003939"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.943854" level="INFO">${max} = 161449.24</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-01T03:36:06.940111" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.947813" level="INFO">${average} = 149251.79</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-01T03:36:06.944053" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.952327" level="INFO">${stdev} = 50988.25</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-01T03:36:06.948053" elapsed="0.004302"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.952944" level="INFO">${date} = 2026-07-01 03:36:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T03:36:06.952550" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.953549" level="INFO">CBench Result: 2026-07-01 03:36:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124081.18,161449.24,149251.79,50988.25</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-01T03:36:06.953135" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T03:36:06.954699" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:36:06.954245" elapsed="0.000522"/>
</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-01T03:36:06.954954" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T03:36:06.953755" elapsed="0.001732"/>
</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-01T03:26:00.218418" elapsed="606.737128"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.956046" 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-01T03:36:06.955700" elapsed="0.000405"/>
</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-01T03:36:06.956632" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-07-01T03:36:06.956316" elapsed="0.000691"/>
</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-01T03:26:00.214836" elapsed="606.742210"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.958525" 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-01T03:36:06.957864" elapsed="0.000719"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.959877" 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-01T03:36:06.959476" elapsed="0.000487"/>
</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-01T03:36:06.960322" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:36:06.960080" elapsed="0.000304"/>
</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-01T03:36:06.963657" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:36:06.963404" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-01T03:36:06.963383" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:36:06.964082" 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-01T03:36:06.964199" 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-01T03:36:06.963872" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.964814" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.12" 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-01T03:36:06.964392" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-01T03:36:06.965430" 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-01T03:36:06.965032" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:36:06.966360" level="INFO">Length is 0.</msg>
<msg time="2026-07-01T03:36:06.966449" 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-01T03:36:06.966049" elapsed="0.000425"/>
</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-01T03:36:06.966656" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-01T03:36:06.967912" level="INFO">Logging into '10.30.171.12:22' as 'jenkins'.</msg>
<msg time="2026-07-01T03:36:07.549552" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  1 03:36:07 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  1 03:26:00 2026 from 10.30.171.114
[?2004h[jenkins@releng-00446-12-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-01T03:36:06.967512" elapsed="0.582237"/>
</kw>
<msg time="2026-07-01T03:36:07.549831" 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-01T03:36:06.967166" elapsed="0.582743"/>
</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-01T03:36:06.965660" elapsed="0.584384"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-01T03:36:07.550534" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.41 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-01T03:46:13.626061" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-01T03:46:13.626689" level="INFO">${stdout} = </msg>
<msg time="2026-07-01T03:46:13.626826" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-01T03:36:07.550247" elapsed="606.076660"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:46:13.627437" elapsed="0.000896"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.629570" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:12.696 16  switches: flows:  103753 101445 103509 102150 101856 103825 100962 100744 101861 122686 102174 98574 102266 101726 102136 101011  total = 27.511300 per ms 
03:38:12.797 16  switches: flows:  123130 121222 122456 121264 119414 125045 119309 118427 118812 122482 118288 116337 120363 118503 121099 120483  total = 32.057066 per ms 
03:39:12.898 16  switches: flows:  123121 120607 123486 121945 119739 124987 120479 120130 120420 123565 119297 116962 121677 118217 121618 121064  total = 32.234719 per ms 
03:40:12.998 16  switches: flows:  123723 123085 124544 123515 123671 126714 122737 121988 121710 123729 120739 121505 124174 120097 122277 122170  total = 32.718343 per ms 
03:41:13.098 16  switches: flows:  126460 125598 127514 127349 125536 126608 124187 124906 123513 125212 124204 124716 125842 122387 123867 124621  total = 33.319716 per ms 
03:42:13.198 16  switches: flows:  110042 110456 109228 109034 108628 110008 108426 107292 107201 109392 106307 107770 108809 107701 108409 108432  total = 28.903959 per ms 
03:43:13.299 16  switches: flows:  126097 126984 128566 124708 124272 124647 124606 123948 123298 123262 124630 126250 126306 125613 126891 125315  total = 33.367390 per ms 
03:44:13.399 16  switches: flows:  126680 127658 127196 125318 126040 124710 122996 123394 123066 123999 121958 127183 125546 126174 126410 124980  total = 33.332751 per ms 
03:45:13.500 16  switches: flows:  126923 128549 126393 125634 126397 126489 124096 124888 122930 123718 123293 127067 125506 125811 126458 125918  total = 33.445341 per ms 
03:46:13.601 16  switches: flows:  126059 126924 124891 123495 124344 125345 123176 123680 123887 124464 123520 125010 121743 121423 123224 120904  total = 32.979270 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28903.96/33445.34/32484.28/10912.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.628723" elapsed="0.001186"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-01T03:46:13.630498" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-01T03:46:13.630178" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-07-01T03:46:13.630118" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-01T03:46:13.630966" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-01T03:46:13.630849" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-07-01T03:46:13.630810" elapsed="0.000317"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-01T03:46:13.631220" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-01T03:46:13.636689" elapsed="0.000371"/>
</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-01T03:46:13.637214" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-01T03:46:13.637525" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-01T03:46:13.631987" elapsed="0.005697"/>
</kw>
<msg time="2026-07-01T03:46:13.637848" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-01T03:36:06.960727" elapsed="606.677148"/>
</kw>
<status status="PASS" start="2026-07-01T03:36:06.960410" elapsed="606.677533"/>
</branch>
<status status="PASS" start="2026-07-01T03:36:06.960058" elapsed="606.677911"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.638422" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.41: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.41. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:12.696 16  switches: flows:  103753 101445 103509 102150 101856 103825 100962 100744 101861 122686 102174 98574 102266 101726 102136 101011  total = 27.511300 per ms 
03:38:12.797 16  switches: flows:  123130 121222 122456 121264 119414 125045 119309 118427 118812 122482 118288 116337 120363 118503 121099 120483  total = 32.057066 per ms 
03:39:12.898 16  switches: flows:  123121 120607 123486 121945 119739 124987 120479 120130 120420 123565 119297 116962 121677 118217 121618 121064  total = 32.234719 per ms 
03:40:12.998 16  switches: flows:  123723 123085 124544 123515 123671 126714 122737 121988 121710 123729 120739 121505 124174 120097 122277 122170  total = 32.718343 per ms 
03:41:13.098 16  switches: flows:  126460 125598 127514 127349 125536 126608 124187 124906 123513 125212 124204 124716 125842 122387 123867 124621  total = 33.319716 per ms 
03:42:13.198 16  switches: flows:  110042 110456 109228 109034 108628 110008 108426 107292 107201 109392 106307 107770 108809 107701 108409 108432  total = 28.903959 per ms 
03:43:13.299 16  switches: flows:  126097 126984 128566 124708 124272 124647 124606 123948 123298 123262 124630 126250 126306 125613 126891 125315  total = 33.367390 per ms 
03:44:13.399 16  switches: flows:  126680 127658 127196 125318 126040 124710 122996 123394 123066 123999 121958 127183 125546 126174 126410 124980  total = 33.332751 per ms 
03:45:13.500 16  switches: flows:  126923 128549 126393 125634 126397 126489 124096 124888 122930 123718 123293 127067 125506 125811 126458 125918  total = 33.445341 per ms 
03:46:13.601 16  switches: flows:  126059 126924 124891 123495 124344 125345 123176 123680 123887 124464 123520 125010 121743 121423 123224 120904  total = 32.979270 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28903.96/33445.34/32484.28/10912.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.638125" elapsed="0.000374"/>
</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-01T03:46:13.638651" elapsed="0.000421"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-01T03:46:13.639497" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-01T03:46:13.639593" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28903.96/33445.34/32484.28/10912.34 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-01T03:46:13.639242" elapsed="0.000377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:46:13.640056" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28903.96/33445.34/32484.28/10912.34 | 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-01T03:46:13.639776" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.642507" 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-01T03:46:13.640248" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.645025" level="INFO">28903.96/33445.34/32484.28/10912.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.642716" elapsed="0.002366"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:46:13.647440" 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-01T03:46:13.645232" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-01T03:46:13.649928" level="INFO">@{result_value_list} = [ 28903.96 | 33445.34 | 32484.28 | 10912.34 ]</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-01T03:46:13.647680" elapsed="0.002282"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.650437" level="INFO">Length is 4.</msg>
<msg time="2026-07-01T03:46:13.650528" 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-01T03:46:13.650122" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.655326" level="INFO">min :: 28903.96</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-01T03:46:13.650963" elapsed="0.004420"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-01T03:46:13.650817" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.660006" level="INFO">max :: 33445.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.655678" elapsed="0.004387"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-01T03:46:13.655531" elapsed="0.004570"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.664551" level="INFO">avg :: 32484.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.660312" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-01T03:46:13.660185" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.669319" level="INFO">stdev :: 10912.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-01T03:46:13.664853" elapsed="0.004523"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-01T03:46:13.664727" elapsed="0.004684"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-01T03:46:13.650622" elapsed="0.018820"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.673655" level="INFO">${min} = 28903.96</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-01T03:46:13.669600" elapsed="0.004083"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.677616" level="INFO">${max} = 33445.34</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-01T03:46:13.673839" elapsed="0.003804"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.681492" level="INFO">${average} = 32484.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-01T03:46:13.677798" elapsed="0.003721"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.685388" level="INFO">${stdev} = 10912.34</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-01T03:46:13.681672" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.685940" level="INFO">${date} = 2026-07-01 03:46:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-01T03:46:13.685576" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.686519" level="INFO">CBench Result: 2026-07-01 03:46:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28903.96,33445.34,32484.28,10912.34</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-01T03:46:13.686115" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-01T03:46:13.687696" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-01T03:46:13.687203" elapsed="0.000564"/>
</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-01T03:46:13.687935" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-01T03:46:13.686719" elapsed="0.001748"/>
</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-01T03:36:06.958904" elapsed="606.729622"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.689006" 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-01T03:46:13.688674" elapsed="0.000389"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-01T03:46:13.690259" 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-01T03:46:13.689762" elapsed="0.000524"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-01T03:46:13.690521" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-07-01T03:46:13.690363" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-01T03:46:13.690343" elapsed="0.000267"/>
</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-01T03:46:13.690787" elapsed="0.000025"/>
</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-01T03:46:13.690969" elapsed="0.000025"/>
</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-01T03:46:13.691159" elapsed="0.000022"/>
</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-01T03:46:13.691367" 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-01T03:46:13.691520" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-01T03:46:13.691704" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-01T03:46:13.691850" elapsed="0.000019"/>
</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-01T03:46:13.692144" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-07-01T03:46:13.691981" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-07-01T03:46:13.691958" elapsed="0.000282"/>
</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-01T03:46:13.689430" elapsed="0.002865"/>
</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-01T03:36:06.957357" elapsed="606.734985"/>
</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-01T03:15:51.121479" elapsed="1822.571511"/>
</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>
