<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-12T03:17:37.036316" 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-12T03:17:37.655056" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:17:37.654891" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:37.654860" elapsed="0.000302"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-12T03:17:37.655319" elapsed="0.000560"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-12T03:17:37.656516" level="INFO">Logging into '10.30.171.108:8101' as 'karaf'.</msg>
<msg time="2026-07-12T03:17:38.427736" 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-12T03:17:37.656053" elapsed="0.771923"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T03:17:38.486821" 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-12T03:17:38.428266" elapsed="0.058623"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T03:17:38.488716" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-12T03:17:38.488825" 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-12T03:17:38.487051" elapsed="0.001805"/>
</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-12T03:17:38.489016" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:17:38.489387" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.490079" 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-12T03:17:38.489749" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T03:17:38.490187" elapsed="0.000050"/>
</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.108
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-12T03:17:37.654453" elapsed="0.835897"/>
</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-12T03:17:37.650769" elapsed="0.839651"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T03:17:38.490972" 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-12T03:17:38.490619" elapsed="0.000411"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T03:17:38.491432" 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-12T03:17:38.491184" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.492092" 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-12T03:17:38.491682" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.492664" 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-12T03:17:38.492309" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.493231" 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-12T03:17:38.492858" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.493751" 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-12T03:17:38.493417" elapsed="0.000378"/>
</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-12T03:17:38.494091" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:17:38.493878" elapsed="0.000268"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:17:38.498621" 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-12T03:17:38.498199" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:17:38.499661" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T03:17:38.499746" 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-12T03:17:38.499207" elapsed="0.000564"/>
</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-12T03:17:38.499930" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T03:17:38.501274" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-07-12T03:17:39.251106" 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 Sun Jul 12 03:17:38 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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-23-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-12T03:17:38.500795" elapsed="0.750557"/>
</kw>
<msg time="2026-07-12T03:17:39.251512" 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-12T03:17:38.500430" elapsed="0.751276"/>
</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-12T03:17:38.498858" elapsed="0.753034"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.259948" 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-12T03:17:39.252145" elapsed="0.010054"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:17:39.262704" elapsed="0.000606"/>
</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-12T03:17:38.497677" elapsed="0.765781"/>
</kw>
<status status="PASS" start="2026-07-12T03:17:38.494383" elapsed="0.769229"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:38.493854" elapsed="0.769837"/>
</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-12T03:17:39.264031" elapsed="0.001062"/>
</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-12T03:17:39.273808" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:17:39.273638" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:39.273608" elapsed="0.000306"/>
</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-12T03:17:39.277834" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:17:39.277712" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:39.277690" elapsed="0.000218"/>
</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-12T03:17:39.278068" elapsed="0.000538"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.279049" level="INFO">Logging into '10.30.171.108:8101' as 'karaf'.</msg>
<msg time="2026-07-12T03:17:39.476353" 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-12T03:17:39.278768" elapsed="0.197814"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.576596" 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-12T03:17:39.476924" elapsed="0.099922"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.602436" 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-12T03:17:39.602813" 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-12T03:17:39.577208" elapsed="0.025651"/>
</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-12T03:17:39.603123" elapsed="0.000414"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:17:39.603743" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.604706" 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-12T03:17:39.604206" elapsed="0.000578"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T03:17:39.604852" elapsed="0.000061"/>
</return>
<msg time="2026-07-12T03:17:39.605106" 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.108
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-12T03:17:39.277305" elapsed="0.327844"/>
</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-12T03:17:39.605345" elapsed="0.000742"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T03:17:39.606154" elapsed="0.000040"/>
</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-12T03:17:39.273195" elapsed="0.333127"/>
</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-12T03:17:39.611515" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:17:39.611292" elapsed="0.000288"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:39.611263" elapsed="0.000350"/>
</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-12T03:17:39.611790" elapsed="0.000580"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.612926" level="INFO">Logging into '10.30.171.108:8101' as 'karaf'.</msg>
<msg time="2026-07-12T03:17:39.761944" 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-12T03:17:39.612587" elapsed="0.149531"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.786086" 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-12T03:17:39.762387" elapsed="0.023805"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.788283" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-12T03:17:39.788391" 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-12T03:17:39.786411" elapsed="0.002010"/>
</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-12T03:17:39.788576" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:17:39.789000" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.789712" 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-12T03:17:39.789361" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-12T03:17:39.789822" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.108
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-12T03:17:39.610872" elapsed="0.179119"/>
</kw>
<status status="PASS" start="2026-07-12T03:17:37.648976" elapsed="2.141081"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.792453" 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-12T03:17:39.791221" elapsed="0.001321"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.794041" 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-12T03:17:39.793680" elapsed="0.000408"/>
</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-12T03:17:39.794418" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:17:39.794172" elapsed="0.000305"/>
</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-12T03:17:39.797518" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:17:39.797248" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:39.797227" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.797948" 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-12T03:17:39.798075" 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-12T03:17:39.797738" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.798723" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-12T03:17:39.798241" elapsed="0.000556"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.799510" 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-12T03:17:39.798943" elapsed="0.000597"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:17:39.800465" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T03:17:39.800613" 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-12T03:17:39.800131" elapsed="0.000514"/>
</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-12T03:17:39.800796" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T03:17:39.802039" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-07-12T03:17:40.145211" 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 Sun Jul 12 03:17:38 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Sun Jul 12 03:17:39 2026 from 10.30.171.248
[?2004h[jenkins@releng-00446-23-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-12T03:17:39.801676" elapsed="0.343742"/>
</kw>
<msg time="2026-07-12T03:17:40.145528" 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-12T03:17:39.801302" elapsed="0.344312"/>
</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-12T03:17:39.799747" elapsed="0.345994"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T03:17:40.146279" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T03:27:46.269972" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T03:27:46.270394" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T03:27:46.270459" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-12T03:17:40.145967" elapsed="606.124550"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:27:46.270852" elapsed="0.000733"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.272412" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:45.341 16  switches: flows:  105608 106374 103550 103019 105518 106293 102959 106499 102173 98686 100269 101492 102595 102515 101084 102297  total = 27.515517 per ms 
03:19:45.441 16  switches: flows:  121740 120858 119942 117715 118143 118607 118253 117047 115782 115414 116547 117177 115824 115956 115643 115621  total = 31.285519 per ms 
03:20:45.542 16  switches: flows:  124215 124345 122481 116797 118230 119315 119958 120759 117256 115124 117585 117865 117559 118892 119734 118179  total = 31.751837 per ms 
03:21:45.642 16  switches: flows:  119082 117502 117395 113865 113617 115781 114326 114347 112914 108918 112807 115773 114195 114206 113526 112928  total = 30.468740 per ms 
03:22:45.742 16  switches: flows:  115964 117754 115571 114097 114441 115779 114627 115001 112052 108075 112756 113548 113516 112980 112875 112846  total = 30.313976 per ms 
03:23:45.843 16  switches: flows:  122899 123642 120347 120183 119080 121074 120138 120500 118788 113658 117927 118034 118083 116768 118345 116344  total = 31.710477 per ms 
03:24:45.944 16  switches: flows:  123060 125192 124403 120015 120792 122003 120789 121448 119458 114702 117233 120320 119744 117493 118456 115196  total = 31.951222 per ms 
03:25:46.045 16  switches: flows:  121956 122985 119689 120813 119491 120113 120684 120746 119413 113638 117419 119188 117868 116066 118007 116000  total = 31.681300 per ms 
03:26:46.146 16  switches: flows:  123916 125951 122441 120291 121107 123910 121769 122457 120285 114242 119668 119461 119107 119220 119817 117009  total = 32.123837 per ms 
03:27:46.246 16  switches: flows:  121144 122687 120253 119090 117956 120745 118869 120477 119305 113447 116787 117987 117086 117654 118393 115750  total = 31.574421 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30313.98/32123.84/31429.04/10493.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:27:46.271907" elapsed="0.000742"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T03:27:46.272993" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-07-12T03:27:46.272783" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-07-12T03:27:46.272742" elapsed="0.000389"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T03:27:46.273263" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:27:46.273213" elapsed="0.000105"/>
</branch>
<status status="NOT RUN" start="2026-07-12T03:27:46.273191" elapsed="0.000155"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T03:27:46.273392" 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-12T03:27:46.277910" elapsed="0.000460"/>
</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-12T03:27:46.278591" elapsed="0.000302"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:27:46.279086" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T03:27:46.273875" elapsed="0.005422"/>
</kw>
<msg time="2026-07-12T03:27:46.279471" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-12T03:17:39.794852" elapsed="606.484675"/>
</kw>
<status status="PASS" start="2026-07-12T03:17:39.794529" elapsed="606.485064"/>
</branch>
<status status="PASS" start="2026-07-12T03:17:39.794149" elapsed="606.485478"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.280246" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:18:45.341 16  switches: flows:  105608 106374 103550 103019 105518 106293 102959 106499 102173 98686 100269 101492 102595 102515 101084 102297  total = 27.515517 per ms 
03:19:45.441 16  switches: flows:  121740 120858 119942 117715 118143 118607 118253 117047 115782 115414 116547 117177 115824 115956 115643 115621  total = 31.285519 per ms 
03:20:45.542 16  switches: flows:  124215 124345 122481 116797 118230 119315 119958 120759 117256 115124 117585 117865 117559 118892 119734 118179  total = 31.751837 per ms 
03:21:45.642 16  switches: flows:  119082 117502 117395 113865 113617 115781 114326 114347 112914 108918 112807 115773 114195 114206 113526 112928  total = 30.468740 per ms 
03:22:45.742 16  switches: flows:  115964 117754 115571 114097 114441 115779 114627 115001 112052 108075 112756 113548 113516 112980 112875 112846  total = 30.313976 per ms 
03:23:45.843 16  switches: flows:  122899 123642 120347 120183 119080 121074 120138 120500 118788 113658 117927 118034 118083 116768 118345 116344  total = 31.710477 per ms 
03:24:45.944 16  switches: flows:  123060 125192 124403 120015 120792 122003 120789 121448 119458 114702 117233 120320 119744 117493 118456 115196  total = 31.951222 per ms 
03:25:46.045 16  switches: flows:  121956 122985 119689 120813 119491 120113 120684 120746 119413 113638 117419 119188 117868 116066 118007 116000  total = 31.681300 per ms 
03:26:46.146 16  switches: flows:  123916 125951 122441 120291 121107 123910 121769 122457 120285 114242 119668 119461 119107 119220 119817 117009  total = 32.123837 per ms 
03:27:46.246 16  switches: flows:  121144 122687 120253 119090 117956 120745 118869 120477 119305 113447 116787 117987 117086 117654 118393 115750  total = 31.574421 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30313.98/32123.84/31429.04/10493.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:27:46.279832" elapsed="0.000512"/>
</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-12T03:27:46.280563" elapsed="0.000499"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T03:27:46.281631" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T03:27:46.281755" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30313.98/32123.84/31429.04/10493.35 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-12T03:27:46.281301" elapsed="0.000491"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:27:46.282342" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30313.98/32123.84/31429.04/10493.35 | 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-12T03:27:46.282002" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.285685" 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-12T03:27:46.282597" elapsed="0.003165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.289052" level="INFO">30313.98/32123.84/31429.04/10493.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:27:46.285969" elapsed="0.003163"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:27:46.292376" 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-12T03:27:46.289340" elapsed="0.003075"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:27:46.295774" level="INFO">@{result_value_list} = [ 30313.98 | 32123.84 | 31429.04 | 10493.35 ]</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-12T03:27:46.292728" elapsed="0.003084"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.296562" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T03:27:46.296692" 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-12T03:27:46.296085" elapsed="0.000640"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.303183" level="INFO">min :: 30313.98</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-12T03:27:46.297272" elapsed="0.005994"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T03:27:46.297083" elapsed="0.006233"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.309499" level="INFO">max :: 32123.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:27:46.303653" elapsed="0.005933"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T03:27:46.303447" elapsed="0.006189"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.315799" level="INFO">avg :: 31429.04</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-12T03:27:46.309955" elapsed="0.005944"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T03:27:46.309763" elapsed="0.006186"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.322125" level="INFO">stdev :: 10493.35</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-12T03:27:46.316269" elapsed="0.005937"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T03:27:46.316080" elapsed="0.006175"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T03:27:46.296821" elapsed="0.025482"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.327679" level="INFO">${min} = 30313.98</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-12T03:27:46.322553" elapsed="0.005165"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.333072" level="INFO">${max} = 32123.84</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T03:27:46.327972" elapsed="0.005140"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.338821" level="INFO">${average} = 31429.04</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-12T03:27:46.333336" elapsed="0.005524"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.344238" level="INFO">${stdev} = 10493.35</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-12T03:27:46.339079" elapsed="0.005196"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.345022" level="INFO">${date} = 2026-07-12 03:27:46</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-12T03:27:46.344531" elapsed="0.000527"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.345833" level="INFO">CBench Result: 2026-07-12 03:27:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30313.98,32123.84,31429.04,10493.35</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-12T03:27:46.345261" elapsed="0.000647"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T03:27:46.347319" 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-12T03:27:46.346782" elapsed="0.000625"/>
</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-12T03:27:46.347629" elapsed="0.000652"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T03:27:46.346117" elapsed="0.002250"/>
</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-12T03:17:39.792978" elapsed="606.555471"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.349101" 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-12T03:27:46.348671" elapsed="0.000505"/>
</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-12T03:27:46.349885" elapsed="0.000359"/>
</kw>
<status status="PASS" start="2026-07-12T03:27:46.349458" elapsed="0.000882"/>
</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-12T03:17:39.790235" elapsed="606.560155"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.352613" 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-12T03:27:46.352048" elapsed="0.000642"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.354730" 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-12T03:27:46.354272" elapsed="0.000516"/>
</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-12T03:27:46.355281" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:27:46.354973" elapsed="0.000384"/>
</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-12T03:27:46.361902" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:27:46.361240" elapsed="0.000793"/>
</branch>
<status status="PASS" start="2026-07-12T03:27:46.361195" elapsed="0.000892"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:27:46.362904" 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-12T03:27:46.363179" 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-12T03:27:46.362404" elapsed="0.000835"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.364590" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.108 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-12T03:27:46.363565" elapsed="0.001157"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:27:46.366090" 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-12T03:27:46.365033" elapsed="0.001116"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:27:46.368382" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T03:27:46.368613" 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-12T03:27:46.367472" elapsed="0.001197"/>
</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-12T03:27:46.368984" elapsed="0.000764"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T03:27:46.371690" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-07-12T03:27:46.952448" 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 Sun Jul 12 03:27:46 UTC 2026

  System load:  1.02               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Sun Jul 12 03:17:40 2026 from 10.30.171.248
[?2004h[jenkins@releng-00446-23-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-12T03:27:46.370870" elapsed="0.581791"/>
</kw>
<msg time="2026-07-12T03:27:46.952748" 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-12T03:27:46.370084" elapsed="0.582751"/>
</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-12T03:27:46.366630" elapsed="0.586325"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T03:27:46.953457" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.108 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T03:37:53.005981" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T03:37:53.006589" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T03:37:53.006694" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.108: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-12T03:27:46.953168" elapsed="606.053583"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:37:53.007289" elapsed="0.000665"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.009081" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:52.051 16  switches: flows:  496677 512676 506836 495233 520035 499815 501323 505234 497607 496008 492355 482912 496935 500923 489185 492980  total = 133.112233 per ms 
03:29:52.152 16  switches: flows:  579303 577536 586988 578315 584547 569902 577936 569727 590233 592187 581502 580126 586685 576346 578764 588521  total = 154.716100 per ms 
03:30:52.261 16  switches: flows:  578418 600968 597626 584880 597919 590704 584081 587604 587247 588475 584399 582880 582872 588171 594818 588791  total = 156.717376 per ms 
03:31:52.362 16  switches: flows:  635448 643381 641532 640896 641049 635009 642036 645526 641859 643946 645275 631188 646671 642378 649617 635336  total = 170.731906 per ms 
03:32:52.464 16  switches: flows:  597438 603051 605400 593626 594393 593455 602075 598643 590145 605167 604833 593573 602123 600302 598410 597252  total = 159.396699 per ms 
03:33:52.567 16  switches: flows:  646059 644545 643025 652237 649059 647125 650747 648601 651011 646786 651367 648149 648978 649514 641834 640818  total = 172.370903 per ms 
03:34:52.670 16  switches: flows:  625852 629864 620675 623115 633584 629167 624664 623929 625265 627054 623654 625565 630938 621889 628270 627066  total = 166.722948 per ms 
03:35:52.771 16  switches: flows:  625442 624814 609911 622690 624406 628884 629794 626282 621647 629625 628525 614960 628232 619587 618890 616070  total = 165.882165 per ms 
03:36:52.874 16  switches: flows:  604317 626477 616204 612886 613415 605422 611841 609637 623042 609892 595043 607225 615722 618918 616756 607181  total = 162.954198 per ms 
03:37:52.975 16  switches: flows:  642391 633405 644347 644529 635153 645253 638961 644213 643801 647578 634882 644942 647816 642904 648998 639929  total = 171.030440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154716.10/172370.90/164502.53/55172.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:37:53.008300" elapsed="0.001053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T03:37:53.009840" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-07-12T03:37:53.009557" elapsed="0.000429"/>
</branch>
<status status="PASS" start="2026-07-12T03:37:53.009510" elapsed="0.000533"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T03:37:53.010244" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:37:53.010166" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-07-12T03:37:53.010132" elapsed="0.000246"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T03:37:53.010442" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-12T03:37:53.015696" elapsed="0.000674"/>
</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-12T03:37:53.016692" elapsed="0.000259"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:37:53.017150" elapsed="0.000155"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T03:37:53.011157" elapsed="0.006227"/>
</kw>
<msg time="2026-07-12T03:37:53.017599" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.108: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-12T03:27:46.355934" elapsed="606.661706"/>
</kw>
<status status="PASS" start="2026-07-12T03:27:46.355394" elapsed="606.662319"/>
</branch>
<status status="PASS" start="2026-07-12T03:27:46.354941" elapsed="606.662806"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.018392" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:28:52.051 16  switches: flows:  496677 512676 506836 495233 520035 499815 501323 505234 497607 496008 492355 482912 496935 500923 489185 492980  total = 133.112233 per ms 
03:29:52.152 16  switches: flows:  579303 577536 586988 578315 584547 569902 577936 569727 590233 592187 581502 580126 586685 576346 578764 588521  total = 154.716100 per ms 
03:30:52.261 16  switches: flows:  578418 600968 597626 584880 597919 590704 584081 587604 587247 588475 584399 582880 582872 588171 594818 588791  total = 156.717376 per ms 
03:31:52.362 16  switches: flows:  635448 643381 641532 640896 641049 635009 642036 645526 641859 643946 645275 631188 646671 642378 649617 635336  total = 170.731906 per ms 
03:32:52.464 16  switches: flows:  597438 603051 605400 593626 594393 593455 602075 598643 590145 605167 604833 593573 602123 600302 598410 597252  total = 159.396699 per ms 
03:33:52.567 16  switches: flows:  646059 644545 643025 652237 649059 647125 650747 648601 651011 646786 651367 648149 648978 649514 641834 640818  total = 172.370903 per ms 
03:34:52.670 16  switches: flows:  625852 629864 620675 623115 633584 629167 624664 623929 625265 627054 623654 625565 630938 621889 628270 627066  total = 166.722948 per ms 
03:35:52.771 16  switches: flows:  625442 624814 609911 622690 624406 628884 629794 626282 621647 629625 628525 614960 628232 619587 618890 616070  total = 165.882165 per ms 
03:36:52.874 16  switches: flows:  604317 626477 616204 612886 613415 605422 611841 609637 623042 609892 595043 607225 615722 618918 616756 607181  total = 162.954198 per ms 
03:37:52.975 16  switches: flows:  642391 633405 644347 644529 635153 645253 638961 644213 643801 647578 634882 644942 647816 642904 648998 639929  total = 171.030440 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154716.10/172370.90/164502.53/55172.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:37:53.017960" elapsed="0.000564"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-12T03:37:53.018744" elapsed="0.000610"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T03:37:53.019868" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T03:37:53.019961" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154716.10/172370.90/164502.53/55172.55 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-12T03:37:53.019627" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:37:53.020397" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154716.10/172370.90/164502.53/55172.55 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T03:37:53.020141" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.023196" 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-12T03:37:53.020585" elapsed="0.002690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.026439" level="INFO">154716.10/172370.90/164502.53/55172.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:37:53.023478" elapsed="0.003054"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:37:53.029698" 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-12T03:37:53.026734" elapsed="0.002998"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:37:53.033067" level="INFO">@{result_value_list} = [ 154716.10 | 172370.90 | 164502.53 | 55172.55 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-12T03:37:53.030015" elapsed="0.003085"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.033700" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T03:37:53.033974" 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-12T03:37:53.033289" elapsed="0.000714"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.039881" level="INFO">min :: 154716.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-12T03:37:53.034496" elapsed="0.005461"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T03:37:53.034322" elapsed="0.005681"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.046264" level="INFO">max :: 172370.90</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-12T03:37:53.040298" elapsed="0.006048"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T03:37:53.040122" elapsed="0.006273"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.052398" level="INFO">avg :: 164502.53</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-12T03:37:53.046711" elapsed="0.005765"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T03:37:53.046535" elapsed="0.006007"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.059093" level="INFO">stdev :: 55172.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:37:53.053138" elapsed="0.006039"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T03:37:53.052937" elapsed="0.006292"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T03:37:53.034087" elapsed="0.025190"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.064690" level="INFO">${min} = 154716.10</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-12T03:37:53.059539" elapsed="0.005190"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.069996" level="INFO">${max} = 172370.90</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-12T03:37:53.064946" elapsed="0.005087"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.075127" level="INFO">${average} = 164502.53</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-12T03:37:53.070242" elapsed="0.004914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.079379" level="INFO">${stdev} = 55172.55</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-12T03:37:53.075317" elapsed="0.004090"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.079962" level="INFO">${date} = 2026-07-12 03:37:53</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-12T03:37:53.079592" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.080573" level="INFO">CBench Result: 2026-07-12 03:37:53,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154716.10,172370.90,164502.53,55172.55</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:37:53.080140" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T03:37:53.081782" 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-12T03:37:53.081312" elapsed="0.000537"/>
</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-12T03:37:53.082002" elapsed="0.000500"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T03:37:53.080809" elapsed="0.001763"/>
</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-12T03:27:46.353246" elapsed="606.729388"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.083179" 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-12T03:37:53.082787" elapsed="0.000458"/>
</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-12T03:37:53.083803" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-07-12T03:37:53.083467" elapsed="0.000680"/>
</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-12T03:27:46.351166" elapsed="606.733022"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.088129" 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-12T03:37:53.087122" elapsed="0.001144"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.091192" 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-12T03:37:53.090282" elapsed="0.001019"/>
</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-12T03:37:53.091989" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:37:53.091628" 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-12T03:37:53.096435" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:37:53.096072" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-07-12T03:37:53.096043" elapsed="0.000533"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:37:53.097056" 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-12T03:37:53.097234" 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-12T03:37:53.096775" elapsed="0.000499"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.098124" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.53" 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-12T03:37:53.097473" elapsed="0.000739"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-12T03:37:53.099048" 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-12T03:37:53.098420" elapsed="0.000669"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:37:53.100736" level="INFO">Length is 0.</msg>
<msg time="2026-07-12T03:37:53.100880" 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-12T03:37:53.099983" elapsed="0.000934"/>
</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-12T03:37:53.101132" elapsed="0.000520"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-12T03:37:53.102954" level="INFO">Logging into '10.30.171.53:22' as 'jenkins'.</msg>
<msg time="2026-07-12T03:37:54.313904" 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 Sun Jul 12 03:37:53 UTC 2026

  System load:  0.36               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.53
  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: Sun Jul 12 03:27:46 2026 from 10.30.171.248
[?2004h[jenkins@releng-00446-23-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-12T03:37:53.102396" elapsed="1.211768"/>
</kw>
<msg time="2026-07-12T03:37:54.314261" 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-12T03:37:53.101881" elapsed="1.212466"/>
</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-12T03:37:53.099392" elapsed="1.215084"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-12T03:37:54.315027" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.108 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-12T03:48:00.353363" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-12T03:48:00.354036" level="INFO">${stdout} = </msg>
<msg time="2026-07-12T03:48:00.354149" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-12T03:37:54.314723" elapsed="606.039485"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:48:00.354724" elapsed="0.001047"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.356928" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:38:59.413 16  switches: flows:  114016 114286 114103 114874 113441 112453 112213 111515 112692 111294 110152 113990 111252 112234 111540 112281  total = 30.038933 per ms 
03:39:59.513 16  switches: flows:  120409 120968 121789 118311 121700 119112 119684 116050 119376 116861 116872 119000 119467 120329 120110 118941  total = 31.763229 per ms 
03:40:59.614 16  switches: flows:  117787 118972 119993 118661 119701 117188 116738 116787 117336 115908 115698 117725 115945 117793 117487 118298  total = 31.314669 per ms 
03:41:59.714 16  switches: flows:  118793 119210 119697 118352 120288 116978 117166 116749 118772 115401 113298 117178 115036 118574 118003 117661  total = 31.300288 per ms 
03:42:59.815 16  switches: flows:  116306 115734 118398 115498 118489 116062 114444 114267 113720 113117 113180 116244 113585 115977 114036 115235  total = 30.686450 per ms 
03:43:59.916 16  switches: flows:  118121 116908 117866 119031 117158 116419 117153 116599 116284 115104 113912 116698 113807 116515 117701 116175  total = 31.038623 per ms 
03:45:00.017 16  switches: flows:  118901 116463 118972 122089 118648 117867 120058 118931 118964 117816 115780 118395 119055 118752 117171 115164  total = 31.497764 per ms 
03:46:00.117 16  switches: flows:  119174 116114 119294 120665 118615 116883 118228 117289 116164 119043 114959 115356 116957 116715 114181 114358  total = 31.181163 per ms 
03:47:00.218 16  switches: flows:  121031 117987 122358 122916 120281 119799 120871 120988 121058 119256 116301 117114 120051 121162 115967 116206  total = 31.835933 per ms 
03:48:00.318 16  switches: flows:  119444 117155 120560 122948 118587 118590 120410 121081 119731 118499 116391 117330 118101 119813 117200 117097  total = 31.662730 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30686.45/31835.93/31364.54/10460.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:48:00.356148" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-12T03:48:00.357756" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-07-12T03:48:00.357429" elapsed="0.000475"/>
</branch>
<status status="PASS" start="2026-07-12T03:48:00.357381" elapsed="0.000580"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-12T03:48:00.358166" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-12T03:48:00.358085" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-12T03:48:00.358051" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-12T03:48:00.358374" 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-12T03:48:00.363059" elapsed="0.000346"/>
</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-12T03:48:00.363575" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-12T03:48:00.363912" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-12T03:48:00.359091" elapsed="0.004982"/>
</kw>
<msg time="2026-07-12T03:48:00.364202" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-12T03:37:53.092607" elapsed="607.271621"/>
</kw>
<status status="PASS" start="2026-07-12T03:37:53.092117" elapsed="607.272159"/>
</branch>
<status status="PASS" start="2026-07-12T03:37:53.091579" elapsed="607.272720"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.364744" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.108: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.108. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:38:59.413 16  switches: flows:  114016 114286 114103 114874 113441 112453 112213 111515 112692 111294 110152 113990 111252 112234 111540 112281  total = 30.038933 per ms 
03:39:59.513 16  switches: flows:  120409 120968 121789 118311 121700 119112 119684 116050 119376 116861 116872 119000 119467 120329 120110 118941  total = 31.763229 per ms 
03:40:59.614 16  switches: flows:  117787 118972 119993 118661 119701 117188 116738 116787 117336 115908 115698 117725 115945 117793 117487 118298  total = 31.314669 per ms 
03:41:59.714 16  switches: flows:  118793 119210 119697 118352 120288 116978 117166 116749 118772 115401 113298 117178 115036 118574 118003 117661  total = 31.300288 per ms 
03:42:59.815 16  switches: flows:  116306 115734 118398 115498 118489 116062 114444 114267 113720 113117 113180 116244 113585 115977 114036 115235  total = 30.686450 per ms 
03:43:59.916 16  switches: flows:  118121 116908 117866 119031 117158 116419 117153 116599 116284 115104 113912 116698 113807 116515 117701 116175  total = 31.038623 per ms 
03:45:00.017 16  switches: flows:  118901 116463 118972 122089 118648 117867 120058 118931 118964 117816 115780 118395 119055 118752 117171 115164  total = 31.497764 per ms 
03:46:00.117 16  switches: flows:  119174 116114 119294 120665 118615 116883 118228 117289 116164 119043 114959 115356 116957 116715 114181 114358  total = 31.181163 per ms 
03:47:00.218 16  switches: flows:  121031 117987 122358 122916 120281 119799 120871 120988 121058 119256 116301 117114 120051 121162 115967 116206  total = 31.835933 per ms 
03:48:00.318 16  switches: flows:  119444 117155 120560 122948 118587 118590 120410 121081 119731 118499 116391 117330 118101 119813 117200 117097  total = 31.662730 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30686.45/31835.93/31364.54/10460.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:48:00.364436" elapsed="0.000382"/>
</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-12T03:48:00.364964" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-12T03:48:00.365838" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-12T03:48:00.365932" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30686.45/31835.93/31364.54/10460.66 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-12T03:48:00.365565" elapsed="0.000392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:48:00.366365" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30686.45/31835.93/31364.54/10460.66 | 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-12T03:48:00.366112" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.368767" 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-12T03:48:00.366552" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.371201" level="INFO">30686.45/31835.93/31364.54/10460.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-12T03:48:00.368995" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:48:00.373654" 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-12T03:48:00.371407" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-12T03:48:00.376297" level="INFO">@{result_value_list} = [ 30686.45 | 31835.93 | 31364.54 | 10460.66 ]</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-12T03:48:00.373874" elapsed="0.002451"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.376804" level="INFO">Length is 4.</msg>
<msg time="2026-07-12T03:48:00.376892" 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-12T03:48:00.376496" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.381789" level="INFO">min :: 30686.45</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-12T03:48:00.377336" elapsed="0.004511"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-12T03:48:00.377173" elapsed="0.004710"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.386408" level="INFO">max :: 31835.93</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-12T03:48:00.382100" elapsed="0.004364"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-12T03:48:00.381972" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.391099" level="INFO">avg :: 31364.54</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-12T03:48:00.386724" elapsed="0.004432"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-12T03:48:00.386598" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.395690" level="INFO">stdev :: 10460.66</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-12T03:48:00.391403" elapsed="0.004343"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-12T03:48:00.391276" elapsed="0.004505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-12T03:48:00.376981" elapsed="0.018830"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.399684" level="INFO">${min} = 30686.45</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-12T03:48:00.395968" elapsed="0.003743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.403556" level="INFO">${max} = 31835.93</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-12T03:48:00.399864" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.407431" level="INFO">${average} = 31364.54</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-12T03:48:00.403736" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.411355" level="INFO">${stdev} = 10460.66</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-12T03:48:00.407627" elapsed="0.003755"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.411910" level="INFO">${date} = 2026-07-12 03:48: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-12T03:48:00.411561" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.412510" level="INFO">CBench Result: 2026-07-12 03:48:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30686.45,31835.93,31364.54,10460.66</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-12T03:48:00.412089" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-12T03:48:00.413684" 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-12T03:48:00.413203" elapsed="0.000550"/>
</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-12T03:48:00.413905" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-12T03:48:00.412716" elapsed="0.001723"/>
</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-12T03:37:53.089005" elapsed="607.325511"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.414974" 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-12T03:48:00.414666" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-12T03:48:00.416227" 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-12T03:48:00.415747" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-12T03:48:00.416497" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-07-12T03:48:00.416334" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-07-12T03:48:00.416314" elapsed="0.000273"/>
</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-12T03:48:00.416730" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-12T03:48:00.416886" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-12T03:48:00.417047" elapsed="0.000036"/>
</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-12T03:48:00.417258" 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-12T03:48:00.417410" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-12T03:48:00.417573" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-12T03:48:00.417718" 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-12T03:48:00.417938" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-12T03:48:00.417802" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-12T03:48:00.417784" 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-12T03:48:00.415396" elapsed="0.002675"/>
</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-12T03:37:53.085683" elapsed="607.332434"/>
</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-12T03:17:37.038038" elapsed="1823.380519"/>
</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>
