<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-03T00:53:02.354446" 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-09-03T00:53:02.867229" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-03T00:53:02.867103" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:02.867060" elapsed="0.000271"/>
</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-09-03T00:53:02.867467" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T00:53:02.868509" level="INFO">Logging into '10.30.170.239:8101' as 'karaf'.</msg>
<msg time="2026-09-03T00:53:03.645602" 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-09-03T00:53:02.868071" elapsed="0.777732"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T00:53:03.696716" 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-09-03T00:53:03.646113" elapsed="0.050664"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T00:53:03.698546" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-03T00:53:03.698648" 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-09-03T00:53:03.696926" elapsed="0.001748"/>
</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-09-03T00:53:03.698824" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T00:53:03.699165" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.699820" 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-09-03T00:53:03.699506" elapsed="0.000362"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T00:53:03.699915" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-03T00:53:02.866758" elapsed="0.833352"/>
</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-09-03T00:53:02.863409" elapsed="0.836762"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T00:53:03.700722" 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-09-03T00:53:03.700363" elapsed="0.000410"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T00:53:03.701155" 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-09-03T00:53:03.700912" elapsed="0.000298"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.701748" 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-09-03T00:53:03.701384" elapsed="0.000389"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.702267" 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-09-03T00:53:03.701950" elapsed="0.000355"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.702791" 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-09-03T00:53:03.702456" elapsed="0.000359"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.703261" 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-09-03T00:53:03.702961" elapsed="0.000338"/>
</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-09-03T00:53:03.703587" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T00:53:03.703392" elapsed="0.000244"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T00:53:03.707820" 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-09-03T00:53:03.707458" elapsed="0.000386"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T00:53:03.708780" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T00:53:03.708854" 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-09-03T00:53:03.708370" elapsed="0.000507"/>
</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-09-03T00:53:03.709009" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T00:53:03.710260" level="INFO">Logging into '10.30.171.109:22' as 'jenkins'.</msg>
<msg time="2026-09-03T00:53:04.184383" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 00:52:23 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.109
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-74-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-09-03T00:53:03.709807" elapsed="0.474749"/>
</kw>
<msg time="2026-09-03T00:53:04.184659" 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-09-03T00:53:03.709499" elapsed="0.475245"/>
</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-09-03T00:53:03.708029" elapsed="0.476821"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.194990" 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-09-03T00:53:04.185036" elapsed="0.012170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T00:53:04.197490" elapsed="0.000398"/>
</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-09-03T00:53:03.706971" elapsed="0.490997"/>
</kw>
<status status="PASS" start="2026-09-03T00:53:03.703850" elapsed="0.494163"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:03.703370" elapsed="0.494687"/>
</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-09-03T00:53:04.198364" elapsed="0.000670"/>
</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-09-03T00:53:04.205214" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-03T00:53:04.205031" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:04.205002" elapsed="0.000308"/>
</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-09-03T00:53:04.210061" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-09-03T00:53:04.209918" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:04.209895" elapsed="0.000271"/>
</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-09-03T00:53:04.210357" elapsed="0.000534"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.211438" level="INFO">Logging into '10.30.170.239:8101' as 'karaf'.</msg>
<msg time="2026-09-03T00:53:04.401439" 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-09-03T00:53:04.211074" elapsed="0.190485"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.488221" 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-09-03T00:53:04.401768" elapsed="0.086544"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.493915" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-03T00:53:04.494093" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-03T00:53:04.488512" elapsed="0.005611"/>
</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-09-03T00:53:04.494250" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T00:53:04.494573" elapsed="0.000174"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.495152" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T00:53:04.494869" elapsed="0.000333"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T00:53:04.495247" elapsed="0.000044"/>
</return>
<msg time="2026-09-03T00:53:04.495439" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-03T00:53:04.209484" elapsed="0.285984"/>
</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-09-03T00:53:04.495597" elapsed="0.000447"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T00:53:04.496107" elapsed="0.000049"/>
</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-09-03T00:53:04.204645" elapsed="0.291602"/>
</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-09-03T00:53:04.499698" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-09-03T00:53:04.499576" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:04.499556" elapsed="0.000205"/>
</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-09-03T00:53:04.499879" elapsed="0.000410"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.500669" level="INFO">Logging into '10.30.170.239:8101' as 'karaf'.</msg>
<msg time="2026-09-03T00:53:04.726816" 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-09-03T00:53:04.500439" elapsed="0.226506"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.761813" 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-09-03T00:53:04.727170" elapsed="0.034697"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.763818" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-03T00:53:04.763910" 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-09-03T00:53:04.761999" elapsed="0.001937"/>
</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-09-03T00:53:04.764058" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T00:53:04.764377" elapsed="0.000171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.764947" 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-09-03T00:53:04.764674" elapsed="0.000316"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-03T00:53:04.765037" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.239
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-03T00:53:04.499277" elapsed="0.265921"/>
</kw>
<status status="PASS" start="2026-09-03T00:53:02.861718" elapsed="1.903535"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.767026" 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-09-03T00:53:04.765960" elapsed="0.001139"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.768389" 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-09-03T00:53:04.768045" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-09-03T00:53:04.768719" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-03T00:53:04.768501" elapsed="0.000270"/>
</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-09-03T00:53:04.771484" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T00:53:04.771239" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:04.771222" elapsed="0.000335"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.771856" 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-09-03T00:53:04.771963" 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-09-03T00:53:04.771675" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.772555" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.109" 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-09-03T00:53:04.772134" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.773178" 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-09-03T00:53:04.772736" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T00:53:04.774018" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T00:53:04.774113" 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-09-03T00:53:04.773728" elapsed="0.000407"/>
</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-09-03T00:53:04.774264" elapsed="0.000311"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T00:53:04.775364" level="INFO">Logging into '10.30.171.109:22' as 'jenkins'.</msg>
<msg time="2026-09-03T00:53:05.152521" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 00:52:23 UTC 2026

  System load:  0.07               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.109
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Sep  3 00:53:04 2026 from 10.30.170.69
[?2004h[jenkins@releng-00446-74-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-09-03T00:53:04.775020" elapsed="0.377679"/>
</kw>
<msg time="2026-09-03T00:53:05.152783" 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-09-03T00:53:04.774711" elapsed="0.378157"/>
</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-09-03T00:53:04.773398" elapsed="0.379582"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T00:53:05.153514" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:03:11.271263" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:03:11.271908" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:03:11.272002" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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-09-03T00:53:05.153209" elapsed="606.118846"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:03:11.272564" elapsed="0.000724"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.274429" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:10.369 16  switches: flows:  87543 83491 84532 82260 85435 87366 81076 82278 82377 81407 81614 81915 79343 81633 81243 78948  total = 22.041017 per ms 
00:55:10.469 16  switches: flows:  91938 90028 89430 88088 91854 92130 86953 87326 86964 87001 88463 87034 85124 85488 86489 85039  total = 23.450000 per ms 
00:56:10.570 16  switches: flows:  95775 92883 93544 90634 95450 95408 91119 91232 89495 90126 91572 90388 88680 88518 90941 88600  total = 24.365433 per ms 
00:57:10.670 16  switches: flows:  97722 95326 96048 94196 96450 96631 94860 92948 92098 91971 95825 93584 89581 90779 92145 91518  total = 24.986311 per ms 
00:58:10.770 16  switches: flows:  94788 93249 92720 92866 95221 95375 92336 90188 89558 90461 93424 92804 88050 88847 90098 88337  total = 24.431257 per ms 
00:59:10.870 16  switches: flows:  95154 92622 92271 91086 93874 93374 90725 90289 89207 90077 91746 90969 86939 87379 90264 88363  total = 24.198610 per ms 
01:00:10.971 16  switches: flows:  93082 89732 90529 89712 92204 91883 89525 88381 87819 88371 90105 88458 84971 86861 87985 87082  total = 23.738705 per ms 
01:01:11.071 16  switches: flows:  95388 92424 92796 91420 93316 93365 91744 90832 89816 89275 88579 89147 87035 87598 89387 87872  total = 24.126299 per ms 
01:02:11.171 16  switches: flows:  94969 90813 91153 89499 91516 92213 90070 87353 89920 88577 89381 88813 85723 87518 87607 84788  total = 23.792143 per ms 
01:03:11.271 16  switches: flows:  95901 91133 93407 89511 94553 94435 91679 90213 90873 91030 89952 90004 87617 89476 88386 87808  total = 24.225866 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23450.00/24986.31/24146.07/8059.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.273685" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:03:11.275185" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-09-03T01:03:11.274905" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-09-03T01:03:11.274853" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-03T01:03:11.275624" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:03:11.275550" elapsed="0.000155"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:03:11.275519" elapsed="0.000229"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:03:11.275814" elapsed="0.000027"/>
</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-09-03T01:03:11.281025" elapsed="0.000733"/>
</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-09-03T01:03:11.282053" elapsed="0.000404"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:03:11.282723" elapsed="0.000199"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:03:11.276511" elapsed="0.006514"/>
</kw>
<msg time="2026-09-03T01:03:11.283275" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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-09-03T00:53:04.769099" elapsed="606.514258"/>
</kw>
<status status="PASS" start="2026-09-03T00:53:04.768796" elapsed="606.514679"/>
</branch>
<status status="PASS" start="2026-09-03T00:53:04.768481" elapsed="606.515059"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.284483" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:54:10.369 16  switches: flows:  87543 83491 84532 82260 85435 87366 81076 82278 82377 81407 81614 81915 79343 81633 81243 78948  total = 22.041017 per ms 
00:55:10.469 16  switches: flows:  91938 90028 89430 88088 91854 92130 86953 87326 86964 87001 88463 87034 85124 85488 86489 85039  total = 23.450000 per ms 
00:56:10.570 16  switches: flows:  95775 92883 93544 90634 95450 95408 91119 91232 89495 90126 91572 90388 88680 88518 90941 88600  total = 24.365433 per ms 
00:57:10.670 16  switches: flows:  97722 95326 96048 94196 96450 96631 94860 92948 92098 91971 95825 93584 89581 90779 92145 91518  total = 24.986311 per ms 
00:58:10.770 16  switches: flows:  94788 93249 92720 92866 95221 95375 92336 90188 89558 90461 93424 92804 88050 88847 90098 88337  total = 24.431257 per ms 
00:59:10.870 16  switches: flows:  95154 92622 92271 91086 93874 93374 90725 90289 89207 90077 91746 90969 86939 87379 90264 88363  total = 24.198610 per ms 
01:00:10.971 16  switches: flows:  93082 89732 90529 89712 92204 91883 89525 88381 87819 88371 90105 88458 84971 86861 87985 87082  total = 23.738705 per ms 
01:01:11.071 16  switches: flows:  95388 92424 92796 91420 93316 93365 91744 90832 89816 89275 88579 89147 87035 87598 89387 87872  total = 24.126299 per ms 
01:02:11.171 16  switches: flows:  94969 90813 91153 89499 91516 92213 90070 87353 89920 88577 89381 88813 85723 87518 87607 84788  total = 23.792143 per ms 
01:03:11.271 16  switches: flows:  95901 91133 93407 89511 94553 94435 91679 90213 90873 91030 89952 90004 87617 89476 88386 87808  total = 24.225866 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23450.00/24986.31/24146.07/8059.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.283831" elapsed="0.000800"/>
</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-09-03T01:03:11.284930" elapsed="0.000777"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:03:11.286545" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:03:11.286770" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23450.00/24986.31/24146.07/8059.87 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-09-03T01:03:11.286031" elapsed="0.000790"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:03:11.287893" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23450.00/24986.31/24146.07/8059.87 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-03T01:03:11.287131" elapsed="0.000817"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.293028" 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-09-03T01:03:11.288245" elapsed="0.004901"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.298043" level="INFO">23450.00/24986.31/24146.07/8059.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.293502" elapsed="0.004654"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:03:11.303035" 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-09-03T01:03:11.298510" elapsed="0.004580"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:03:11.308091" level="INFO">@{result_value_list} = [ 23450.00 | 24986.31 | 24146.07 | 8059.87 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-09-03T01:03:11.303521" elapsed="0.004626"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.309125" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:03:11.309313" 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-09-03T01:03:11.308509" elapsed="0.000883"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.317613" level="INFO">min :: 23450.00</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-09-03T01:03:11.310192" elapsed="0.007490"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:03:11.309927" elapsed="0.007798"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.323522" level="INFO">max :: 24986.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.317996" elapsed="0.005595"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:03:11.317837" elapsed="0.005797"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.329630" level="INFO">avg :: 24146.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.323904" elapsed="0.005798"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:03:11.323742" elapsed="0.006003"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.335551" level="INFO">stdev :: 8059.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.330021" elapsed="0.005601"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:03:11.329859" elapsed="0.005806"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:03:11.309544" elapsed="0.026161"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.340682" level="INFO">${min} = 23450.00</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-09-03T01:03:11.335904" elapsed="0.004811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.347001" level="INFO">${max} = 24986.31</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:03:11.340912" elapsed="0.006123"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.352084" level="INFO">${average} = 24146.07</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-09-03T01:03:11.347229" elapsed="0.004889"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.357163" level="INFO">${stdev} = 8059.87</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-03T01:03:11.352310" elapsed="0.004887"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.357895" level="INFO">${date} = 2026-09-03 01:03:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-03T01:03:11.357431" elapsed="0.000497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.358666" level="INFO">CBench Result: 2026-09-03 01:03:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23450.00,24986.31,24146.07,8059.87</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:03:11.358114" elapsed="0.000622"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:03:11.359791" 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-09-03T01:03:11.359413" elapsed="0.000437"/>
</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-09-03T01:03:11.359984" elapsed="0.000440"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:03:11.358915" elapsed="0.001566"/>
</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-09-03T00:53:04.767486" elapsed="606.593046"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.360957" 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-09-03T01:03:11.360664" elapsed="0.000343"/>
</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-09-03T01:03:11.361489" elapsed="0.000236"/>
</kw>
<status status="PASS" start="2026-09-03T01:03:11.361195" elapsed="0.000590"/>
</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-09-03T00:53:04.765401" elapsed="606.596418"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.362936" 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-09-03T01:03:11.362594" elapsed="0.000391"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.364214" 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-09-03T01:03:11.363919" elapsed="0.000332"/>
</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-09-03T01:03:11.364568" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:03:11.364313" elapsed="0.000308"/>
</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-09-03T01:03:11.367253" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:03:11.367031" elapsed="0.000271"/>
</branch>
<status status="PASS" start="2026-09-03T01:03:11.367014" elapsed="0.000324"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:03:11.367651" 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-09-03T01:03:11.367755" 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-09-03T01:03:11.367477" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.368271" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.109" 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-09-03T01:03:11.367899" elapsed="0.000439"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:03:11.368827" 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-09-03T01:03:11.368476" elapsed="0.000381"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:03:11.369655" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:03:11.369734" 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-09-03T01:03:11.369371" elapsed="0.000384"/>
</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-09-03T01:03:11.369881" elapsed="0.000286"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:03:11.370947" level="INFO">Logging into '10.30.171.109:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:03:11.978030" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:03:11 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.109
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Sep  3 00:53:05 2026 from 10.30.170.69
[?2004h[jenkins@releng-00446-74-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-09-03T01:03:11.370632" elapsed="0.607611"/>
</kw>
<msg time="2026-09-03T01:03:11.978348" 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-09-03T01:03:11.370301" elapsed="0.608149"/>
</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-09-03T01:03:11.369031" elapsed="0.609531"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T01:03:11.979081" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:13:18.033129" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:13:18.034317" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:13:18.034461" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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-09-03T01:03:11.978780" elapsed="606.055734"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:13:18.035590" elapsed="0.000781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.037463" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:17.110 16  switches: flows:  633349 635585 637261 649964 633900 643338 640984 646106 628953 636947 641497 640471 657988 614946 638217 643981  total = 170.391450 per ms 
01:05:17.212 16  switches: flows:  721988 721137 734230 726981 736050 719478 720050 724101 722335 722242 727268 717435 736677 717483 731385 726126  total = 193.089521 per ms 
01:06:17.314 16  switches: flows:  757772 757778 770516 767248 769587 756960 762016 754125 763639 763631 749188 760467 766135 755756 753917 764776  total = 202.548655 per ms 
01:07:17.415 16  switches: flows:  778065 769114 782646 767660 788788 758185 774414 772761 776915 779988 773720 776143 785933 769657 775659 772768  total = 206.358693 per ms 
01:08:17.516 16  switches: flows:  726224 724357 724586 728309 739432 726558 714187 720305 736768 724613 718979 723729 735996 716750 729992 730786  total = 193.368561 per ms 
01:09:17.617 16  switches: flows:  685431 680748 698841 688260 691278 689231 686144 679220 692979 683667 692247 685475 693733 681049 690929 690222  total = 183.182991 per ms 
01:10:17.719 16  switches: flows:  718734 731804 735147 728330 723884 730397 719017 723987 734435 726456 714426 731390 725576 723952 727276 731385  total = 193.439963 per ms 
01:11:17.822 16  switches: flows:  712842 725188 718707 720126 723507 723779 722606 721745 723639 711824 714406 729019 725676 711255 730381 733779  total = 192.149677 per ms 
01:12:17.924 16  switches: flows:  715677 714335 717287 719000 716071 710346 716043 721246 721047 707535 722925 724842 725528 712173 719528 722838  total = 191.114770 per ms 
01:13:18.027 16  switches: flows:  751307 752108 761869 747363 766977 761458 752813 761673 759813 755649 757378 757527 766238 752705 756589 761579  total = 201.708830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 183182.99/206358.69/195217.96/65415.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:13:18.036728" elapsed="0.000996"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:13:18.038161" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-09-03T01:13:18.037881" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-09-03T01:13:18.037836" elapsed="0.000543"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-03T01:13:18.038585" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:13:18.038513" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:13:18.038482" elapsed="0.000223"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:13:18.038765" elapsed="0.000025"/>
</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-09-03T01:13:18.044656" elapsed="0.000662"/>
</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-09-03T01:13:18.045666" elapsed="0.000340"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:13:18.046266" elapsed="0.000256"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:13:18.039451" elapsed="0.007178"/>
</kw>
<msg time="2026-09-03T01:13:18.046877" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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-09-03T01:03:11.364922" elapsed="606.682009"/>
</kw>
<status status="PASS" start="2026-09-03T01:03:11.364643" elapsed="606.682384"/>
</branch>
<status status="PASS" start="2026-09-03T01:03:11.364296" elapsed="606.682776"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.047992" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:04:17.110 16  switches: flows:  633349 635585 637261 649964 633900 643338 640984 646106 628953 636947 641497 640471 657988 614946 638217 643981  total = 170.391450 per ms 
01:05:17.212 16  switches: flows:  721988 721137 734230 726981 736050 719478 720050 724101 722335 722242 727268 717435 736677 717483 731385 726126  total = 193.089521 per ms 
01:06:17.314 16  switches: flows:  757772 757778 770516 767248 769587 756960 762016 754125 763639 763631 749188 760467 766135 755756 753917 764776  total = 202.548655 per ms 
01:07:17.415 16  switches: flows:  778065 769114 782646 767660 788788 758185 774414 772761 776915 779988 773720 776143 785933 769657 775659 772768  total = 206.358693 per ms 
01:08:17.516 16  switches: flows:  726224 724357 724586 728309 739432 726558 714187 720305 736768 724613 718979 723729 735996 716750 729992 730786  total = 193.368561 per ms 
01:09:17.617 16  switches: flows:  685431 680748 698841 688260 691278 689231 686144 679220 692979 683667 692247 685475 693733 681049 690929 690222  total = 183.182991 per ms 
01:10:17.719 16  switches: flows:  718734 731804 735147 728330 723884 730397 719017 723987 734435 726456 714426 731390 725576 723952 727276 731385  total = 193.439963 per ms 
01:11:17.822 16  switches: flows:  712842 725188 718707 720126 723507 723779 722606 721745 723639 711824 714406 729019 725676 711255 730381 733779  total = 192.149677 per ms 
01:12:17.924 16  switches: flows:  715677 714335 717287 719000 716071 710346 716043 721246 721047 707535 722925 724842 725528 712173 719528 722838  total = 191.114770 per ms 
01:13:18.027 16  switches: flows:  751307 752108 761869 747363 766977 761458 752813 761673 759813 755649 757378 757527 766238 752705 756589 761579  total = 201.708830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 183182.99/206358.69/195217.96/65415.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:13:18.047407" elapsed="0.000737"/>
</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-09-03T01:13:18.048489" elapsed="0.000705"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:13:18.049998" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:13:18.050175" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 183182.99/206358.69/195217.96/65415.12 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-09-03T01:13:18.049571" elapsed="0.000654"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:13:18.051080" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 183182.99/206358.69/195217.96/65415.12 | 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-09-03T01:13:18.050581" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.056082" 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-09-03T01:13:18.051475" elapsed="0.004719"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.061204" level="INFO">183182.99/206358.69/195217.96/65415.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:13:18.056617" elapsed="0.004698"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:13:18.066287" 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-09-03T01:13:18.061670" elapsed="0.004702"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:13:18.072571" level="INFO">@{result_value_list} = [ 183182.99 | 206358.69 | 195217.96 | 65415.12 ]</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-09-03T01:13:18.066889" elapsed="0.005740"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.073637" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:13:18.073817" 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-09-03T01:13:18.072947" elapsed="0.000918"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.081734" level="INFO">min :: 183182.99</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-09-03T01:13:18.074759" elapsed="0.007046"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:13:18.074493" elapsed="0.007355"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.087640" level="INFO">max :: 206358.69</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-09-03T01:13:18.082127" elapsed="0.005585"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:13:18.081963" elapsed="0.005792"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.093573" level="INFO">avg :: 195217.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:13:18.088025" elapsed="0.005619"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:13:18.087864" elapsed="0.005822"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.099457" level="INFO">stdev :: 65415.12</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-09-03T01:13:18.093956" elapsed="0.005571"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:13:18.093793" elapsed="0.005777"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:13:18.073993" elapsed="0.025616"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.104685" level="INFO">${min} = 183182.99</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-09-03T01:13:18.099842" elapsed="0.004877"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.109715" level="INFO">${max} = 206358.69</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-09-03T01:13:18.104911" elapsed="0.004837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.114760" level="INFO">${average} = 195217.96</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-09-03T01:13:18.109940" elapsed="0.004853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.118700" level="INFO">${stdev} = 65415.12</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-09-03T01:13:18.114983" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.119193" level="INFO">${date} = 2026-09-03 01:13:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-03T01:13:18.118875" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.119737" level="INFO">CBench Result: 2026-09-03 01:13:18,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,183182.99,206358.69,195217.96,65415.12</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-09-03T01:13:18.119363" elapsed="0.000429"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:13:18.120770" 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-09-03T01:13:18.120374" elapsed="0.000456"/>
</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-09-03T01:13:18.120966" elapsed="0.000441"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:13:18.119932" elapsed="0.001533"/>
</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-09-03T01:03:11.363257" elapsed="606.758261"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.121947" 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-09-03T01:13:18.121651" elapsed="0.000348"/>
</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-09-03T01:13:18.122481" elapsed="0.000235"/>
</kw>
<status status="PASS" start="2026-09-03T01:13:18.122184" elapsed="0.000592"/>
</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-09-03T01:03:11.362092" elapsed="606.760718"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.124019" 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-09-03T01:13:18.123671" elapsed="0.000402"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.125164" 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-09-03T01:13:18.124875" elapsed="0.000326"/>
</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-09-03T01:13:18.125539" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:13:18.125304" elapsed="0.000286"/>
</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-09-03T01:13:18.128346" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:13:18.128106" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-09-03T01:13:18.128090" elapsed="0.000340"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:13:18.128723" 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-09-03T01:13:18.128824" 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-09-03T01:13:18.128550" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.129354" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.109" 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-09-03T01:13:18.128967" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-03T01:13:18.129898" 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-09-03T01:13:18.129549" elapsed="0.000372"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:13:18.130732" level="INFO">Length is 0.</msg>
<msg time="2026-09-03T01:13:18.130810" 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-09-03T01:13:18.130460" elapsed="0.000371"/>
</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-09-03T01:13:18.130957" elapsed="0.000285"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-03T01:13:18.132022" level="INFO">Logging into '10.30.171.109:22' as 'jenkins'.</msg>
<msg time="2026-09-03T01:13:18.777704" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Sep  3 01:13:18 UTC 2026

  System load:  0.62               Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.109
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Thu Sep  3 01:03:11 2026 from 10.30.170.69
[?2004h[jenkins@releng-00446-74-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-09-03T01:13:18.131709" elapsed="0.646229"/>
</kw>
<msg time="2026-09-03T01:13:18.778036" 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-09-03T01:13:18.131403" elapsed="0.646727"/>
</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-09-03T01:13:18.130098" elapsed="0.648154"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-03T01:13:18.778871" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.239 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-03T01:23:24.850900" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-03T01:23:24.851461" level="INFO">${stdout} = </msg>
<msg time="2026-09-03T01:23:24.851559" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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-09-03T01:13:18.778536" elapsed="606.073073"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:23:24.852058" elapsed="0.000696"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.853800" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:23.951 16  switches: flows:  89449 87196 86392 89757 88246 87741 87327 87923 87163 86404 85620 84837 84846 86731 83102 84984  total = 23.128633 per ms 
01:15:24.052 16  switches: flows:  90236 88533 90052 90512 90473 89782 89432 89454 88916 87952 88527 86617 86494 88656 88192 88571  total = 23.667145 per ms 
01:16:24.152 16  switches: flows:  91055 89098 89872 91579 90953 89808 88569 90238 90082 87583 87866 86975 85180 89116 85776 88743  total = 23.668708 per ms 
01:17:24.252 16  switches: flows:  90832 88036 89842 90204 89554 87858 88909 89295 88057 88042 88365 85708 85276 90144 86401 86414  total = 23.509716 per ms 
01:18:24.352 16  switches: flows:  92657 89478 88237 91539 92540 89156 89694 90756 88017 90101 87819 86414 86960 89671 87245 87127  total = 23.750555 per ms 
01:19:24.452 16  switches: flows:  92179 89923 90471 91758 92582 89057 90548 90906 88544 89542 89472 87956 87444 90422 87457 87029  total = 23.881624 per ms 
01:20:24.553 16  switches: flows:  91947 89883 90054 91592 92918 89780 89537 91458 88528 89671 88561 87306 87295 91034 87563 88277  total = 23.883515 per ms 
01:21:24.653 16  switches: flows:  90403 89043 88495 90106 90368 87476 87893 89164 86323 88382 87665 85821 84897 89099 84775 86542  total = 23.401806 per ms 
01:22:24.753 16  switches: flows:  89197 87948 88552 88694 88110 87652 88004 89168 84508 87471 86794 85259 84341 87801 84331 85880  total = 23.189790 per ms 
01:23:24.853 16  switches: flows:  91633 88335 88351 90686 91339 87748 88498 88232 86652 88374 87474 86814 85630 87579 85860 86821  total = 23.461269 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23189.79/23883.52/23601.57/7870.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:23:24.853082" elapsed="0.001007"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-03T01:23:24.854579" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-09-03T01:23:24.854251" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-09-03T01:23:24.854206" elapsed="0.000586"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-03T01:23:24.854977" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-03T01:23:24.854906" elapsed="0.000148"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:23:24.854875" elapsed="0.000221"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-03T01:23:24.855155" elapsed="0.000025"/>
</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-09-03T01:23:24.860800" elapsed="0.000685"/>
</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-09-03T01:23:24.861819" elapsed="0.000333"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-03T01:23:24.862449" elapsed="0.000223"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-03T01:23:24.855855" elapsed="0.006924"/>
</kw>
<msg time="2026-09-03T01:23:24.863030" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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-09-03T01:13:18.125896" elapsed="606.737185"/>
</kw>
<status status="PASS" start="2026-09-03T01:13:18.125612" elapsed="606.737566"/>
</branch>
<status status="PASS" start="2026-09-03T01:13:18.125285" elapsed="606.737939"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.864145" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.239: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.170.239. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:14:23.951 16  switches: flows:  89449 87196 86392 89757 88246 87741 87327 87923 87163 86404 85620 84837 84846 86731 83102 84984  total = 23.128633 per ms 
01:15:24.052 16  switches: flows:  90236 88533 90052 90512 90473 89782 89432 89454 88916 87952 88527 86617 86494 88656 88192 88571  total = 23.667145 per ms 
01:16:24.152 16  switches: flows:  91055 89098 89872 91579 90953 89808 88569 90238 90082 87583 87866 86975 85180 89116 85776 88743  total = 23.668708 per ms 
01:17:24.252 16  switches: flows:  90832 88036 89842 90204 89554 87858 88909 89295 88057 88042 88365 85708 85276 90144 86401 86414  total = 23.509716 per ms 
01:18:24.352 16  switches: flows:  92657 89478 88237 91539 92540 89156 89694 90756 88017 90101 87819 86414 86960 89671 87245 87127  total = 23.750555 per ms 
01:19:24.452 16  switches: flows:  92179 89923 90471 91758 92582 89057 90548 90906 88544 89542 89472 87956 87444 90422 87457 87029  total = 23.881624 per ms 
01:20:24.553 16  switches: flows:  91947 89883 90054 91592 92918 89780 89537 91458 88528 89671 88561 87306 87295 91034 87563 88277  total = 23.883515 per ms 
01:21:24.653 16  switches: flows:  90403 89043 88495 90106 90368 87476 87893 89164 86323 88382 87665 85821 84897 89099 84775 86542  total = 23.401806 per ms 
01:22:24.753 16  switches: flows:  89197 87948 88552 88694 88110 87652 88004 89168 84508 87471 86794 85259 84341 87801 84331 85880  total = 23.189790 per ms 
01:23:24.853 16  switches: flows:  91633 88335 88351 90686 91339 87748 88498 88232 86652 88374 87474 86814 85630 87579 85860 86821  total = 23.461269 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23189.79/23883.52/23601.57/7870.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:23:24.863546" elapsed="0.000745"/>
</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-09-03T01:23:24.864640" elapsed="0.000740"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-03T01:23:24.866145" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-03T01:23:24.866351" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23189.79/23883.52/23601.57/7870.20 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-09-03T01:23:24.865722" elapsed="0.000681"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:23:24.867223" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23189.79/23883.52/23601.57/7870.20 | 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-09-03T01:23:24.866730" elapsed="0.000546"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.872284" 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-09-03T01:23:24.867594" elapsed="0.004835"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.877354" level="INFO">23189.79/23883.52/23601.57/7870.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:23:24.872745" elapsed="0.004723"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:23:24.882453" 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-09-03T01:23:24.877791" elapsed="0.004717"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-03T01:23:24.887557" level="INFO">@{result_value_list} = [ 23189.79 | 23883.52 | 23601.57 | 7870.20 ]</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-09-03T01:23:24.882927" elapsed="0.004684"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.888600" level="INFO">Length is 4.</msg>
<msg time="2026-09-03T01:23:24.888803" 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-09-03T01:23:24.887948" elapsed="0.000902"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.897580" level="INFO">min :: 23189.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:23:24.889645" elapsed="0.008033"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-03T01:23:24.889367" elapsed="0.008359"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.903545" level="INFO">max :: 23883.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-03T01:23:24.898040" elapsed="0.005575"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-03T01:23:24.897845" elapsed="0.005829"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.909396" level="INFO">avg :: 23601.57</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-09-03T01:23:24.903935" elapsed="0.005532"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-03T01:23:24.903777" elapsed="0.005733"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.915306" level="INFO">stdev :: 7870.20</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-09-03T01:23:24.909790" elapsed="0.005657"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-03T01:23:24.909614" elapsed="0.005876"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-03T01:23:24.888975" elapsed="0.026552"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.920655" level="INFO">${min} = 23189.79</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-09-03T01:23:24.915752" elapsed="0.004938"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.924547" level="INFO">${max} = 23883.52</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-09-03T01:23:24.920885" elapsed="0.003686"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.928128" level="INFO">${average} = 23601.57</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-09-03T01:23:24.924719" elapsed="0.003433"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.931740" level="INFO">${stdev} = 7870.20</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-09-03T01:23:24.928294" elapsed="0.003470"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.932231" level="INFO">${date} = 2026-09-03 01:23:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-03T01:23:24.931911" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.932777" level="INFO">CBench Result: 2026-09-03 01:23:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23189.79,23883.52,23601.57,7870.20</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-09-03T01:23:24.932403" elapsed="0.000423"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-03T01:23:24.933934" 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-09-03T01:23:24.933418" elapsed="0.000578"/>
</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-09-03T01:23:24.934133" elapsed="0.000442"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-03T01:23:24.932972" elapsed="0.001686"/>
</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-09-03T01:13:18.124379" elapsed="606.810345"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.935177" 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-09-03T01:23:24.934888" elapsed="0.000351"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-03T01:23:24.936385" 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-09-03T01:23:24.935927" elapsed="0.000489"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-03T01:23:24.936644" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-09-03T01:23:24.936492" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-09-03T01:23:24.936472" elapsed="0.000258"/>
</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-09-03T01:23:24.936863" elapsed="0.000019"/>
</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-09-03T01:23:24.937001" elapsed="0.000017"/>
</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-09-03T01:23:24.937140" elapsed="0.000017"/>
</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-09-03T01:23:24.937273" elapsed="0.000017"/>
</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-09-03T01:23:24.937461" elapsed="0.000018"/>
</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-09-03T01:23:24.937592" elapsed="0.000017"/>
</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-09-03T01:23:24.937733" elapsed="0.000018"/>
</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-09-03T01:23:24.937928" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-03T01:23:24.937805" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-09-03T01:23:24.937791" elapsed="0.000202"/>
</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-09-03T01:23:24.935614" elapsed="0.002428"/>
</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-09-03T01:13:18.123186" elapsed="606.814897"/>
</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-09-03T00:53:02.355878" elapsed="1822.582914"/>
</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>
