<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-04T02:53:43.215996" 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-04T02:53:43.772057" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:53:43.771903" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:43.771873" elapsed="0.000285"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T02:53:43.772302" elapsed="0.000538"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T02:53:43.773305" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-08-04T02:53:44.735518" 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-04T02:53:43.773011" elapsed="0.962769"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T02:53:44.783148" 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-04T02:53:44.736137" elapsed="0.047153"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T02:53:44.785092" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-04T02:53:44.785207" 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-04T02:53:44.783511" elapsed="0.001726"/>
</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-04T02:53:44.785402" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:53:44.785823" elapsed="0.000244"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.786623" 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-04T02:53:44.786224" elapsed="0.000459"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T02:53:44.786741" elapsed="0.000067"/>
</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.147
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-04T02:53:43.771505" elapsed="1.015437"/>
</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-04T02:53:43.767908" elapsed="1.019105"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T02:53:44.787679" 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-04T02:53:44.787213" elapsed="0.000526"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T02:53:44.788148" 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-04T02:53:44.787893" elapsed="0.000313"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.788808" 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-04T02:53:44.788361" elapsed="0.000476"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.789369" 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-04T02:53:44.789028" elapsed="0.000385"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.789966" 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-04T02:53:44.789561" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.790464" 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-04T02:53:44.790154" elapsed="0.000353"/>
</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-04T02:53:44.790833" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:53:44.790612" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:53:44.795629" 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-04T02:53:44.795186" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:53:44.796718" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T02:53:44.796813" 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-04T02:53:44.796217" elapsed="0.000621"/>
</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-04T02:53:44.797003" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T02:53:44.798421" level="INFO">Logging into '10.30.171.150:22' as 'jenkins'.</msg>
<msg time="2026-08-04T02:53:45.500814" 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 Tue Aug  4 02:53:45 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.150
  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-6-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-04T02:53:44.797881" elapsed="0.703129"/>
</kw>
<msg time="2026-08-04T02:53:45.501102" 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-04T02:53:44.797512" elapsed="0.703683"/>
</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-04T02:53:44.795868" elapsed="0.705452"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-04T02:53:45.508241" 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-04T02:53:45.501536" elapsed="0.007981"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:53:45.509727" elapsed="0.000295"/>
</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-04T02:53:44.794629" elapsed="0.715457"/>
</kw>
<status status="PASS" start="2026-08-04T02:53:44.791284" elapsed="0.718841"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:44.790571" elapsed="0.719588"/>
</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-04T02:53:45.510327" elapsed="0.000524"/>
</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-04T02:53:45.516087" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:53:45.515918" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:45.515885" elapsed="0.000310"/>
</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-04T02:53:45.520081" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:53:45.519968" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:45.519948" elapsed="0.000203"/>
</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-04T02:53:45.520281" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T02:53:45.521166" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-08-04T02:53:45.745450" 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-04T02:53:45.520889" elapsed="0.224796"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T02:53:45.847294" 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-04T02:53:45.746012" elapsed="0.101460"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T02:53:45.854613" 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-04T02:53:45.854853" 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-04T02:53:45.847773" elapsed="0.007113"/>
</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-04T02:53:45.855030" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:53:45.855405" elapsed="0.000271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:53:45.856159" 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-04T02:53:45.855824" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T02:53:45.856269" elapsed="0.000058"/>
</return>
<msg time="2026-08-04T02:53:45.856485" 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.147
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-04T02:53:45.519609" elapsed="0.336910"/>
</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-04T02:53:45.856691" elapsed="0.000662"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T02:53:45.857406" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-04T02:53:45.515476" elapsed="0.342068"/>
</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-04T02:53:45.861415" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-04T02:53:45.861271" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:45.861245" elapsed="0.000266"/>
</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-04T02:53:45.861682" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-04T02:53:45.862635" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-08-04T02:53:46.033499" 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-04T02:53:45.862321" elapsed="0.171443"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.062934" 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-04T02:53:46.034147" elapsed="0.028935"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.067257" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-04T02:53:46.067542" 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-04T02:53:46.063468" elapsed="0.004184"/>
</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-04T02:53:46.067964" elapsed="0.000505"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T02:53:46.068819" elapsed="0.000505"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:53:46.069864" 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-04T02:53:46.069480" elapsed="0.000436"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-04T02:53:46.069974" elapsed="0.000090"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
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-04T02:53:45.860905" elapsed="0.209305"/>
</kw>
<status status="PASS" start="2026-08-04T02:53:43.766114" elapsed="2.304168"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:53:46.072795" 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-04T02:53:46.071253" elapsed="0.001613"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T02:53:46.074469" 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-04T02:53:46.074082" elapsed="0.000433"/>
</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-04T02:53:46.074873" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:53:46.074618" elapsed="0.000314"/>
</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-04T02:53:46.078067" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T02:53:46.077812" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:46.077790" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.078518" 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-04T02:53:46.078662" 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-04T02:53:46.078297" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T02:53:46.079253" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.150" 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-04T02:53:46.078825" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.079993" 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-04T02:53:46.079488" elapsed="0.000532"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T02:53:46.081004" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T02:53:46.081134" 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-04T02:53:46.080667" elapsed="0.000493"/>
</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-04T02:53:46.081318" elapsed="0.000368"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.082591" level="INFO">Logging into '10.30.171.150:22' as 'jenkins'.</msg>
<msg time="2026-08-04T02:53:46.403974" 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 Tue Aug  4 02:53:45 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.150
  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: Tue Aug  4 02:53:45 2026 from 10.30.171.161
[?2004h[jenkins@releng-50965-6-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-04T02:53:46.082196" elapsed="0.322037"/>
</kw>
<msg time="2026-08-04T02:53:46.404337" 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-04T02:53:46.081845" elapsed="0.322606"/>
</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-04T02:53:46.080223" elapsed="0.324373"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T02:53:46.405432" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T03:03:52.537739" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-04T03:03:52.538381" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T03:03:52.538500" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-04T02:53:46.404888" elapsed="606.133677"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:03:52.539096" elapsed="0.000882"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.540751" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:51.617 16  switches: flows:  110366 112524 112391 109841 111576 112285 113213 108081 109840 107009 109470 107317 106248 107261 110315 108713  total = 29.274167 per ms 
02:55:51.718 16  switches: flows:  119838 114770 116328 117703 116910 116326 115664 114739 114079 112060 112729 108317 111705 109682 113012 110482  total = 30.355088 per ms 
02:56:51.819 16  switches: flows:  66592 66647 67063 65818 65594 66553 66387 66786 64181 64349 63982 63679 63672 64194 63071 63010  total = 17.330676 per ms 
02:57:51.920 16  switches: flows:  121162 120542 121123 120146 119765 118428 118200 117101 116203 112199 114760 114416 113404 113350 115437 115298  total = 31.140277 per ms 
02:58:52.020 16  switches: flows:  109687 109910 110076 109118 106106 109518 111610 107768 104990 105843 105854 105343 104032 103190 102809 104079  total = 28.451388 per ms 
02:59:52.121 16  switches: flows:  117175 115642 114503 116195 113867 115584 116620 114731 112144 111762 114017 111528 112984 111756 109603 111473  total = 30.275814 per ms 
03:00:52.222 16  switches: flows:  115564 114037 112748 116181 113824 113376 115060 112140 111025 111296 112201 110905 112210 108343 109049 109176  total = 29.902304 per ms 
03:01:52.323 16  switches: flows:  106845 107142 106238 106272 106927 106596 108047 105689 103540 102746 105018 103936 101055 101881 103731 102200  total = 27.917792 per ms 
03:02:52.424 16  switches: flows:  121624 119833 118197 120975 117866 119254 120415 116639 118634 115718 117560 118293 115380 113453 113978 116346  total = 31.350432 per ms 
03:03:52.525 16  switches: flows:  123071 122226 120845 122543 120028 122167 122124 120095 117927 117533 119853 118772 117367 114776 117043 119991  total = 31.886133 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17330.68/31886.13/28734.43/10463.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:03:52.540232" elapsed="0.000732"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T03:03:52.541310" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-08-04T03:03:52.541106" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-04T03:03:52.541065" elapsed="0.000393"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T03:03:52.541635" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-04T03:03:52.541559" elapsed="0.000138"/>
</branch>
<status status="NOT RUN" start="2026-08-04T03:03:52.541528" elapsed="0.000199"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T03:03:52.541773" elapsed="0.000020"/>
</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-04T03:03:52.545998" elapsed="0.000542"/>
</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-04T03:03:52.546812" elapsed="0.000289"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:03:52.547314" elapsed="0.000188"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-04T03:03:52.542230" elapsed="0.005358"/>
</kw>
<msg time="2026-08-04T03:03:52.547817" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-04T02:53:46.075301" elapsed="606.472560"/>
</kw>
<status status="PASS" start="2026-08-04T02:53:46.074962" elapsed="606.472989"/>
</branch>
<status status="PASS" start="2026-08-04T02:53:46.074577" elapsed="606.473412"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.548727" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:51.617 16  switches: flows:  110366 112524 112391 109841 111576 112285 113213 108081 109840 107009 109470 107317 106248 107261 110315 108713  total = 29.274167 per ms 
02:55:51.718 16  switches: flows:  119838 114770 116328 117703 116910 116326 115664 114739 114079 112060 112729 108317 111705 109682 113012 110482  total = 30.355088 per ms 
02:56:51.819 16  switches: flows:  66592 66647 67063 65818 65594 66553 66387 66786 64181 64349 63982 63679 63672 64194 63071 63010  total = 17.330676 per ms 
02:57:51.920 16  switches: flows:  121162 120542 121123 120146 119765 118428 118200 117101 116203 112199 114760 114416 113404 113350 115437 115298  total = 31.140277 per ms 
02:58:52.020 16  switches: flows:  109687 109910 110076 109118 106106 109518 111610 107768 104990 105843 105854 105343 104032 103190 102809 104079  total = 28.451388 per ms 
02:59:52.121 16  switches: flows:  117175 115642 114503 116195 113867 115584 116620 114731 112144 111762 114017 111528 112984 111756 109603 111473  total = 30.275814 per ms 
03:00:52.222 16  switches: flows:  115564 114037 112748 116181 113824 113376 115060 112140 111025 111296 112201 110905 112210 108343 109049 109176  total = 29.902304 per ms 
03:01:52.323 16  switches: flows:  106845 107142 106238 106272 106927 106596 108047 105689 103540 102746 105018 103936 101055 101881 103731 102200  total = 27.917792 per ms 
03:02:52.424 16  switches: flows:  121624 119833 118197 120975 117866 119254 120415 116639 118634 115718 117560 118293 115380 113453 113978 116346  total = 31.350432 per ms 
03:03:52.525 16  switches: flows:  123071 122226 120845 122543 120028 122167 122124 120095 117927 117533 119853 118772 117367 114776 117043 119991  total = 31.886133 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 17330.68/31886.13/28734.43/10463.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:03:52.548231" elapsed="0.000613"/>
</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-04T03:03:52.549088" elapsed="0.000637"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-04T03:03:52.550382" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-04T03:03:52.550525" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 17330.68/31886.13/28734.43/10463.65 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-04T03:03:52.550004" elapsed="0.000568"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:03:52.551255" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 17330.68/31886.13/28734.43/10463.65 | 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-04T03:03:52.550848" elapsed="0.000454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.554160" 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-04T03:03:52.551632" elapsed="0.002586"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.556668" level="INFO">17330.68/31886.13/28734.43/10463.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:03:52.554366" elapsed="0.002361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:03:52.559039" 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-04T03:03:52.556878" elapsed="0.002189"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:03:52.561487" level="INFO">@{result_value_list} = [ 17330.68 | 31886.13 | 28734.43 | 10463.65 ]</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-04T03:03:52.559267" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.561994" level="INFO">Length is 4.</msg>
<msg time="2026-08-04T03:03:52.562085" 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-04T03:03:52.561686" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.566839" level="INFO">min :: 17330.68</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-04T03:03:52.562510" elapsed="0.004394"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-04T03:03:52.562378" elapsed="0.004567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.571461" level="INFO">max :: 31886.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:03:52.567208" elapsed="0.004312"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-04T03:03:52.567058" elapsed="0.004497"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.576162" level="INFO">avg :: 28734.43</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-04T03:03:52.571795" elapsed="0.004431"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-04T03:03:52.571660" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.580879" level="INFO">stdev :: 10463.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:03:52.576493" elapsed="0.004444"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-04T03:03:52.576359" elapsed="0.004614"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-04T03:03:52.562180" elapsed="0.018826"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.585778" level="INFO">${min} = 17330.68</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-04T03:03:52.581174" elapsed="0.004664"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.592055" level="INFO">${max} = 31886.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-04T03:03:52.586174" elapsed="0.005928"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.596480" level="INFO">${average} = 28734.43</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-04T03:03:52.592390" elapsed="0.004119"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.600459" level="INFO">${stdev} = 10463.65</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-04T03:03:52.596738" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.601039" level="INFO">${date} = 2026-08-04 03:03:52</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-04T03:03:52.600666" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.601671" level="INFO">CBench Result: 2026-08-04 03:03:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,17330.68,31886.13,28734.43,10463.65</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-04T03:03:52.601216" elapsed="0.000514"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T03:03:52.602871" 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-04T03:03:52.602399" elapsed="0.000541"/>
</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-04T03:03:52.603093" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-04T03:03:52.601907" elapsed="0.001770"/>
</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-04T02:53:46.073393" elapsed="606.530346"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.604274" 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-04T03:03:52.603892" elapsed="0.000441"/>
</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-04T03:03:52.604894" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-08-04T03:03:52.604567" elapsed="0.000665"/>
</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-04T02:53:46.070478" elapsed="606.534794"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.606551" 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-04T03:03:52.606177" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.607873" 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-04T03:03:52.607530" elapsed="0.000386"/>
</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-04T03:03:52.608274" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T03:03:52.608051" elapsed="0.000281"/>
</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-04T03:03:52.611202" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-04T03:03:52.610957" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-08-04T03:03:52.610939" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T03:03:52.611674" 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-04T03:03:52.611795" 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-04T03:03:52.611455" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.612369" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.150" 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-04T03:03:52.611955" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T03:03:52.612975" 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-04T03:03:52.612566" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T03:03:52.613951" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T03:03:52.614044" 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-04T03:03:52.613571" elapsed="0.000500"/>
</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-04T03:03:52.614214" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T03:03:52.615421" level="INFO">Logging into '10.30.171.150:22' as 'jenkins'.</msg>
<msg time="2026-08-04T03:03:53.197025" 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 Tue Aug  4 03:03:52 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.150
  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: Tue Aug  4 02:53:46 2026 from 10.30.171.161
[?2004h[jenkins@releng-50965-6-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-04T03:03:52.615049" elapsed="0.582258"/>
</kw>
<msg time="2026-08-04T03:03:53.197418" 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-04T03:03:52.614707" elapsed="0.582833"/>
</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-04T03:03:52.613202" elapsed="0.584491"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T03:03:53.198321" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T03:14:00.907215" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-04T03:14:00.907969" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T03:14:00.908078" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-04T03:03:53.197969" elapsed="607.710166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:14:00.908677" elapsed="0.000815"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.910659" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:58.324 16  switches: flows:  541307 553473 554122 554949 543083 538684 544228 551335 539739 539418 534438 538999 537788 541525 526572 543747  total = 144.723450 per ms 
03:05:58.428 16  switches: flows:  575465 575820 588077 586958 600158 582302 595221 612940 598025 609776 593750 590991 594772 582993 599217 593575  total = 157.728517 per ms 
03:06:58.529 16  switches: flows:  576638 587177 590349 587151 590116 582573 570038 593840 594624 580189 565772 589140 577210 583766 587735 582472  total = 155.383180 per ms 
03:07:58.729 16  switches: flows:  490391 476808 479146 477150 468913 472639 493497 481499 487637 482377 498838 495392 493019 489126 473696 484848  total = 128.654830 per ms 
03:08:58.831 16  switches: flows:  603736 622002 611721 614251 605394 613102 611395 583706 614829 614673 605228 612087 611910 613522 612950 611281  total = 162.422235 per ms 
03:09:58.933 16  switches: flows:  564894 552887 543899 556205 541805 543032 558102 553019 541986 559464 549593 561047 561995 557644 556224 563338  total = 147.504728 per ms 
03:10:59.034 16  switches: flows:  620389 620114 624936 634272 628628 614291 620015 604215 619147 620457 621077 622764 613832 614017 606557 628794  total = 164.947040 per ms 
03:11:59.136 16  switches: flows:  591766 583324 583891 591321 587878 591070 595314 584330 588608 600707 601768 585375 591387 594264 593319 581768  total = 157.169220 per ms 
03:12:59.278 16  switches: flows:  503989 514691 527906 525469 497712 429869 485514 536011 522996 510221 514992 511579 514806 524172 529764 500904  total = 135.521740 per ms 
03:13:59.502 16  switches: flows:  481161 477993 556860 435459 541085 484022 537054 550011 541437 517024 506111 560063 535029 463205 525525 470783  total = 135.873570 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128654.83/164947.04/149467.23/51344.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:14:00.909885" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T03:14:00.911494" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-08-04T03:14:00.911181" elapsed="0.000512"/>
</branch>
<status status="PASS" start="2026-08-04T03:14:00.911127" elapsed="0.000651"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T03:14:00.912006" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-04T03:14:00.911924" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-08-04T03:14:00.911887" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T03:14:00.912211" 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-04T03:14:00.916930" elapsed="0.000345"/>
</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-04T03:14:00.917424" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:14:00.917741" 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-04T03:14:00.912942" elapsed="0.004956"/>
</kw>
<msg time="2026-08-04T03:14:00.918027" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-04T03:03:52.608691" elapsed="608.309363"/>
</kw>
<status status="PASS" start="2026-08-04T03:03:52.608360" elapsed="608.309743"/>
</branch>
<status status="PASS" start="2026-08-04T03:03:52.608022" elapsed="608.310104"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.918546" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:58.324 16  switches: flows:  541307 553473 554122 554949 543083 538684 544228 551335 539739 539418 534438 538999 537788 541525 526572 543747  total = 144.723450 per ms 
03:05:58.428 16  switches: flows:  575465 575820 588077 586958 600158 582302 595221 612940 598025 609776 593750 590991 594772 582993 599217 593575  total = 157.728517 per ms 
03:06:58.529 16  switches: flows:  576638 587177 590349 587151 590116 582573 570038 593840 594624 580189 565772 589140 577210 583766 587735 582472  total = 155.383180 per ms 
03:07:58.729 16  switches: flows:  490391 476808 479146 477150 468913 472639 493497 481499 487637 482377 498838 495392 493019 489126 473696 484848  total = 128.654830 per ms 
03:08:58.831 16  switches: flows:  603736 622002 611721 614251 605394 613102 611395 583706 614829 614673 605228 612087 611910 613522 612950 611281  total = 162.422235 per ms 
03:09:58.933 16  switches: flows:  564894 552887 543899 556205 541805 543032 558102 553019 541986 559464 549593 561047 561995 557644 556224 563338  total = 147.504728 per ms 
03:10:59.034 16  switches: flows:  620389 620114 624936 634272 628628 614291 620015 604215 619147 620457 621077 622764 613832 614017 606557 628794  total = 164.947040 per ms 
03:11:59.136 16  switches: flows:  591766 583324 583891 591321 587878 591070 595314 584330 588608 600707 601768 585375 591387 594264 593319 581768  total = 157.169220 per ms 
03:12:59.278 16  switches: flows:  503989 514691 527906 525469 497712 429869 485514 536011 522996 510221 514992 511579 514806 524172 529764 500904  total = 135.521740 per ms 
03:13:59.502 16  switches: flows:  481161 477993 556860 435459 541085 484022 537054 550011 541437 517024 506111 560063 535029 463205 525525 470783  total = 135.873570 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 128654.83/164947.04/149467.23/51344.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:14:00.918263" elapsed="0.000380"/>
</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-04T03:14:00.918796" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-04T03:14:00.919538" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-04T03:14:00.919644" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 128654.83/164947.04/149467.23/51344.96 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-04T03:14:00.919320" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:14:00.920092" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 128654.83/164947.04/149467.23/51344.96 | 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-04T03:14:00.919830" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.922466" 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-04T03:14:00.920263" elapsed="0.002260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.924914" level="INFO">128654.83/164947.04/149467.23/51344.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:14:00.922680" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:14:00.927276" 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-04T03:14:00.925116" elapsed="0.002187"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:14:00.929813" level="INFO">@{result_value_list} = [ 128654.83 | 164947.04 | 149467.23 | 51344.96 ]</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-04T03:14:00.927488" elapsed="0.002353"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.930300" level="INFO">Length is 4.</msg>
<msg time="2026-08-04T03:14:00.930390" 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-04T03:14:00.929996" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.935252" level="INFO">min :: 128654.83</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-04T03:14:00.930817" elapsed="0.004493"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-04T03:14:00.930687" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.939881" level="INFO">max :: 164947.04</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-04T03:14:00.935563" elapsed="0.004377"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-04T03:14:00.935436" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.944421" level="INFO">avg :: 149467.23</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-04T03:14:00.940194" elapsed="0.004283"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-04T03:14:00.940067" elapsed="0.004445"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.949160" level="INFO">stdev :: 51344.96</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-04T03:14:00.944743" elapsed="0.004474"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-04T03:14:00.944612" elapsed="0.004641"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-04T03:14:00.930480" elapsed="0.018804"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.953476" level="INFO">${min} = 128654.83</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-04T03:14:00.949445" elapsed="0.004059"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.957380" level="INFO">${max} = 164947.04</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-04T03:14:00.953681" elapsed="0.003726"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.961225" level="INFO">${average} = 149467.23</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-04T03:14:00.957561" elapsed="0.003691"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.965077" level="INFO">${stdev} = 51344.96</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-04T03:14:00.961402" elapsed="0.003702"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.965625" level="INFO">${date} = 2026-08-04 03:14:00</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-04T03:14:00.965262" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.966203" level="INFO">CBench Result: 2026-08-04 03:14:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,128654.83,164947.04,149467.23,51344.96</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-04T03:14:00.965801" elapsed="0.000457"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T03:14:00.967296" 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-04T03:14:00.966871" elapsed="0.000493"/>
</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-04T03:14:00.967513" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-04T03:14:00.966394" elapsed="0.001676"/>
</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-04T03:03:52.606943" elapsed="608.361186"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.968613" 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-04T03:14:00.968279" elapsed="0.000394"/>
</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-04T03:14:00.969183" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-08-04T03:14:00.968887" elapsed="0.000623"/>
</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-04T03:03:52.605591" elapsed="608.363959"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.970934" 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-04T03:14:00.970492" elapsed="0.000500"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.972201" 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-04T03:14:00.971878" elapsed="0.000365"/>
</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-04T03:14:00.972578" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-08-04T03:14:00.972362" 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-04T03:14:00.975768" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-04T03:14:00.975485" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-08-04T03:14:00.975466" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-04T03:14:00.976155" 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-04T03:14:00.976270" 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-04T03:14:00.975981" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.976858" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.150" 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-04T03:14:00.976428" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-04T03:14:00.977446" 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-04T03:14:00.977057" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T03:14:00.978349" level="INFO">Length is 0.</msg>
<msg time="2026-08-04T03:14:00.978437" 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-04T03:14:00.978056" elapsed="0.000405"/>
</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-04T03:14:00.978612" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-04T03:14:00.979791" level="INFO">Logging into '10.30.171.150:22' as 'jenkins'.</msg>
<msg time="2026-08-04T03:14:01.585394" 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 Tue Aug  4 03:14:01 UTC 2026

  System load:  0.12               Processes:             105
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.150
  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: Tue Aug  4 03:03:53 2026 from 10.30.171.161
[?2004h[jenkins@releng-50965-6-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-04T03:14:00.979412" elapsed="0.606177"/>
</kw>
<msg time="2026-08-04T03:14:01.585687" 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-04T03:14:00.979077" elapsed="0.606696"/>
</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-04T03:14:00.977688" elapsed="0.608201"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-04T03:14:01.586415" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-04T03:24:07.615775" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-04T03:24:07.616497" level="INFO">${stdout} = </msg>
<msg time="2026-08-04T03:24:07.616645" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-04T03:14:01.586108" elapsed="606.030600"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:24:07.617232" elapsed="0.000989"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.619476" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:06.701 16  switches: flows:  115271 114166 114209 112108 114793 114559 114752 114117 110955 111666 112103 112770 113174 111391 112432 111720  total = 30.169767 per ms 
03:16:06.801 16  switches: flows:  116168 114781 114084 112890 117357 116686 116449 114829 111772 111742 111637 114544 114186 112566 113819 114205  total = 30.411141 per ms 
03:17:06.902 16  switches: flows:  115938 118978 118688 118149 117471 119510 118701 115305 113670 115891 114230 118747 115944 116225 114323 115447  total = 31.068247 per ms 
03:18:07.002 16  switches: flows:  120378 120072 118323 118811 117413 119857 119199 117778 116993 116460 115243 119132 117659 116489 115146 116951  total = 31.379253 per ms 
03:19:07.103 16  switches: flows:  118004 120311 120087 120136 117094 120598 120292 117885 115253 116936 117100 120520 117986 117489 116490 116180  total = 31.486800 per ms 
03:20:07.203 16  switches: flows:  120863 123377 120725 121061 118634 121049 122598 119100 118706 118539 117825 120800 119194 117915 118148 118604  total = 31.899073 per ms 
03:21:07.303 16  switches: flows:  113882 113635 114317 113520 113367 114489 115720 115093 112181 112039 112789 113477 114043 110996 112716 112758  total = 30.199763 per ms 
03:22:07.404 16  switches: flows:  118371 117481 117376 117646 116586 120549 120150 117507 116967 118093 119224 118348 117586 116053 119230 117682  total = 31.428371 per ms 
03:23:07.504 16  switches: flows:  118066 115765 116485 118509 115407 119472 119179 116320 117744 118707 117224 119025 117424 114674 118449 117337  total = 31.277513 per ms 
03:24:07.604 16  switches: flows:  115936 114422 115085 115823 114599 119599 116368 115027 117896 115938 115879 117350 115921 115733 116390 115570  total = 30.907348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30199.76/31899.07/31117.50/10384.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:24:07.618666" elapsed="0.001223"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-04T03:24:07.620644" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-04T03:24:07.620097" elapsed="0.000721"/>
</branch>
<status status="PASS" start="2026-08-04T03:24:07.620042" elapsed="0.000835"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-04T03:24:07.621087" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-04T03:24:07.621005" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-04T03:24:07.620969" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-04T03:24:07.621292" elapsed="0.000028"/>
</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-04T03:24:07.627126" elapsed="0.000343"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-04T03:24:07.627631" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-04T03:24:07.627929" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-04T03:24:07.622396" elapsed="0.005685"/>
</kw>
<msg time="2026-08-04T03:24:07.628210" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-04T03:14:00.972981" elapsed="606.655256"/>
</kw>
<status status="PASS" start="2026-08-04T03:14:00.972678" elapsed="606.655608"/>
</branch>
<status status="PASS" start="2026-08-04T03:14:00.972341" elapsed="606.655969"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.628748" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:15:06.701 16  switches: flows:  115271 114166 114209 112108 114793 114559 114752 114117 110955 111666 112103 112770 113174 111391 112432 111720  total = 30.169767 per ms 
03:16:06.801 16  switches: flows:  116168 114781 114084 112890 117357 116686 116449 114829 111772 111742 111637 114544 114186 112566 113819 114205  total = 30.411141 per ms 
03:17:06.902 16  switches: flows:  115938 118978 118688 118149 117471 119510 118701 115305 113670 115891 114230 118747 115944 116225 114323 115447  total = 31.068247 per ms 
03:18:07.002 16  switches: flows:  120378 120072 118323 118811 117413 119857 119199 117778 116993 116460 115243 119132 117659 116489 115146 116951  total = 31.379253 per ms 
03:19:07.103 16  switches: flows:  118004 120311 120087 120136 117094 120598 120292 117885 115253 116936 117100 120520 117986 117489 116490 116180  total = 31.486800 per ms 
03:20:07.203 16  switches: flows:  120863 123377 120725 121061 118634 121049 122598 119100 118706 118539 117825 120800 119194 117915 118148 118604  total = 31.899073 per ms 
03:21:07.303 16  switches: flows:  113882 113635 114317 113520 113367 114489 115720 115093 112181 112039 112789 113477 114043 110996 112716 112758  total = 30.199763 per ms 
03:22:07.404 16  switches: flows:  118371 117481 117376 117646 116586 120549 120150 117507 116967 118093 119224 118348 117586 116053 119230 117682  total = 31.428371 per ms 
03:23:07.504 16  switches: flows:  118066 115765 116485 118509 115407 119472 119179 116320 117744 118707 117224 119025 117424 114674 118449 117337  total = 31.277513 per ms 
03:24:07.604 16  switches: flows:  115936 114422 115085 115823 114599 119599 116368 115027 117896 115938 115879 117350 115921 115733 116390 115570  total = 30.907348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30199.76/31899.07/31117.50/10384.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:24:07.628449" elapsed="0.000373"/>
</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-04T03:24:07.628966" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-04T03:24:07.629724" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-04T03:24:07.629815" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30199.76/31899.07/31117.50/10384.95 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-04T03:24:07.629487" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:24:07.630300" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30199.76/31899.07/31117.50/10384.95 | 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-04T03:24:07.629990" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.632676" 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-04T03:24:07.630470" elapsed="0.002262"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.635056" level="INFO">30199.76/31899.07/31117.50/10384.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-04T03:24:07.632874" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:24:07.637430" 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-04T03:24:07.635256" elapsed="0.002202"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-04T03:24:07.639854" level="INFO">@{result_value_list} = [ 30199.76 | 31899.07 | 31117.50 | 10384.95 ]</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-04T03:24:07.637658" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.640334" level="INFO">Length is 4.</msg>
<msg time="2026-08-04T03:24:07.640422" 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-04T03:24:07.640035" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.645066" level="INFO">min :: 30199.76</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-04T03:24:07.640837" elapsed="0.004284"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-04T03:24:07.640711" elapsed="0.004444"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.649773" level="INFO">max :: 31899.07</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-04T03:24:07.645367" elapsed="0.004462"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-04T03:24:07.645242" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.654290" level="INFO">avg :: 31117.50</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-04T03:24:07.650080" elapsed="0.004266"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-04T03:24:07.649945" elapsed="0.004435"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.658821" level="INFO">stdev :: 10384.95</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-04T03:24:07.654589" elapsed="0.004288"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-04T03:24:07.654463" elapsed="0.004448"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-04T03:24:07.640511" elapsed="0.018429"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.662799" level="INFO">${min} = 30199.76</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-04T03:24:07.659096" elapsed="0.003730"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.666647" level="INFO">${max} = 31899.07</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-04T03:24:07.662979" elapsed="0.003696"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.670783" level="INFO">${average} = 31117.50</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-04T03:24:07.666827" elapsed="0.003983"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.674655" level="INFO">${stdev} = 10384.95</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-04T03:24:07.670963" elapsed="0.003719"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.675185" level="INFO">${date} = 2026-08-04 03:24:07</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-04T03:24:07.674842" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.675772" level="INFO">CBench Result: 2026-08-04 03:24:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30199.76,31899.07,31117.50,10384.95</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-04T03:24:07.675352" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-04T03:24:07.676915" 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-04T03:24:07.676430" elapsed="0.000553"/>
</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-04T03:24:07.677133" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-04T03:24:07.675968" elapsed="0.001705"/>
</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-04T03:14:00.971302" elapsed="606.706430"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.678230" 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-04T03:24:07.677880" elapsed="0.000408"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-04T03:24:07.679482" 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-04T03:24:07.679011" elapsed="0.000499"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-04T03:24:07.679746" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-04T03:24:07.679585" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-08-04T03:24:07.679566" elapsed="0.000267"/>
</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-04T03:24:07.679973" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-04T03:24:07.680126" 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-04T03:24:07.680281" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-04T03:24:07.680473" 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-04T03:24:07.680637" elapsed="0.000032"/>
</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-04T03:24:07.680796" 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-04T03:24:07.680938" 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-04T03:24:07.681155" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-04T03:24:07.681020" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-04T03:24:07.681003" elapsed="0.000227"/>
</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-04T03:24:07.678680" elapsed="0.002600"/>
</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-04T03:14:00.969998" elapsed="606.711328"/>
</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-04T02:53:43.217688" elapsed="1824.464227"/>
</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>
