<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-04T01:50:43.746566" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T01:50:44.316034" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:50:44.315881" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:44.315851" 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-04-04T01:50:44.316282" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T01:50:44.317277" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-04T01:50:45.222863" 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-04-04T01:50:44.316977" elapsed="0.906090"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.272822" 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-04-04T01:50:45.223350" elapsed="0.049651"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.277310" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T01:50:45.277561" 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-04-04T01:50:45.273402" elapsed="0.004226"/>
</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-04-04T01:50:45.277844" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:50:45.278246" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.279007" 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-04-04T01:50:45.278639" elapsed="0.000422"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T01:50:45.279117" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T01:50:44.315495" elapsed="0.963808"/>
</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-04-04T01:50:44.311837" elapsed="0.967532"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T01:50:45.279942" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T01:50:45.279567" elapsed="0.000434"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T01:50:45.280406" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T01:50:45.280158" elapsed="0.000309"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.281097" 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-04-04T01:50:45.280651" elapsed="0.000476"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.281649" 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-04-04T01:50:45.281303" elapsed="0.000389"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.282241" 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-04-04T01:50:45.281846" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.282745" 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-04-04T01:50:45.282431" elapsed="0.000356"/>
</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-04-04T01:50:45.283124" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:50:45.282878" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.287872" 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-04-04T01:50:45.287456" elapsed="0.000464"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T01:50:45.288943" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T01:50:45.289027" 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-04-04T01:50:45.288474" elapsed="0.000579"/>
</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-04-04T01:50:45.289244" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.290614" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-04T01:50:45.958626" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr  4 01:50:45 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.138
  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-48317-679-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-04-04T01:50:45.290121" elapsed="0.668740"/>
</kw>
<msg time="2026-04-04T01:50:45.958969" 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-04-04T01:50:45.289752" elapsed="0.669315"/>
</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-04-04T01:50:45.288130" elapsed="0.671061"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.966545" 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-04-04T01:50:45.959413" elapsed="0.008893"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:50:45.968700" elapsed="0.000604"/>
</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-04-04T01:50:45.286925" elapsed="0.682519"/>
</kw>
<status status="PASS" start="2026-04-04T01:50:45.283504" elapsed="0.686023"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:45.282853" elapsed="0.686741"/>
</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-04-04T01:50:45.969965" elapsed="0.001064"/>
</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-04-04T01:50:45.979791" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:50:45.979667" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:45.979642" elapsed="0.000228"/>
</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-04-04T01:50:45.983606" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:50:45.983491" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:45.983470" elapsed="0.000208"/>
</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-04-04T01:50:45.983811" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T01:50:45.984685" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-04T01:50:46.201539" 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-04-04T01:50:45.984423" elapsed="0.217258"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.294782" 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-04-04T01:50:46.201948" elapsed="0.092905"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.300312" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-04T01:50:46.300488" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-04T01:50:46.295042" elapsed="0.005478"/>
</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-04-04T01:50:46.300663" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:50:46.301022" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.301665" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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-04-04T01:50:46.301351" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T01:50:46.301771" elapsed="0.000049"/>
</return>
<msg time="2026-04-04T01:50:46.301990" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           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.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T01:50:45.983127" elapsed="0.318896"/>
</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-04-04T01:50:46.302173" elapsed="0.000502"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T01:50:46.302727" elapsed="0.000046"/>
</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-04-04T01:50:45.979350" elapsed="0.323532"/>
</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-04-04T01:50:46.306610" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-04T01:50:46.306475" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:46.306450" elapsed="0.000233"/>
</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-04-04T01:50:46.306839" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.307708" level="INFO">Logging into '10.30.170.10:8101' as 'karaf'.</msg>
<msg time="2026-04-04T01:50:46.523646" 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-04-04T01:50:46.307449" elapsed="0.216343"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.554389" 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-04-04T01:50:46.524053" elapsed="0.030401"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.556724" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T01:50:46.556834" 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-04-04T01:50:46.554620" elapsed="0.002244"/>
</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-04-04T01:50:46.557030" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T01:50:46.557366" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.558086" 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-04-04T01:50:46.557746" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T01:50:46.558191" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T01:50:46.306144" elapsed="0.252213"/>
</kw>
<status status="PASS" start="2026-04-04T01:50:44.310046" elapsed="2.248376"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.560656" 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-04-04T01:50:46.559603" elapsed="0.001124"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.562183" 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-04-04T01:50:46.561803" elapsed="0.000425"/>
</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-04-04T01:50:46.562553" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:50:46.562309" elapsed="0.000303"/>
</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-04-04T01:50:46.565621" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T01:50:46.565365" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:46.565345" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.566056" 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-04-04T01:50:46.566180" 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-04-04T01:50:46.565840" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.566780" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-04T01:50:46.566348" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.567509" 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-04-04T01:50:46.567003" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T01:50:46.568463" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T01:50:46.568556" 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-04-04T01:50:46.568143" elapsed="0.000438"/>
</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-04-04T01:50:46.568727" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.569966" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-04T01:50:46.883293" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr  4 01:50:45 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr  4 01:50:45 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-679-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-04-04T01:50:46.569592" elapsed="0.313902"/>
</kw>
<msg time="2026-04-04T01:50:46.883588" 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-04-04T01:50:46.569241" elapsed="0.314450"/>
</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-04-04T01:50:46.567744" elapsed="0.316071"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T01:50:46.884630" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T02:00:53.034988" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T02:00:53.035565" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T02:00:53.035731" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-04T01:50:46.884059" elapsed="606.151734"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:00:53.036290" elapsed="0.000795"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.038257" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:52.136 16  switches: flows:  111625 111271 109215 110410 107286 109499 107813 108542 105427 105832 107091 105338 105808 105782 105955 105846  total = 28.712333 per ms 
01:52:52.236 16  switches: flows:  131963 131625 131321 131644 128617 128707 126636 129854 124589 125601 125797 127000 126191 124596 125509 124965  total = 34.020105 per ms 
01:53:52.337 16  switches: flows:  129921 129416 128443 127799 126111 125420 124752 125623 121353 121677 121876 124316 123185 123477 121474 120776  total = 33.204892 per ms 
01:54:52.438 16  switches: flows:  134609 133311 135122 132775 130052 128686 130812 131423 123191 124933 127034 127280 125146 129595 124784 124881  total = 34.336595 per ms 
01:55:52.538 16  switches: flows:  135551 134589 134612 136076 130674 130063 132215 131482 125626 127222 126123 127022 127626 129187 124960 125577  total = 34.585685 per ms 
01:56:52.639 16  switches: flows:  133057 133405 132087 132666 129576 127456 128672 129158 124442 125627 124260 125820 125837 126599 121898 122693  total = 33.997342 per ms 
01:57:52.742 16  switches: flows:  135791 135713 135057 135760 130924 130642 130639 134295 126097 127105 128730 128057 129400 130964 125334 126899  total = 34.798680 per ms 
01:58:52.842 16  switches: flows:  126641 129746 124436 128952 126020 124495 123731 124471 121785 122572 125575 122605 124842 122037 120428 123209  total = 33.137094 per ms 
01:59:52.942 16  switches: flows:  130991 129238 125673 130520 124474 127884 126174 127177 123143 123194 126882 124721 125070 124722 124493 125649  total = 33.610607 per ms 
02:00:53.042 16  switches: flows:  138463 135964 134338 135434 132629 133895 134297 132488 128201 129607 132631 132849 132008 129747 130012 131517  total = 35.342349 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33137.09/35342.35/34114.82/11392.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:00:53.037476" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T02:00:53.039162" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-04-04T02:00:53.038767" elapsed="0.000573"/>
</branch>
<status status="PASS" start="2026-04-04T02:00:53.038710" elapsed="0.000688"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T02:00:53.039640" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-04T02:00:53.039534" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-04-04T02:00:53.039497" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T02:00:53.039858" elapsed="0.000058"/>
</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-04-04T02:00:53.045115" elapsed="0.000468"/>
</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-04-04T02:00:53.045792" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:00:53.046234" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T02:00:53.040605" elapsed="0.005840"/>
</kw>
<msg time="2026-04-04T02:00:53.046629" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-04T01:50:46.562982" elapsed="606.483685"/>
</kw>
<status status="PASS" start="2026-04-04T01:50:46.562641" elapsed="606.484095"/>
</branch>
<status status="PASS" start="2026-04-04T01:50:46.562286" elapsed="606.484483"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.047398" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:51:52.136 16  switches: flows:  111625 111271 109215 110410 107286 109499 107813 108542 105427 105832 107091 105338 105808 105782 105955 105846  total = 28.712333 per ms 
01:52:52.236 16  switches: flows:  131963 131625 131321 131644 128617 128707 126636 129854 124589 125601 125797 127000 126191 124596 125509 124965  total = 34.020105 per ms 
01:53:52.337 16  switches: flows:  129921 129416 128443 127799 126111 125420 124752 125623 121353 121677 121876 124316 123185 123477 121474 120776  total = 33.204892 per ms 
01:54:52.438 16  switches: flows:  134609 133311 135122 132775 130052 128686 130812 131423 123191 124933 127034 127280 125146 129595 124784 124881  total = 34.336595 per ms 
01:55:52.538 16  switches: flows:  135551 134589 134612 136076 130674 130063 132215 131482 125626 127222 126123 127022 127626 129187 124960 125577  total = 34.585685 per ms 
01:56:52.639 16  switches: flows:  133057 133405 132087 132666 129576 127456 128672 129158 124442 125627 124260 125820 125837 126599 121898 122693  total = 33.997342 per ms 
01:57:52.742 16  switches: flows:  135791 135713 135057 135760 130924 130642 130639 134295 126097 127105 128730 128057 129400 130964 125334 126899  total = 34.798680 per ms 
01:58:52.842 16  switches: flows:  126641 129746 124436 128952 126020 124495 123731 124471 121785 122572 125575 122605 124842 122037 120428 123209  total = 33.137094 per ms 
01:59:52.942 16  switches: flows:  130991 129238 125673 130520 124474 127884 126174 127177 123143 123194 126882 124721 125070 124722 124493 125649  total = 33.610607 per ms 
02:00:53.042 16  switches: flows:  138463 135964 134338 135434 132629 133895 134297 132488 128201 129607 132631 132849 132008 129747 130012 131517  total = 35.342349 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33137.09/35342.35/34114.82/11392.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:00:53.046988" elapsed="0.000513"/>
</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-04-04T02:00:53.047732" elapsed="0.000548"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T02:00:53.048826" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T02:00:53.048975" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33137.09/35342.35/34114.82/11392.62 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-04-04T02:00:53.048510" elapsed="0.000500"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:00:53.049592" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33137.09/35342.35/34114.82/11392.62 | 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-04-04T02:00:53.049232" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.053053" 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-04-04T02:00:53.049838" elapsed="0.003295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.056548" level="INFO">33137.09/35342.35/34114.82/11392.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:00:53.053339" elapsed="0.003268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:00:53.059039" 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-04-04T02:00:53.056762" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:00:53.061528" level="INFO">@{result_value_list} = [ 33137.09 | 35342.35 | 34114.82 | 11392.62 ]</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-04-04T02:00:53.059263" elapsed="0.002293"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.062085" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T02:00:53.062176" 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-04-04T02:00:53.061714" elapsed="0.000487"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.067034" level="INFO">min :: 33137.09</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-04-04T02:00:53.062620" elapsed="0.004472"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T02:00:53.062478" elapsed="0.004650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.071714" level="INFO">max :: 35342.35</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-04-04T02:00:53.067355" elapsed="0.004417"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T02:00:53.067223" elapsed="0.004584"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.076446" level="INFO">avg :: 34114.82</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-04-04T02:00:53.072045" elapsed="0.004459"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T02:00:53.071912" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.081313" level="INFO">stdev :: 11392.62</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-04-04T02:00:53.076763" elapsed="0.004606"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T02:00:53.076633" elapsed="0.004772"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T02:00:53.062272" elapsed="0.019166"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.085477" level="INFO">${min} = 33137.09</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-04-04T02:00:53.081602" elapsed="0.003903"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.089664" level="INFO">${max} = 35342.35</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-04-04T02:00:53.085664" elapsed="0.004027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.093858" level="INFO">${average} = 34114.82</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-04-04T02:00:53.089847" elapsed="0.004051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.097924" level="INFO">${stdev} = 11392.62</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-04-04T02:00:53.094056" elapsed="0.003896"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.098484" level="INFO">${date} = 2026-04-04 02:00:53</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-04T02:00:53.098119" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.099085" level="INFO">CBench Result: 2026-04-04 02:00:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33137.09,35342.35,34114.82,11392.62</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-04-04T02:00:53.098658" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T02:00:53.100280" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T02:00:53.099837" elapsed="0.000509"/>
</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-04-04T02:00:53.100500" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T02:00:53.099316" elapsed="0.001746"/>
</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-04-04T01:50:46.561159" elapsed="606.539966"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.101599" 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-04-04T02:00:53.101278" elapsed="0.000378"/>
</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-04-04T02:00:53.102199" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-04T02:00:53.101875" elapsed="0.000666"/>
</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-04-04T01:50:46.558574" elapsed="606.544005"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.104321" 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-04-04T02:00:53.103926" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.105643" 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-04-04T02:00:53.105310" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-04T02:00:53.106063" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T02:00:53.105817" elapsed="0.000310"/>
</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-04-04T02:00:53.109434" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T02:00:53.109171" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-04T02:00:53.109150" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T02:00:53.109902" 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-04-04T02:00:53.110033" 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-04-04T02:00:53.109651" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.110633" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-04T02:00:53.110202" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T02:00:53.111273" 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-04-04T02:00:53.110840" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T02:00:53.112305" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T02:00:53.112399" 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-04-04T02:00:53.111966" elapsed="0.000459"/>
</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-04-04T02:00:53.112572" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T02:00:53.113817" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-04T02:00:53.681829" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr  4 02:00:53 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.138
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr  4 01:50:46 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-679-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-04-04T02:00:53.113440" elapsed="0.568643"/>
</kw>
<msg time="2026-04-04T02:00:53.682183" 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-04-04T02:00:53.113086" elapsed="0.569209"/>
</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-04-04T02:00:53.111510" elapsed="0.570918"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T02:00:53.683047" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T02:11:00.511249" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T02:11:00.511839" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T02:11:00.511985" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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-04-04T02:00:53.682679" elapsed="606.829376"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:11:00.512503" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.514406" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:58.825 16  switches: flows:  432781 516024 452698 507321 441972 445157 530769 514009 420631 414334 516321 436808 422496 433891 479241 426535  total = 123.183133 per ms 
02:02:58.926 16  switches: flows:  615954 620160 613601 612665 614201 620448 623652 606381 607732 613175 613581 613453 617701 624055 607940 613117  total = 163.690098 per ms 
02:03:59.028 16  switches: flows:  629201 628070 624400 632552 629372 631069 641637 629607 633097 635532 638018 641709 629791 640415 630461 642396  total = 168.670709 per ms 
02:04:59.129 16  switches: flows:  645748 654733 659473 658213 655684 660766 661595 654283 648925 660246 653992 658895 658005 661311 659018 653603  total = 174.780933 per ms 
02:05:59.231 16  switches: flows:  625644 638296 633224 626399 644781 649573 641231 633415 629896 613536 630846 630755 621014 625400 631569 625979  total = 168.073681 per ms 
02:06:59.332 16  switches: flows:  509822 594122 597668 605141 519995 556671 618623 582283 509651 572285 567973 513312 573872 612874 579072 499113  total = 149.954879 per ms 
02:07:59.934 16  switches: flows:  657894 660157 660111 649487 660360 663479 659520 653432 650220 657537 646360 660367 660057 654731 660833 655572  total = 173.428839 per ms 
02:09:00.036 16  switches: flows:  662613 666580 663473 657563 665080 665221 663399 664073 655306 657197 665257 663505 657553 664392 672573 654931  total = 176.348660 per ms 
02:10:00.401 16  switches: flows:  615624 620834 613757 626116 632335 618205 619533 627636 616986 610854 616522 607810 593785 616689 620420 602314  total = 163.329618 per ms 
02:11:00.502 16  switches: flows:  615893 620074 626066 616499 620954 631560 629919 629028 622244 621983 625190 623233 621855 623564 627856 619141  total = 165.973909 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 149954.88/176348.66/167139.04/56218.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.513625" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T02:11:00.515264" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-04T02:11:00.514934" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-04-04T02:11:00.514853" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T02:11:00.515687" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-04T02:11:00.515605" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-04T02:11:00.515569" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T02:11:00.515929" elapsed="0.000035"/>
</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-04-04T02:11:00.519466" elapsed="0.000363"/>
</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-04-04T02:11:00.520006" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:11:00.520312" 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-04-04T02:11:00.516612" elapsed="0.003856"/>
</kw>
<msg time="2026-04-04T02:11:00.520600" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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-04-04T02:00:53.106590" elapsed="607.414037"/>
</kw>
<status status="PASS" start="2026-04-04T02:00:53.106162" elapsed="607.414514"/>
</branch>
<status status="PASS" start="2026-04-04T02:00:53.105794" elapsed="607.414907"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.521165" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:01:58.825 16  switches: flows:  432781 516024 452698 507321 441972 445157 530769 514009 420631 414334 516321 436808 422496 433891 479241 426535  total = 123.183133 per ms 
02:02:58.926 16  switches: flows:  615954 620160 613601 612665 614201 620448 623652 606381 607732 613175 613581 613453 617701 624055 607940 613117  total = 163.690098 per ms 
02:03:59.028 16  switches: flows:  629201 628070 624400 632552 629372 631069 641637 629607 633097 635532 638018 641709 629791 640415 630461 642396  total = 168.670709 per ms 
02:04:59.129 16  switches: flows:  645748 654733 659473 658213 655684 660766 661595 654283 648925 660246 653992 658895 658005 661311 659018 653603  total = 174.780933 per ms 
02:05:59.231 16  switches: flows:  625644 638296 633224 626399 644781 649573 641231 633415 629896 613536 630846 630755 621014 625400 631569 625979  total = 168.073681 per ms 
02:06:59.332 16  switches: flows:  509822 594122 597668 605141 519995 556671 618623 582283 509651 572285 567973 513312 573872 612874 579072 499113  total = 149.954879 per ms 
02:07:59.934 16  switches: flows:  657894 660157 660111 649487 660360 663479 659520 653432 650220 657537 646360 660367 660057 654731 660833 655572  total = 173.428839 per ms 
02:09:00.036 16  switches: flows:  662613 666580 663473 657563 665080 665221 663399 664073 655306 657197 665257 663505 657553 664392 672573 654931  total = 176.348660 per ms 
02:10:00.401 16  switches: flows:  615624 620834 613757 626116 632335 618205 619533 627636 616986 610854 616522 607810 593785 616689 620420 602314  total = 163.329618 per ms 
02:11:00.502 16  switches: flows:  615893 620074 626066 616499 620954 631560 629919 629028 622244 621983 625190 623233 621855 623564 627856 619141  total = 165.973909 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 149954.88/176348.66/167139.04/56218.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.520857" elapsed="0.000382"/>
</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-04-04T02:11:00.521392" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T02:11:00.522182" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T02:11:00.522273" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 149954.88/176348.66/167139.04/56218.34 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-04T02:11:00.521957" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:11:00.522713" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 149954.88/176348.66/167139.04/56218.34 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T02:11:00.522454" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.525408" 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-04-04T02:11:00.522901" elapsed="0.002573"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.527880" level="INFO">149954.88/176348.66/167139.04/56218.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.525643" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:11:00.530344" 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-04-04T02:11:00.528103" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:11:00.532807" level="INFO">@{result_value_list} = [ 149954.88 | 176348.66 | 167139.04 | 56218.34 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T02:11:00.530568" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.533381" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T02:11:00.533471" 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-04-04T02:11:00.533063" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.538305" level="INFO">min :: 149954.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.533910" elapsed="0.004452"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T02:11:00.533758" elapsed="0.004639"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.543192" level="INFO">max :: 176348.66</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-04-04T02:11:00.538621" elapsed="0.004628"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T02:11:00.538487" elapsed="0.004799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.548074" level="INFO">avg :: 167139.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-04-04T02:11:00.543507" elapsed="0.004625"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T02:11:00.543375" elapsed="0.004793"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.552780" level="INFO">stdev :: 56218.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.548391" elapsed="0.004447"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T02:11:00.548258" elapsed="0.004615"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T02:11:00.533563" elapsed="0.019380"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.557076" level="INFO">${min} = 149954.88</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-04-04T02:11:00.553111" elapsed="0.003993"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.561048" level="INFO">${max} = 176348.66</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-04-04T02:11:00.557263" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.565217" level="INFO">${average} = 167139.04</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-04-04T02:11:00.561228" elapsed="0.004016"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.569228" level="INFO">${stdev} = 56218.34</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T02:11:00.565398" elapsed="0.003858"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.569774" level="INFO">${date} = 2026-04-04 02:11: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-04-04T02:11:00.569417" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.570385" level="INFO">CBench Result: 2026-04-04 02:11:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,149954.88,176348.66,167139.04,56218.34</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:11:00.569969" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T02:11:00.571483" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T02:11:00.571082" elapsed="0.000469"/>
</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-04-04T02:11:00.571703" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T02:11:00.570591" elapsed="0.001667"/>
</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-04-04T02:00:53.104706" elapsed="607.467613"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.572792" 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-04-04T02:11:00.572470" elapsed="0.000379"/>
</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-04-04T02:11:00.573460" elapsed="0.000275"/>
</kw>
<status status="PASS" start="2026-04-04T02:11:00.573151" elapsed="0.000657"/>
</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-04-04T02:00:53.103224" elapsed="607.470622"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.575282" 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-04-04T02:11:00.574864" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.576562" 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-04-04T02:11:00.576226" elapsed="0.000379"/>
</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-04-04T02:11:00.576965" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-04T02:11:00.576712" elapsed="0.000313"/>
</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-04-04T02:11:00.579947" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T02:11:00.579679" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-04T02:11:00.579660" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T02:11:00.580347" 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-04-04T02:11:00.580465" 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-04-04T02:11:00.580160" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.581118" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-04T02:11:00.580629" elapsed="0.000548"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T02:11:00.581853" 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-04-04T02:11:00.581324" elapsed="0.000587"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T02:11:00.583373" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T02:11:00.583506" 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-04-04T02:11:00.582722" elapsed="0.000819"/>
</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-04-04T02:11:00.583745" elapsed="0.000479"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T02:11:00.585478" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-04T02:11:01.182617" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Apr  4 02:11:00 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Apr  4 02:00:53 2026 from 10.30.170.16
[?2004h[jenkins@releng-48317-679-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-04-04T02:11:00.584978" elapsed="0.597866"/>
</kw>
<msg time="2026-04-04T02:11:01.182962" 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-04-04T02:11:00.584441" elapsed="0.598611"/>
</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-04-04T02:11:00.582200" elapsed="0.600972"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T02:11:01.183731" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T02:21:07.255621" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T02:21:07.256223" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T02:21:07.256332" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-04T02:11:01.183406" elapsed="606.072983"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:21:07.256870" elapsed="0.000755"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.258776" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:06.332 16  switches: flows:  118690 121878 123107 122653 120269 122786 120042 120420 120771 120407 125105 119715 117130 120556 122639 118556  total = 32.245400 per ms 
02:13:06.432 16  switches: flows:  133251 133084 130960 131412 132397 133848 129873 128835 129280 129415 129826 129425 128818 128155 128557 129094  total = 34.712353 per ms 
02:14:06.533 16  switches: flows:  133725 135225 130416 131276 133890 133770 127132 130238 129518 129255 129290 131593 127620 130375 128224 128988  total = 34.784202 per ms 
02:15:06.634 16  switches: flows:  132121 136401 133357 132037 133105 135780 128357 130543 128735 131266 132935 132281 128915 130779 129197 130789  total = 35.050871 per ms 
02:16:06.734 16  switches: flows:  131436 135147 130403 129724 132500 134720 127440 129571 127310 130842 129136 131340 126110 128613 130169 129899  total = 34.681429 per ms 
02:17:06.835 16  switches: flows:  132870 135079 132204 131719 134570 133888 129375 129202 129054 128295 131834 133925 129210 129501 130646 130494  total = 34.972656 per ms 
02:18:06.935 16  switches: flows:  132533 133722 129596 129991 132863 132409 128194 130169 128950 126933 129681 131384 128267 127702 126858 130637  total = 34.606950 per ms 
02:19:07.035 16  switches: flows:  132986 135731 131741 131658 134463 134991 130630 131031 130033 129441 131448 132571 130204 129816 128660 130645  total = 35.042304 per ms 
02:20:07.136 16  switches: flows:  130126 134274 129155 129212 132349 131906 128429 129843 127578 127758 129018 130584 128584 127636 126432 129405  total = 34.480332 per ms 
02:21:07.236 16  switches: flows:  126632 129052 125933 125975 127945 127039 123244 125559 125699 123568 123833 127358 123932 123544 122723 123638  total = 33.372157 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33372.16/35050.87/34633.69/11554.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:21:07.258027" elapsed="0.001089"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T02:21:07.259709" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-04T02:21:07.259300" elapsed="0.000563"/>
</branch>
<status status="PASS" start="2026-04-04T02:21:07.259249" elapsed="0.000704"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T02:21:07.260164" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T02:21:07.260082" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-04-04T02:21:07.260047" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T02:21:07.260370" 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-04-04T02:21:07.265307" elapsed="0.000332"/>
</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-04-04T02:21:07.265789" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T02:21:07.266105" 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-04-04T02:21:07.261096" elapsed="0.005161"/>
</kw>
<msg time="2026-04-04T02:21:07.266387" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-04T02:11:00.577373" elapsed="606.689040"/>
</kw>
<status status="PASS" start="2026-04-04T02:11:00.577050" elapsed="606.689412"/>
</branch>
<status status="PASS" start="2026-04-04T02:11:00.576691" elapsed="606.689794"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.266934" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:12:06.332 16  switches: flows:  118690 121878 123107 122653 120269 122786 120042 120420 120771 120407 125105 119715 117130 120556 122639 118556  total = 32.245400 per ms 
02:13:06.432 16  switches: flows:  133251 133084 130960 131412 132397 133848 129873 128835 129280 129415 129826 129425 128818 128155 128557 129094  total = 34.712353 per ms 
02:14:06.533 16  switches: flows:  133725 135225 130416 131276 133890 133770 127132 130238 129518 129255 129290 131593 127620 130375 128224 128988  total = 34.784202 per ms 
02:15:06.634 16  switches: flows:  132121 136401 133357 132037 133105 135780 128357 130543 128735 131266 132935 132281 128915 130779 129197 130789  total = 35.050871 per ms 
02:16:06.734 16  switches: flows:  131436 135147 130403 129724 132500 134720 127440 129571 127310 130842 129136 131340 126110 128613 130169 129899  total = 34.681429 per ms 
02:17:06.835 16  switches: flows:  132870 135079 132204 131719 134570 133888 129375 129202 129054 128295 131834 133925 129210 129501 130646 130494  total = 34.972656 per ms 
02:18:06.935 16  switches: flows:  132533 133722 129596 129991 132863 132409 128194 130169 128950 126933 129681 131384 128267 127702 126858 130637  total = 34.606950 per ms 
02:19:07.035 16  switches: flows:  132986 135731 131741 131658 134463 134991 130630 131031 130033 129441 131448 132571 130204 129816 128660 130645  total = 35.042304 per ms 
02:20:07.136 16  switches: flows:  130126 134274 129155 129212 132349 131906 128429 129843 127578 127758 129018 130584 128584 127636 126432 129405  total = 34.480332 per ms 
02:21:07.236 16  switches: flows:  126632 129052 125933 125975 127945 127039 123244 125559 125699 123568 123833 127358 123932 123544 122723 123638  total = 33.372157 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33372.16/35050.87/34633.69/11554.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:21:07.266625" elapsed="0.000383"/>
</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-04-04T02:21:07.267160" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T02:21:07.267942" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T02:21:07.268042" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33372.16/35050.87/34633.69/11554.68 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-04-04T02:21:07.267705" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:21:07.268481" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33372.16/35050.87/34633.69/11554.68 | 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-04-04T02:21:07.268223" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.270953" 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-04-04T02:21:07.268667" elapsed="0.002343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.273609" level="INFO">33372.16/35050.87/34633.69/11554.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T02:21:07.271156" elapsed="0.002510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:21:07.276111" 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-04-04T02:21:07.273819" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T02:21:07.278586" level="INFO">@{result_value_list} = [ 33372.16 | 35050.87 | 34633.69 | 11554.68 ]</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-04-04T02:21:07.276340" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.279100" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T02:21:07.279188" 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-04-04T02:21:07.278769" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.284133" level="INFO">min :: 33372.16</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-04-04T02:21:07.279636" elapsed="0.004554"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T02:21:07.279506" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.288861" level="INFO">max :: 35050.87</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-04-04T02:21:07.284444" elapsed="0.004489"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T02:21:07.284316" elapsed="0.004654"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.293538" level="INFO">avg :: 34633.69</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-04-04T02:21:07.289183" elapsed="0.004412"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T02:21:07.289054" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.298302" level="INFO">stdev :: 11554.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-04-04T02:21:07.293848" elapsed="0.004511"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T02:21:07.293715" elapsed="0.004679"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T02:21:07.279300" elapsed="0.019124"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.302406" level="INFO">${min} = 33372.16</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-04-04T02:21:07.298586" elapsed="0.003847"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.306552" level="INFO">${max} = 35050.87</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-04-04T02:21:07.302591" elapsed="0.003989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.310557" level="INFO">${average} = 34633.69</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-04-04T02:21:07.306740" elapsed="0.003844"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.314583" level="INFO">${stdev} = 11554.68</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-04-04T02:21:07.310741" elapsed="0.003870"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.315176" level="INFO">${date} = 2026-04-04 02:21: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-04-04T02:21:07.314773" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.315775" level="INFO">CBench Result: 2026-04-04 02:21:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33372.16,35050.87,34633.69,11554.68</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-04-04T02:21:07.315360" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T02:21:07.316987" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-04-04T02:21:07.316501" elapsed="0.000555"/>
</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-04-04T02:21:07.317209" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T02:21:07.316014" elapsed="0.001740"/>
</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-04-04T02:11:00.575651" elapsed="606.742163"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.318298" 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-04-04T02:21:07.317981" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T02:21:07.319617" 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-04-04T02:21:07.319096" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-04T02:21:07.319873" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-04-04T02:21:07.319723" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-04-04T02:21:07.319703" elapsed="0.000280"/>
</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-04-04T02:21:07.320131" 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-04-04T02:21:07.320290" 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-04-04T02:21:07.320451" 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-04-04T02:21:07.320644" 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-04-04T02:21:07.320803" elapsed="0.000021"/>
</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-04-04T02:21:07.320968" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-04T02:21:07.321120" elapsed="0.000023"/>
</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-04-04T02:21:07.321348" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-04T02:21:07.321207" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-04-04T02:21:07.321190" elapsed="0.000234"/>
</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-04-04T02:21:07.318739" elapsed="0.002734"/>
</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-04-04T02:11:00.574319" elapsed="606.747201"/>
</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-04-04T01:50:43.748126" elapsed="1823.573988"/>
</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>
