<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-05T02:58:34.474129" 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-05T02:58:35.053620" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-08-05T02:58:35.053465" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:35.053434" elapsed="0.000326"/>
</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-05T02:58:35.053913" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T02:58:35.054970" level="INFO">Logging into '10.30.170.94:8101' as 'karaf'.</msg>
<msg time="2026-08-05T02:58:35.771028" 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-05T02:58:35.054605" elapsed="0.716629"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T02:58:35.821225" 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-05T02:58:35.771554" elapsed="0.049737"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T02:58:35.823200" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T02:58:35.823312" 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-05T02:58:35.821453" elapsed="0.001889"/>
</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-05T02:58:35.823499" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:58:35.823878" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.824578" 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-05T02:58:35.824244" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T02:58:35.824715" elapsed="0.000053"/>
</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.94
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-05T02:58:35.053078" elapsed="0.771814"/>
</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-05T02:58:35.049301" elapsed="0.775659"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T02:58:35.825512" 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-05T02:58:35.825146" elapsed="0.000431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T02:58:35.826053" 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-05T02:58:35.825799" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.826721" 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-05T02:58:35.826281" elapsed="0.000468"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.827253" 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-05T02:58:35.826916" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.827838" 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-05T02:58:35.827443" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.828335" 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-05T02:58:35.828024" elapsed="0.000352"/>
</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-05T02:58:35.828703" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T02:58:35.828464" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T02:58:35.833144" 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-05T02:58:35.832702" elapsed="0.000469"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T02:58:35.834220" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T02:58:35.834308" 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-05T02:58:35.833749" elapsed="0.000584"/>
</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-05T02:58:35.834476" elapsed="0.000385"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T02:58:35.835876" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-08-05T02:58:36.600852" 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 Wed Aug  5 02:58:36 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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-7-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-05T02:58:35.835361" elapsed="0.765643"/>
</kw>
<msg time="2026-08-05T02:58:36.601096" 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-05T02:58:35.835015" elapsed="0.766173"/>
</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-05T02:58:35.833379" elapsed="0.767926"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-05T02:58:36.606916" 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-05T02:58:36.601515" elapsed="0.006701"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:58:36.608402" elapsed="0.000288"/>
</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-05T02:58:35.832135" elapsed="0.776619"/>
</kw>
<status status="PASS" start="2026-08-05T02:58:35.828830" elapsed="0.779960"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:35.828437" elapsed="0.780386"/>
</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-05T02:58:36.608981" elapsed="0.000496"/>
</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-05T02:58:36.614390" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-05T02:58:36.614219" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:36.614186" elapsed="0.000311"/>
</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-05T02:58:36.619567" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-05T02:58:36.619405" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:36.619378" elapsed="0.000309"/>
</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-05T02:58:36.619919" elapsed="0.000614"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T02:58:36.621136" level="INFO">Logging into '10.30.170.94:8101' as 'karaf'.</msg>
<msg time="2026-08-05T02:58:36.831892" 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-05T02:58:36.620765" elapsed="0.211330"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T02:58:36.929532" 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-05T02:58:36.832356" elapsed="0.097364"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T02:58:36.938820" 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-05T02:58:36.939013" 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-05T02:58:36.930074" elapsed="0.008972"/>
</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-05T02:58:36.939188" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:58:36.939539" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:58:36.940212" 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-05T02:58:36.939888" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T02:58:36.940317" elapsed="0.000061"/>
</return>
<msg time="2026-08-05T02:58:36.940528" 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.94
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-05T02:58:36.618905" elapsed="0.321654"/>
</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-05T02:58:36.940729" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T02:58:36.941325" 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-05T02:58:36.613796" elapsed="0.327660"/>
</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-05T02:58:36.945287" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-05T02:58:36.945136" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:36.945113" elapsed="0.000246"/>
</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-05T02:58:36.945490" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-05T02:58:36.946640" level="INFO">Logging into '10.30.170.94:8101' as 'karaf'.</msg>
<msg time="2026-08-05T02:58:37.093406" 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-05T02:58:36.946121" elapsed="0.147401"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.116227" 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-05T02:58:37.093747" elapsed="0.022541"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.118301" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-05T02:58:37.118403" 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-05T02:58:37.116438" elapsed="0.001994"/>
</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-05T02:58:37.118569" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T02:58:37.118921" elapsed="0.000178"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:58:37.119556" 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-05T02:58:37.119238" elapsed="0.000367"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-05T02:58:37.119690" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.94
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-05T02:58:36.944803" elapsed="0.175054"/>
</kw>
<status status="PASS" start="2026-08-05T02:58:35.047502" elapsed="2.072419"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:58:37.122680" 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-05T02:58:37.121520" elapsed="0.001227"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T02:58:37.124247" 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-05T02:58:37.123894" elapsed="0.000396"/>
</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-05T02:58:37.124610" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T02:58:37.124369" elapsed="0.000318"/>
</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-05T02:58:37.127688" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T02:58:37.127409" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:37.127390" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.128103" 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-05T02:58:37.128226" 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-05T02:58:37.127903" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T02:58:37.128845" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.94 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" 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-05T02:58:37.128404" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.129511" 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-05T02:58:37.129046" elapsed="0.000492"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T02:58:37.130533" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T02:58:37.130623" 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-05T02:58:37.130209" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-05T02:58:37.130807" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.132072" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-08-05T02:58:37.469302" 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 Wed Aug  5 02:58:36 UTC 2026

  System load:  0.09               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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: Wed Aug  5 02:58:36 2026 from 10.30.171.99
[?2004h[jenkins@releng-50965-7-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-05T02:58:37.131698" elapsed="0.337851"/>
</kw>
<msg time="2026-08-05T02:58:37.469643" 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-05T02:58:37.131311" elapsed="0.338444"/>
</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-05T02:58:37.129829" elapsed="0.340064"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T02:58:37.470556" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.94 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:08:43.574929" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:08:43.575732" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:08:43.575847" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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-05T02:58:37.470178" elapsed="606.105732"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:08:43.576445" elapsed="0.000859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.579224" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:59:42.660 16  switches: flows:  109242 114172 110332 113511 111394 110810 110033 110961 111374 108873 111632 109585 108858 111839 110246 107887  total = 29.512483 per ms 
03:00:42.760 16  switches: flows:  119590 123668 120273 123288 120331 120503 121852 121102 120375 121675 121270 119849 120016 121807 122357 117619  total = 32.205811 per ms 
03:01:42.861 16  switches: flows:  115866 119789 116049 120419 118182 118549 118378 118601 118747 118263 117514 116680 115502 119651 117380 115921  total = 31.372448 per ms 
03:02:42.961 16  switches: flows:  121497 128070 125798 127799 125949 125364 125828 126470 124415 125346 123718 123918 124721 125647 125092 122193  total = 33.308130 per ms 
03:03:43.061 16  switches: flows:  125502 128403 126679 127675 124838 127338 130328 127564 125518 127738 128311 127258 126783 127807 127101 127067  total = 33.875259 per ms 
03:04:43.162 16  switches: flows:  116050 119935 118009 118414 115074 116705 118879 115874 115353 118130 116808 116990 118809 115579 116068 118303  total = 31.197587 per ms 
03:05:43.262 16  switches: flows:  121894 127586 124064 127043 123596 126181 125416 122935 123236 125436 124250 121688 123559 124159 123300 122958  total = 33.066275 per ms 
03:06:43.363 16  switches: flows:  116198 120609 116170 117834 115230 115603 119902 115757 116218 116279 116441 115137 116250 117226 115054 116222  total = 31.050185 per ms 
03:07:43.463 16  switches: flows:  120294 122013 119596 123613 120971 122665 121986 122803 121060 119734 119849 119400 120610 118911 118176 119376  total = 32.130633 per ms 
03:08:43.563 16  switches: flows:  111804 115523 114096 115726 112368 115110 115933 113472 110397 114204 112972 113610 112933 113159 111619 112705  total = 30.210049 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30210.05/33875.26/32046.26/10741.98 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:08:43.577727" elapsed="0.001862"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:08:43.580207" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-08-05T03:08:43.579858" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-08-05T03:08:43.579791" elapsed="0.000667"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:08:43.580719" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:08:43.580598" elapsed="0.000216"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:08:43.580561" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:08:43.580938" 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-05T03:08:43.585464" elapsed="0.000378"/>
</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-05T03:08:43.585990" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:08:43.586308" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:08:43.581681" elapsed="0.004780"/>
</kw>
<msg time="2026-08-05T03:08:43.586599" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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-05T02:58:37.125042" elapsed="606.461583"/>
</kw>
<status status="PASS" start="2026-08-05T02:58:37.124716" elapsed="606.461978"/>
</branch>
<status status="PASS" start="2026-08-05T02:58:37.124346" elapsed="606.462374"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.587159" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:59:42.660 16  switches: flows:  109242 114172 110332 113511 111394 110810 110033 110961 111374 108873 111632 109585 108858 111839 110246 107887  total = 29.512483 per ms 
03:00:42.760 16  switches: flows:  119590 123668 120273 123288 120331 120503 121852 121102 120375 121675 121270 119849 120016 121807 122357 117619  total = 32.205811 per ms 
03:01:42.861 16  switches: flows:  115866 119789 116049 120419 118182 118549 118378 118601 118747 118263 117514 116680 115502 119651 117380 115921  total = 31.372448 per ms 
03:02:42.961 16  switches: flows:  121497 128070 125798 127799 125949 125364 125828 126470 124415 125346 123718 123918 124721 125647 125092 122193  total = 33.308130 per ms 
03:03:43.061 16  switches: flows:  125502 128403 126679 127675 124838 127338 130328 127564 125518 127738 128311 127258 126783 127807 127101 127067  total = 33.875259 per ms 
03:04:43.162 16  switches: flows:  116050 119935 118009 118414 115074 116705 118879 115874 115353 118130 116808 116990 118809 115579 116068 118303  total = 31.197587 per ms 
03:05:43.262 16  switches: flows:  121894 127586 124064 127043 123596 126181 125416 122935 123236 125436 124250 121688 123559 124159 123300 122958  total = 33.066275 per ms 
03:06:43.363 16  switches: flows:  116198 120609 116170 117834 115230 115603 119902 115757 116218 116279 116441 115137 116250 117226 115054 116222  total = 31.050185 per ms 
03:07:43.463 16  switches: flows:  120294 122013 119596 123613 120971 122665 121986 122803 121060 119734 119849 119400 120610 118911 118176 119376  total = 32.130633 per ms 
03:08:43.563 16  switches: flows:  111804 115523 114096 115726 112368 115110 115933 113472 110397 114204 112972 113610 112933 113159 111619 112705  total = 30.210049 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30210.05/33875.26/32046.26/10741.98 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:08:43.586867" elapsed="0.000365"/>
</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-05T03:08:43.587383" elapsed="0.000455"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:08:43.588269" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:08:43.588369" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30210.05/33875.26/32046.26/10741.98 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-05T03:08:43.588009" elapsed="0.000384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:08:43.588832" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30210.05/33875.26/32046.26/10741.98 | 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-05T03:08:43.588550" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.591266" 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-05T03:08:43.589007" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.593727" level="INFO">30210.05/33875.26/32046.26/10741.98</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:08:43.591473" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:08:43.596154" 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-05T03:08:43.593932" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:08:43.598588" level="INFO">@{result_value_list} = [ 30210.05 | 33875.26 | 32046.26 | 10741.98 ]</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-05T03:08:43.596375" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.599095" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:08:43.599183" 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-05T03:08:43.598786" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.604010" level="INFO">min :: 30210.05</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:08:43.599662" elapsed="0.004405"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:08:43.599511" elapsed="0.004592"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.608640" level="INFO">max :: 33875.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-05T03:08:43.604324" elapsed="0.004394"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:08:43.604197" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.613440" level="INFO">avg :: 32046.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-05T03:08:43.608971" elapsed="0.004525"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:08:43.608841" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.618183" level="INFO">stdev :: 10741.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:08:43.613770" elapsed="0.004469"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:08:43.613623" elapsed="0.004651"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:08:43.599290" elapsed="0.019016"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.622559" level="INFO">${min} = 30210.05</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-05T03:08:43.618468" elapsed="0.004118"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.626707" level="INFO">${max} = 33875.26</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-05T03:08:43.622769" elapsed="0.003965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.630665" level="INFO">${average} = 32046.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-05T03:08:43.626885" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.634580" level="INFO">${stdev} = 10741.98</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-05T03:08:43.630848" elapsed="0.003758"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.635163" level="INFO">${date} = 2026-08-05 03:08:43</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-05T03:08:43.634785" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.635821" level="INFO">CBench Result: 2026-08-05 03:08:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30210.05,33875.26,32046.26,10741.98</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-05T03:08:43.635341" elapsed="0.000541"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:08:43.637018" 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-05T03:08:43.636521" elapsed="0.000563"/>
</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-05T03:08:43.637237" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:08:43.636039" elapsed="0.001747"/>
</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-05T02:58:37.123186" elapsed="606.514663"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.638357" 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-05T03:08:43.638014" elapsed="0.000399"/>
</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-05T03:08:43.638976" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-08-05T03:08:43.638668" elapsed="0.000653"/>
</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-05T02:58:37.120074" elapsed="606.519289"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.640946" 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-05T03:08:43.640542" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.642291" 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-05T03:08:43.641957" elapsed="0.000376"/>
</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-05T03:08:43.642700" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:08:43.642453" elapsed="0.000306"/>
</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-05T03:08:43.645702" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:08:43.645427" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-08-05T03:08:43.645408" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:08:43.646140" 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-05T03:08:43.646261" 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-05T03:08:43.645920" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.646864" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.94 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" 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-05T03:08:43.646419" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:08:43.647463" 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-05T03:08:43.647061" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:08:43.648414" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:08:43.648503" 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-05T03:08:43.648098" elapsed="0.000429"/>
</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-05T03:08:43.648683" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:08:43.649885" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:08:44.320472" 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 Wed Aug  5 03:08:43 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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: Wed Aug  5 02:58:37 2026 from 10.30.171.99
[?2004h[jenkins@releng-50965-7-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-05T03:08:43.649509" elapsed="0.671859"/>
</kw>
<msg time="2026-08-05T03:08:44.321490" 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-05T03:08:43.649163" elapsed="0.672452"/>
</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-05T03:08:43.647710" elapsed="0.674086"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T03:08:44.322548" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.94 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:18:50.616709" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:18:50.617277" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:18:50.617382" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.94: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-05T03:08:44.322107" elapsed="606.295333"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:18:50.617941" elapsed="0.000816"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.619900" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:49.443 16  switches: flows:  581084 584067 577587 589571 568101 596140 574530 588372 563158 563837 572007 569482 578375 563210 569949 560926  total = 153.339933 per ms 
03:10:49.544 16  switches: flows:  558672 587043 591714 599801 592700 594562 580530 602720 595543 586124 582202 600369 587349 585772 590774 595522  total = 156.927413 per ms 
03:11:49.893 16  switches: flows:  598204 618388 623480 627485 620366 628005 625675 620814 624804 621487 618371 630806 615597 621770 623002 620958  total = 164.694883 per ms 
03:12:49.995 16  switches: flows:  678202 678942 679395 688469 683774 683069 678698 627614 683210 683332 669904 680240 685266 680419 680875 666420  total = 180.159893 per ms 
03:13:50.099 16  switches: flows:  618020 621885 610606 610738 622886 617473 626216 623321 620025 616737 610739 618155 612477 616516 616502 630085  total = 164.586110 per ms 
03:14:50.203 16  switches: flows:  605982 596396 597414 604383 611075 604707 603880 597514 609463 604395 621328 602468 599063 591449 596659 611928  total = 160.698130 per ms 
03:15:50.308 16  switches: flows:  608856 614010 610809 615159 618115 599292 610700 603040 611635 612274 609369 608637 608076 617552 608169 609921  total = 162.480845 per ms 
03:16:50.410 16  switches: flows:  576689 587454 581696 587408 568966 575398 589098 584234 578915 582457 581728 598395 591853 590189 594358 595692  total = 155.812527 per ms 
03:17:50.511 16  switches: flows:  597181 577291 578338 585438 535481 573049 543280 575390 580851 572436 581425 571876 585811 579773 579462 593369  total = 153.250179 per ms 
03:18:50.613 16  switches: flows:  576042 570731 580717 578810 571179 570849 570460 568679 582828 568864 569191 570076 576850 573462 579814 573218  total = 152.771027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152771.03/180159.89/161264.56/54337.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:18:50.619122" elapsed="0.001103"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:18:50.620872" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-05T03:18:50.620489" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-08-05T03:18:50.620428" elapsed="0.000659"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:18:50.621307" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:18:50.621220" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:18:50.621182" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:18:50.621514" 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-05T03:18:50.627247" elapsed="0.000347"/>
</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-05T03:18:50.627759" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:18:50.628054" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:18:50.622323" elapsed="0.005887"/>
</kw>
<msg time="2026-08-05T03:18:50.628339" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.94: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-05T03:08:43.643117" elapsed="606.985249"/>
</kw>
<status status="PASS" start="2026-08-05T03:08:43.642785" elapsed="606.985631"/>
</branch>
<status status="PASS" start="2026-08-05T03:08:43.642431" elapsed="606.986007"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.628887" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:49.443 16  switches: flows:  581084 584067 577587 589571 568101 596140 574530 588372 563158 563837 572007 569482 578375 563210 569949 560926  total = 153.339933 per ms 
03:10:49.544 16  switches: flows:  558672 587043 591714 599801 592700 594562 580530 602720 595543 586124 582202 600369 587349 585772 590774 595522  total = 156.927413 per ms 
03:11:49.893 16  switches: flows:  598204 618388 623480 627485 620366 628005 625675 620814 624804 621487 618371 630806 615597 621770 623002 620958  total = 164.694883 per ms 
03:12:49.995 16  switches: flows:  678202 678942 679395 688469 683774 683069 678698 627614 683210 683332 669904 680240 685266 680419 680875 666420  total = 180.159893 per ms 
03:13:50.099 16  switches: flows:  618020 621885 610606 610738 622886 617473 626216 623321 620025 616737 610739 618155 612477 616516 616502 630085  total = 164.586110 per ms 
03:14:50.203 16  switches: flows:  605982 596396 597414 604383 611075 604707 603880 597514 609463 604395 621328 602468 599063 591449 596659 611928  total = 160.698130 per ms 
03:15:50.308 16  switches: flows:  608856 614010 610809 615159 618115 599292 610700 603040 611635 612274 609369 608637 608076 617552 608169 609921  total = 162.480845 per ms 
03:16:50.410 16  switches: flows:  576689 587454 581696 587408 568966 575398 589098 584234 578915 582457 581728 598395 591853 590189 594358 595692  total = 155.812527 per ms 
03:17:50.511 16  switches: flows:  597181 577291 578338 585438 535481 573049 543280 575390 580851 572436 581425 571876 585811 579773 579462 593369  total = 153.250179 per ms 
03:18:50.613 16  switches: flows:  576042 570731 580717 578810 571179 570849 570460 568679 582828 568864 569191 570076 576850 573462 579814 573218  total = 152.771027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152771.03/180159.89/161264.56/54337.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:18:50.628577" elapsed="0.000384"/>
</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-05T03:18:50.629107" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:18:50.629869" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:18:50.629960" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152771.03/180159.89/161264.56/54337.22 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-05T03:18:50.629635" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:18:50.630411" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152771.03/180159.89/161264.56/54337.22 | 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-05T03:18:50.630134" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.632853" 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-05T03:18:50.630581" elapsed="0.002328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.635292" level="INFO">152771.03/180159.89/161264.56/54337.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:18:50.633053" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:18:50.637731" 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-05T03:18:50.635495" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:18:50.640236" level="INFO">@{result_value_list} = [ 152771.03 | 180159.89 | 161264.56 | 54337.22 ]</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-05T03:18:50.637952" elapsed="0.002313"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.640757" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:18:50.640847" 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-05T03:18:50.640428" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.645926" level="INFO">min :: 152771.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:18:50.641279" elapsed="0.004705"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:18:50.641124" elapsed="0.004895"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.650669" level="INFO">max :: 180159.89</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-05T03:18:50.646305" elapsed="0.004423"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:18:50.646109" elapsed="0.004655"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.655308" level="INFO">avg :: 161264.56</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-05T03:18:50.650982" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:18:50.650854" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.660297" level="INFO">stdev :: 54337.22</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-05T03:18:50.655617" elapsed="0.004738"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:18:50.655488" elapsed="0.004902"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:18:50.640937" elapsed="0.019484"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.664383" level="INFO">${min} = 152771.03</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-05T03:18:50.660582" elapsed="0.003829"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.668323" level="INFO">${max} = 180159.89</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-05T03:18:50.664566" elapsed="0.003786"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.672296" level="INFO">${average} = 161264.56</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-05T03:18:50.668506" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.676267" level="INFO">${stdev} = 54337.22</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-05T03:18:50.672477" elapsed="0.003819"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.676835" level="INFO">${date} = 2026-08-05 03:18:50</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-05T03:18:50.676459" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.677426" level="INFO">CBench Result: 2026-08-05 03:18:50,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152771.03,180159.89,161264.56,54337.22</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-05T03:18:50.677011" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:18:50.678677" 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-05T03:18:50.678172" elapsed="0.000574"/>
</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-05T03:18:50.678898" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:18:50.677639" elapsed="0.001804"/>
</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-05T03:08:43.641343" elapsed="607.038160"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.679994" 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-05T03:18:50.679670" elapsed="0.000382"/>
</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-05T03:18:50.680573" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-08-05T03:18:50.680267" elapsed="0.000666"/>
</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-05T03:08:43.639755" elapsed="607.041216"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.682394" 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-05T03:18:50.681908" elapsed="0.000555"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.683762" 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-05T03:18:50.683412" elapsed="0.000393"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-05T03:18:50.684174" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:18:50.683947" elapsed="0.000291"/>
</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-05T03:18:50.687609" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:18:50.687350" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-08-05T03:18:50.687328" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:18:50.688049" 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-05T03:18:50.688172" 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-05T03:18:50.687844" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.688779" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.94 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" 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-05T03:18:50.688333" elapsed="0.000505"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-05T03:18:50.689380" 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-05T03:18:50.688978" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:18:50.690358" level="INFO">Length is 0.</msg>
<msg time="2026-08-05T03:18:50.690449" 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-05T03:18:50.690009" elapsed="0.000464"/>
</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-05T03:18:50.690616" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-05T03:18:50.691831" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-08-05T03:18:51.278082" 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 Wed Aug  5 03:18:50 UTC 2026

  System load:  0.56               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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: Wed Aug  5 03:08:44 2026 from 10.30.171.99
[?2004h[jenkins@releng-50965-7-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-05T03:18:50.691459" elapsed="0.586822"/>
</kw>
<msg time="2026-08-05T03:18:51.278367" 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-05T03:18:50.691118" elapsed="0.587331"/>
</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-05T03:18:50.689610" elapsed="0.588952"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-05T03:18:51.279090" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.94 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-05T03:28:57.338094" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-05T03:28:57.338733" level="INFO">${stdout} = </msg>
<msg time="2026-08-05T03:28:57.338841" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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-05T03:18:51.278799" elapsed="606.060098"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:28:57.339355" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.341249" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:56.438 16  switches: flows:  107324 111207 109776 109631 109096 110318 110746 110114 108078 107922 108427 109982 108319 110195 107945 108906  total = 29.133100 per ms 
03:20:56.539 16  switches: flows:  120719 122886 121892 119902 117477 119228 121144 120241 122641 118230 120194 120039 117821 120466 117398 119638  total = 31.945246 per ms 
03:21:56.639 16  switches: flows:  112854 115344 115095 112616 112381 113077 112278 113373 113773 110570 112626 112154 111582 113266 110386 112002  total = 30.006169 per ms 
03:22:56.740 16  switches: flows:  118026 118983 117773 117487 116143 116921 117506 117137 116825 117841 115488 115789 115339 118722 115275 116025  total = 31.135826 per ms 
03:23:56.840 16  switches: flows:  133947 131187 132397 133884 133051 127826 128862 135837 129302 129704 127943 126517 125887 130174 130348 127972  total = 34.689344 per ms 
03:24:56.941 16  switches: flows:  133806 132598 132783 133414 131130 128214 128425 133973 128222 130829 128605 125408 124257 131189 130664 128848  total = 34.647997 per ms 
03:25:57.041 16  switches: flows:  135944 133417 136636 134587 134387 129766 130506 133978 130072 130900 129015 129381 126563 132830 132541 128138  total = 35.085729 per ms 
03:26:57.141 16  switches: flows:  135628 135673 136108 135985 133770 132819 132242 137482 132163 131918 129490 129579 128984 133919 132281 129170  total = 35.394371 per ms 
03:27:57.242 16  switches: flows:  133755 132229 133610 132636 131341 129602 129930 133674 128532 127414 127514 127344 125318 131934 131397 127238  total = 34.666553 per ms 
03:28:57.342 16  switches: flows:  133874 131898 135766 133017 131465 128754 130829 133700 128037 127900 128117 127524 127175 130075 131498 127886  total = 34.733906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30006.17/35394.37/33589.46/11353.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:28:57.340448" elapsed="0.001112"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-05T03:28:57.342117" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-05T03:28:57.341805" elapsed="0.000461"/>
</branch>
<status status="PASS" start="2026-08-05T03:28:57.341753" elapsed="0.000567"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-05T03:28:57.342529" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-05T03:28:57.342447" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:28:57.342412" elapsed="0.000312"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-05T03:28:57.342802" 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-05T03:28:57.347220" elapsed="0.000336"/>
</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-05T03:28:57.347736" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-05T03:28:57.348037" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-05T03:28:57.343472" elapsed="0.004718"/>
</kw>
<msg time="2026-08-05T03:28:57.348330" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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-05T03:18:50.684747" elapsed="606.663610"/>
</kw>
<status status="PASS" start="2026-08-05T03:18:50.684264" elapsed="606.664144"/>
</branch>
<status status="PASS" start="2026-08-05T03:18:50.683924" elapsed="606.664507"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.348880" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.94: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.94. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:56.438 16  switches: flows:  107324 111207 109776 109631 109096 110318 110746 110114 108078 107922 108427 109982 108319 110195 107945 108906  total = 29.133100 per ms 
03:20:56.539 16  switches: flows:  120719 122886 121892 119902 117477 119228 121144 120241 122641 118230 120194 120039 117821 120466 117398 119638  total = 31.945246 per ms 
03:21:56.639 16  switches: flows:  112854 115344 115095 112616 112381 113077 112278 113373 113773 110570 112626 112154 111582 113266 110386 112002  total = 30.006169 per ms 
03:22:56.740 16  switches: flows:  118026 118983 117773 117487 116143 116921 117506 117137 116825 117841 115488 115789 115339 118722 115275 116025  total = 31.135826 per ms 
03:23:56.840 16  switches: flows:  133947 131187 132397 133884 133051 127826 128862 135837 129302 129704 127943 126517 125887 130174 130348 127972  total = 34.689344 per ms 
03:24:56.941 16  switches: flows:  133806 132598 132783 133414 131130 128214 128425 133973 128222 130829 128605 125408 124257 131189 130664 128848  total = 34.647997 per ms 
03:25:57.041 16  switches: flows:  135944 133417 136636 134587 134387 129766 130506 133978 130072 130900 129015 129381 126563 132830 132541 128138  total = 35.085729 per ms 
03:26:57.141 16  switches: flows:  135628 135673 136108 135985 133770 132819 132242 137482 132163 131918 129490 129579 128984 133919 132281 129170  total = 35.394371 per ms 
03:27:57.242 16  switches: flows:  133755 132229 133610 132636 131341 129602 129930 133674 128532 127414 127514 127344 125318 131934 131397 127238  total = 34.666553 per ms 
03:28:57.342 16  switches: flows:  133874 131898 135766 133017 131465 128754 130829 133700 128037 127900 128117 127524 127175 130075 131498 127886  total = 34.733906 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30006.17/35394.37/33589.46/11353.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:28:57.348573" elapsed="0.000381"/>
</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-05T03:28:57.349118" elapsed="0.000401"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-05T03:28:57.349958" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-05T03:28:57.350053" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30006.17/35394.37/33589.46/11353.47 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-05T03:28:57.349721" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:28:57.350493" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30006.17/35394.37/33589.46/11353.47 | 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-05T03:28:57.350234" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.352918" 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-05T03:28:57.350683" elapsed="0.002292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.355382" level="INFO">30006.17/35394.37/33589.46/11353.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-05T03:28:57.353163" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:28:57.357842" 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-05T03:28:57.355587" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-05T03:28:57.360272" level="INFO">@{result_value_list} = [ 30006.17 | 35394.37 | 33589.46 | 11353.47 ]</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-05T03:28:57.358055" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.360787" level="INFO">Length is 4.</msg>
<msg time="2026-08-05T03:28:57.360881" 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-05T03:28:57.360462" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.365637" level="INFO">min :: 30006.17</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-05T03:28:57.361327" elapsed="0.004383"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-05T03:28:57.361198" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.370274" level="INFO">max :: 35394.37</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-05T03:28:57.365960" elapsed="0.004370"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-05T03:28:57.365833" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.374894" level="INFO">avg :: 33589.46</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-05T03:28:57.370575" elapsed="0.004376"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-05T03:28:57.370448" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.379500" level="INFO">stdev :: 11353.47</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-05T03:28:57.375195" elapsed="0.004360"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-05T03:28:57.375068" elapsed="0.004521"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-05T03:28:57.360980" elapsed="0.018639"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.383668" level="INFO">${min} = 30006.17</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-05T03:28:57.379794" elapsed="0.003903"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.387834" level="INFO">${max} = 35394.37</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-05T03:28:57.383865" elapsed="0.003996"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.392004" level="INFO">${average} = 33589.46</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-05T03:28:57.388017" elapsed="0.004013"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.396042" level="INFO">${stdev} = 11353.47</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-05T03:28:57.392196" elapsed="0.003873"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.396579" level="INFO">${date} = 2026-08-05 03:28:57</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-05T03:28:57.396231" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.397193" level="INFO">CBench Result: 2026-08-05 03:28:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30006.17,35394.37,33589.46,11353.47</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-05T03:28:57.396766" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-05T03:28:57.398365" 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-05T03:28:57.397901" elapsed="0.000537"/>
</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-05T03:28:57.398589" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-05T03:28:57.397387" elapsed="0.001742"/>
</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-05T03:18:50.682846" elapsed="606.716341"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.399638" 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-05T03:28:57.399331" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-05T03:28:57.400904" 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-05T03:28:57.400405" elapsed="0.000527"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-05T03:28:57.401186" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-05T03:28:57.401007" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-08-05T03:28:57.400987" elapsed="0.000285"/>
</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-05T03:28:57.401422" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-05T03:28:57.401579" 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-05T03:28:57.401754" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-05T03:28:57.401948" 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-05T03:28:57.402099" elapsed="0.000025"/>
</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-05T03:28:57.402250" 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-05T03:28:57.402395" 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-05T03:28:57.402617" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-05T03:28:57.402478" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-08-05T03:28:57.402461" elapsed="0.000249"/>
</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-05T03:28:57.400077" elapsed="0.002683"/>
</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-05T03:18:50.681269" elapsed="606.721537"/>
</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-05T02:58:34.475770" elapsed="1822.927549"/>
</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>
