<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-21T07:12:33.107858" 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-08-21T07:12:33.655615" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:12:33.655467" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:33.655432" elapsed="0.000292"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-21T07:12:33.655876" elapsed="0.000544"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-21T07:12:33.656895" level="INFO">Logging into '10.30.170.131:8101' as 'karaf'.</msg>
<msg time="2026-08-21T07:12:34.511612" 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-08-21T07:12:33.656599" elapsed="0.855206"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-21T07:12:34.559927" 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-08-21T07:12:34.512098" elapsed="0.048179"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-21T07:12:34.564579" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-21T07:12:34.564842" 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-08-21T07:12:34.560807" elapsed="0.004107"/>
</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-08-21T07:12:34.565353" elapsed="0.000567"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:12:34.566313" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.567954" 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-08-21T07:12:34.567178" elapsed="0.000909"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-21T07:12:34.568266" elapsed="0.000156"/>
</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.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-21T07:12:33.655042" elapsed="0.913667"/>
</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-08-21T07:12:33.651108" elapsed="0.917746"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-21T07:12:34.570315" 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-08-21T07:12:34.569385" elapsed="0.000993"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-21T07:12:34.570783" 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-08-21T07:12:34.570534" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.571419" 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-08-21T07:12:34.571001" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.571950" 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-08-21T07:12:34.571616" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.572532" 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-08-21T07:12:34.572134" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.573022" 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-08-21T07:12:34.572715" elapsed="0.000348"/>
</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-08-21T07:12:34.573403" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:12:34.573152" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:12:34.577735" 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-08-21T07:12:34.577327" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:12:34.578790" level="INFO">Length is 0.</msg>
<msg time="2026-08-21T07:12:34.578871" 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-08-21T07:12:34.578333" elapsed="0.000563"/>
</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-08-21T07:12:34.579038" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-21T07:12:34.580415" level="INFO">Logging into '10.30.170.94:22' as 'jenkins'.</msg>
<msg time="2026-08-21T07:12:35.009078" 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 Fri Aug 21 07:11:52 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.94
  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-63-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-08-21T07:12:34.579892" elapsed="0.429364"/>
</kw>
<msg time="2026-08-21T07:12:35.009351" 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-08-21T07:12:34.579551" elapsed="0.429901"/>
</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-08-21T07:12:34.577965" elapsed="0.431617"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.017714" 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-08-21T07:12:35.009802" elapsed="0.009777"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:12:35.019963" elapsed="0.000608"/>
</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-08-21T07:12:34.576770" elapsed="0.443936"/>
</kw>
<status status="PASS" start="2026-08-21T07:12:34.573531" elapsed="0.447257"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:34.573125" elapsed="0.447730"/>
</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-08-21T07:12:35.021241" elapsed="0.001027"/>
</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-08-21T07:12:35.031114" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:12:35.030984" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:35.030958" elapsed="0.000247"/>
</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-08-21T07:12:35.034915" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:12:35.034803" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:35.034784" elapsed="0.000200"/>
</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-08-21T07:12:35.035113" elapsed="0.000456"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.035969" level="INFO">Logging into '10.30.170.131:8101' as 'karaf'.</msg>
<msg time="2026-08-21T07:12:35.212458" 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-08-21T07:12:35.035714" elapsed="0.176876"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.309218" 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-08-21T07:12:35.212812" elapsed="0.096502"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.313248" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-21T07:12:35.313453" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-21T07:12:35.309478" elapsed="0.004006"/>
</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-08-21T07:12:35.313623" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:12:35.313956" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.314658" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:12:35.314354" elapsed="0.000360"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-21T07:12:35.314765" elapsed="0.000052"/>
</return>
<msg time="2026-08-21T07:12:35.314965" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-21T07:12:35.034452" elapsed="0.280545"/>
</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-08-21T07:12:35.315141" elapsed="0.000545"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-21T07:12:35.315736" elapsed="0.000032"/>
</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-08-21T07:12:35.030668" elapsed="0.285200"/>
</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-08-21T07:12:35.319602" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:12:35.319470" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:35.319446" elapsed="0.000227"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-21T07:12:35.319802" elapsed="0.000466"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.320668" level="INFO">Logging into '10.30.170.131:8101' as 'karaf'.</msg>
<msg time="2026-08-21T07:12:35.474347" 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-08-21T07:12:35.320414" elapsed="0.154248"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.497068" 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-08-21T07:12:35.474929" elapsed="0.022196"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.498833" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-21T07:12:35.498941" 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-08-21T07:12:35.497290" elapsed="0.001680"/>
</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-08-21T07:12:35.499105" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:12:35.499436" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.500090" 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-08-21T07:12:35.499764" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-21T07:12:35.500210" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.131
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-21T07:12:35.319129" elapsed="0.181270"/>
</kw>
<status status="PASS" start="2026-08-21T07:12:33.649087" elapsed="1.851379"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.502538" 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-08-21T07:12:35.501477" elapsed="0.001126"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.504305" 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-08-21T07:12:35.503915" elapsed="0.000436"/>
</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-08-21T07:12:35.504676" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:12:35.504434" elapsed="0.000300"/>
</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-08-21T07:12:35.507847" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:12:35.507599" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:35.507579" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.508299" 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-08-21T07:12:35.508552" 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-08-21T07:12:35.508057" elapsed="0.000523"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.509161" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.94" 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-08-21T07:12:35.508714" elapsed="0.000536"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.509863" 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-08-21T07:12:35.509390" elapsed="0.000500"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:12:35.510797" level="INFO">Length is 0.</msg>
<msg time="2026-08-21T07:12:35.510887" 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-08-21T07:12:35.510477" elapsed="0.000434"/>
</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-08-21T07:12:35.511050" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.512262" level="INFO">Logging into '10.30.170.94:22' as 'jenkins'.</msg>
<msg time="2026-08-21T07:12:35.847760" 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 Fri Aug 21 07:11:52 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.94
  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: Fri Aug 21 07:12:34 2026 from 10.30.171.36
[?2004h[jenkins@releng-00446-63-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-08-21T07:12:35.511892" elapsed="0.336136"/>
</kw>
<msg time="2026-08-21T07:12:35.848174" 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-08-21T07:12:35.511552" elapsed="0.336813"/>
</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-08-21T07:12:35.510090" elapsed="0.338501"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-21T07:12:35.849585" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-21T07:22:41.951537" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-21T07:22:41.951975" level="INFO">${stdout} = </msg>
<msg time="2026-08-21T07:22:41.952033" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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-08-21T07:12:35.849005" elapsed="606.103062"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:22:41.952401" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.953444" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:13:41.043 16  switches: flows:  111648 110765 108436 110783 106703 110185 110362 109012 109431 109732 106227 108190 108368 108850 107770 106270  total = 29.045533 per ms 
07:14:41.144 16  switches: flows:  112379 111393 113451 111992 111069 110755 111712 113053 110906 108874 109001 109736 111623 110074 109909 110453  total = 29.556943 per ms 
07:15:41.245 16  switches: flows:  118636 116381 117726 115680 117334 115117 116027 116638 115233 113366 115484 116824 115260 115123 113310 116096  total = 30.852400 per ms 
07:16:41.346 16  switches: flows:  120598 119801 117799 118293 117746 117884 117558 117031 116034 116534 115835 116861 116888 116654 116377 117303  total = 31.267746 per ms 
07:17:41.446 16  switches: flows:  121319 120374 118891 121059 119665 120159 120797 118825 118050 117125 119186 119043 117558 118807 117097 119282  total = 31.734286 per ms 
07:18:41.547 16  switches: flows:  120950 116856 116875 120021 119691 117464 119208 117133 116977 118932 116897 118679 118947 118673 115790 117803  total = 31.462356 per ms 
07:19:41.647 16  switches: flows:  122390 118543 118832 121508 121627 117494 120826 119171 118375 120248 120352 120746 120111 120069 117106 119462  total = 31.894415 per ms 
07:20:41.747 16  switches: flows:  117805 115621 114891 115043 117547 114878 116185 115561 115640 116000 115938 115440 113786 114410 112992 115288  total = 30.732402 per ms 
07:21:41.848 16  switches: flows:  120556 117421 117347 116995 119416 116412 117975 118382 116896 117880 116668 118408 116863 118861 115368 115470  total = 31.296316 per ms 
07:22:41.948 16  switches: flows:  119615 118152 118900 117464 118820 116032 117852 119020 117204 117881 117480 118216 117902 119025 115007 116449  total = 31.364560 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29556.94/31894.42/31129.05/10397.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:22:41.953025" elapsed="0.000589"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-21T07:22:41.953872" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-08-21T07:22:41.953709" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-08-21T07:22:41.953679" elapsed="0.000318"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-21T07:22:41.954096" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:22:41.954058" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-08-21T07:22:41.954042" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-21T07:22:41.954190" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-21T07:22:41.956744" elapsed="0.000338"/>
</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-08-21T07:22:41.957245" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:22:41.957545" elapsed="0.000116"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-21T07:22:41.954535" elapsed="0.003181"/>
</kw>
<msg time="2026-08-21T07:22:41.957846" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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-08-21T07:12:35.505291" elapsed="606.452581"/>
</kw>
<status status="PASS" start="2026-08-21T07:12:35.504764" elapsed="606.453158"/>
</branch>
<status status="PASS" start="2026-08-21T07:12:35.504410" elapsed="606.453536"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.958393" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:13:41.043 16  switches: flows:  111648 110765 108436 110783 106703 110185 110362 109012 109431 109732 106227 108190 108368 108850 107770 106270  total = 29.045533 per ms 
07:14:41.144 16  switches: flows:  112379 111393 113451 111992 111069 110755 111712 113053 110906 108874 109001 109736 111623 110074 109909 110453  total = 29.556943 per ms 
07:15:41.245 16  switches: flows:  118636 116381 117726 115680 117334 115117 116027 116638 115233 113366 115484 116824 115260 115123 113310 116096  total = 30.852400 per ms 
07:16:41.346 16  switches: flows:  120598 119801 117799 118293 117746 117884 117558 117031 116034 116534 115835 116861 116888 116654 116377 117303  total = 31.267746 per ms 
07:17:41.446 16  switches: flows:  121319 120374 118891 121059 119665 120159 120797 118825 118050 117125 119186 119043 117558 118807 117097 119282  total = 31.734286 per ms 
07:18:41.547 16  switches: flows:  120950 116856 116875 120021 119691 117464 119208 117133 116977 118932 116897 118679 118947 118673 115790 117803  total = 31.462356 per ms 
07:19:41.647 16  switches: flows:  122390 118543 118832 121508 121627 117494 120826 119171 118375 120248 120352 120746 120111 120069 117106 119462  total = 31.894415 per ms 
07:20:41.747 16  switches: flows:  117805 115621 114891 115043 117547 114878 116185 115561 115640 116000 115938 115440 113786 114410 112992 115288  total = 30.732402 per ms 
07:21:41.848 16  switches: flows:  120556 117421 117347 116995 119416 116412 117975 118382 116896 117880 116668 118408 116863 118861 115368 115470  total = 31.296316 per ms 
07:22:41.948 16  switches: flows:  119615 118152 118900 117464 118820 116032 117852 119020 117204 117881 117480 118216 117902 119025 115007 116449  total = 31.364560 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29556.94/31894.42/31129.05/10397.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:22:41.958083" elapsed="0.000383"/>
</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-08-21T07:22:41.958614" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-21T07:22:41.959407" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-21T07:22:41.959505" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29556.94/31894.42/31129.05/10397.06 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-08-21T07:22:41.959156" elapsed="0.000375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:22:41.959999" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29556.94/31894.42/31129.05/10397.06 | 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-08-21T07:22:41.959728" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.963277" 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-08-21T07:22:41.960172" elapsed="0.003187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.966633" level="INFO">29556.94/31894.42/31129.05/10397.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:22:41.963559" elapsed="0.003154"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:22:41.969559" 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-08-21T07:22:41.966916" elapsed="0.002671"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:22:41.972006" level="INFO">@{result_value_list} = [ 29556.94 | 31894.42 | 31129.05 | 10397.06 ]</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-08-21T07:22:41.969774" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.972513" level="INFO">Length is 4.</msg>
<msg time="2026-08-21T07:22:41.972608" 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-08-21T07:22:41.972187" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.977302" level="INFO">min :: 29556.94</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-08-21T07:22:41.973026" elapsed="0.004334"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-21T07:22:41.972895" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.981825" level="INFO">max :: 31894.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:22:41.977613" elapsed="0.004267"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-21T07:22:41.977487" elapsed="0.004427"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.986800" level="INFO">avg :: 31129.05</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-08-21T07:22:41.982126" elapsed="0.004731"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-21T07:22:41.982001" elapsed="0.004890"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.991324" level="INFO">stdev :: 10397.06</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-08-21T07:22:41.987108" elapsed="0.004273"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-21T07:22:41.986982" elapsed="0.004433"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-21T07:22:41.972703" elapsed="0.018743"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:22:41.995290" level="INFO">${min} = 29556.94</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-08-21T07:22:41.991615" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.000390" level="INFO">${max} = 31894.42</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-08-21T07:22:41.995467" elapsed="0.004951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.004265" level="INFO">${average} = 31129.05</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-08-21T07:22:42.000570" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.008316" level="INFO">${stdev} = 10397.06</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-08-21T07:22:42.004442" elapsed="0.003901"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.008851" level="INFO">${date} = 2026-08-21 07:22:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-21T07:22:42.008498" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.009447" level="INFO">CBench Result: 2026-08-21 07:22:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29556.94,31894.42,31129.05,10397.06</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-08-21T07:22:42.009022" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-21T07:22:42.010521" 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-08-21T07:22:42.010106" elapsed="0.000481"/>
</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-08-21T07:22:42.010733" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-21T07:22:42.009643" elapsed="0.001631"/>
</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-08-21T07:12:35.503069" elapsed="606.508262"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.011788" 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-08-21T07:22:42.011478" elapsed="0.000381"/>
</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-08-21T07:22:42.012377" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-08-21T07:22:42.012067" elapsed="0.000640"/>
</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-08-21T07:12:35.500649" elapsed="606.512096"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.014002" 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-08-21T07:22:42.013628" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.015341" 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-08-21T07:22:42.014953" elapsed="0.000434"/>
</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-08-21T07:22:42.015729" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:22:42.015509" elapsed="0.000278"/>
</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-08-21T07:22:42.018759" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:22:42.018514" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-08-21T07:22:42.018495" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:22:42.019164" 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-08-21T07:22:42.019307" 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-08-21T07:22:42.018967" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.019904" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.131 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.94" 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-08-21T07:22:42.019468" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:22:42.020504" 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-08-21T07:22:42.020099" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:22:42.021416" level="INFO">Length is 0.</msg>
<msg time="2026-08-21T07:22:42.021503" 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-08-21T07:22:42.021091" elapsed="0.000436"/>
</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-08-21T07:22:42.021664" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-21T07:22:42.022833" level="INFO">Logging into '10.30.170.94:22' as 'jenkins'.</msg>
<msg time="2026-08-21T07:22:42.622236" 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 Fri Aug 21 07:22:42 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.94
  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: Fri Aug 21 07:12:35 2026 from 10.30.171.36
[?2004h[jenkins@releng-00446-63-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-08-21T07:22:42.022488" elapsed="0.599998"/>
</kw>
<msg time="2026-08-21T07:22:42.622601" 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-08-21T07:22:42.022130" elapsed="0.600590"/>
</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-08-21T07:22:42.020726" elapsed="0.602148"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-21T07:22:42.623590" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.131 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-21T07:28:32.293330" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-08-21T07:28:32.293965" level="INFO">${stdout} = </msg>
<msg time="2026-08-21T07:28:32.294075" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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-08-21T07:22:42.623165" elapsed="349.670976"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:28:32.294759" elapsed="0.001105"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.297134" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:28:32.296385" elapsed="0.001005"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-21T07:28:32.297777" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-21T07:28:32.297540" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-08-21T07:28:32.297496" elapsed="0.000437"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-21T07:28:32.298068" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:28:32.298016" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-08-21T07:28:32.297993" elapsed="0.000174"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-21T07:28:32.298234" elapsed="0.000021"/>
</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-08-21T07:28:32.303117" elapsed="0.000573"/>
</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-08-21T07:28:32.303937" elapsed="0.000286"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:28:32.304412" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-21T07:28:32.298705" elapsed="0.005940"/>
</kw>
<msg time="2026-08-21T07:28:32.304845" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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-08-21T07:22:42.016160" elapsed="350.288727"/>
</kw>
<status status="PASS" start="2026-08-21T07:22:42.015813" elapsed="350.289144"/>
</branch>
<status status="PASS" start="2026-08-21T07:22:42.015488" elapsed="350.289504"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.305692" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:28:32.305244" elapsed="0.000548"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.306676" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-08-21T07:28:32.305999" elapsed="0.000937">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.307295" elapsed="0.000034"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.307554" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.307850" elapsed="0.000031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.308088" elapsed="0.000033"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-21T07:28:32.308354" elapsed="0.000029"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-08-21T07:28:32.308605" elapsed="0.000028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-08-21T07:28:32.308823" elapsed="0.000019"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.309117" elapsed="0.000022"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-08-21T07:28:32.308983" elapsed="0.000189"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-08-21T07:28:32.308905" elapsed="0.000317"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-21T07:28:32.309373" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-21T07:28:32.309530" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-21T07:28:32.309684" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-08-21T07:28:32.309837" elapsed="0.000019"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.309998" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.310158" elapsed="0.000022"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-08-21T07:28:32.310336" elapsed="0.000030"/>
</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="FAIL" start="2026-08-21T07:22:42.014385" elapsed="350.296115">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-08-21T07:28:32.310668" elapsed="0.000020"/>
</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-08-21T07:28:32.311296" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-08-21T07:28:32.310939" elapsed="0.000706"/>
</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="FAIL" start="2026-08-21T07:22:42.013049" elapsed="350.298656">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:23:47.748 16  switches: flows:  583934 561407 555373 571845 576465 567737 558801 580138 557136 569708 580433 555971 570554 575795 572382 547687  total = 151.422767 per ms 
07:24:47.849 16  switches: flows:  637354 637313 647485 635025 625092 649813 621392 655369 641501 642726 630828 630769 647621 638337 640506 635489  total = 169.991689 per ms 
07:25:48.073 16  switches: flows:  657014 656101 653243 660296 643473 663428 658441 647910 660505 652690 654368 660183 662498 645847 634051 645791  total = 173.616348 per ms 
07:26:48.174 16  switches: flows:  575350 590334 573846 564672 574874 572098 581772 585500 568505 582835 563800 582601 563495 565030 556574 564229  total = 152.503437 per ms 
07:27:49.440 16  switches: flows:  463416 448578 445504 457827 463413 458074 434806 454698 454139 466670 473395 486870 456609 472450 441350 475754  total = 120.025516 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.313130" 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-08-21T07:28:32.312733" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.314640" 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-08-21T07:28:32.314062" elapsed="0.000624"/>
</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-08-21T07:28:32.314984" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:28:32.314758" elapsed="0.000285"/>
</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-08-21T07:28:32.317972" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:28:32.317719" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-21T07:28:32.317699" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:28:32.318444" 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-08-21T07:28:32.318564" 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-08-21T07:28:32.318248" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.319141" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.94" 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-08-21T07:28:32.318724" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-21T07:28:32.319800" 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-08-21T07:28:32.319361" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:28:32.320734" level="INFO">Length is 0.</msg>
<msg time="2026-08-21T07:28:32.320826" 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-08-21T07:28:32.320424" elapsed="0.000426"/>
</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-08-21T07:28:32.320986" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-21T07:28:32.322174" level="INFO">Logging into '10.30.170.94:22' as 'jenkins'.</msg>
<msg time="2026-08-21T07:28:32.919347" 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 Fri Aug 21 07:28:32 UTC 2026

  System load:  0.2                Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.94
  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: Fri Aug 21 07:22:42 2026 from 10.30.171.36
[?2004h[jenkins@releng-00446-63-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-08-21T07:28:32.321822" elapsed="0.597759"/>
</kw>
<msg time="2026-08-21T07:28:32.919672" 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-08-21T07:28:32.321475" elapsed="0.598287"/>
</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-08-21T07:28:32.320026" elapsed="0.599867"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-21T07:28:32.920482" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.131 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-21T07:38:38.946643" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-21T07:38:38.947182" level="INFO">${stdout} = </msg>
<msg time="2026-08-21T07:38:38.947328" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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-08-21T07:28:32.920135" elapsed="606.027260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:38:38.947865" elapsed="0.000776"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.950033" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:29:38.041 16  switches: flows:  104585 102958 103116 103239 103155 101047 102184 103077 100596 100637 98624 97933 101793 99214 99313 100082  total = 27.025883 per ms 
07:30:38.142 16  switches: flows:  121123 119455 122295 123616 119678 121022 118403 122084 118976 118127 115741 117004 118989 117370 118101 115046  total = 31.730806 per ms 
07:31:38.242 16  switches: flows:  122718 120679 124190 123453 120778 120797 120757 123237 120044 118901 117658 121053 121107 119015 118194 118055  total = 32.123551 per ms 
07:32:38.342 16  switches: flows:  121780 120067 123560 124170 120010 120865 119143 122832 118662 119375 117385 118197 120424 119135 117024 118497  total = 31.965366 per ms 
07:33:38.443 16  switches: flows:  121301 120801 124148 122960 120452 119860 119481 121814 117912 118278 116319 116245 119437 118953 118072 116683  total = 31.825431 per ms 
07:34:38.543 16  switches: flows:  120837 119503 123703 123445 119667 120193 119341 122132 118298 118175 116388 117061 119851 118482 117100 117561  total = 31.809103 per ms 
07:35:38.643 16  switches: flows:  120628 119904 122591 123026 120392 118789 118588 121394 118057 118066 116790 116225 118507 117201 117753 116933  total = 31.694425 per ms 
07:36:38.744 16  switches: flows:  122785 120727 124011 123776 119876 121164 120323 123222 118752 119465 116933 117377 120011 118092 117590 117464  total = 31.972682 per ms 
07:37:38.844 16  switches: flows:  117848 117159 119473 120542 116682 116489 116347 118950 115073 115013 112583 114804 116031 114150 114399 114188  total = 30.943839 per ms 
07:38:38.945 16  switches: flows:  117921 119888 119362 120338 120278 120318 117042 118269 116840 115747 117047 114964 117617 115016 116153 115308  total = 31.316142 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30943.84/32123.55/31709.04/10575.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.949131" elapsed="0.001269"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-21T07:38:38.950904" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-21T07:38:38.950584" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-08-21T07:38:38.950531" elapsed="0.000593"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-21T07:38:38.951375" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-21T07:38:38.951289" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-08-21T07:38:38.951249" elapsed="0.000269"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-21T07:38:38.951586" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-21T07:38:38.958282" elapsed="0.000473"/>
</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-08-21T07:38:38.958919" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-21T07:38:38.959255" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-21T07:38:38.952323" elapsed="0.007097"/>
</kw>
<msg time="2026-08-21T07:38:38.959587" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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-08-21T07:28:32.315410" elapsed="606.644218"/>
</kw>
<status status="PASS" start="2026-08-21T07:28:32.315071" elapsed="606.644615"/>
</branch>
<status status="PASS" start="2026-08-21T07:28:32.314738" elapsed="606.644972"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.960180" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.131: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.131. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:29:38.041 16  switches: flows:  104585 102958 103116 103239 103155 101047 102184 103077 100596 100637 98624 97933 101793 99214 99313 100082  total = 27.025883 per ms 
07:30:38.142 16  switches: flows:  121123 119455 122295 123616 119678 121022 118403 122084 118976 118127 115741 117004 118989 117370 118101 115046  total = 31.730806 per ms 
07:31:38.242 16  switches: flows:  122718 120679 124190 123453 120778 120797 120757 123237 120044 118901 117658 121053 121107 119015 118194 118055  total = 32.123551 per ms 
07:32:38.342 16  switches: flows:  121780 120067 123560 124170 120010 120865 119143 122832 118662 119375 117385 118197 120424 119135 117024 118497  total = 31.965366 per ms 
07:33:38.443 16  switches: flows:  121301 120801 124148 122960 120452 119860 119481 121814 117912 118278 116319 116245 119437 118953 118072 116683  total = 31.825431 per ms 
07:34:38.543 16  switches: flows:  120837 119503 123703 123445 119667 120193 119341 122132 118298 118175 116388 117061 119851 118482 117100 117561  total = 31.809103 per ms 
07:35:38.643 16  switches: flows:  120628 119904 122591 123026 120392 118789 118588 121394 118057 118066 116790 116225 118507 117201 117753 116933  total = 31.694425 per ms 
07:36:38.744 16  switches: flows:  122785 120727 124011 123776 119876 121164 120323 123222 118752 119465 116933 117377 120011 118092 117590 117464  total = 31.972682 per ms 
07:37:38.844 16  switches: flows:  117848 117159 119473 120542 116682 116489 116347 118950 115073 115013 112583 114804 116031 114150 114399 114188  total = 30.943839 per ms 
07:38:38.945 16  switches: flows:  117921 119888 119362 120338 120278 120318 117042 118269 116840 115747 117047 114964 117617 115016 116153 115308  total = 31.316142 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30943.84/32123.55/31709.04/10575.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.959865" elapsed="0.000426"/>
</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-08-21T07:38:38.960497" elapsed="0.000546"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-21T07:38:38.961558" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-21T07:38:38.961670" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30943.84/32123.55/31709.04/10575.31 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-21T07:38:38.961276" elapsed="0.000425"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:38:38.962277" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30943.84/32123.55/31709.04/10575.31 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-21T07:38:38.961903" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.965586" 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-08-21T07:38:38.962522" elapsed="0.003137"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.968071" level="INFO">30943.84/32123.55/31709.04/10575.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.965818" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:38:38.970940" 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-08-21T07:38:38.968309" elapsed="0.002665"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-21T07:38:38.973506" level="INFO">@{result_value_list} = [ 30943.84 | 32123.55 | 31709.04 | 10575.31 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-21T07:38:38.971260" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.974045" level="INFO">Length is 4.</msg>
<msg time="2026-08-21T07:38:38.974136" 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-08-21T07:38:38.973692" elapsed="0.000471"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.979330" level="INFO">min :: 30943.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.974694" elapsed="0.004692"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-21T07:38:38.974527" elapsed="0.004895"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.984276" level="INFO">max :: 32123.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.979637" elapsed="0.004700"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-21T07:38:38.979511" elapsed="0.004863"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.989352" level="INFO">avg :: 31709.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:38.984604" elapsed="0.004823"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-21T07:38:38.984464" elapsed="0.005001"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.994521" level="INFO">stdev :: 10575.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-08-21T07:38:38.989701" elapsed="0.004880"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-21T07:38:38.989561" elapsed="0.005056"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-21T07:38:38.974275" elapsed="0.020372"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:38:38.998593" level="INFO">${min} = 30943.84</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-08-21T07:38:38.994819" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.002900" level="INFO">${max} = 32123.55</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-08-21T07:38:38.998773" elapsed="0.004160"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.008028" level="INFO">${average} = 31709.04</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-21T07:38:39.003132" elapsed="0.004930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.013238" level="INFO">${stdev} = 10575.31</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-21T07:38:39.008279" elapsed="0.004996"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.013964" level="INFO">${date} = 2026-08-21 07:38:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-21T07:38:39.013494" elapsed="0.000505"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.014745" level="INFO">CBench Result: 2026-08-21 07:38:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30943.84,32123.55,31709.04,10575.31</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-21T07:38:39.014225" elapsed="0.000587"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-21T07:38:39.016099" 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-08-21T07:38:39.015575" elapsed="0.000596"/>
</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-08-21T07:38:39.016347" elapsed="0.000513"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-21T07:38:39.015007" elapsed="0.001923"/>
</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-08-21T07:28:32.313516" elapsed="606.703474"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.017483" 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-08-21T07:38:39.017138" elapsed="0.000402"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-21T07:38:39.018809" 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-08-21T07:38:39.018320" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-21T07:38:39.019076" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-08-21T07:38:39.018921" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-08-21T07:38:39.018898" elapsed="0.000276"/>
</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-08-21T07:38:39.019337" elapsed="0.000023"/>
</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-08-21T07:38:39.019508" elapsed="0.000022"/>
</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-08-21T07:38:39.019668" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-21T07:38:39.019870" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-21T07:38:39.020018" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-21T07:38:39.020159" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-21T07:38:39.020319" elapsed="0.000021"/>
</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-08-21T07:38:39.020536" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-21T07:38:39.020402" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-21T07:38:39.020385" elapsed="0.000226"/>
</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-08-21T07:38:39.017962" elapsed="0.002700"/>
</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-08-21T07:28:32.312180" elapsed="606.708528"/>
</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="FAIL" start="2026-08-21T07:12:33.109451" elapsed="1565.911836"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
