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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-06T02:55:57.974394" elapsed="1.031318"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.055908" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-06T02:55:59.006016" elapsed="0.049962"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.057801" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-06T02:55:59.057914" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-06T02:55:59.056143" elapsed="0.001801"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-06T02:55:59.058098" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:55:59.058460" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.059181" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:55:59.058827" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T02:55:59.059290" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.110
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T02:55:57.972942" elapsed="1.086531"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-06T02:55:57.969379" elapsed="1.090181"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T02:55:59.060126" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-06T02:55:59.059743" elapsed="0.000439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T02:55:59.060639" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-06T02:55:59.060372" elapsed="0.000324"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.061267" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-06T02:55:59.060851" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.061813" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-06T02:55:59.061465" elapsed="0.000391"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.062374" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-06T02:55:59.062000" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.062884" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-06T02:55:59.062577" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-06T02:55:59.063218" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:55:59.063008" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.067460" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T02:55:59.067064" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T02:55:59.068725" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T02:55:59.068812" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T02:55:59.068053" elapsed="0.000784"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T02:55:59.068980" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.070310" level="INFO">Logging into '10.30.170.114:22' as 'jenkins'.</msg>
<msg time="2026-07-06T02:55:59.761603" 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 Mon Jul  6 02:55:59 UTC 2026

  System load:  0.0                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.114
  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-17-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-06T02:55:59.069832" elapsed="0.693245"/>
</kw>
<msg time="2026-07-06T02:55:59.764513" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T02:55:59.069473" elapsed="0.695153"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-06T02:55:59.067706" elapsed="0.698323"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.785029" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-06T02:55:59.767115" elapsed="0.020429"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:55:59.788032" elapsed="0.000635"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-06T02:55:59.066552" elapsed="0.722260"/>
</kw>
<status status="PASS" start="2026-07-06T02:55:59.063344" elapsed="0.725552"/>
</branch>
<status status="PASS" start="2026-07-06T02:55:59.062984" elapsed="0.725975"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-06T02:55:59.789287" elapsed="0.001072"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-06T02:55:59.797122" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-06T02:55:59.796954" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-07-06T02:55:59.796922" elapsed="0.000305"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-06T02:55:59.802208" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-06T02:55:59.802047" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-07-06T02:55:59.802020" elapsed="0.000285"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T02:55:59.802489" elapsed="0.000618"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-06T02:55:59.803708" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-07-06T02:55:59.986145" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-06T02:55:59.803311" elapsed="0.182991"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.085979" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-06T02:55:59.986568" elapsed="0.099505"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.090109" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-06T02:56:00.090318" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-06T02:56:00.086270" elapsed="0.004082"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-06T02:56:00.090509" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:56:00.090840" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.091479" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:56:00.091180" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T02:56:00.091606" elapsed="0.000045"/>
</return>
<msg time="2026-07-06T02:56:00.091832" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.110
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T02:55:59.801546" elapsed="0.290319"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-06T02:56:00.092011" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T02:56:00.092618" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-06T02:55:59.796539" elapsed="0.296212"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-06T02:56:00.096483" elapsed="0.000052"/>
</return>
<status status="NOT RUN" start="2026-07-06T02:56:00.096344" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-07-06T02:56:00.096320" elapsed="0.000280"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T02:56:00.096736" elapsed="0.000446"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.097628" level="INFO">Logging into '10.30.170.110:8101' as 'karaf'.</msg>
<msg time="2026-07-06T02:56:00.346982" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-06T02:56:00.097331" elapsed="0.249804"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.383842" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-06T02:56:00.347388" elapsed="0.036525"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.385711" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-06T02:56:00.385843" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-06T02:56:00.384070" elapsed="0.001806"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-06T02:56:00.386036" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T02:56:00.386382" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.387092" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:56:00.386722" elapsed="0.000449"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-06T02:56:00.387232" elapsed="0.000061"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.110
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-06T02:56:00.096014" elapsed="0.291401"/>
</kw>
<status status="PASS" start="2026-07-06T02:55:57.967610" elapsed="2.419951"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.389623" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:56:00.388486" elapsed="0.001207"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.391263" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-06T02:56:00.390882" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-06T02:56:00.391953" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:56:00.391401" elapsed="0.000626"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-06T02:56:00.395404" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-06T02:56:00.395112" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-07-06T02:56:00.395085" elapsed="0.000635"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.396155" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-06T02:56:00.395875" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.397008" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T02:56:00.396466" elapsed="0.000606"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.397744" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T02:56:00.397239" elapsed="0.000537"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T02:56:00.398824" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T02:56:00.398919" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T02:56:00.398443" elapsed="0.000501"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T02:56:00.399091" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.400386" level="INFO">Logging into '10.30.170.114:22' as 'jenkins'.</msg>
<msg time="2026-07-06T02:56:00.749656" 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 Mon Jul  6 02:55:59 UTC 2026

  System load:  0.0                Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.114
  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: Mon Jul  6 02:55:59 2026 from 10.30.170.116
[?2004h[jenkins@releng-00446-17-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-06T02:56:00.400021" elapsed="0.349843"/>
</kw>
<msg time="2026-07-06T02:56:00.749952" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T02:56:00.399617" elapsed="0.350458"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-06T02:56:00.397989" elapsed="0.352215"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T02:56:00.750749" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T03:06:06.838438" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T03:06:06.839605" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T03:06:06.839718" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-06T02:56:00.750436" elapsed="606.089355"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:06:06.841021" elapsed="0.001950"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.845281" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:05.897 16  switches: flows:  107067 109631 108282 105937 114046 109814 110678 107142 103790 104092 109280 108084 107706 103602 105202 106641  total = 28.683233 per ms 
02:58:05.999 16  switches: flows:  129470 131387 128308 128836 131596 127150 131987 123151 123193 125107 130700 129901 123829 122116 125012 125172  total = 33.891897 per ms 
02:59:06.100 16  switches: flows:  146635 146593 144069 143483 147739 146619 148039 140793 138986 137612 142659 145041 140200 138304 139127 141672  total = 38.062640 per ms 
03:00:06.201 16  switches: flows:  152001 147037 148473 147264 148037 147172 151286 143025 143486 140116 144706 144383 143974 142792 144088 140517  total = 38.741198 per ms 
03:01:06.304 16  switches: flows:  150132 146632 149031 146120 145769 142770 147637 142631 136772 133203 137470 135517 138458 140110 137448 138359  total = 37.737043 per ms 
03:02:06.407 16  switches: flows:  149327 147816 147104 147003 146272 141858 143577 141887 136768 134740 136285 138285 136249 140298 136781 140184  total = 37.676094 per ms 
03:03:06.508 16  switches: flows:  146196 148219 146932 143684 146354 143997 142884 140280 140866 136171 136348 140017 137804 139444 138518 137414  total = 37.689157 per ms 
03:04:06.610 16  switches: flows:  141009 143371 144077 141070 143616 139888 140687 139496 136592 131295 131996 136950 133746 137313 138763 135677  total = 36.864241 per ms 
03:05:06.710 16  switches: flows:  143121 143472 144923 139702 144616 140629 139425 138748 137721 131327 133808 136042 135064 139653 137946 136727  total = 36.986987 per ms 
03:06:06.811 16  switches: flows:  143859 144624 143692 144345 144135 141124 139383 136517 136252 130683 130177 134578 133873 136807 135656 137225  total = 36.820704 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33891.90/38741.20/37163.33/12455.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.843543" elapsed="0.002219"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T03:06:06.846637" elapsed="0.000100"/>
</return>
<status status="PASS" start="2026-07-06T03:06:06.846044" elapsed="0.000808"/>
</branch>
<status status="PASS" start="2026-07-06T03:06:06.845967" elapsed="0.000969"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T03:06:06.847258" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-07-06T03:06:06.847142" elapsed="0.000250"/>
</branch>
<status status="NOT RUN" start="2026-07-06T03:06:06.847092" elapsed="0.000370"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T03:06:06.847609" elapsed="0.000044"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:06:06.851428" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T03:06:06.852125" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:06:06.852560" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T03:06:06.848443" elapsed="0.004332"/>
</kw>
<msg time="2026-07-06T03:06:06.852953" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-06T02:56:00.392432" elapsed="606.460559"/>
</kw>
<status status="PASS" start="2026-07-06T02:56:00.392064" elapsed="606.460995"/>
</branch>
<status status="PASS" start="2026-07-06T02:56:00.391368" elapsed="606.461725"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.853720" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:57:05.897 16  switches: flows:  107067 109631 108282 105937 114046 109814 110678 107142 103790 104092 109280 108084 107706 103602 105202 106641  total = 28.683233 per ms 
02:58:05.999 16  switches: flows:  129470 131387 128308 128836 131596 127150 131987 123151 123193 125107 130700 129901 123829 122116 125012 125172  total = 33.891897 per ms 
02:59:06.100 16  switches: flows:  146635 146593 144069 143483 147739 146619 148039 140793 138986 137612 142659 145041 140200 138304 139127 141672  total = 38.062640 per ms 
03:00:06.201 16  switches: flows:  152001 147037 148473 147264 148037 147172 151286 143025 143486 140116 144706 144383 143974 142792 144088 140517  total = 38.741198 per ms 
03:01:06.304 16  switches: flows:  150132 146632 149031 146120 145769 142770 147637 142631 136772 133203 137470 135517 138458 140110 137448 138359  total = 37.737043 per ms 
03:02:06.407 16  switches: flows:  149327 147816 147104 147003 146272 141858 143577 141887 136768 134740 136285 138285 136249 140298 136781 140184  total = 37.676094 per ms 
03:03:06.508 16  switches: flows:  146196 148219 146932 143684 146354 143997 142884 140280 140866 136171 136348 140017 137804 139444 138518 137414  total = 37.689157 per ms 
03:04:06.610 16  switches: flows:  141009 143371 144077 141070 143616 139888 140687 139496 136592 131295 131996 136950 133746 137313 138763 135677  total = 36.864241 per ms 
03:05:06.710 16  switches: flows:  143121 143472 144923 139702 144616 140629 139425 138748 137721 131327 133808 136042 135064 139653 137946 136727  total = 36.986987 per ms 
03:06:06.811 16  switches: flows:  143859 144624 143692 144345 144135 141124 139383 136517 136252 130683 130177 134578 133873 136807 135656 137225  total = 36.820704 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33891.90/38741.20/37163.33/12455.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.853297" elapsed="0.000526"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-06T03:06:06.854032" elapsed="0.000530"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T03:06:06.855104" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T03:06:06.855229" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33891.90/38741.20/37163.33/12455.34 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-06T03:06:06.854780" elapsed="0.000484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:06:06.855955" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33891.90/38741.20/37163.33/12455.34 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:06:06.855477" elapsed="0.000530"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.859231" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.856202" elapsed="0.003109"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.862538" level="INFO">33891.90/38741.20/37163.33/12455.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.859531" elapsed="0.003085"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:06:06.865832" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:06:06.862822" elapsed="0.003048"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:06:06.869184" level="INFO">@{result_value_list} = [ 33891.90 | 38741.20 | 37163.33 | 12455.34 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:06:06.866156" elapsed="0.003065"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.869906" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T03:06:06.870027" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T03:06:06.869433" elapsed="0.000628"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.876456" level="INFO">min :: 33891.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.870617" elapsed="0.005937"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T03:06:06.870409" elapsed="0.006193"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.881956" level="INFO">max :: 38741.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-07-06T03:06:06.876903" elapsed="0.005110"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T03:06:06.876724" elapsed="0.005324"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.886942" level="INFO">avg :: 37163.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.882265" elapsed="0.004734"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T03:06:06.882138" elapsed="0.004896"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.891717" level="INFO">stdev :: 12455.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.887256" elapsed="0.004547"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T03:06:06.887126" elapsed="0.004712"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T03:06:06.870154" elapsed="0.021718"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.895837" level="INFO">${min} = 33891.90</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:06:06.892033" elapsed="0.003832"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.900061" level="INFO">${max} = 38741.20</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:06:06.896020" elapsed="0.004068"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.903908" level="INFO">${average} = 37163.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:06:06.900240" elapsed="0.003694"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.907781" level="INFO">${stdev} = 12455.34</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:06:06.904090" elapsed="0.003718"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.908338" level="INFO">${date} = 2026-07-06 03:06:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-06T03:06:06.907969" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.908946" level="INFO">CBench Result: 2026-07-06 03:06:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33891.90,38741.20,37163.33,12455.34</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.908526" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T03:06:06.910150" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-06T03:06:06.909697" 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-07-06T03:06:06.910405" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T03:06:06.909189" elapsed="0.001784"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-06T02:56:00.390146" elapsed="606.520889"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.911521" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-06T03:06:06.911185" 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-07-06T03:06:06.912127" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-07-06T03:06:06.911824" elapsed="0.000646"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-06T02:56:00.387764" elapsed="606.524760"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.913807" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.913408" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.915167" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-06T03:06:06.914817" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-06T03:06:06.915651" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-07-06T03:06:06.915401" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-06T03:06:06.918673" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-07-06T03:06:06.918375" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-07-06T03:06:06.918354" elapsed="0.000416"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T03:06:06.919133" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-06T03:06:06.918908" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.919920" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:06:06.919423" elapsed="0.000554"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T03:06:06.920541" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T03:06:06.920119" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T03:06:06.921473" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T03:06:06.921578" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T03:06:06.921153" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:06:06.921742" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T03:06:06.922940" level="INFO">Logging into '10.30.170.114:22' as 'jenkins'.</msg>
<msg time="2026-07-06T03:06:07.526823" 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 Mon Jul  6 03:06:07 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.114
  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: Mon Jul  6 02:56:00 2026 from 10.30.170.116
[?2004h[jenkins@releng-00446-17-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-06T03:06:06.922585" elapsed="0.604436"/>
</kw>
<msg time="2026-07-06T03:06:07.527107" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:06:06.922223" elapsed="0.604971"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-06T03:06:06.920771" elapsed="0.606536"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T03:06:07.527842" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T03:16:13.584081" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T03:16:13.584855" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T03:16:13.584963" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-06T03:06:07.527549" elapsed="606.057480"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:16:13.585541" elapsed="0.000804"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.587549" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:12.637 16  switches: flows:  644928 652985 641634 645749 645092 646945 644217 651174 638844 650122 644812 641753 638206 646932 641861 643525  total = 171.979650 per ms 
03:08:12.739 16  switches: flows:  670782 685518 678689 659009 668187 671665 671837 678322 681568 681017 680064 668211 674664 676604 676740 672192  total = 179.615332 per ms 
03:09:12.842 16  switches: flows:  673563 697506 674661 686281 686270 687928 691005 696798 681211 689004 693766 686949 693391 686158 688548 694259  total = 183.142931 per ms 
03:10:12.944 16  switches: flows:  679355 674280 675123 667129 685909 680083 676267 682716 682504 682934 672384 676880 685660 676465 669102 688214  total = 180.612674 per ms 
03:11:13.045 16  switches: flows:  674015 683316 684033 682075 683626 684112 686642 690710 693125 685652 685275 687677 684507 683309 675333 691567  total = 182.274485 per ms 
03:12:13.147 16  switches: flows:  673502 682079 689534 685548 686312 683868 681859 682398 679557 685632 685818 690845 691418 675613 685388 682142  total = 182.050996 per ms 
03:13:13.247 16  switches: flows:  675142 679182 681625 670408 672091 681583 673971 687222 680471 686707 670237 676514 680395 669088 673605 689702  total = 180.496781 per ms 
03:14:13.348 16  switches: flows:  663587 678333 670685 664424 661882 665005 665569 673338 666092 680145 668528 665117 668954 666389 661422 668945  total = 177.840781 per ms 
03:15:13.450 16  switches: flows:  682764 693462 684345 669614 693403 689368 676643 692033 681970 690016 675498 664845 682410 668961 679113 689387  total = 181.592062 per ms 
03:16:13.553 16  switches: flows:  672583 669866 668551 678995 677328 670808 675532 685411 681397 663165 681933 674172 675545 666272 675722 682929  total = 179.697713 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 177840.78/183142.93/180813.75/60290.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.586761" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T03:16:13.588402" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-06T03:16:13.588058" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-07-06T03:16:13.588004" elapsed="0.000645"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T03:16:13.588900" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-07-06T03:16:13.588792" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-07-06T03:16:13.588755" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T03:16:13.589125" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:16:13.593958" elapsed="0.000343"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T03:16:13.594446" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:16:13.594754" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T03:16:13.589837" elapsed="0.005070"/>
</kw>
<msg time="2026-07-06T03:16:13.595035" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-06T03:06:06.916088" elapsed="606.678974"/>
</kw>
<status status="PASS" start="2026-07-06T03:06:06.915764" elapsed="606.679347"/>
</branch>
<status status="PASS" start="2026-07-06T03:06:06.915376" elapsed="606.679758"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.595576" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:07:12.637 16  switches: flows:  644928 652985 641634 645749 645092 646945 644217 651174 638844 650122 644812 641753 638206 646932 641861 643525  total = 171.979650 per ms 
03:08:12.739 16  switches: flows:  670782 685518 678689 659009 668187 671665 671837 678322 681568 681017 680064 668211 674664 676604 676740 672192  total = 179.615332 per ms 
03:09:12.842 16  switches: flows:  673563 697506 674661 686281 686270 687928 691005 696798 681211 689004 693766 686949 693391 686158 688548 694259  total = 183.142931 per ms 
03:10:12.944 16  switches: flows:  679355 674280 675123 667129 685909 680083 676267 682716 682504 682934 672384 676880 685660 676465 669102 688214  total = 180.612674 per ms 
03:11:13.045 16  switches: flows:  674015 683316 684033 682075 683626 684112 686642 690710 693125 685652 685275 687677 684507 683309 675333 691567  total = 182.274485 per ms 
03:12:13.147 16  switches: flows:  673502 682079 689534 685548 686312 683868 681859 682398 679557 685632 685818 690845 691418 675613 685388 682142  total = 182.050996 per ms 
03:13:13.247 16  switches: flows:  675142 679182 681625 670408 672091 681583 673971 687222 680471 686707 670237 676514 680395 669088 673605 689702  total = 180.496781 per ms 
03:14:13.348 16  switches: flows:  663587 678333 670685 664424 661882 665005 665569 673338 666092 680145 668528 665117 668954 666389 661422 668945  total = 177.840781 per ms 
03:15:13.450 16  switches: flows:  682764 693462 684345 669614 693403 689368 676643 692033 681970 690016 675498 664845 682410 668961 679113 689387  total = 181.592062 per ms 
03:16:13.553 16  switches: flows:  672583 669866 668551 678995 677328 670808 675532 685411 681397 663165 681933 674172 675545 666272 675722 682929  total = 179.697713 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 177840.78/183142.93/180813.75/60290.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.595271" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-06T03:16:13.595794" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T03:16:13.596582" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T03:16:13.596670" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 177840.78/183142.93/180813.75/60290.93 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-06T03:16:13.596341" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:16:13.597100" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 177840.78/183142.93/180813.75/60290.93 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:16:13.596845" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.599476" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.597268" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.601895" level="INFO">177840.78/183142.93/180813.75/60290.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.599693" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:16:13.604293" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:16:13.602098" elapsed="0.002222"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:16:13.606734" level="INFO">@{result_value_list} = [ 177840.78 | 183142.93 | 180813.75 | 60290.93 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:16:13.604541" elapsed="0.002221"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.607214" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T03:16:13.607301" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T03:16:13.606913" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.612261" level="INFO">min :: 177840.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.607725" elapsed="0.004605"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T03:16:13.607597" elapsed="0.004774"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.616946" level="INFO">max :: 183142.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.612644" elapsed="0.004358"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T03:16:13.612476" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.621534" level="INFO">avg :: 180813.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-07-06T03:16:13.617249" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T03:16:13.617124" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.626378" level="INFO">stdev :: 60290.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.621836" elapsed="0.004598"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T03:16:13.621711" elapsed="0.004758"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T03:16:13.607390" elapsed="0.019125"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.630337" level="INFO">${min} = 177840.78</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:16:13.626678" elapsed="0.003685"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.634225" level="INFO">${max} = 183142.93</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:16:13.630530" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.638134" level="INFO">${average} = 180813.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:16:13.634405" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.642100" level="INFO">${stdev} = 60290.93</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:16:13.638311" elapsed="0.003816"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.642670" level="INFO">${date} = 2026-07-06 03:16:13</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-06T03:16:13.642286" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.643262" level="INFO">CBench Result: 2026-07-06 03:16:13,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,177840.78,183142.93,180813.75,60290.93</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.642854" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T03:16:13.644459" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-06T03:16:13.644000" elapsed="0.000540"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-06T03:16:13.644691" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T03:16:13.643513" elapsed="0.001723"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-06T03:06:06.914208" elapsed="606.731088"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.645962" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-06T03:16:13.645645" elapsed="0.000373"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-06T03:16:13.646537" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-06T03:16:13.646225" elapsed="0.000643"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-06T03:06:06.912841" elapsed="606.734065"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.648105" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.647730" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.649408" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-06T03:16:13.649081" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-06T03:16:13.649811" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-06T03:16:13.649588" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-06T03:16:13.652951" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-06T03:16:13.652704" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-07-06T03:16:13.652685" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-06T03:16:13.653355" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-06T03:16:13.653162" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.654062" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.114" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:16:13.653647" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-06T03:16:13.654664" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T03:16:13.654262" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T03:16:13.655583" level="INFO">Length is 0.</msg>
<msg time="2026-07-06T03:16:13.655679" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T03:16:13.655255" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:16:13.655841" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-06T03:16:13.657057" level="INFO">Logging into '10.30.170.114:22' as 'jenkins'.</msg>
<msg time="2026-07-06T03:16:14.249726" 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 Mon Jul  6 03:16:13 UTC 2026

  System load:  0.39               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.114
  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: Mon Jul  6 03:06:07 2026 from 10.30.170.116
[?2004h[jenkins@releng-00446-17-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-06T03:16:13.656702" elapsed="0.593245"/>
</kw>
<msg time="2026-07-06T03:16:14.250041" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:16:13.656344" elapsed="0.593784"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-06T03:16:13.654888" elapsed="0.595356"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-06T03:16:14.250797" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.110 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-06T03:26:20.309017" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-06T03:26:20.309437" level="INFO">${stdout} = </msg>
<msg time="2026-07-06T03:26:20.309533" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-06T03:16:14.250471" elapsed="606.059103"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:26:20.309904" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.311184" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:19.379 16  switches: flows:  148815 148711 146925 145395 148699 149165 148326 149462 142718 144677 145859 147595 146311 141378 143127 143150  total = 39.005217 per ms 
03:18:19.479 16  switches: flows:  152663 145609 148529 146388 148885 150105 147828 149795 144889 146201 148578 148918 147220 143094 142128 141608  total = 39.141918 per ms 
03:19:19.580 16  switches: flows:  153174 146802 147397 144010 148115 154042 151645 150306 143533 147249 147251 148208 148018 145434 145165 143812  total = 39.336642 per ms 
03:20:19.680 16  switches: flows:  154003 146833 147699 147914 148367 153818 152852 146808 146335 147176 148001 151892 147619 143665 146593 142209  total = 39.463855 per ms 
03:21:19.781 16  switches: flows:  153236 150929 147415 148102 148137 153323 151676 151085 146624 144277 148022 151614 147796 144541 145131 143220  total = 39.519480 per ms 
03:22:19.881 16  switches: flows:  152239 152230 150885 148517 148829 153804 151666 151931 145491 144002 150689 151572 149661 144817 146344 144287  total = 39.716437 per ms 
03:23:19.981 16  switches: flows:  153820 153962 149982 150897 149443 153476 153761 151744 147170 146349 152045 151401 150391 144472 147698 143526  total = 39.935522 per ms 
03:24:20.081 16  switches: flows:  151555 149895 147875 148200 151225 155622 150571 152238 144932 142544 150684 151342 152553 146579 145009 145362  total = 39.703481 per ms 
03:25:20.182 16  switches: flows:  152314 151496 150282 148949 147334 154337 151620 152491 145231 143676 150463 150701 148043 143461 147549 145611  total = 39.659611 per ms 
03:26:20.282 16  switches: flows:  156281 149471 149187 148251 151455 153534 154237 151300 147274 141681 148841 148740 150673 145103 145500 144084  total = 39.693931 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39141.92/39935.52/39574.54/13193.40 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.310674" elapsed="0.000728"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-06T03:26:20.311770" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-07-06T03:26:20.311552" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-06T03:26:20.311514" elapsed="0.000398"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-06T03:26:20.312060" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-06T03:26:20.312007" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-07-06T03:26:20.311984" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-06T03:26:20.312195" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-06T03:26:20.316330" elapsed="0.000553"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-06T03:26:20.317100" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-06T03:26:20.317545" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-06T03:26:20.312675" elapsed="0.005089"/>
</kw>
<msg time="2026-07-06T03:26:20.317900" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-06T03:16:13.650213" elapsed="606.667713"/>
</kw>
<status status="PASS" start="2026-07-06T03:16:13.649895" elapsed="606.668083"/>
</branch>
<status status="PASS" start="2026-07-06T03:16:13.649565" elapsed="606.668438"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.318428" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.110:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.110. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:19.379 16  switches: flows:  148815 148711 146925 145395 148699 149165 148326 149462 142718 144677 145859 147595 146311 141378 143127 143150  total = 39.005217 per ms 
03:18:19.479 16  switches: flows:  152663 145609 148529 146388 148885 150105 147828 149795 144889 146201 148578 148918 147220 143094 142128 141608  total = 39.141918 per ms 
03:19:19.580 16  switches: flows:  153174 146802 147397 144010 148115 154042 151645 150306 143533 147249 147251 148208 148018 145434 145165 143812  total = 39.336642 per ms 
03:20:19.680 16  switches: flows:  154003 146833 147699 147914 148367 153818 152852 146808 146335 147176 148001 151892 147619 143665 146593 142209  total = 39.463855 per ms 
03:21:19.781 16  switches: flows:  153236 150929 147415 148102 148137 153323 151676 151085 146624 144277 148022 151614 147796 144541 145131 143220  total = 39.519480 per ms 
03:22:19.881 16  switches: flows:  152239 152230 150885 148517 148829 153804 151666 151931 145491 144002 150689 151572 149661 144817 146344 144287  total = 39.716437 per ms 
03:23:19.981 16  switches: flows:  153820 153962 149982 150897 149443 153476 153761 151744 147170 146349 152045 151401 150391 144472 147698 143526  total = 39.935522 per ms 
03:24:20.081 16  switches: flows:  151555 149895 147875 148200 151225 155622 150571 152238 144932 142544 150684 151342 152553 146579 145009 145362  total = 39.703481 per ms 
03:25:20.182 16  switches: flows:  152314 151496 150282 148949 147334 154337 151620 152491 145231 143676 150463 150701 148043 143461 147549 145611  total = 39.659611 per ms 
03:26:20.282 16  switches: flows:  156281 149471 149187 148251 151455 153534 154237 151300 147274 141681 148841 148740 150673 145103 145500 144084  total = 39.693931 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39141.92/39935.52/39574.54/13193.40 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.318140" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-06T03:26:20.318666" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-06T03:26:20.319438" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-06T03:26:20.319542" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39141.92/39935.52/39574.54/13193.40 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-06T03:26:20.319213" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:26:20.319980" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39141.92/39935.52/39574.54/13193.40 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:26:20.319722" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.322365" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.320150" elapsed="0.002271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.324780" level="INFO">39141.92/39935.52/39574.54/13193.40</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.322579" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:26:20.327175" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:26:20.324996" elapsed="0.002205"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-06T03:26:20.329646" level="INFO">@{result_value_list} = [ 39141.92 | 39935.52 | 39574.54 | 13193.40 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-06T03:26:20.327407" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.330140" level="INFO">Length is 4.</msg>
<msg time="2026-07-06T03:26:20.330228" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-06T03:26:20.329833" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.335110" level="INFO">min :: 39141.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-07-06T03:26:20.330660" elapsed="0.004512"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-06T03:26:20.330529" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.339714" level="INFO">max :: 39935.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.335451" elapsed="0.004319"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-06T03:26:20.335303" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.344327" level="INFO">avg :: 39574.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.340017" elapsed="0.004367"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-06T03:26:20.339886" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.348904" level="INFO">stdev :: 13193.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.344641" elapsed="0.004320"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-06T03:26:20.344515" elapsed="0.004480"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-06T03:26:20.330321" elapsed="0.018704"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.353098" level="INFO">${min} = 39141.92</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:26:20.349197" elapsed="0.003929"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.360528" level="INFO">${max} = 39935.52</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:26:20.353293" elapsed="0.007303"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.366894" level="INFO">${average} = 39574.54</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:26:20.361023" elapsed="0.005914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.372656" level="INFO">${stdev} = 13193.40</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-06T03:26:20.367168" elapsed="0.005526"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.373484" level="INFO">${date} = 2026-07-06 03:26: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-07-06T03:26:20.372976" elapsed="0.000567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.374247" level="INFO">CBench Result: 2026-07-06 03:26:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39141.92,39935.52,39574.54,13193.40</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-06T03:26:20.373762" elapsed="0.000548"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-06T03:26:20.375555" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-06T03:26:20.375018" elapsed="0.000607"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-06T03:26:20.375778" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-06T03:26:20.374515" elapsed="0.001826"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-06T03:16:13.648534" elapsed="606.727868"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.376919" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-06T03:26:20.376572" elapsed="0.000413"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-06T03:26:20.378247" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-06T03:26:20.377740" elapsed="0.000534"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-06T03:26:20.378539" elapsed="0.000043"/>
</return>
<status status="PASS" start="2026-07-06T03:26:20.378361" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-07-06T03:26:20.378339" elapsed="0.000307"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.378801" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.378969" elapsed="0.000027"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.379141" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.379345" 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-07-06T03:26:20.379516" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.379666" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.379815" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-06T03:26:20.380178" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-06T03:26:20.379898" elapsed="0.000336"/>
</branch>
<status status="NOT RUN" start="2026-07-06T03:26:20.379881" elapsed="0.000376"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-06T03:26:20.377381" elapsed="0.002929"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-06T03:16:13.647205" elapsed="606.733155"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-06T02:55:57.415376" elapsed="1822.965486"/>
</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>
