<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-08T02:53:07.782531" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T02:53:08.330043" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:53:08.329897" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:08.329852" 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-08-08T02:53:08.330291" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T02:53:08.331285" level="INFO">Logging into '10.30.170.77:8101' as 'karaf'.</msg>
<msg time="2026-08-08T02:53:09.148216" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T02:53:08.330986" elapsed="0.817482"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.197595" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:09.148788" elapsed="0.048994"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.220584" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T02:53:09.220739" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T02:53:09.198340" elapsed="0.022432"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:09.221043" elapsed="0.000307"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:53:09.221501" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.222285" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:53:09.221917" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T02:53:09.222396" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T02:53:08.329505" elapsed="0.893075"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-08T02:53:08.325941" elapsed="0.896704"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T02:53:09.223315" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T02:53:09.222842" elapsed="0.000542"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T02:53:09.223782" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T02:53:09.223537" elapsed="0.000300"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.224423" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T02:53:09.224027" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.224969" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T02:53:09.224619" elapsed="0.000394"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.225528" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T02:53:09.225158" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.226066" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T02:53:09.225711" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-08T02:53:09.226429" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:53:09.226203" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.231371" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:53:09.230929" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:53:09.232486" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T02:53:09.232575" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:53:09.232004" elapsed="0.000596"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:53:09.232744" elapsed="0.000390"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.234219" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-08-08T02:53:09.953778" 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 Sat Aug  8 02:53:09 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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-50965-10-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T02:53:09.233640" elapsed="0.720336"/>
</kw>
<msg time="2026-08-08T02:53:09.954079" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:53:09.233292" elapsed="0.720892"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T02:53:09.231614" elapsed="0.722703"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.962160" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-08T02:53:09.954547" elapsed="0.009027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:53:09.963856" elapsed="0.000475"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-08T02:53:09.230163" elapsed="0.734281"/>
</kw>
<status status="PASS" start="2026-08-08T02:53:09.226794" elapsed="0.737724"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:09.226174" elapsed="0.738397"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T02:53:09.964802" elapsed="0.000747"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T02:53:09.972287" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:53:09.972087" elapsed="0.000281"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:09.972049" elapsed="0.000357"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T02:53:09.977866" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:53:09.977697" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:09.977669" elapsed="0.000324"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:53:09.978199" elapsed="0.000746"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T02:53:09.979579" level="INFO">Logging into '10.30.170.77:8101' as 'karaf'.</msg>
<msg time="2026-08-08T02:53:10.193544" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T02:53:09.979164" elapsed="0.214561"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.293404" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:10.193993" elapsed="0.099569"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.305330" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T02:53:10.305537" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T02:53:10.293819" elapsed="0.011750"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:10.305741" elapsed="0.000311"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:53:10.306204" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.306872" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:53:10.306561" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T02:53:10.307008" elapsed="0.000056"/>
</return>
<msg time="2026-08-08T02:53:10.307215" 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.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T02:53:09.977116" elapsed="0.330132"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T02:53:10.307395" elapsed="0.000587"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T02:53:10.308034" 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-08-08T02:53:09.971597" elapsed="0.336601"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-08T02:53:10.312131" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-08T02:53:10.311978" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:10.311947" elapsed="0.000257"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:53:10.312340" elapsed="0.000450"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.313542" level="INFO">Logging into '10.30.170.77:8101' as 'karaf'.</msg>
<msg time="2026-08-08T02:53:10.499343" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-08T02:53:10.312968" elapsed="0.186550"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.527064" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:10.499774" elapsed="0.027431"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.530801" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-08T02:53:10.530971" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-08T02:53:10.527540" elapsed="0.003475"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-08T02:53:10.531217" elapsed="0.000270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T02:53:10.531702" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.532671" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:53:10.532189" elapsed="0.000557"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-08T02:53:10.532820" elapsed="0.000108"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.77
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-08T02:53:10.311401" elapsed="0.221697"/>
</kw>
<status status="PASS" start="2026-08-08T02:53:08.324145" elapsed="2.209044"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.536529" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:53:10.534400" elapsed="0.002226"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.538718" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T02:53:10.538205" elapsed="0.000576"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T02:53:10.539261" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:53:10.538914" elapsed="0.000433"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T02:53:10.542965" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T02:53:10.542701" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:10.542682" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.543380" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T02:53:10.543177" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.544102" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T02:53:10.543663" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.544774" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T02:53:10.544300" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T02:53:10.545721" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T02:53:10.545812" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T02:53:10.545395" elapsed="0.000440"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:53:10.545991" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.547193" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-08-08T02:53:10.867308" 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 Sat Aug  8 02:53:09 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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: Sat Aug  8 02:53:09 2026 from 10.30.171.90
[?2004h[jenkins@releng-50965-10-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T02:53:10.546824" elapsed="0.320764"/>
</kw>
<msg time="2026-08-08T02:53:10.867736" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T02:53:10.546480" elapsed="0.321438"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T02:53:10.545020" elapsed="0.323121"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T02:53:10.869085" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:03:16.998796" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T03:03:16.999469" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:03:16.999604" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T02:53:10.868519" elapsed="606.131162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:17.000236" elapsed="0.001476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.003274" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:16.091 16  switches: flows:  102142 98455 100391 98673 98014 99739 98723 99972 98020 97455 97227 95755 96490 96771 97032 97268  total = 26.202117 per ms 
02:55:16.191 16  switches: flows:  110686 109597 109399 107598 111140 108506 108677 107635 108586 106854 106604 105458 107145 105261 106449 105437  total = 28.702609 per ms 
02:56:16.292 16  switches: flows:  114116 115354 112777 110786 112987 111217 111121 110535 110285 110739 110755 110485 110555 109027 110852 110458  total = 29.651344 per ms 
02:57:16.392 16  switches: flows:  121110 121174 119494 117216 118559 119089 117329 117428 116505 118978 117423 117518 115134 117196 119360 116852  total = 31.453590 per ms 
02:58:16.493 16  switches: flows:  123457 123606 123956 121361 120617 122424 121107 122478 120322 121918 121010 121238 120810 119895 121534 120700  total = 32.386513 per ms 
02:59:16.593 16  switches: flows:  124051 123277 123558 123119 120920 121543 121807 120946 120097 120793 120215 121535 121129 119997 120925 120213  total = 32.348029 per ms 
03:00:16.693 16  switches: flows:  122111 119657 120012 119558 120125 120120 117822 119939 117553 116810 117775 118797 120368 116468 117006 118306  total = 31.654313 per ms 
03:01:16.793 16  switches: flows:  110319 109773 109805 106881 109191 108972 107028 107433 106197 105912 105754 106736 108770 104985 107568 106147  total = 28.643327 per ms 
03:02:16.894 16  switches: flows:  123757 125746 123383 122552 122482 124135 122471 122499 121094 121022 120895 121080 122439 120053 120868 121606  total = 32.547048 per ms 
03:03:16.994 16  switches: flows:  128928 127766 125146 122987 124649 126650 124107 124732 123856 120467 123904 123285 124044 119038 124019 123123  total = 33.056125 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28643.33/33056.13/31160.32/10511.26 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.002179" elapsed="0.001958"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:03:17.004498" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-08-08T03:03:17.004275" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:17.004233" elapsed="0.000408"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:03:17.004795" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:03:17.004737" elapsed="0.000120"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:03:17.004713" elapsed="0.000202"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:03:17.004968" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:03:17.008722" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T03:03:17.009443" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:03:17.009867" elapsed="0.000172"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:03:17.005442" elapsed="0.004676"/>
</kw>
<msg time="2026-08-08T03:03:17.010363" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T02:53:10.539857" elapsed="606.470557"/>
</kw>
<status status="PASS" start="2026-08-08T02:53:10.539388" elapsed="606.471115"/>
</branch>
<status status="PASS" start="2026-08-08T02:53:10.538861" elapsed="606.471685"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.011271" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:16.091 16  switches: flows:  102142 98455 100391 98673 98014 99739 98723 99972 98020 97455 97227 95755 96490 96771 97032 97268  total = 26.202117 per ms 
02:55:16.191 16  switches: flows:  110686 109597 109399 107598 111140 108506 108677 107635 108586 106854 106604 105458 107145 105261 106449 105437  total = 28.702609 per ms 
02:56:16.292 16  switches: flows:  114116 115354 112777 110786 112987 111217 111121 110535 110285 110739 110755 110485 110555 109027 110852 110458  total = 29.651344 per ms 
02:57:16.392 16  switches: flows:  121110 121174 119494 117216 118559 119089 117329 117428 116505 118978 117423 117518 115134 117196 119360 116852  total = 31.453590 per ms 
02:58:16.493 16  switches: flows:  123457 123606 123956 121361 120617 122424 121107 122478 120322 121918 121010 121238 120810 119895 121534 120700  total = 32.386513 per ms 
02:59:16.593 16  switches: flows:  124051 123277 123558 123119 120920 121543 121807 120946 120097 120793 120215 121535 121129 119997 120925 120213  total = 32.348029 per ms 
03:00:16.693 16  switches: flows:  122111 119657 120012 119558 120125 120120 117822 119939 117553 116810 117775 118797 120368 116468 117006 118306  total = 31.654313 per ms 
03:01:16.793 16  switches: flows:  110319 109773 109805 106881 109191 108972 107028 107433 106197 105912 105754 106736 108770 104985 107568 106147  total = 28.643327 per ms 
03:02:16.894 16  switches: flows:  123757 125746 123383 122552 122482 124135 122471 122499 121094 121022 120895 121080 122439 120053 120868 121606  total = 32.547048 per ms 
03:03:16.994 16  switches: flows:  128928 127766 125146 122987 124649 126650 124107 124732 123856 120467 123904 123285 124044 119038 124019 123123  total = 33.056125 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28643.33/33056.13/31160.32/10511.26 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.010760" elapsed="0.000619"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T03:03:17.011591" elapsed="0.000414"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T03:03:17.012431" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T03:03:17.012528" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28643.33/33056.13/31160.32/10511.26 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T03:03:17.012189" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:03:17.013064" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28643.33/33056.13/31160.32/10511.26 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:03:17.012718" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.015534" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.013267" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.018103" level="INFO">28643.33/33056.13/31160.32/10511.26</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.015779" elapsed="0.002384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:03:17.020674" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:03:17.018315" elapsed="0.002388"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:03:17.023204" level="INFO">@{result_value_list} = [ 28643.33 | 33056.13 | 31160.32 | 10511.26 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:03:17.020930" elapsed="0.002311"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.023736" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T03:03:17.023830" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T03:03:17.023404" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.028677" level="INFO">min :: 28643.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-08-08T03:03:17.024279" elapsed="0.004456"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T03:03:17.024143" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.033301" level="INFO">max :: 33056.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.029008" elapsed="0.004350"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T03:03:17.028861" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.037976" level="INFO">avg :: 31160.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.033609" elapsed="0.004425"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T03:03:17.033480" elapsed="0.004589"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.042550" level="INFO">stdev :: 10511.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.038293" elapsed="0.004314"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T03:03:17.038161" elapsed="0.004481"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T03:03:17.023943" elapsed="0.018731"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.046978" level="INFO">${min} = 28643.33</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:03:17.043127" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.051364" level="INFO">${max} = 33056.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:03:17.047176" elapsed="0.004220"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.055442" level="INFO">${average} = 31160.32</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:03:17.051572" elapsed="0.003904"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.059379" level="INFO">${stdev} = 10511.26</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:03:17.055642" elapsed="0.003800"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.059995" level="INFO">${date} = 2026-08-08 03:03:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T03:03:17.059608" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.060586" level="INFO">CBench Result: 2026-08-08 03:03:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28643.33,33056.13,31160.32,10511.26</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.060169" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:03:17.061773" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T03:03:17.061338" elapsed="0.000503"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T03:03:17.062010" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T03:03:17.060831" elapsed="0.001716"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-08T02:53:10.537253" elapsed="606.525359"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.063229" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T03:03:17.062798" elapsed="0.000491"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-08T03:03:17.063852" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-08-08T03:03:17.063536" elapsed="0.000682"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-08T02:53:10.533385" elapsed="606.530872"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.065568" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.065185" elapsed="0.000444"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.067002" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T03:03:17.066565" elapsed="0.000486"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T03:03:17.067415" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:03:17.067185" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T03:03:17.070522" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:03:17.070266" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:17.070246" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:03:17.070983" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T03:03:17.070747" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.071727" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:03:17.071272" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:03:17.072384" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T03:03:17.071943" elapsed="0.000469"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:03:17.073323" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:03:17.073413" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T03:03:17.073005" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:03:17.073576" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:03:17.074759" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:03:17.689184" 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 Sat Aug  8 03:03:17 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.139
  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: Sat Aug  8 02:53:10 2026 from 10.30.171.90
[?2004h[jenkins@releng-50965-10-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T03:03:17.074409" elapsed="0.614975"/>
</kw>
<msg time="2026-08-08T03:03:17.689474" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:03:17.074069" elapsed="0.615501"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T03:03:17.072614" elapsed="0.617081"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T03:03:17.690295" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.77 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:13:24.144952" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T03:13:24.145553" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:13:24.145627" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T03:03:17.689952" elapsed="606.455716"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:13:24.146154" elapsed="0.000776"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.147799" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:22.822 16  switches: flows:  549251 548149 550163 532759 539204 543964 543966 536512 532845 538635 535353 560583 553073 548633 548972 540596  total = 145.044300 per ms 
03:05:23.312 16  switches: flows:  550666 544228 539896 539805 536217 540684 532768 537740 537402 539022 533176 543959 542606 538470 540434 531277  total = 142.640241 per ms 
03:06:23.413 16  switches: flows:  555042 566269 559068 551951 555251 569315 552165 552827 559625 557787 558671 567618 557692 557609 562077 554181  total = 148.702334 per ms 
03:07:23.514 16  switches: flows:  580502 590036 581142 583232 567533 593138 588400 580454 579689 579993 582519 582701 594286 583210 574774 575600  total = 155.026135 per ms 
03:08:23.616 16  switches: flows:  641092 636579 637930 643206 647269 654055 641448 644867 655917 648843 650058 645876 650654 649985 642610 645795  total = 171.978416 per ms 
03:09:23.717 16  switches: flows:  690995 686037 689586 686522 684665 691023 680933 684888 690897 687548 686771 682081 677020 689252 682114 685655  total = 182.625581 per ms 
03:10:23.819 16  switches: flows:  582800 593415 590568 577809 589158 590554 580982 581315 591050 586388 587765 586219 570181 589185 603292 582148  total = 156.118602 per ms 
03:11:23.921 16  switches: flows:  620002 612209 619834 612934 626855 629994 604940 625857 610955 616470 624305 628346 625526 619823 623215 607181  total = 164.860992 per ms 
03:12:24.022 16  switches: flows:  642235 635761 644404 643680 637264 636737 638637 641365 632497 636461 640099 637173 638067 641529 646693 642617  total = 170.301014 per ms 
03:13:24.141 16  switches: flows:  616137 606862 612694 602720 558044 611430 600409 596536 569220 576485 597242 611688 616140 586988 534980 600856  total = 157.994105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142640.24/182625.58/161138.60/54986.81 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.147232" elapsed="0.000836"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:13:24.148490" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-08-08T03:13:24.148216" elapsed="0.000392"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:24.148169" elapsed="0.000478"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:13:24.148788" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:13:24.148734" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:13:24.148712" elapsed="0.000169"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:13:24.148946" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:13:24.153805" elapsed="0.000810"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T03:13:24.155039" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:13:24.155424" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:13:24.149462" elapsed="0.006125"/>
</kw>
<msg time="2026-08-08T03:13:24.155729" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T03:03:17.067974" elapsed="607.087783"/>
</kw>
<status status="PASS" start="2026-08-08T03:03:17.067543" elapsed="607.088264"/>
</branch>
<status status="PASS" start="2026-08-08T03:03:17.067161" elapsed="607.088672"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.156332" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:22.822 16  switches: flows:  549251 548149 550163 532759 539204 543964 543966 536512 532845 538635 535353 560583 553073 548633 548972 540596  total = 145.044300 per ms 
03:05:23.312 16  switches: flows:  550666 544228 539896 539805 536217 540684 532768 537740 537402 539022 533176 543959 542606 538470 540434 531277  total = 142.640241 per ms 
03:06:23.413 16  switches: flows:  555042 566269 559068 551951 555251 569315 552165 552827 559625 557787 558671 567618 557692 557609 562077 554181  total = 148.702334 per ms 
03:07:23.514 16  switches: flows:  580502 590036 581142 583232 567533 593138 588400 580454 579689 579993 582519 582701 594286 583210 574774 575600  total = 155.026135 per ms 
03:08:23.616 16  switches: flows:  641092 636579 637930 643206 647269 654055 641448 644867 655917 648843 650058 645876 650654 649985 642610 645795  total = 171.978416 per ms 
03:09:23.717 16  switches: flows:  690995 686037 689586 686522 684665 691023 680933 684888 690897 687548 686771 682081 677020 689252 682114 685655  total = 182.625581 per ms 
03:10:23.819 16  switches: flows:  582800 593415 590568 577809 589158 590554 580982 581315 591050 586388 587765 586219 570181 589185 603292 582148  total = 156.118602 per ms 
03:11:23.921 16  switches: flows:  620002 612209 619834 612934 626855 629994 604940 625857 610955 616470 624305 628346 625526 619823 623215 607181  total = 164.860992 per ms 
03:12:24.022 16  switches: flows:  642235 635761 644404 643680 637264 636737 638637 641365 632497 636461 640099 637173 638067 641529 646693 642617  total = 170.301014 per ms 
03:13:24.141 16  switches: flows:  616137 606862 612694 602720 558044 611430 600409 596536 569220 576485 597242 611688 616140 586988 534980 600856  total = 157.994105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142640.24/182625.58/161138.60/54986.81 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.156017" elapsed="0.000404"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T03:13:24.156579" elapsed="0.000413"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T03:13:24.157410" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T03:13:24.157503" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142640.24/182625.58/161138.60/54986.81 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T03:13:24.157168" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:24.157978" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142640.24/182625.58/161138.60/54986.81 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:13:24.157693" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.160498" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.158152" elapsed="0.002415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.163000" level="INFO">142640.24/182625.58/161138.60/54986.81</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.160715" elapsed="0.002397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:24.165630" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:13:24.163266" elapsed="0.002392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:13:24.168135" level="INFO">@{result_value_list} = [ 142640.24 | 182625.58 | 161138.60 | 54986.81 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:13:24.165884" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.168645" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T03:13:24.168735" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T03:13:24.168325" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.173801" level="INFO">min :: 142640.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.169202" elapsed="0.004658"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T03:13:24.169064" elapsed="0.004849"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.178532" level="INFO">max :: 182625.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.174147" elapsed="0.004443"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T03:13:24.174012" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.183229" level="INFO">avg :: 161138.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.178843" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T03:13:24.178714" elapsed="0.004606"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.187941" level="INFO">stdev :: 54986.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.183569" elapsed="0.004430"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T03:13:24.183409" elapsed="0.004625"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T03:13:24.168834" elapsed="0.019232"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.192146" level="INFO">${min} = 142640.24</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:13:24.188243" elapsed="0.003932"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.196344" level="INFO">${max} = 182625.58</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:13:24.192337" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.200401" level="INFO">${average} = 161138.60</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:13:24.196545" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.204452" level="INFO">${stdev} = 54986.81</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:13:24.200593" elapsed="0.003888"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.205068" level="INFO">${date} = 2026-08-08 03:13:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T03:13:24.204662" elapsed="0.000433"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.205668" level="INFO">CBench Result: 2026-08-08 03:13:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142640.24,182625.58,161138.60,54986.81</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.205246" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:13:24.206934" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T03:13:24.206434" elapsed="0.000569"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T03:13:24.207154" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T03:13:24.205931" elapsed="0.001787"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-08T03:03:17.065983" elapsed="607.141797"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.208335" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T03:13:24.207956" elapsed="0.000437"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-08T03:13:24.208955" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-08-08T03:13:24.208629" elapsed="0.000701"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-08T03:03:17.064578" elapsed="607.144792"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.210975" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.210497" elapsed="0.000540"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.212485" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-08T03:13:24.211994" elapsed="0.000537"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-08T03:13:24.212989" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:13:24.212704" elapsed="0.000346"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-08T03:13:24.218058" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:13:24.217567" elapsed="0.000585"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:24.217528" elapsed="0.000662"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:13:24.218740" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-08T03:13:24.218393" elapsed="0.000616"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.219977" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.139" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:13:24.219219" elapsed="0.000861"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-08T03:13:24.221069" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T03:13:24.220388" elapsed="0.000723"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:13:24.222087" level="INFO">Length is 0.</msg>
<msg time="2026-08-08T03:13:24.222179" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T03:13:24.221732" elapsed="0.000472"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:13:24.222351" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-08T03:13:24.223576" level="INFO">Logging into '10.30.170.139:22' as 'jenkins'.</msg>
<msg time="2026-08-08T03:13:24.798100" 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 Sat Aug  8 03:13:24 UTC 2026

  System load:  0.25               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.139
  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: Sat Aug  8 03:03:17 2026 from 10.30.171.90
[?2004h[jenkins@releng-50965-10-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-08T03:13:24.223216" elapsed="0.575124"/>
</kw>
<msg time="2026-08-08T03:13:24.798444" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:13:24.222844" elapsed="0.575701"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-08T03:13:24.221342" elapsed="0.577338"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-08T03:13:24.799342" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.77 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-08T03:23:30.828267" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-08T03:23:30.828789" level="INFO">${stdout} = </msg>
<msg time="2026-08-08T03:23:30.828971" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-08T03:13:24.798965" elapsed="606.030085"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:23:30.829556" elapsed="0.000884"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.831599" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:29.921 16  switches: flows:  113646 112954 113527 113089 112064 112540 112401 111560 112055 110716 109723 110945 110879 109416 111962 110751  total = 29.803800 per ms 
03:15:30.021 16  switches: flows:  124026 123161 125007 126183 123650 125175 122240 121050 121734 121690 119684 119945 120413 120824 124790 122851  total = 32.652525 per ms 
03:16:30.121 16  switches: flows:  115995 116036 119088 116710 115499 117786 115757 115965 113105 114872 112941 114115 113863 112599 115589 113930  total = 30.679600 per ms 
03:17:30.222 16  switches: flows:  117678 117598 118771 116194 117000 117423 118678 113852 115187 115389 115924 114127 113239 114966 115504 114429  total = 30.880938 per ms 
03:18:30.322 16  switches: flows:  121108 121249 123360 121965 122148 121108 123680 118250 121449 119886 119197 120608 119482 120710 118898 119448  total = 32.155382 per ms 
03:19:30.422 16  switches: flows:  123021 124569 127479 125713 126163 125350 127189 122806 123885 123729 122137 124142 122093 123599 122752 124372  total = 33.094655 per ms 
03:20:30.523 16  switches: flows:  122487 122290 125717 125995 125747 123049 125445 119187 123332 122083 120340 120518 122521 121730 120749 121943  total = 32.664379 per ms 
03:21:30.623 16  switches: flows:  120776 124601 125767 123943 124556 122869 124838 120889 121209 121822 120495 119523 120328 122861 121240 122824  total = 32.587904 per ms 
03:22:30.723 16  switches: flows:  118615 119848 116538 117907 117069 117674 115793 115418 115299 113560 116441 114219 115323 113283 114840 112424  total = 30.852608 per ms 
03:23:30.824 16  switches: flows:  126237 127883 124318 126913 125038 127957 123115 124675 123038 121878 125663 121382 122967 121821 124367 120795  total = 33.078916 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30679.60/33094.65/32071.88/10731.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.830825" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-08T03:23:30.832431" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-08-08T03:23:30.832114" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-08-08T03:23:30.832060" elapsed="0.000581"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-08T03:23:30.832850" elapsed="0.000057"/>
</return>
<status status="NOT RUN" start="2026-08-08T03:23:30.832768" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:23:30.832732" elapsed="0.000290"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-08T03:23:30.833092" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-08T03:23:30.839213" elapsed="0.000776"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-08T03:23:30.840322" elapsed="0.000347"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-08T03:23:30.840993" elapsed="0.000226"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-08T03:23:30.833805" elapsed="0.007535"/>
</kw>
<msg time="2026-08-08T03:23:30.841625" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-08T03:13:24.213536" elapsed="606.628149"/>
</kw>
<status status="PASS" start="2026-08-08T03:13:24.213078" elapsed="606.628718"/>
</branch>
<status status="PASS" start="2026-08-08T03:13:24.212675" elapsed="606.629171"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.842941" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.77: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.77. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:29.921 16  switches: flows:  113646 112954 113527 113089 112064 112540 112401 111560 112055 110716 109723 110945 110879 109416 111962 110751  total = 29.803800 per ms 
03:15:30.021 16  switches: flows:  124026 123161 125007 126183 123650 125175 122240 121050 121734 121690 119684 119945 120413 120824 124790 122851  total = 32.652525 per ms 
03:16:30.121 16  switches: flows:  115995 116036 119088 116710 115499 117786 115757 115965 113105 114872 112941 114115 113863 112599 115589 113930  total = 30.679600 per ms 
03:17:30.222 16  switches: flows:  117678 117598 118771 116194 117000 117423 118678 113852 115187 115389 115924 114127 113239 114966 115504 114429  total = 30.880938 per ms 
03:18:30.322 16  switches: flows:  121108 121249 123360 121965 122148 121108 123680 118250 121449 119886 119197 120608 119482 120710 118898 119448  total = 32.155382 per ms 
03:19:30.422 16  switches: flows:  123021 124569 127479 125713 126163 125350 127189 122806 123885 123729 122137 124142 122093 123599 122752 124372  total = 33.094655 per ms 
03:20:30.523 16  switches: flows:  122487 122290 125717 125995 125747 123049 125445 119187 123332 122083 120340 120518 122521 121730 120749 121943  total = 32.664379 per ms 
03:21:30.623 16  switches: flows:  120776 124601 125767 123943 124556 122869 124838 120889 121209 121822 120495 119523 120328 122861 121240 122824  total = 32.587904 per ms 
03:22:30.723 16  switches: flows:  118615 119848 116538 117907 117069 117674 115793 115418 115299 113560 116441 114219 115323 113283 114840 112424  total = 30.852608 per ms 
03:23:30.824 16  switches: flows:  126237 127883 124318 126913 125038 127957 123115 124675 123038 121878 125663 121382 122967 121821 124367 120795  total = 33.078916 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30679.60/33094.65/32071.88/10731.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.842189" elapsed="0.000910"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-08T03:23:30.843263" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-08T03:23:30.844050" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-08T03:23:30.844172" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30679.60/33094.65/32071.88/10731.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-08T03:23:30.843799" elapsed="0.000402"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:23:30.844683" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30679.60/33094.65/32071.88/10731.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:23:30.844386" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.847179" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.844914" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.849583" level="INFO">30679.60/33094.65/32071.88/10731.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.847385" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:23:30.852038" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:23:30.849792" elapsed="0.002276"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-08T03:23:30.854466" level="INFO">@{result_value_list} = [ 30679.60 | 33094.65 | 32071.88 | 10731.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-08T03:23:30.852262" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.854973" level="INFO">Length is 4.</msg>
<msg time="2026-08-08T03:23:30.855069" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-08T03:23:30.854649" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.859732" level="INFO">min :: 30679.60</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.855467" elapsed="0.004321"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-08T03:23:30.855339" elapsed="0.004484"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.864746" level="INFO">max :: 33094.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.860051" elapsed="0.004772"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-08T03:23:30.859924" elapsed="0.004943"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.870466" level="INFO">avg :: 32071.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.865185" elapsed="0.005351"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-08T03:23:30.865011" elapsed="0.005571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.875358" level="INFO">stdev :: 10731.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.870807" elapsed="0.004609"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-08T03:23:30.870675" elapsed="0.004775"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-08T03:23:30.855157" elapsed="0.020323"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.879378" level="INFO">${min} = 30679.60</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:23:30.875637" elapsed="0.003768"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.883244" level="INFO">${max} = 33094.65</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:23:30.879560" elapsed="0.003711"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.887126" level="INFO">${average} = 32071.88</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:23:30.883424" elapsed="0.003729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.891002" level="INFO">${stdev} = 10731.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-08T03:23:30.887305" elapsed="0.003723"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.891528" level="INFO">${date} = 2026-08-08 03:23:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-08T03:23:30.891186" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.892116" level="INFO">CBench Result: 2026-08-08 03:23:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30679.60,33094.65,32071.88,10731.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-08T03:23:30.891696" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-08T03:23:30.893271" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-08T03:23:30.892783" elapsed="0.000557"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-08T03:23:30.893490" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-08T03:23:30.892316" elapsed="0.001716"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-08T03:13:24.211391" elapsed="606.682699"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.894559" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-08T03:23:30.894236" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-08T03:23:30.895827" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-08T03:23:30.895342" elapsed="0.000512"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-08T03:23:30.896098" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-08T03:23:30.895945" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-08-08T03:23:30.895926" elapsed="0.000265"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.896331" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.896483" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.896637" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.896828" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.896993" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.897145" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.897287" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-08T03:23:30.897504" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-08T03:23:30.897368" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-08T03:23:30.897352" elapsed="0.000226"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-08T03:23:30.895006" elapsed="0.002621"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-08T03:13:24.209914" elapsed="606.687758"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-08T02:53:07.784113" elapsed="1823.114147"/>
</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>
