<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-03T03:05:50.850339" 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-03T03:05:51.447883" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:05:51.447728" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:51.447697" elapsed="0.000290"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-03T03:05:51.448134" elapsed="0.000548"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T03:05:51.449169" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-07-03T03:05:52.133311" 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-03T03:05:51.448861" elapsed="0.684702"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.183078" 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-03T03:05:52.133924" elapsed="0.049245"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.184986" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T03:05:52.185157" 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-03T03:05:52.183372" elapsed="0.001820"/>
</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-03T03:05:52.185358" elapsed="0.000249"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:05:52.185774" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.186578" 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-03T03:05:52.186163" elapsed="0.000479"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T03:05:52.186699" elapsed="0.000059"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.50
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-03T03:05:51.447323" elapsed="0.739567"/>
</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-03T03:05:51.443609" elapsed="0.743347"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T03:05:52.187585" 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-03T03:05:52.187151" elapsed="0.000498"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T03:05:52.188083" 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-03T03:05:52.187810" elapsed="0.000338"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.188749" 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-03T03:05:52.188316" elapsed="0.000462"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.189346" 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-03T03:05:52.188951" elapsed="0.000442"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.189969" 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-03T03:05:52.189563" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.190577" 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-03T03:05:52.190174" elapsed="0.000451"/>
</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-03T03:05:52.190951" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:05:52.190727" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.195585" 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-03T03:05:52.195127" elapsed="0.000487"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:05:52.196961" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T03:05:52.197090" 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-03T03:05:52.196206" elapsed="0.000911"/>
</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-03T03:05:52.197277" elapsed="0.000389"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.198736" level="INFO">Logging into '10.30.170.192:22' as 'jenkins'.</msg>
<msg time="2026-07-03T03:05:52.926377" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul  3 03:05:52 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.192
  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-14-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-03T03:05:52.198191" elapsed="0.728548"/>
</kw>
<msg time="2026-07-03T03:05:52.926931" 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-03T03:05:52.197826" elapsed="0.729302"/>
</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-03T03:05:52.195825" elapsed="0.731556"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.937996" 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-03T03:05:52.927826" elapsed="0.012476"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:05:52.940834" elapsed="0.000802"/>
</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-03T03:05:52.194592" elapsed="0.747197"/>
</kw>
<status status="PASS" start="2026-07-03T03:05:52.191136" elapsed="0.750738"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:52.190699" elapsed="0.751252"/>
</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-03T03:05:52.942331" elapsed="0.001216"/>
</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-03T03:05:52.952050" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:05:52.951860" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:52.951821" elapsed="0.000347"/>
</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-03T03:05:52.957372" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:05:52.957208" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:52.957179" elapsed="0.000292"/>
</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-03T03:05:52.957689" elapsed="0.000629"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T03:05:52.958922" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-07-03T03:05:53.139555" 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-03T03:05:52.958548" elapsed="0.181171"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.234753" 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-03T03:05:53.139984" elapsed="0.094933"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.259817" 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-03T03:05:53.260124" 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-03T03:05:53.235184" elapsed="0.024974"/>
</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-03T03:05:53.260370" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:05:53.260898" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.261645" 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-03T03:05:53.261280" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T03:05:53.261755" elapsed="0.000053"/>
</return>
<msg time="2026-07-03T03:05:53.261967" 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.50
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-03T03:05:52.956675" elapsed="0.305325"/>
</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-03T03:05:53.262152" elapsed="0.000536"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T03:05:53.262741" 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-03T03:05:52.951359" elapsed="0.311516"/>
</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-03T03:05:53.266713" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:05:53.266575" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:53.266549" elapsed="0.000238"/>
</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-03T03:05:53.266920" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.267821" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-07-03T03:05:53.441817" 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-03T03:05:53.267552" elapsed="0.174451"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.467739" 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-03T03:05:53.442280" elapsed="0.025526"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.469622" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-03T03:05:53.469730" 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-03T03:05:53.467962" elapsed="0.001798"/>
</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-03T03:05:53.469898" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:05:53.470244" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.470929" 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-03T03:05:53.470614" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-03T03:05:53.471050" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.50
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-03T03:05:53.266219" elapsed="0.205027"/>
</kw>
<status status="PASS" start="2026-07-03T03:05:51.441677" elapsed="2.029791"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.473913" 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-03T03:05:53.472746" elapsed="0.001234"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.475454" 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-03T03:05:53.475099" elapsed="0.000419"/>
</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-03T03:05:53.475852" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:05:53.475599" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-03T03:05:53.478929" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:05:53.478671" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:53.478650" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.479352" 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-03T03:05:53.479477" 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-03T03:05:53.479146" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.480086" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.192" 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-03T03:05:53.479660" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.480798" 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-03T03:05:53.480289" elapsed="0.000536"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:05:53.481758" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T03:05:53.481852" 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-03T03:05:53.481410" elapsed="0.000467"/>
</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-03T03:05:53.482022" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.483246" level="INFO">Logging into '10.30.170.192:22' as 'jenkins'.</msg>
<msg time="2026-07-03T03:05:53.843220" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul  3 03:05:52 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul  3 03:05:52 2026 from 10.30.171.110
[?2004h[jenkins@releng-00446-14-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-03T03:05:53.482884" elapsed="0.360546"/>
</kw>
<msg time="2026-07-03T03:05:53.843542" 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-03T03:05:53.482534" elapsed="0.361106"/>
</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-03T03:05:53.481031" elapsed="0.362754"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T03:05:53.844422" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T03:15:59.952414" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T03:15:59.953213" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T03:15:59.953329" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-03T03:05:53.844041" elapsed="606.109356"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:15:59.953934" elapsed="0.000816"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.955942" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:59.070 16  switches: flows:  89798 92326 88829 89737 88966 88958 87911 90114 89340 89944 87270 89414 89178 87048 86731 87911  total = 23.724583 per ms 
03:07:59.171 16  switches: flows:  108096 106882 107556 108332 106171 105924 106396 106821 105866 104326 103932 103789 104460 103911 104230 102442  total = 28.105290 per ms 
03:08:59.271 16  switches: flows:  115151 113996 114199 115012 113372 112749 113854 113279 112848 111459 111688 110704 112383 112200 111859 107870  total = 29.993629 per ms 
03:09:59.371 16  switches: flows:  115256 114947 113988 114323 113223 111838 112556 112468 112328 111729 112315 111576 111779 112358 111104 108664  total = 29.957538 per ms 
03:10:59.472 16  switches: flows:  112978 115016 110339 111580 112678 111834 110778 112600 110135 109272 111322 111822 108208 109720 110305 107247  total = 29.547880 per ms 
03:11:59.572 16  switches: flows:  108859 111981 106342 109964 109580 109198 107662 109105 108172 106461 107815 108060 106758 105673 107420 104480  total = 28.744204 per ms 
03:12:59.673 16  switches: flows:  109616 112516 109833 109464 109389 109361 107818 110191 110093 106651 107244 108368 108774 107847 106693 105575  total = 28.941878 per ms 
03:13:59.773 16  switches: flows:  107445 110204 109551 107810 107761 108198 106899 108309 107671 104403 107323 107144 106694 106106 105595 104856  total = 28.551835 per ms 
03:14:59.873 16  switches: flows:  115012 117858 116569 114073 116116 115520 114381 114692 115830 112479 112804 113286 114170 113797 112458 111854  total = 30.464105 per ms 
03:15:59.974 16  switches: flows:  114414 117720 116055 114952 114485 114403 113332 113696 114644 112119 113566 113162 114512 113223 110847 111099  total = 30.319851 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28105.29/30464.10/29402.91/9833.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:15:59.955123" elapsed="0.001313"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T03:15:59.957182" elapsed="0.000139"/>
</return>
<status status="PASS" start="2026-07-03T03:15:59.956679" elapsed="0.000776"/>
</branch>
<status status="PASS" start="2026-07-03T03:15:59.956609" elapsed="0.000998"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T03:15:59.957926" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:15:59.957825" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-07-03T03:15:59.957768" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T03:15:59.958073" 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-03T03:15:59.962254" elapsed="0.000664"/>
</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-03T03:15:59.963203" elapsed="0.000355"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:15:59.963821" elapsed="0.000204"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T03:15:59.958553" elapsed="0.005567"/>
</kw>
<msg time="2026-07-03T03:15:59.964317" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-03T03:05:53.476266" elapsed="606.488089"/>
</kw>
<status status="PASS" start="2026-07-03T03:05:53.475941" elapsed="606.488483"/>
</branch>
<status status="PASS" start="2026-07-03T03:05:53.475576" elapsed="606.488881"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.965158" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:59.070 16  switches: flows:  89798 92326 88829 89737 88966 88958 87911 90114 89340 89944 87270 89414 89178 87048 86731 87911  total = 23.724583 per ms 
03:07:59.171 16  switches: flows:  108096 106882 107556 108332 106171 105924 106396 106821 105866 104326 103932 103789 104460 103911 104230 102442  total = 28.105290 per ms 
03:08:59.271 16  switches: flows:  115151 113996 114199 115012 113372 112749 113854 113279 112848 111459 111688 110704 112383 112200 111859 107870  total = 29.993629 per ms 
03:09:59.371 16  switches: flows:  115256 114947 113988 114323 113223 111838 112556 112468 112328 111729 112315 111576 111779 112358 111104 108664  total = 29.957538 per ms 
03:10:59.472 16  switches: flows:  112978 115016 110339 111580 112678 111834 110778 112600 110135 109272 111322 111822 108208 109720 110305 107247  total = 29.547880 per ms 
03:11:59.572 16  switches: flows:  108859 111981 106342 109964 109580 109198 107662 109105 108172 106461 107815 108060 106758 105673 107420 104480  total = 28.744204 per ms 
03:12:59.673 16  switches: flows:  109616 112516 109833 109464 109389 109361 107818 110191 110093 106651 107244 108368 108774 107847 106693 105575  total = 28.941878 per ms 
03:13:59.773 16  switches: flows:  107445 110204 109551 107810 107761 108198 106899 108309 107671 104403 107323 107144 106694 106106 105595 104856  total = 28.551835 per ms 
03:14:59.873 16  switches: flows:  115012 117858 116569 114073 116116 115520 114381 114692 115830 112479 112804 113286 114170 113797 112458 111854  total = 30.464105 per ms 
03:15:59.974 16  switches: flows:  114414 117720 116055 114952 114485 114403 113332 113696 114644 112119 113566 113162 114512 113223 110847 111099  total = 30.319851 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28105.29/30464.10/29402.91/9833.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:15:59.964683" elapsed="0.000580"/>
</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-03T03:15:59.965472" elapsed="0.000600"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T03:15:59.966646" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T03:15:59.966778" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28105.29/30464.10/29402.91/9833.22 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-03T03:15:59.966303" elapsed="0.000510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:15:59.967400" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28105.29/30464.10/29402.91/9833.22 | 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-03T03:15:59.967037" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.970608" 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-03T03:15:59.967663" elapsed="0.003004"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.973111" level="INFO">28105.29/30464.10/29402.91/9833.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:15:59.970815" elapsed="0.002355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:15:59.975688" 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-03T03:15:59.973326" elapsed="0.002391"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:15:59.978249" level="INFO">@{result_value_list} = [ 28105.29 | 30464.10 | 29402.91 | 9833.22 ]</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-03T03:15:59.975953" elapsed="0.002324"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.978779" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T03:15:59.978887" 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-03T03:15:59.978435" elapsed="0.000480"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.983944" level="INFO">min :: 28105.29</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-03T03:15:59.979336" elapsed="0.004669"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T03:15:59.979198" elapsed="0.004843"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.988633" level="INFO">max :: 30464.10</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-03T03:15:59.984277" elapsed="0.004432"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T03:15:59.984140" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.993425" level="INFO">avg :: 29402.91</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-03T03:15:59.989003" elapsed="0.004482"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T03:15:59.988853" elapsed="0.004686"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:15:59.998142" level="INFO">stdev :: 9833.22</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-03T03:15:59.993766" elapsed="0.004438"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T03:15:59.993634" elapsed="0.004607"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T03:15:59.978991" elapsed="0.019285"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.003317" level="INFO">${min} = 28105.29</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-03T03:15:59.998445" elapsed="0.004916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.009775" level="INFO">${max} = 30464.10</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-03T03:16:00.003639" elapsed="0.006180"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.015174" level="INFO">${average} = 29402.91</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-03T03:16:00.010053" elapsed="0.005148"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.019112" level="INFO">${stdev} = 9833.22</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-03T03:16:00.015357" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.019688" level="INFO">${date} = 2026-07-03 03:16: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-03T03:16:00.019302" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.020274" level="INFO">CBench Result: 2026-07-03 03:16:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28105.29,30464.10,29402.91,9833.22</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-03T03:16:00.019861" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T03:16:00.021559" 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-03T03:16:00.021072" elapsed="0.000556"/>
</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-03T03:16:00.021781" elapsed="0.000658"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T03:16:00.020511" elapsed="0.002042"/>
</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-03T03:05:53.474442" elapsed="606.548198"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.023297" 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-03T03:16:00.022849" elapsed="0.000530"/>
</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-03T03:16:00.024116" elapsed="0.000370"/>
</kw>
<status status="PASS" start="2026-07-03T03:16:00.023695" elapsed="0.000913"/>
</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-03T03:05:53.471669" elapsed="606.552993"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.027051" 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-03T03:16:00.026485" elapsed="0.000647"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.029075" 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-03T03:16:00.028537" elapsed="0.000598"/>
</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-03T03:16:00.029997" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:16:00.029309" elapsed="0.000787"/>
</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-03T03:16:00.033175" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:16:00.032917" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-07-03T03:16:00.032897" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:16:00.033665" 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-03T03:16:00.033801" 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-03T03:16:00.033393" elapsed="0.000446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.034450" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.192" 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-03T03:16:00.034013" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:16:00.035102" 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-03T03:16:00.034683" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:16:00.036077" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T03:16:00.036168" 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-03T03:16:00.035752" elapsed="0.000440"/>
</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-03T03:16:00.036337" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T03:16:00.037604" level="INFO">Logging into '10.30.170.192:22' as 'jenkins'.</msg>
<msg time="2026-07-03T03:16:00.645383" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul  3 03:16:00 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.192
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul  3 03:05:53 2026 from 10.30.171.110
[?2004h[jenkins@releng-00446-14-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-03T03:16:00.037224" elapsed="0.608383"/>
</kw>
<msg time="2026-07-03T03:16:00.645697" 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-03T03:16:00.036879" elapsed="0.608907"/>
</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-03T03:16:00.035336" elapsed="0.610570"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T03:16:00.646477" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T03:26:06.718711" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T03:26:06.719786" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T03:26:06.719894" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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-03T03:16:00.646135" elapsed="606.073825"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:26:06.720442" elapsed="0.001306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.722921" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:05.820 16  switches: flows:  541751 559249 549541 556789 558768 544720 552331 542697 540876 544399 528684 551645 541285 546409 552346 551389  total = 146.047983 per ms 
03:18:05.921 16  switches: flows:  534061 541427 537081 543129 531259 552355 542331 543199 539655 531056 541840 531435 544173 537839 535040 534481  total = 143.431119 per ms 
03:19:06.024 16  switches: flows:  598625 594520 593223 600766 585024 593903 581098 595267 589102 591111 579290 604321 615218 597050 595157 596074  total = 158.228287 per ms 
03:20:06.126 16  switches: flows:  585108 596161 592017 577044 594976 591455 584301 581656 589822 587921 579107 581509 582275 580378 596675 591777  total = 156.270634 per ms 
03:21:06.227 16  switches: flows:  653328 670871 671268 669038 668170 667220 665621 653824 666685 661173 657883 664693 681397 673567 671691 669482  total = 177.466557 per ms 
03:22:06.329 16  switches: flows:  594519 608914 620987 592993 595908 620121 627099 619728 608182 600203 552138 605291 605960 602003 596162 604245  total = 160.637657 per ms 
03:23:06.431 16  switches: flows:  454983 507236 502411 362087 501352 481203 499856 420277 520780 490394 496086 510169 503171 508381 496571 518649  total = 129.339492 per ms 
03:24:06.534 16  switches: flows:  577882 573012 567602 564329 503556 570529 556061 555493 566854 562148 578675 574939 582925 568237 573376 570022  total = 150.501854 per ms 
03:25:06.637 16  switches: flows:  641992 638582 642456 630993 642418 647393 639713 643370 644516 638969 634637 642004 640346 646121 641307 641644  total = 170.652830 per ms 
03:26:06.738 16  switches: flows:  625140 630538 621373 624815 627155 649664 635275 628614 635115 631175 620739 638444 626208 620230 639420 626559  total = 167.724274 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 129339.49/177466.56/157139.19/54180.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:26:06.722119" elapsed="0.001111"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T03:26:06.723766" elapsed="0.000569"/>
</return>
<status status="PASS" start="2026-07-03T03:26:06.723415" elapsed="0.001006"/>
</branch>
<status status="PASS" start="2026-07-03T03:26:06.723363" elapsed="0.001115"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T03:26:06.724728" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:26:06.724643" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-07-03T03:26:06.724606" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T03:26:06.724938" elapsed="0.000030"/>
</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-03T03:26:06.730482" elapsed="0.000376"/>
</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-03T03:26:06.731010" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:26:06.731329" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T03:26:06.725679" elapsed="0.005825"/>
</kw>
<msg time="2026-07-03T03:26:06.731644" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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-03T03:16:00.030452" elapsed="606.701219"/>
</kw>
<status status="PASS" start="2026-07-03T03:16:00.030130" elapsed="606.701590"/>
</branch>
<status status="PASS" start="2026-07-03T03:16:00.029277" elapsed="606.702468"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.732199" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:05.820 16  switches: flows:  541751 559249 549541 556789 558768 544720 552331 542697 540876 544399 528684 551645 541285 546409 552346 551389  total = 146.047983 per ms 
03:18:05.921 16  switches: flows:  534061 541427 537081 543129 531259 552355 542331 543199 539655 531056 541840 531435 544173 537839 535040 534481  total = 143.431119 per ms 
03:19:06.024 16  switches: flows:  598625 594520 593223 600766 585024 593903 581098 595267 589102 591111 579290 604321 615218 597050 595157 596074  total = 158.228287 per ms 
03:20:06.126 16  switches: flows:  585108 596161 592017 577044 594976 591455 584301 581656 589822 587921 579107 581509 582275 580378 596675 591777  total = 156.270634 per ms 
03:21:06.227 16  switches: flows:  653328 670871 671268 669038 668170 667220 665621 653824 666685 661173 657883 664693 681397 673567 671691 669482  total = 177.466557 per ms 
03:22:06.329 16  switches: flows:  594519 608914 620987 592993 595908 620121 627099 619728 608182 600203 552138 605291 605960 602003 596162 604245  total = 160.637657 per ms 
03:23:06.431 16  switches: flows:  454983 507236 502411 362087 501352 481203 499856 420277 520780 490394 496086 510169 503171 508381 496571 518649  total = 129.339492 per ms 
03:24:06.534 16  switches: flows:  577882 573012 567602 564329 503556 570529 556061 555493 566854 562148 578675 574939 582925 568237 573376 570022  total = 150.501854 per ms 
03:25:06.637 16  switches: flows:  641992 638582 642456 630993 642418 647393 639713 643370 644516 638969 634637 642004 640346 646121 641307 641644  total = 170.652830 per ms 
03:26:06.738 16  switches: flows:  625140 630538 621373 624815 627155 649664 635275 628614 635115 631175 620739 638444 626208 620230 639420 626559  total = 167.724274 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 129339.49/177466.56/157139.19/54180.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:26:06.731902" elapsed="0.000373"/>
</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-03T03:26:06.732424" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T03:26:06.733213" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T03:26:06.733304" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 129339.49/177466.56/157139.19/54180.31 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-03T03:26:06.732988" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:26:06.733782" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 129339.49/177466.56/157139.19/54180.31 | 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-03T03:26:06.733519" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.736207" 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-03T03:26:06.733955" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.738683" level="INFO">129339.49/177466.56/157139.19/54180.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:26:06.736413" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:26:06.741122" 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-03T03:26:06.738892" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:26:06.743679" level="INFO">@{result_value_list} = [ 129339.49 | 177466.56 | 157139.19 | 54180.31 ]</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-03T03:26:06.741358" elapsed="0.002351"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.744198" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T03:26:06.744291" 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-03T03:26:06.743868" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.749327" level="INFO">min :: 129339.49</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-03T03:26:06.744735" elapsed="0.004680"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T03:26:06.744602" elapsed="0.004855"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.754145" level="INFO">max :: 177466.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:26:06.749700" elapsed="0.004503"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T03:26:06.749568" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.758910" level="INFO">avg :: 157139.19</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-03T03:26:06.754460" elapsed="0.004508"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T03:26:06.754331" elapsed="0.004672"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.763946" level="INFO">stdev :: 54180.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-03T03:26:06.759226" elapsed="0.004786"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T03:26:06.759092" elapsed="0.004960"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T03:26:06.744388" elapsed="0.019699"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.768533" level="INFO">${min} = 129339.49</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-03T03:26:06.764272" elapsed="0.004293"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.772630" level="INFO">${max} = 177466.56</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-03T03:26:06.768739" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.777896" level="INFO">${average} = 157139.19</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-03T03:26:06.772819" elapsed="0.005120"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.783262" level="INFO">${stdev} = 54180.31</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-03T03:26:06.778173" elapsed="0.005119"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.783857" level="INFO">${date} = 2026-07-03 03:26: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-03T03:26:06.783467" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.784771" level="INFO">CBench Result: 2026-07-03 03:26:06,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,129339.49,177466.56,157139.19,54180.31</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-03T03:26:06.784102" elapsed="0.000759"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T03:26:06.786394" 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-03T03:26:06.785846" elapsed="0.000670"/>
</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-03T03:26:06.786746" elapsed="0.000693"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T03:26:06.785082" elapsed="0.002478"/>
</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-03T03:16:00.027692" elapsed="606.759969"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.788406" 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-03T03:26:06.787897" elapsed="0.000620"/>
</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-03T03:26:06.789328" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-07-03T03:26:06.788822" elapsed="0.001072"/>
</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-03T03:16:00.025574" elapsed="606.764381"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.792064" 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-03T03:26:06.791645" elapsed="0.000482"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.793872" 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-03T03:26:06.793429" elapsed="0.000508"/>
</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-03T03:26:06.794472" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:26:06.794131" elapsed="0.000451"/>
</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-03T03:26:06.799522" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:26:06.798958" elapsed="0.000656"/>
</branch>
<status status="PASS" start="2026-07-03T03:26:06.798931" elapsed="0.000719"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:26:06.800173" 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-03T03:26:06.800354" 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-03T03:26:06.799860" elapsed="0.000533"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.801230" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.192" 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-03T03:26:06.800598" elapsed="0.000785"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-03T03:26:06.802191" 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-03T03:26:06.801617" elapsed="0.000613"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:26:06.803552" level="INFO">Length is 0.</msg>
<msg time="2026-07-03T03:26:06.803687" 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-03T03:26:06.803092" elapsed="0.000629"/>
</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-03T03:26:06.803904" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-03T03:26:06.805436" level="INFO">Logging into '10.30.170.192:22' as 'jenkins'.</msg>
<msg time="2026-07-03T03:26:07.406523" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul  3 03:26:07 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul  3 03:16:00 2026 from 10.30.171.110
[?2004h[jenkins@releng-00446-14-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-03T03:26:06.804893" elapsed="0.601837"/>
</kw>
<msg time="2026-07-03T03:26:07.406819" 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-03T03:26:06.804412" elapsed="0.602490"/>
</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-03T03:26:06.802538" elapsed="0.604479"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-03T03:26:07.407575" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-03T03:36:13.437442" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-03T03:36:13.438210" level="INFO">${stdout} = </msg>
<msg time="2026-07-03T03:36:13.438336" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-03T03:26:07.407245" elapsed="606.031172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:36:13.438788" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.440060" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. 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:12.558 16  switches: flows:  105528 106231 106366 106783 106553 105948 106671 106143 106012 103751 103207 104144 104899 105769 103940 105588  total = 28.125550 per ms 
03:28:12.660 16  switches: flows:  114441 115043 115808 115022 116540 114004 115819 113510 114439 111235 110710 112554 110664 111088 110081 111911  total = 30.164124 per ms 
03:29:12.761 16  switches: flows:  118678 115102 117319 117909 115631 114359 116210 116169 115018 115140 114360 113551 113587 114149 112726 114747  total = 30.692926 per ms 
03:30:12.862 16  switches: flows:  120312 119013 120752 120793 117141 115746 118884 118726 116925 119717 117547 114804 117934 118898 115922 117204  total = 31.452787 per ms 
03:31:12.963 16  switches: flows:  115754 113481 116002 116493 114069 112500 115172 113853 111420 113288 113229 109954 112536 114626 111009 113010  total = 30.222822 per ms 
03:32:13.064 16  switches: flows:  116221 116611 116479 116548 115588 113308 115491 114586 112728 114987 113409 109992 113953 116061 112095 112851  total = 30.464249 per ms 
03:33:13.165 16  switches: flows:  99742 98669 100584 97179 98114 96563 99090 99092 96883 97457 98177 93378 97591 98009 95793 98090  total = 26.030025 per ms 
03:34:13.267 16  switches: flows:  117200 115997 115900 117083 115834 113154 115061 115115 114107 115020 112700 112719 114283 115472 112163 114228  total = 30.549566 per ms 
03:35:13.368 16  switches: flows:  117345 115732 114937 117591 114974 113719 116524 115240 114634 114967 112917 112591 113083 114925 113159 114871  total = 30.569136 per ms 
03:36:13.468 16  switches: flows:  112155 111691 111916 112627 111811 109212 111782 110892 108683 109879 108007 108411 109706 110236 107285 109922  total = 29.354574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26030.02/31452.79/29944.47/10090.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:36:13.439556" elapsed="0.000705"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-03T03:36:13.440621" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-03T03:36:13.440385" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-07-03T03:36:13.440350" elapsed="0.000407"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-03T03:36:13.440943" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-03T03:36:13.440884" elapsed="0.000122"/>
</branch>
<status status="NOT RUN" start="2026-07-03T03:36:13.440853" elapsed="0.000187"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-03T03:36:13.441142" elapsed="0.000022"/>
</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-03T03:36:13.445558" elapsed="0.000514"/>
</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-03T03:36:13.446287" elapsed="0.000339"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-03T03:36:13.446887" elapsed="0.000176"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-03T03:36:13.441622" elapsed="0.005522"/>
</kw>
<msg time="2026-07-03T03:36:13.447332" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-03T03:26:06.795023" elapsed="606.652347"/>
</kw>
<status status="PASS" start="2026-07-03T03:26:06.794625" elapsed="606.652817"/>
</branch>
<status status="PASS" start="2026-07-03T03:26:06.794095" elapsed="606.653381"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.448327" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. 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:12.558 16  switches: flows:  105528 106231 106366 106783 106553 105948 106671 106143 106012 103751 103207 104144 104899 105769 103940 105588  total = 28.125550 per ms 
03:28:12.660 16  switches: flows:  114441 115043 115808 115022 116540 114004 115819 113510 114439 111235 110710 112554 110664 111088 110081 111911  total = 30.164124 per ms 
03:29:12.761 16  switches: flows:  118678 115102 117319 117909 115631 114359 116210 116169 115018 115140 114360 113551 113587 114149 112726 114747  total = 30.692926 per ms 
03:30:12.862 16  switches: flows:  120312 119013 120752 120793 117141 115746 118884 118726 116925 119717 117547 114804 117934 118898 115922 117204  total = 31.452787 per ms 
03:31:12.963 16  switches: flows:  115754 113481 116002 116493 114069 112500 115172 113853 111420 113288 113229 109954 112536 114626 111009 113010  total = 30.222822 per ms 
03:32:13.064 16  switches: flows:  116221 116611 116479 116548 115588 113308 115491 114586 112728 114987 113409 109992 113953 116061 112095 112851  total = 30.464249 per ms 
03:33:13.165 16  switches: flows:  99742 98669 100584 97179 98114 96563 99090 99092 96883 97457 98177 93378 97591 98009 95793 98090  total = 26.030025 per ms 
03:34:13.267 16  switches: flows:  117200 115997 115900 117083 115834 113154 115061 115115 114107 115020 112700 112719 114283 115472 112163 114228  total = 30.549566 per ms 
03:35:13.368 16  switches: flows:  117345 115732 114937 117591 114974 113719 116524 115240 114634 114967 112917 112591 113083 114925 113159 114871  total = 30.569136 per ms 
03:36:13.468 16  switches: flows:  112155 111691 111916 112627 111811 109212 111782 110892 108683 109879 108007 108411 109706 110236 107285 109922  total = 29.354574 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26030.02/31452.79/29944.47/10090.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:36:13.447796" elapsed="0.000639"/>
</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-03T03:36:13.448674" elapsed="0.000623"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-03T03:36:13.450004" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-03T03:36:13.450138" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26030.02/31452.79/29944.47/10090.31 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-03T03:36:13.449633" elapsed="0.000541"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:36:13.450855" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26030.02/31452.79/29944.47/10090.31 | 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-03T03:36:13.450395" elapsed="0.000514"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.454804" 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-03T03:36:13.451150" elapsed="0.003717"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.457335" level="INFO">26030.02/31452.79/29944.47/10090.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-03T03:36:13.455027" elapsed="0.002369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:36:13.459928" 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-03T03:36:13.457648" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-03T03:36:13.462458" level="INFO">@{result_value_list} = [ 26030.02 | 31452.79 | 29944.47 | 10090.31 ]</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-03T03:36:13.460177" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.463036" level="INFO">Length is 4.</msg>
<msg time="2026-07-03T03:36:13.463129" 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-03T03:36:13.462686" elapsed="0.000469"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.468088" level="INFO">min :: 26030.02</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-03T03:36:13.463622" elapsed="0.004525"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-03T03:36:13.463471" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.472861" level="INFO">max :: 31452.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-03T03:36:13.468407" elapsed="0.004513"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-03T03:36:13.468273" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.477638" level="INFO">avg :: 29944.47</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-03T03:36:13.473197" elapsed="0.004500"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-03T03:36:13.473040" elapsed="0.004692"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.482337" level="INFO">stdev :: 10090.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-03T03:36:13.477944" elapsed="0.004452"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-03T03:36:13.477816" elapsed="0.004615"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-03T03:36:13.463228" elapsed="0.019235"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.486557" level="INFO">${min} = 26030.02</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-03T03:36:13.482648" elapsed="0.003937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.490692" level="INFO">${max} = 31452.79</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-03T03:36:13.486743" elapsed="0.003977"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.494871" level="INFO">${average} = 29944.47</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-03T03:36:13.490878" elapsed="0.004021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.498900" level="INFO">${stdev} = 10090.31</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-03T03:36:13.495057" elapsed="0.003870"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.499445" level="INFO">${date} = 2026-07-03 03:36: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-03T03:36:13.499091" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.500113" level="INFO">CBench Result: 2026-07-03 03:36:13,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26030.02,31452.79,29944.47,10090.31</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-03T03:36:13.499637" elapsed="0.000536"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-03T03:36:13.501388" 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-03T03:36:13.500849" elapsed="0.000660"/>
</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-03T03:36:13.501672" elapsed="0.000516"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-03T03:36:13.500329" elapsed="0.001929"/>
</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-03T03:26:06.792592" elapsed="606.709727"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.502820" 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-03T03:36:13.502471" elapsed="0.000417"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-03T03:36:13.504174" 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-03T03:36:13.503675" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-03T03:36:13.504438" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-03T03:36:13.504285" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-07-03T03:36:13.504263" elapsed="0.000285"/>
</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-03T03:36:13.504696" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.504857" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505018" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505245" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505399" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505566" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505714" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-03T03:36:13.505939" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-03T03:36:13.505799" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-03T03:36:13.505782" elapsed="0.000236"/>
</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-03T03:36:13.503267" elapsed="0.002805"/>
</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-03T03:26:06.790878" elapsed="606.715240"/>
</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-03T03:05:50.852007" elapsed="1822.654945"/>
</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>
