<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-18T02:42:11.823141" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-18T02:42:12.310957" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-18T02:42:12.310820" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:12.310791" elapsed="0.000282"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:42:12.311271" elapsed="0.000445"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T02:42:12.312168" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-09-18T02:42:13.024701" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-18T02:42:12.311909" elapsed="0.712982"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.074164" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:13.025408" elapsed="0.048938"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.076215" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T02:42:13.076337" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-18T02:42:13.074660" elapsed="0.001706"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:13.076537" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:42:13.076926" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.077731" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:42:13.077400" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T02:42:13.077849" elapsed="0.000057"/>
</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.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T02:42:12.310506" elapsed="0.767534"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-09-18T02:42:12.308552" elapsed="0.769554"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T02:42:13.078753" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-18T02:42:13.078383" elapsed="0.000424"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T02:42:13.079269" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-18T02:42:13.078963" elapsed="0.000364"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.079975" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-18T02:42:13.079515" elapsed="0.000538"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.080645" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T02:42:13.080305" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.081336" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-18T02:42:13.080851" elapsed="0.000517"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.081927" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T02:42:13.081598" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given `path` points to an existing file.</doc>
<status status="NOT RUN" start="2026-09-18T02:42:13.082341" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-09-18T02:42:13.082074" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.084832" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:42:13.084457" elapsed="0.000402"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.086165" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T02:42:13.086286" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T02:42:13.085489" elapsed="0.000823"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:42:13.086455" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.087676" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-18T02:42:13.576020" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 02:41:43 UTC 2026

  System load:  0.21               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-00446-89-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-18T02:42:13.087398" elapsed="0.488776"/>
</kw>
<msg time="2026-09-18T02:42:13.576301" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:42:13.086946" elapsed="0.489462"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-18T02:42:13.085111" elapsed="0.491506"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.585574" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-09-18T02:42:13.576984" elapsed="0.010548"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:42:13.587809" elapsed="0.000421"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-09-18T02:42:13.083908" elapsed="0.504408"/>
</kw>
<status status="PASS" start="2026-09-18T02:42:13.082619" elapsed="0.505742"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:13.082045" elapsed="0.506362"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-18T02:42:13.588630" elapsed="0.000640"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-18T02:42:13.591695" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-18T02:42:13.591571" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:13.591539" elapsed="0.000249"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-18T02:42:13.593673" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-09-18T02:42:13.593554" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:13.593530" elapsed="0.000225"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:42:13.593972" elapsed="0.000537"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.595016" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-09-18T02:42:13.809485" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-18T02:42:13.594737" elapsed="0.214919"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.899090" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:13.809921" elapsed="0.089365"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.913731" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T02:42:13.914110" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-18T02:42:13.899555" elapsed="0.014597"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:13.914459" elapsed="0.000328"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:42:13.914923" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:42:13.915677" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:42:13.915366" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T02:42:13.915778" elapsed="0.000049"/>
</return>
<msg time="2026-09-18T02:42:13.915963" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T02:42:13.593166" elapsed="0.322843"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T02:42:13.916167" elapsed="0.000562"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T02:42:13.916783" elapsed="0.000040"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-18T02:42:13.591220" elapsed="0.325707"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-09-18T02:42:13.918888" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-18T02:42:13.918734" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:13.918708" elapsed="0.000264"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:42:13.919183" elapsed="0.000439"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-18T02:42:13.920046" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-09-18T02:42:14.122011" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-09-18T02:42:13.919802" elapsed="0.202389"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.148180" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:14.122482" elapsed="0.025864"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.150694" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-18T02:42:14.150805" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-18T02:42:14.148620" elapsed="0.002213"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-09-18T02:42:14.150979" elapsed="0.000296"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:42:14.151423" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:42:14.152109" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:42:14.151799" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-18T02:42:14.152231" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.134
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-18T02:42:13.918401" elapsed="0.233978"/>
</kw>
<status status="PASS" start="2026-09-18T02:42:12.306314" elapsed="1.846121"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:42:14.154690" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:42:14.153658" elapsed="0.001105"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T02:42:14.156526" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T02:42:14.156103" elapsed="0.000468"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T02:42:14.156922" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-18T02:42:14.156660" elapsed="0.000319"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T02:42:14.158182" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-09-18T02:42:14.157930" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:14.157909" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.158722" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-09-18T02:42:14.158847" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-18T02:42:14.158475" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:42:14.159471" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:42:14.159069" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.160135" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:42:14.159694" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T02:42:14.161037" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T02:42:14.161120" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T02:42:14.160719" elapsed="0.000423"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:42:14.161295" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.162458" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-18T02:42:14.517379" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 02:41:43 UTC 2026

  System load:  0.21               Processes:             110
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Sep 18 02:42:13 2026 from 10.30.170.168
[?2004h[jenkins@releng-00446-89-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-18T02:42:14.162169" elapsed="0.355401"/>
</kw>
<msg time="2026-09-18T02:42:14.517654" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:42:14.161785" elapsed="0.355955"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-18T02:42:14.160364" elapsed="0.357502"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T02:42:14.518468" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T02:52:20.662027" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T02:52:20.662636" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T02:52:20.662736" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-18T02:42:14.518148" elapsed="606.144645"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:52:20.663366" elapsed="0.000954"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.665977" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:19.737 16  switches: flows:  88114 86396 86748 87086 84990 85803 86072 85827 83089 81338 81159 82353 80947 82347 76799 83650  total = 22.378633 per ms 
02:44:19.841 16  switches: flows:  92055 91269 90707 91117 90283 93754 93185 91631 88232 87170 86912 87327 85928 88510 82927 87708  total = 23.772185 per ms 
02:45:19.943 16  switches: flows:  92554 91827 91313 91304 89367 91246 91574 88725 86609 86842 85737 87008 85088 88314 81876 86425  total = 23.557479 per ms 
02:46:20.044 16  switches: flows:  92594 90769 92138 90666 90085 92521 92374 90038 88861 86670 86723 86728 86443 88733 80559 87258  total = 23.679771 per ms 
02:47:20.145 16  switches: flows:  92344 91176 92054 89849 91256 91781 92768 90029 88073 87214 89161 86560 87801 88113 81002 87394  total = 23.736577 per ms 
02:48:20.246 16  switches: flows:  91762 91266 90316 89837 89169 90978 92237 90426 86032 86285 86810 88120 85300 87269 80765 86864  total = 23.517996 per ms 
02:49:20.346 16  switches: flows:  93422 92437 91186 90837 89738 89970 90959 90418 88185 86134 86422 87658 85673 87314 81370 87638  total = 23.616541 per ms 
02:50:20.448 16  switches: flows:  94787 92973 92532 90306 93225 91569 92286 91181 88039 88830 87387 88886 86600 87761 82794 88369  total = 23.918767 per ms 
02:51:20.549 16  switches: flows:  93230 94044 90468 89626 90294 90293 91221 90396 86815 87392 86277 86707 86020 87426 81316 86220  total = 23.589632 per ms 
02:52:20.650 16  switches: flows:  94978 92707 92710 90933 92801 92136 93606 93520 88712 87754 88857 88611 88695 88534 81221 88554  total = 24.032035 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23518.00/24032.03/23713.44/7906.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.664969" elapsed="0.001426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T02:52:20.666938" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-09-18T02:52:20.666627" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-09-18T02:52:20.666557" elapsed="0.000697"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T02:52:20.667520" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-09-18T02:52:20.667424" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-09-18T02:52:20.667381" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T02:52:20.667772" elapsed="0.000033"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:52:20.669516" elapsed="0.000779"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:52:20.670742" elapsed="0.000390"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T02:52:20.671489" elapsed="0.000265"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T02:52:20.668538" elapsed="0.003333"/>
</kw>
<msg time="2026-09-18T02:52:20.672133" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-18T02:42:14.157391" elapsed="606.514849"/>
</kw>
<status status="PASS" start="2026-09-18T02:42:14.157027" elapsed="606.515319"/>
</branch>
<status status="PASS" start="2026-09-18T02:42:14.156633" elapsed="606.515764"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.673638" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:43:19.737 16  switches: flows:  88114 86396 86748 87086 84990 85803 86072 85827 83089 81338 81159 82353 80947 82347 76799 83650  total = 22.378633 per ms 
02:44:19.841 16  switches: flows:  92055 91269 90707 91117 90283 93754 93185 91631 88232 87170 86912 87327 85928 88510 82927 87708  total = 23.772185 per ms 
02:45:19.943 16  switches: flows:  92554 91827 91313 91304 89367 91246 91574 88725 86609 86842 85737 87008 85088 88314 81876 86425  total = 23.557479 per ms 
02:46:20.044 16  switches: flows:  92594 90769 92138 90666 90085 92521 92374 90038 88861 86670 86723 86728 86443 88733 80559 87258  total = 23.679771 per ms 
02:47:20.145 16  switches: flows:  92344 91176 92054 89849 91256 91781 92768 90029 88073 87214 89161 86560 87801 88113 81002 87394  total = 23.736577 per ms 
02:48:20.246 16  switches: flows:  91762 91266 90316 89837 89169 90978 92237 90426 86032 86285 86810 88120 85300 87269 80765 86864  total = 23.517996 per ms 
02:49:20.346 16  switches: flows:  93422 92437 91186 90837 89738 89970 90959 90418 88185 86134 86422 87658 85673 87314 81370 87638  total = 23.616541 per ms 
02:50:20.448 16  switches: flows:  94787 92973 92532 90306 93225 91569 92286 91181 88039 88830 87387 88886 86600 87761 82794 88369  total = 23.918767 per ms 
02:51:20.549 16  switches: flows:  93230 94044 90468 89626 90294 90293 91221 90396 86815 87392 86277 86707 86020 87426 81316 86220  total = 23.589632 per ms 
02:52:20.650 16  switches: flows:  94978 92707 92710 90933 92801 92136 93606 93520 88712 87754 88857 88611 88695 88534 81221 88554  total = 24.032035 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23518.00/24032.03/23713.44/7906.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.672882" elapsed="0.000963"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T02:52:20.674366" elapsed="0.000914"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T02:52:20.676236" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T02:52:20.676443" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23518.00/24032.03/23713.44/7906.14 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-18T02:52:20.675666" elapsed="0.000829"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T02:52:20.677491" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23518.00/24032.03/23713.44/7906.14 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T02:52:20.676895" elapsed="0.000655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.678865" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.678032" elapsed="0.001007"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.680386" level="INFO">23518.00/24032.03/23713.44/7906.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.679565" elapsed="0.000944"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T02:52:20.681658" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T02:52:20.680876" elapsed="0.000843"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T02:52:20.683103" level="INFO">@{result_value_list} = [ 23518.00 | 24032.03 | 23713.44 | 7906.14 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T02:52:20.682312" elapsed="0.000861"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.684348" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T02:52:20.684550" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T02:52:20.683595" elapsed="0.001009"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.686695" level="INFO">min :: 23518.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.685605" elapsed="0.001217"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T02:52:20.685124" elapsed="0.001776"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.688728" level="INFO">max :: 24032.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.687662" elapsed="0.001190"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T02:52:20.687095" elapsed="0.001831"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.690714" level="INFO">avg :: 23713.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.689611" elapsed="0.001226"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T02:52:20.689115" elapsed="0.001795"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.692736" level="INFO">stdev :: 7906.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.691647" elapsed="0.001228"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T02:52:20.691105" elapsed="0.001852"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T02:52:20.684746" elapsed="0.008290"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.694532" level="INFO">${min} = 23518.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T02:52:20.693517" elapsed="0.001093"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.696104" level="INFO">${max} = 24032.03</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T02:52:20.694985" elapsed="0.001181"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.697655" level="INFO">${average} = 23713.44</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T02:52:20.696600" elapsed="0.001129"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.699279" level="INFO">${stdev} = 7906.14</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T02:52:20.698166" elapsed="0.001185"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.700690" level="INFO">${date} = 2026-09-18 02:52:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T02:52:20.699811" elapsed="0.000936"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.702003" level="INFO">CBench Result: 2026-09-18 02:52:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23518.00,24032.03,23713.44,7906.14</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.701248" elapsed="0.000873"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T02:52:20.704293" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-18T02:52:20.703219" elapsed="0.001164"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-18T02:52:20.704608" elapsed="0.000559"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T02:52:20.702480" elapsed="0.002814"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-09-18T02:42:14.155485" elapsed="606.549885"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.705995" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T02:52:20.705568" elapsed="0.000515"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-18T02:52:20.706857" elapsed="0.000436"/>
</kw>
<status status="PASS" start="2026-09-18T02:52:20.706433" elapsed="0.000958"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-18T02:42:14.152598" elapsed="606.554842"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.709253" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.708757" elapsed="0.000575"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.711007" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T02:52:20.710573" elapsed="0.000491"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T02:52:20.711577" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-09-18T02:52:20.711165" elapsed="0.000492"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T02:52:20.713361" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-18T02:52:20.713006" elapsed="0.000431"/>
</branch>
<status status="PASS" start="2026-09-18T02:52:20.712979" elapsed="0.000490"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T02:52:20.713997" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-09-18T02:52:20.714155" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-18T02:52:20.713727" elapsed="0.000500"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.714964" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T02:52:20.714487" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T02:52:20.715856" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T02:52:20.715334" elapsed="0.000560"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T02:52:20.717238" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T02:52:20.717360" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T02:52:20.716753" elapsed="0.000639"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:52:20.717586" elapsed="0.000430"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T02:52:20.719222" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-18T02:52:21.407065" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 02:52:20 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Sep 18 02:42:14 2026 from 10.30.170.168
[?2004h[jenkins@releng-00446-89-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-18T02:52:20.718778" elapsed="0.688566"/>
</kw>
<msg time="2026-09-18T02:52:21.407455" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T02:52:20.718264" elapsed="0.689300"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-18T02:52:20.716166" elapsed="0.691548"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T02:52:21.408435" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T03:02:27.492529" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T03:02:27.510908" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T03:02:27.511172" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-18T02:52:21.408038" elapsed="606.103819"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T03:02:27.518222" elapsed="0.003052"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.523588" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:26.543 16  switches: flows:  582293 580158 593518 590563 590084 593612 581449 574977 577218 573739 565601 563437 573723 568257 585401 572340  total = 154.439500 per ms 
02:54:26.645 16  switches: flows:  646050 647694 643073 643068 638030 639239 640205 643835 641778 645047 641583 643997 632685 632447 643615 648320  total = 170.888515 per ms 
02:55:26.747 16  switches: flows:  657415 655936 649083 666316 660107 660992 665884 656487 662451 659333 650744 669009 663811 667895 665540 657902  total = 175.847463 per ms 
02:56:26.849 16  switches: flows:  655115 646036 642884 650737 648900 645745 649253 655567 651186 644223 641500 652760 648383 646732 655333 644078  total = 172.682597 per ms 
02:57:26.952 16  switches: flows:  660212 669718 668094 662296 669053 668928 654192 672339 662403 664806 665157 663470 668974 660814 661759 662422  total = 176.940818 per ms 
02:58:27.057 16  switches: flows:  654092 658765 649242 647675 651475 656012 660841 660901 651736 650947 643797 653529 648971 656042 654305 661744  total = 174.028005 per ms 
02:59:27.158 16  switches: flows:  663885 666974 659886 663113 664394 668935 670988 662625 659886 657562 665178 655912 653951 655996 663941 659345  total = 176.247459 per ms 
03:00:27.260 16  switches: flows:  645926 661208 645757 660163 655736 655959 665687 650613 647157 651878 649221 653825 658913 655010 667085 652714  total = 174.321508 per ms 
03:01:27.371 16  switches: flows:  641589 652691 657003 656592 658768 657156 654864 650848 649399 658232 662601 657785 651010 655162 657317 660944  total = 174.381197 per ms 
03:02:27.473 16  switches: flows:  654344 653198 664904 660818 651395 657392 669673 655934 660591 660693 654543 663233 658992 651441 672451 652273  total = 175.402113 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170888.52/176940.82/174526.63/58202.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.521945" elapsed="0.002092"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T03:02:27.524651" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-09-18T03:02:27.524283" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-09-18T03:02:27.524188" elapsed="0.000696"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T03:02:27.525081" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-18T03:02:27.525006" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-09-18T03:02:27.524973" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T03:02:27.525331" 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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T03:02:27.527549" elapsed="0.000527"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T03:02:27.528348" elapsed="0.000774"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T03:02:27.529330" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T03:02:27.526810" elapsed="0.002746"/>
</kw>
<msg time="2026-09-18T03:02:27.530650" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-18T02:52:20.712116" elapsed="606.818591"/>
</kw>
<status status="PASS" start="2026-09-18T02:52:20.711693" elapsed="606.819086"/>
</branch>
<status status="PASS" start="2026-09-18T02:52:20.711135" elapsed="606.819686"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.531681" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:53:26.543 16  switches: flows:  582293 580158 593518 590563 590084 593612 581449 574977 577218 573739 565601 563437 573723 568257 585401 572340  total = 154.439500 per ms 
02:54:26.645 16  switches: flows:  646050 647694 643073 643068 638030 639239 640205 643835 641778 645047 641583 643997 632685 632447 643615 648320  total = 170.888515 per ms 
02:55:26.747 16  switches: flows:  657415 655936 649083 666316 660107 660992 665884 656487 662451 659333 650744 669009 663811 667895 665540 657902  total = 175.847463 per ms 
02:56:26.849 16  switches: flows:  655115 646036 642884 650737 648900 645745 649253 655567 651186 644223 641500 652760 648383 646732 655333 644078  total = 172.682597 per ms 
02:57:26.952 16  switches: flows:  660212 669718 668094 662296 669053 668928 654192 672339 662403 664806 665157 663470 668974 660814 661759 662422  total = 176.940818 per ms 
02:58:27.057 16  switches: flows:  654092 658765 649242 647675 651475 656012 660841 660901 651736 650947 643797 653529 648971 656042 654305 661744  total = 174.028005 per ms 
02:59:27.158 16  switches: flows:  663885 666974 659886 663113 664394 668935 670988 662625 659886 657562 665178 655912 653951 655996 663941 659345  total = 176.247459 per ms 
03:00:27.260 16  switches: flows:  645926 661208 645757 660163 655736 655959 665687 650613 647157 651878 649221 653825 658913 655010 667085 652714  total = 174.321508 per ms 
03:01:27.371 16  switches: flows:  641589 652691 657003 656592 658768 657156 654864 650848 649399 658232 662601 657785 651010 655162 657317 660944  total = 174.381197 per ms 
03:02:27.473 16  switches: flows:  654344 653198 664904 660818 651395 657392 669673 655934 660591 660693 654543 663233 658992 651441 672451 652273  total = 175.402113 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 170888.52/176940.82/174526.63/58202.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.531143" elapsed="0.000641"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T03:02:27.532004" elapsed="0.000550"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T03:02:27.533089" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T03:02:27.533232" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 170888.52/176940.82/174526.63/58202.51 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-18T03:02:27.532812" elapsed="0.000454"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:02:27.533823" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 170888.52/176940.82/174526.63/58202.51 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:02:27.533489" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.534630" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.534110" elapsed="0.000595"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.535430" level="INFO">170888.52/176940.82/174526.63/58202.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.534959" elapsed="0.000543"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:02:27.536696" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:02:27.535740" elapsed="0.000992"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:02:27.537484" level="INFO">@{result_value_list} = [ 170888.52 | 176940.82 | 174526.63 | 58202.51 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:02:27.537054" elapsed="0.000467"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.538326" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T03:02:27.538471" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T03:02:27.537785" elapsed="0.000727"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.539881" level="INFO">min :: 170888.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.539269" elapsed="0.000687"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T03:02:27.538976" elapsed="0.001024"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.540952" level="INFO">max :: 176940.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.540369" elapsed="0.000654"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T03:02:27.540114" elapsed="0.000953"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.542023" level="INFO">avg :: 174526.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.541426" elapsed="0.000669"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T03:02:27.541175" elapsed="0.000963"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.543081" level="INFO">stdev :: 58202.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.542501" elapsed="0.000649"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T03:02:27.542269" elapsed="0.000923"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T03:02:27.538659" elapsed="0.004594"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.544031" level="INFO">${min} = 170888.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:02:27.543472" elapsed="0.000592"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.544828" level="INFO">${max} = 176940.82</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:02:27.544289" elapsed="0.000572"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.545613" level="INFO">${average} = 174526.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:02:27.545066" elapsed="0.000582"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.546385" level="INFO">${stdev} = 58202.51</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:02:27.545850" elapsed="0.000568"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.547360" level="INFO">${date} = 2026-09-18 03:02:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T03:02:27.546705" elapsed="0.000698"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.548309" level="INFO">CBench Result: 2026-09-18 03:02:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,170888.52,176940.82,174526.63,58202.51</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.547767" elapsed="0.000637"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T03:02:27.550470" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-18T03:02:27.549389" elapsed="0.001173"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-18T03:02:27.550805" elapsed="0.000900"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T03:02:27.548701" elapsed="0.003092"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-18T02:52:20.709744" elapsed="606.842126"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.552521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T03:02:27.552070" elapsed="0.000540"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-09-18T03:02:27.553325" elapsed="0.000376"/>
</kw>
<status status="PASS" start="2026-09-18T03:02:27.552886" elapsed="0.000903"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-18T02:52:20.707827" elapsed="606.846008"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.557361" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.556785" elapsed="0.000660"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.559164" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-18T03:02:27.558683" elapsed="0.000558"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-18T03:02:27.559792" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-09-18T03:02:27.559452" elapsed="0.000413"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-18T03:02:27.561354" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-09-18T03:02:27.561038" elapsed="0.000387"/>
</branch>
<status status="PASS" start="2026-09-18T03:02:27.561013" elapsed="0.000442"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-18T03:02:27.562005" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-09-18T03:02:27.562158" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-09-18T03:02:27.561721" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.562915" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.8" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:02:27.562452" elapsed="0.000536"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-18T03:02:27.563725" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T03:02:27.563232" elapsed="0.000527"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T03:02:27.564932" level="INFO">Length is 0.</msg>
<msg time="2026-09-18T03:02:27.565041" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T03:02:27.564493" elapsed="0.000578"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T03:02:27.565276" elapsed="0.000427"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-18T03:02:27.566838" level="INFO">Logging into '10.30.171.8:22' as 'jenkins'.</msg>
<msg time="2026-09-18T03:02:28.334251" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Fri Sep 18 03:02:27 UTC 2026

  System load:  0.27               Processes:             105
  Usage of /:   20.1% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.8
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Sep 18 02:52:21 2026 from 10.30.170.168
[?2004h[jenkins@releng-00446-89-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-09-18T03:02:27.566433" elapsed="0.768192"/>
</kw>
<msg time="2026-09-18T03:02:28.334777" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T03:02:27.565913" elapsed="0.769012"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-09-18T03:02:27.564007" elapsed="0.771103"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-18T03:02:28.336120" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-18T03:12:34.382998" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-18T03:12:34.383652" level="INFO">${stdout} = </msg>
<msg time="2026-09-18T03:12:34.383795" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-18T03:02:28.335604" elapsed="606.048285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T03:12:34.384428" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.386462" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:33.463 16  switches: flows:  91689 88856 89134 89838 90999 89779 88882 89621 89659 88144 87891 88435 86223 87352 87787 87800  total = 23.701483 per ms 
03:04:33.565 16  switches: flows:  87981 88014 87083 87907 88820 88434 88208 88571 86617 87471 85623 87363 84348 85328 85984 87077  total = 23.208117 per ms 
03:05:33.666 16  switches: flows:  89468 88225 86972 87935 89420 87796 87098 88551 87685 86506 86027 87146 84401 85130 84604 87282  total = 23.198683 per ms 
03:06:33.767 16  switches: flows:  91011 89343 88119 88422 90358 89299 91640 89029 87933 87218 86020 89076 86367 86374 87999 86391  total = 23.536905 per ms 
03:07:33.870 16  switches: flows:  86794 85845 85013 85416 87915 87304 86623 85466 83806 84368 84071 86148 83404 83948 83259 84180  total = 22.688129 per ms 
03:08:33.970 16  switches: flows:  87982 86762 82805 85318 87881 86321 87208 85045 84108 84393 83281 85611 83224 84699 85365 85691  total = 22.723524 per ms 
03:09:34.073 16  switches: flows:  90026 87707 86209 86414 90238 87950 88364 85952 85795 86042 84833 87310 85464 85011 84723 86658  total = 23.105579 per ms 
03:10:34.175 16  switches: flows:  91338 90398 86770 87546 91877 89785 90082 87363 86806 86472 86999 88892 87119 86172 87348 87176  total = 23.496502 per ms 
03:11:34.276 16  switches: flows:  92553 90471 90067 89167 92084 90139 89452 87766 88486 87753 89231 89309 88969 86805 89562 89229  total = 23.810908 per ms 
03:12:34.376 16  switches: flows:  92289 90681 88368 88370 91109 90366 91474 88238 88612 88570 86892 89377 86939 86627 88356 88465  total = 23.705932 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22688.13/23810.91/23274.92/7767.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.385668" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-18T03:12:34.387252" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-09-18T03:12:34.386950" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-09-18T03:12:34.386895" elapsed="0.000568"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-18T03:12:34.387754" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-09-18T03:12:34.387618" elapsed="0.000265"/>
</branch>
<status status="NOT RUN" start="2026-09-18T03:12:34.387569" elapsed="0.000385"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-18T03:12:34.388056" elapsed="0.000045"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-18T03:12:34.390577" elapsed="0.001016"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-18T03:12:34.392186" elapsed="0.000574"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-18T03:12:34.393195" elapsed="0.000385"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-18T03:12:34.389184" elapsed="0.004606"/>
</kw>
<msg time="2026-09-18T03:12:34.394128" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-18T03:02:27.560336" elapsed="606.833938"/>
</kw>
<status status="PASS" start="2026-09-18T03:02:27.559901" elapsed="606.834529"/>
</branch>
<status status="PASS" start="2026-09-18T03:02:27.559416" elapsed="606.835085"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.396068" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:33.463 16  switches: flows:  91689 88856 89134 89838 90999 89779 88882 89621 89659 88144 87891 88435 86223 87352 87787 87800  total = 23.701483 per ms 
03:04:33.565 16  switches: flows:  87981 88014 87083 87907 88820 88434 88208 88571 86617 87471 85623 87363 84348 85328 85984 87077  total = 23.208117 per ms 
03:05:33.666 16  switches: flows:  89468 88225 86972 87935 89420 87796 87098 88551 87685 86506 86027 87146 84401 85130 84604 87282  total = 23.198683 per ms 
03:06:33.767 16  switches: flows:  91011 89343 88119 88422 90358 89299 91640 89029 87933 87218 86020 89076 86367 86374 87999 86391  total = 23.536905 per ms 
03:07:33.870 16  switches: flows:  86794 85845 85013 85416 87915 87304 86623 85466 83806 84368 84071 86148 83404 83948 83259 84180  total = 22.688129 per ms 
03:08:33.970 16  switches: flows:  87982 86762 82805 85318 87881 86321 87208 85045 84108 84393 83281 85611 83224 84699 85365 85691  total = 22.723524 per ms 
03:09:34.073 16  switches: flows:  90026 87707 86209 86414 90238 87950 88364 85952 85795 86042 84833 87310 85464 85011 84723 86658  total = 23.105579 per ms 
03:10:34.175 16  switches: flows:  91338 90398 86770 87546 91877 89785 90082 87363 86806 86472 86999 88892 87119 86172 87348 87176  total = 23.496502 per ms 
03:11:34.276 16  switches: flows:  92553 90471 90067 89167 92084 90139 89452 87766 88486 87753 89231 89309 88969 86805 89562 89229  total = 23.810908 per ms 
03:12:34.376 16  switches: flows:  92289 90681 88368 88370 91109 90366 91474 88238 88612 88570 86892 89377 86939 86627 88356 88465  total = 23.705932 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22688.13/23810.91/23274.92/7767.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.395142" elapsed="0.001175"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-18T03:12:34.396874" elapsed="0.001160"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-18T03:12:34.399305" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-18T03:12:34.399590" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22688.13/23810.91/23274.92/7767.45 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given `string` that contain the `pattern`.</doc>
<status status="PASS" start="2026-09-18T03:12:34.398629" elapsed="0.001043"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:12:34.401083" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22688.13/23810.91/23274.92/7767.45 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:12:34.400290" elapsed="0.000882"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.403004" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.401882" elapsed="0.001284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.404988" level="INFO">22688.13/23810.91/23274.92/7767.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.403859" elapsed="0.001308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:12:34.406815" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:12:34.405740" elapsed="0.001155"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-18T03:12:34.408607" level="INFO">@{result_value_list} = [ 22688.13 | 23810.91 | 23274.92 | 7767.45 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the `string` using `separator` as a delimiter string.</doc>
<status status="PASS" start="2026-09-18T03:12:34.407584" elapsed="0.001131"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.409876" level="INFO">Length is 4.</msg>
<msg time="2026-09-18T03:12:34.410063" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-09-18T03:12:34.409094" elapsed="0.001018"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.412001" level="INFO">min :: 22688.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.411031" elapsed="0.001083"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-18T03:12:34.410631" elapsed="0.001551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.413906" level="INFO">max :: 23810.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.412816" elapsed="0.001217"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-18T03:12:34.412401" elapsed="0.001705"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.415848" level="INFO">avg :: 23274.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.414752" elapsed="0.001221"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-18T03:12:34.414326" elapsed="0.001722"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.417932" level="INFO">stdev :: 7767.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.416759" elapsed="0.001299"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-18T03:12:34.416326" elapsed="0.001808"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-18T03:12:34.410279" elapsed="0.007952"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.419608" level="INFO">${min} = 22688.13</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:12:34.418613" elapsed="0.001055"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.421046" level="INFO">${max} = 23810.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:12:34.420063" elapsed="0.001043"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.422828" level="INFO">${average} = 23274.92</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:12:34.421573" elapsed="0.001318"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.424353" level="INFO">${stdev} = 7767.45</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-18T03:12:34.423292" elapsed="0.001122"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.425842" level="INFO">${date} = 2026-09-18 03:12:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-18T03:12:34.424886" elapsed="0.001028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.427269" level="INFO">CBench Result: 2026-09-18 03:12:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22688.13,23810.91,23274.92,7767.45</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-18T03:12:34.426417" elapsed="0.000928"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-18T03:12:34.428860" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-18T03:12:34.428128" elapsed="0.000825"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-09-18T03:12:34.429178" elapsed="0.000863"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-18T03:12:34.427537" elapsed="0.002591"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-09-18T03:02:27.557943" elapsed="606.872281"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.430834" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-18T03:12:34.430425" elapsed="0.000482"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-18T03:12:34.432527" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-09-18T03:12:34.431889" elapsed="0.000674"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-18T03:12:34.432856" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-09-18T03:12:34.432668" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-09-18T03:12:34.432638" elapsed="0.000338"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.433173" elapsed="0.000046"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.433404" elapsed="0.000026"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.433639" elapsed="0.000033"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.433901" elapsed="0.000028"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.434189" elapsed="0.000053"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.434425" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.434719" elapsed="0.000030"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-18T03:12:34.435022" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-18T03:12:34.434836" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-09-18T03:12:34.434813" elapsed="0.000305"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-09-18T03:12:34.431391" elapsed="0.003795"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-18T03:02:27.555232" elapsed="606.880035"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-18T02:42:11.824729" elapsed="1822.611293"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
