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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-09T03:02:56.740124" elapsed="0.758076"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T03:02:57.548421" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:57.498499" elapsed="0.049995"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T03:02:57.550415" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T03:02:57.550543" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-09T03:02:57.548680" elapsed="0.001895"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:57.550751" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:02:57.551130" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.551925" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:02:57.551551" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T03:02:57.552035" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.4
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-09T03:02:56.738685" elapsed="0.813542"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-09T03:02:56.735091" elapsed="0.817203"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T03:02:57.552905" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T03:02:57.552499" elapsed="0.000464"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T03:02:57.553363" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T03:02:57.553117" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.554001" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-09T03:02:57.553605" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.554583" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-09T03:02:57.554202" elapsed="0.000450"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.555179" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-09T03:02:57.554803" elapsed="0.000404"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.555695" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-09T03:02:57.555368" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-09T03:02:57.556049" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:02:57.555829" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:02:57.560785" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:02:57.560334" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:02:57.561898" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T03:02:57.561988" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:02:57.561382" elapsed="0.000632"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:02:57.562164" elapsed="0.000376"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T03:02:57.563610" level="INFO">Logging into '10.30.170.226:22' as 'jenkins'.</msg>
<msg time="2026-08-09T03:02:58.301421" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 03:02:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-51-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-09T03:02:57.563085" elapsed="0.738504"/>
</kw>
<msg time="2026-08-09T03:02:58.301679" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:02:57.562732" elapsed="0.739037"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-09T03:02:57.561022" elapsed="0.740873"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.309625" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-09T03:02:58.302108" elapsed="0.009193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:02:58.311500" elapsed="0.000587"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-09T03:02:57.559781" elapsed="0.752442"/>
</kw>
<status status="PASS" start="2026-08-09T03:02:57.556350" elapsed="0.755956"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:57.555803" elapsed="0.756570"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-09T03:02:58.312745" elapsed="0.001026"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-09T03:02:58.323730" elapsed="0.000046"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:02:58.323410" elapsed="0.000425"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:58.323359" elapsed="0.000504"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-09T03:02:58.327452" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:02:58.327338" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:58.327319" elapsed="0.000220"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:02:58.327681" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.328560" level="INFO">Logging into '10.30.171.4:8101' as 'karaf'.</msg>
<msg time="2026-08-09T03:02:58.566352" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-09T03:02:58.328283" elapsed="0.238266"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.669033" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:58.566882" elapsed="0.102249"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.678899" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T03:02:58.679130" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-09T03:02:58.669311" elapsed="0.009852"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:58.679309" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:02:58.679690" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.680409" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:02:58.680056" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T03:02:58.680546" elapsed="0.000068"/>
</return>
<msg time="2026-08-09T03:02:58.680785" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.4
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-09T03:02:58.326979" elapsed="0.353839"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-09T03:02:58.680982" elapsed="0.000667"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T03:02:58.681705" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-09T03:02:58.322696" elapsed="0.359155"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-09T03:02:58.685936" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:02:58.685789" elapsed="0.000195"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:58.685762" elapsed="0.000249"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:02:58.686145" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.687096" level="INFO">Logging into '10.30.171.4:8101' as 'karaf'.</msg>
<msg time="2026-08-09T03:02:58.885317" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-09T03:02:58.686796" elapsed="0.198654"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.914915" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:58.885685" elapsed="0.029293"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.917111" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T03:02:58.917217" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-09T03:02:58.915131" elapsed="0.002116"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-09T03:02:58.917384" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:02:58.917745" elapsed="0.000179"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.918364" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:02:58.918062" elapsed="0.000352"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T03:02:58.918464" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.4
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-09T03:02:58.685410" elapsed="0.233246"/>
</kw>
<status status="PASS" start="2026-08-09T03:02:56.733170" elapsed="2.185553"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.921028" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:02:58.919677" elapsed="0.001419"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.922679" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-09T03:02:58.922287" elapsed="0.000437"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-09T03:02:58.923106" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:02:58.922811" elapsed="0.000357"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-09T03:02:58.926209" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:02:58.925956" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:58.925936" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.926655" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-09T03:02:58.926425" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.927384" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.4 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.226" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:02:58.926960" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.928086" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:02:58.927598" elapsed="0.000514"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:02:58.929050" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T03:02:58.929141" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:02:58.928711" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:02:58.929308" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T03:02:58.930581" level="INFO">Logging into '10.30.170.226:22' as 'jenkins'.</msg>
<msg time="2026-08-09T03:02:59.268020" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 03:02:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 03:02:58 2026 from 10.30.171.194
[?2004h[jenkins@releng-00446-51-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-09T03:02:58.930195" elapsed="0.338117"/>
</kw>
<msg time="2026-08-09T03:02:59.268432" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:02:58.929821" elapsed="0.338766"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-09T03:02:58.928316" elapsed="0.340442"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T03:02:59.269527" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.4 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T03:13:05.412768" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T03:13:05.416783" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T03:13:05.416894" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-09T03:02:59.269068" elapsed="606.148404"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:13:05.419012" elapsed="0.001433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.422265" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:04.473 16  switches: flows:  96358 99775 94893 94035 95782 93624 95484 92838 93692 95477 91746 93177 92740 91872 93377 92290  total = 25.119333 per ms 
03:05:04.573 16  switches: flows:  121180 123476 119887 119420 120851 118240 119565 117546 115696 116284 114354 116426 115421 114647 116973 114172  total = 31.349977 per ms 
03:06:04.674 16  switches: flows:  125526 126478 125902 122680 125542 122772 124823 123689 120643 119406 119801 119678 121940 118421 122065 118113  total = 32.570265 per ms 
03:07:04.775 16  switches: flows:  125848 127376 124066 124971 122612 123934 124562 124339 122072 122147 119273 119344 121055 120779 120518 118936  total = 32.642673 per ms 
03:08:04.877 16  switches: flows:  126919 127782 126620 126579 125029 124695 125734 124727 121846 122266 120514 119425 122971 121025 123541 120145  total = 32.941971 per ms 
03:09:04.978 16  switches: flows:  125455 126656 126168 123716 124955 122140 121508 124773 121218 121243 119737 119011 122122 117977 119314 119355  total = 32.534815 per ms 
03:10:05.079 16  switches: flows:  124761 127156 125187 124957 123907 122889 123807 125702 121177 120706 122243 119064 122106 119864 120604 119305  total = 32.669374 per ms 
03:11:05.179 16  switches: flows:  124743 125135 123697 121931 122436 121148 122546 122495 119688 120248 117988 115993 120707 117356 117647 116822  total = 32.122698 per ms 
03:12:05.280 16  switches: flows:  126563 127437 123476 124327 126633 124123 123364 126584 123852 122849 123811 122890 122025 121184 122574 121133  total = 32.992018 per ms 
03:13:05.381 16  switches: flows:  120173 121435 119686 119701 120708 118881 118483 120135 117956 116348 117370 116024 116610 116809 116263 115611  total = 31.483946 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31349.98/32992.02/32367.53/10803.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.420944" elapsed="0.002269"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T03:13:05.423776" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-08-09T03:13:05.423420" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-08-09T03:13:05.423360" elapsed="0.000554"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-09T03:13:05.424014" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:13:05.423976" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-08-09T03:13:05.423960" elapsed="0.000116"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T03:13:05.424107" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:13:05.426768" elapsed="0.000342"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:13:05.427257" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:13:05.427589" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T03:13:05.424452" elapsed="0.003292"/>
</kw>
<msg time="2026-08-09T03:13:05.427879" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-09T03:02:58.923569" elapsed="606.504337"/>
</kw>
<status status="PASS" start="2026-08-09T03:02:58.923199" elapsed="606.504757"/>
</branch>
<status status="PASS" start="2026-08-09T03:02:58.922787" elapsed="606.505194"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.428416" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:04.473 16  switches: flows:  96358 99775 94893 94035 95782 93624 95484 92838 93692 95477 91746 93177 92740 91872 93377 92290  total = 25.119333 per ms 
03:05:04.573 16  switches: flows:  121180 123476 119887 119420 120851 118240 119565 117546 115696 116284 114354 116426 115421 114647 116973 114172  total = 31.349977 per ms 
03:06:04.674 16  switches: flows:  125526 126478 125902 122680 125542 122772 124823 123689 120643 119406 119801 119678 121940 118421 122065 118113  total = 32.570265 per ms 
03:07:04.775 16  switches: flows:  125848 127376 124066 124971 122612 123934 124562 124339 122072 122147 119273 119344 121055 120779 120518 118936  total = 32.642673 per ms 
03:08:04.877 16  switches: flows:  126919 127782 126620 126579 125029 124695 125734 124727 121846 122266 120514 119425 122971 121025 123541 120145  total = 32.941971 per ms 
03:09:04.978 16  switches: flows:  125455 126656 126168 123716 124955 122140 121508 124773 121218 121243 119737 119011 122122 117977 119314 119355  total = 32.534815 per ms 
03:10:05.079 16  switches: flows:  124761 127156 125187 124957 123907 122889 123807 125702 121177 120706 122243 119064 122106 119864 120604 119305  total = 32.669374 per ms 
03:11:05.179 16  switches: flows:  124743 125135 123697 121931 122436 121148 122546 122495 119688 120248 117988 115993 120707 117356 117647 116822  total = 32.122698 per ms 
03:12:05.280 16  switches: flows:  126563 127437 123476 124327 126633 124123 123364 126584 123852 122849 123811 122890 122025 121184 122574 121133  total = 32.992018 per ms 
03:13:05.381 16  switches: flows:  120173 121435 119686 119701 120708 118881 118483 120135 117956 116348 117370 116024 116610 116809 116263 115611  total = 31.483946 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31349.98/32992.02/32367.53/10803.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.428127" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-09T03:13:05.428656" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T03:13:05.429432" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T03:13:05.429992" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31349.98/32992.02/32367.53/10803.75 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-09T03:13:05.429202" elapsed="0.000816"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:13:05.430431" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31349.98/32992.02/32367.53/10803.75 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:13:05.430173" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.432958" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.430615" elapsed="0.002400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.435404" level="INFO">31349.98/32992.02/32367.53/10803.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.433162" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:13:05.437821" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:13:05.435623" elapsed="0.002225"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:13:05.440264" level="INFO">@{result_value_list} = [ 31349.98 | 32992.02 | 32367.53 | 10803.75 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:13:05.438045" elapsed="0.002246"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.440774" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T03:13:05.440861" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:13:05.440446" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.445717" level="INFO">min :: 31349.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.441289" elapsed="0.004493"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T03:13:05.441155" elapsed="0.004663"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.450407" level="INFO">max :: 32992.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.446048" elapsed="0.004416"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T03:13:05.445911" elapsed="0.004587"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.455163" level="INFO">avg :: 32367.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.450756" elapsed="0.004464"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T03:13:05.450606" elapsed="0.004650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.460127" level="INFO">stdev :: 10803.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.455477" elapsed="0.004708"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T03:13:05.455349" elapsed="0.004879"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T03:13:05.440957" elapsed="0.019307"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.464210" level="INFO">${min} = 31349.98</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:13:05.460428" elapsed="0.003809"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.468405" level="INFO">${max} = 32992.02</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:13:05.464391" elapsed="0.004050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.472421" level="INFO">${average} = 32367.53</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:13:05.468618" elapsed="0.003830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.476429" level="INFO">${stdev} = 10803.75</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:13:05.472616" elapsed="0.003840"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.477028" level="INFO">${date} = 2026-08-09 03:13:05</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-09T03:13:05.476639" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.477631" level="INFO">CBench Result: 2026-08-09 03:13:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31349.98,32992.02,32367.53,10803.75</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.477202" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T03:13:05.479294" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T03:13:05.478857" elapsed="0.000505"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-09T03:13:05.479528" elapsed="0.000481"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T03:13:05.478318" elapsed="0.001758"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-09T03:02:58.921618" elapsed="606.558521"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.480631" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-09T03:13:05.480292" elapsed="0.000395"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-09T03:13:05.481228" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-08-09T03:13:05.480906" elapsed="0.000682"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-09T03:02:58.918887" elapsed="606.562741"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.483085" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.482672" elapsed="0.000469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.484419" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-09T03:13:05.484085" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-09T03:13:05.484836" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:13:05.484602" elapsed="0.000293"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-09T03:13:05.487905" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:13:05.487646" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-08-09T03:13:05.487626" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:13:05.488390" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-09T03:13:05.488154" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.489138" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.4 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.226" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:13:05.488703" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:13:05.489784" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:13:05.489343" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:13:05.490940" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T03:13:05.491050" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:13:05.490425" elapsed="0.000650"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:13:05.491218" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T03:13:05.492451" level="INFO">Logging into '10.30.170.226:22' as 'jenkins'.</msg>
<msg time="2026-08-09T03:13:06.099801" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 03:13:05 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 03:02:59 2026 from 10.30.171.194
[?2004h[jenkins@releng-00446-51-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-09T03:13:05.492096" elapsed="0.607908"/>
</kw>
<msg time="2026-08-09T03:13:06.100098" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:13:05.491737" elapsed="0.608455"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-09T03:13:05.490034" elapsed="0.610282"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T03:13:06.100913" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.4 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T03:23:20.020958" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T03:23:20.022188" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T03:23:20.022295" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-09T03:13:06.100573" elapsed="613.921789"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:23:20.023448" elapsed="0.001359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.026024" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:11.204 16  switches: flows:  502715 489990 477458 482128 508327 484234 497568 471671 484125 467601 469649 473800 469559 502087 486184 490691  total = 129.296450 per ms 
03:15:11.305 16  switches: flows:  504727 513288 504563 513768 506747 519599 511986 516259 511537 511339 507826 514687 508142 513314 516285 510539  total = 136.179369 per ms 
03:16:19.273 16  switches: flows:  334486 322336 340427 339294 406659 325766 376179 406078 343914 400604 353317 331950 364249 435392 402896 376583  total = 86.220246 per ms 
03:17:19.375 16  switches: flows:  572817 570876 572767 570321 572947 560642 564355 574683 568435 575345 569978 572395 572020 570664 582465 566742  total = 152.032844 per ms 
03:18:19.477 16  switches: flows:  611866 611148 609145 609522 616841 610035 620651 615438 611927 607491 616237 609011 617138 615055 612444 616546  total = 163.231524 per ms 
03:19:19.578 16  switches: flows:  532362 540240 545237 530009 544148 533288 546771 549898 541153 548519 534105 556451 546097 553906 538518 542376  total = 144.476152 per ms 
03:20:19.679 16  switches: flows:  595461 595036 598004 600414 609295 597376 601506 598404 596633 595370 598014 595711 597521 592469 603644 602644  total = 159.356937 per ms 
03:21:19.790 16  switches: flows:  482519 482581 481395 481576 472702 481930 471324 483289 449119 467026 476597 481629 477248 476778 482860 477401  total = 126.866213 per ms 
03:22:19.891 16  switches: flows:  576587 561431 575304 573838 566687 492418 516955 511520 592795 497948 551415 542846 463135 502311 564286 495373  total = 142.840561 per ms 
03:23:19.992 16  switches: flows:  634183 628652 639078 641173 633329 633787 635794 632145 626957 633059 632240 634934 634694 632641 632128 636190  total = 168.732926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 86220.25/168732.93/142215.20/52886.91 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.025234" elapsed="0.001077"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T03:23:20.026834" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-09T03:23:20.026495" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-08-09T03:23:20.026445" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-09T03:23:20.027295" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:23:20.027210" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-08-09T03:23:20.027170" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T03:23:20.027504" elapsed="0.000064"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:23:20.031493" elapsed="0.000354"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:23:20.031996" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:23:20.032311" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T03:23:20.028214" elapsed="0.004253"/>
</kw>
<msg time="2026-08-09T03:23:20.032617" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-09T03:13:05.485244" elapsed="614.547407"/>
</kw>
<status status="PASS" start="2026-08-09T03:13:05.484920" elapsed="614.547794"/>
</branch>
<status status="PASS" start="2026-08-09T03:13:05.484580" elapsed="614.548160"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.033220" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:11.204 16  switches: flows:  502715 489990 477458 482128 508327 484234 497568 471671 484125 467601 469649 473800 469559 502087 486184 490691  total = 129.296450 per ms 
03:15:11.305 16  switches: flows:  504727 513288 504563 513768 506747 519599 511986 516259 511537 511339 507826 514687 508142 513314 516285 510539  total = 136.179369 per ms 
03:16:19.273 16  switches: flows:  334486 322336 340427 339294 406659 325766 376179 406078 343914 400604 353317 331950 364249 435392 402896 376583  total = 86.220246 per ms 
03:17:19.375 16  switches: flows:  572817 570876 572767 570321 572947 560642 564355 574683 568435 575345 569978 572395 572020 570664 582465 566742  total = 152.032844 per ms 
03:18:19.477 16  switches: flows:  611866 611148 609145 609522 616841 610035 620651 615438 611927 607491 616237 609011 617138 615055 612444 616546  total = 163.231524 per ms 
03:19:19.578 16  switches: flows:  532362 540240 545237 530009 544148 533288 546771 549898 541153 548519 534105 556451 546097 553906 538518 542376  total = 144.476152 per ms 
03:20:19.679 16  switches: flows:  595461 595036 598004 600414 609295 597376 601506 598404 596633 595370 598014 595711 597521 592469 603644 602644  total = 159.356937 per ms 
03:21:19.790 16  switches: flows:  482519 482581 481395 481576 472702 481930 471324 483289 449119 467026 476597 481629 477248 476778 482860 477401  total = 126.866213 per ms 
03:22:19.891 16  switches: flows:  576587 561431 575304 573838 566687 492418 516955 511520 592795 497948 551415 542846 463135 502311 564286 495373  total = 142.840561 per ms 
03:23:19.992 16  switches: flows:  634183 628652 639078 641173 633329 633787 635794 632145 626957 633059 632240 634934 634694 632641 632128 636190  total = 168.732926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 86220.25/168732.93/142215.20/52886.91 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.032882" elapsed="0.000414"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-09T03:23:20.033444" elapsed="0.000412"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T03:23:20.034239" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T03:23:20.034329" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 86220.25/168732.93/142215.20/52886.91 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-09T03:23:20.034018" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:23:20.034778" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 86220.25/168732.93/142215.20/52886.91 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:23:20.034519" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.037213" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.034948" elapsed="0.002325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.039649" level="INFO">86220.25/168732.93/142215.20/52886.91</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.037415" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:23:20.042081" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:23:20.039852" elapsed="0.002257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:23:20.044564" level="INFO">@{result_value_list} = [ 86220.25 | 168732.93 | 142215.20 | 52886.91 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:23:20.042295" elapsed="0.002298"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.045052" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T03:23:20.045152" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:23:20.044748" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.050136" level="INFO">min :: 86220.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.045592" elapsed="0.004601"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T03:23:20.045447" elapsed="0.004781"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.054751" level="INFO">max :: 168732.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.050447" elapsed="0.004360"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T03:23:20.050318" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.059466" level="INFO">avg :: 142215.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.055061" elapsed="0.004476"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T03:23:20.054930" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.064113" level="INFO">stdev :: 52886.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-08-09T03:23:20.059792" elapsed="0.004377"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T03:23:20.059662" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T03:23:20.045252" elapsed="0.018982"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.068327" level="INFO">${min} = 86220.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:23:20.064391" elapsed="0.003964"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.072232" level="INFO">${max} = 168732.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:23:20.068523" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.076134" level="INFO">${average} = 142215.20</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:23:20.072410" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.080066" level="INFO">${stdev} = 52886.91</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:23:20.076309" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.080615" level="INFO">${date} = 2026-08-09 03:23: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-08-09T03:23:20.080250" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.081209" level="INFO">CBench Result: 2026-08-09 03:23:20,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,86220.25,168732.93,142215.20,52886.91</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.080788" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T03:23:20.082298" 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-08-09T03:23:20.081902" elapsed="0.000462"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-09T03:23:20.082527" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T03:23:20.081418" elapsed="0.001634"/>
</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-08-09T03:13:05.483458" elapsed="614.599653"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.083593" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-09T03:23:20.083261" elapsed="0.000389"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-09T03:23:20.084156" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-09T03:23:20.083858" elapsed="0.000633"/>
</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-08-09T03:13:05.481945" elapsed="614.602601"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.086138" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.085756" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.087850" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-09T03:23:20.087299" elapsed="0.000596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-09T03:23:20.088229" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:23:20.088009" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-09T03:23:20.091358" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:23:20.091100" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-08-09T03:23:20.091079" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:23:20.091791" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-09T03:23:20.091600" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.092552" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.4 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.226" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:23:20.092105" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T03:23:20.093185" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:23:20.092751" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:23:20.094123" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T03:23:20.094210" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:23:20.093818" elapsed="0.000416"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:23:20.094373" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T03:23:20.095565" level="INFO">Logging into '10.30.170.226:22' as 'jenkins'.</msg>
<msg time="2026-08-09T03:23:20.685224" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 03:23:20 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 03:13:06 2026 from 10.30.171.194
[?2004h[jenkins@releng-00446-51-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-09T03:23:20.095197" elapsed="0.590202"/>
</kw>
<msg time="2026-08-09T03:23:20.685476" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:23:20.094859" elapsed="0.590701"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-09T03:23:20.093424" elapsed="0.592244"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T03:23:20.686138" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.4 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T03:33:26.736471" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T03:33:26.737092" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T03:33:26.737198" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-09T03:23:20.685862" elapsed="606.051401"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:33:26.737764" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.739680" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:25.796 16  switches: flows:  96796 88589 97199 96584 95506 96364 96142 94995 95447 97116 95743 95023 95714 95074 94852 94758  total = 25.431700 per ms 
03:25:25.897 16  switches: flows:  123040 121592 120403 120648 119883 123575 120755 121917 123614 120764 121579 120669 123504 121553 120979 121233  total = 32.374253 per ms 
03:26:25.999 16  switches: flows:  124512 125643 123441 123125 122379 123093 123430 122216 123042 123644 124723 122251 125867 123139 123769 124386  total = 32.922462 per ms 
03:27:26.100 16  switches: flows:  126374 126377 125135 123510 123229 123331 126580 124932 124969 124744 125569 124318 126071 125251 126403 126023  total = 33.324630 per ms 
03:28:26.201 16  switches: flows:  125448 123134 123052 123818 122843 121399 123092 122007 121965 122831 122500 122158 122387 120937 120231 120003  total = 32.575669 per ms 
03:29:26.302 16  switches: flows:  128125 126060 126334 123817 125994 123678 125872 124659 122621 126507 125423 122980 122835 125231 121377 120152  total = 33.139074 per ms 
03:30:26.403 16  switches: flows:  126612 122281 122733 122115 123523 121875 123102 123155 120427 123664 123474 121981 120546 124032 119514 119536  total = 32.588427 per ms 
03:31:26.503 16  switches: flows:  118356 115623 117304 115267 116858 114856 116961 117079 113630 116736 116231 114911 114200 115148 112043 113969  total = 30.768150 per ms 
03:32:26.605 16  switches: flows:  127607 121351 122712 125880 125255 122095 123231 123028 121885 123904 124043 122156 124014 124628 123738 119773  total = 32.866779 per ms 
03:33:26.706 16  switches: flows:  129665 125298 127578 128217 127940 123671 125555 126296 124676 127004 127023 122216 122356 126665 127349 123464  total = 33.526921 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30768.15/33526.92/32676.26/10918.60 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.738915" elapsed="0.001065"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T03:33:26.740458" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-08-09T03:33:26.740160" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-08-09T03:33:26.740110" elapsed="0.000588"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-09T03:33:26.740910" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-09T03:33:26.740825" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-09T03:33:26.740789" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T03:33:26.741118" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-09T03:33:26.747083" elapsed="0.000657"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T03:33:26.747949" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T03:33:26.748364" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T03:33:26.741818" elapsed="0.006786"/>
</kw>
<msg time="2026-08-09T03:33:26.748784" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-09T03:23:20.088643" elapsed="606.660178"/>
</kw>
<status status="PASS" start="2026-08-09T03:23:20.088314" elapsed="606.660575"/>
</branch>
<status status="PASS" start="2026-08-09T03:23:20.087988" elapsed="606.660935"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.749532" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.4:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.4. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:25.796 16  switches: flows:  96796 88589 97199 96584 95506 96364 96142 94995 95447 97116 95743 95023 95714 95074 94852 94758  total = 25.431700 per ms 
03:25:25.897 16  switches: flows:  123040 121592 120403 120648 119883 123575 120755 121917 123614 120764 121579 120669 123504 121553 120979 121233  total = 32.374253 per ms 
03:26:25.999 16  switches: flows:  124512 125643 123441 123125 122379 123093 123430 122216 123042 123644 124723 122251 125867 123139 123769 124386  total = 32.922462 per ms 
03:27:26.100 16  switches: flows:  126374 126377 125135 123510 123229 123331 126580 124932 124969 124744 125569 124318 126071 125251 126403 126023  total = 33.324630 per ms 
03:28:26.201 16  switches: flows:  125448 123134 123052 123818 122843 121399 123092 122007 121965 122831 122500 122158 122387 120937 120231 120003  total = 32.575669 per ms 
03:29:26.302 16  switches: flows:  128125 126060 126334 123817 125994 123678 125872 124659 122621 126507 125423 122980 122835 125231 121377 120152  total = 33.139074 per ms 
03:30:26.403 16  switches: flows:  126612 122281 122733 122115 123523 121875 123102 123155 120427 123664 123474 121981 120546 124032 119514 119536  total = 32.588427 per ms 
03:31:26.503 16  switches: flows:  118356 115623 117304 115267 116858 114856 116961 117079 113630 116736 116231 114911 114200 115148 112043 113969  total = 30.768150 per ms 
03:32:26.605 16  switches: flows:  127607 121351 122712 125880 125255 122095 123231 123028 121885 123904 124043 122156 124014 124628 123738 119773  total = 32.866779 per ms 
03:33:26.706 16  switches: flows:  129665 125298 127578 128217 127940 123671 125555 126296 124676 127004 127023 122216 122356 126665 127349 123464  total = 33.526921 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30768.15/33526.92/32676.26/10918.60 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.749115" elapsed="0.000522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-09T03:33:26.749838" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T03:33:26.750885" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T03:33:26.751009" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30768.15/33526.92/32676.26/10918.60 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-09T03:33:26.750586" elapsed="0.000457"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:33:26.751621" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30768.15/33526.92/32676.26/10918.60 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:33:26.751255" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.755028" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.751855" elapsed="0.003251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.758424" level="INFO">30768.15/33526.92/32676.26/10918.60</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.755309" elapsed="0.003193"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:33:26.761173" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:33:26.758728" elapsed="0.002472"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T03:33:26.763618" level="INFO">@{result_value_list} = [ 30768.15 | 33526.92 | 32676.26 | 10918.60 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-09T03:33:26.761385" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.764107" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T03:33:26.764194" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-09T03:33:26.763798" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.768912" level="INFO">min :: 30768.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.764612" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T03:33:26.764470" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.773605" level="INFO">max :: 33526.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-08-09T03:33:26.769214" elapsed="0.004448"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T03:33:26.769090" elapsed="0.004606"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.778323" level="INFO">avg :: 32676.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.773906" elapsed="0.004476"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T03:33:26.773779" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.783327" level="INFO">stdev :: 10918.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.778645" elapsed="0.004739"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T03:33:26.778501" elapsed="0.004917"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T03:33:26.764281" elapsed="0.019167"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.787336" level="INFO">${min} = 30768.15</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:33:26.783627" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.791234" level="INFO">${max} = 33526.92</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:33:26.787528" elapsed="0.003733"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.795170" level="INFO">${average} = 32676.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:33:26.791417" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.799097" level="INFO">${stdev} = 10918.60</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T03:33:26.795347" elapsed="0.003776"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.799645" level="INFO">${date} = 2026-08-09 03:33:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-09T03:33:26.799281" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.800227" level="INFO">CBench Result: 2026-08-09 03:33:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30768.15,33526.92,32676.26,10918.60</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T03:33:26.799819" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T03:33:26.801355" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T03:33:26.800906" elapsed="0.000521"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-09T03:33:26.801593" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T03:33:26.800425" elapsed="0.001685"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-09T03:23:20.086520" elapsed="606.715648"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.802650" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-09T03:33:26.802321" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T03:33:26.803884" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-09T03:33:26.803397" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-09T03:33:26.804131" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-08-09T03:33:26.803985" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-09T03:33:26.803967" elapsed="0.000247"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.804355" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.804525" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.804688" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.804882" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.805070" elapsed="0.000029"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.805229" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.805379" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-09T03:33:26.805615" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-09T03:33:26.805463" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-09T03:33:26.805446" elapsed="0.000245"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-09T03:33:26.803064" elapsed="0.002678"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-09T03:23:20.085093" elapsed="606.720694"/>
</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-08-09T03:02:56.188438" elapsed="1830.617902"/>
</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>
