<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-04T03:31:36.570953" 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-05-04T03:31:37.143406" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:31:37.143235" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:37.143206" elapsed="0.000302"/>
</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-05-04T03:31:37.143656" elapsed="0.000512"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-04T03:31:37.144660" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-05-04T03:31:38.016037" 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-05-04T03:31:37.144361" elapsed="0.871859"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.064819" 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-05-04T03:31:38.016538" elapsed="0.048490"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.071596" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-04T03:31:38.071778" 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-05-04T03:31:38.065531" elapsed="0.006345"/>
</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-05-04T03:31:38.072161" elapsed="0.000379"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:31:38.072834" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.073869" 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-05-04T03:31:38.073382" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T03:31:38.074033" elapsed="0.000068"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T03:31:37.142849" elapsed="0.931435"/>
</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-05-04T03:31:37.139160" elapsed="0.935252"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T03:31:38.075345" 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-05-04T03:31:38.074672" elapsed="0.000770"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T03:31:38.076176" 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-05-04T03:31:38.075680" elapsed="0.000584"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.077043" 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-05-04T03:31:38.076536" elapsed="0.000535"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.077601" 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-05-04T03:31:38.077242" elapsed="0.000402"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.078172" 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-05-04T03:31:38.077793" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.078695" 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-05-04T03:31:38.078382" elapsed="0.000355"/>
</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-05-04T03:31:38.079042" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:31:38.078826" elapsed="0.000271"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.083472" 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-05-04T03:31:38.083042" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:31:38.084686" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T03:31:38.084770" 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-05-04T03:31:38.084219" elapsed="0.000576"/>
</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-05-04T03:31:38.084946" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.086316" level="INFO">Logging into '10.30.170.195:22' as 'jenkins'.</msg>
<msg time="2026-05-04T03:31:38.840532" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 03:31:38 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.195
  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-709-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-05-04T03:31:38.085815" elapsed="0.754881"/>
</kw>
<msg time="2026-05-04T03:31:38.840817" 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-05-04T03:31:38.085464" elapsed="0.755450"/>
</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-05-04T03:31:38.083707" elapsed="0.757355"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.849086" 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-05-04T03:31:38.841284" elapsed="0.009845"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:31:38.851558" elapsed="0.000575"/>
</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-05-04T03:31:38.082510" elapsed="0.769757"/>
</kw>
<status status="PASS" start="2026-05-04T03:31:38.079168" elapsed="0.773218"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:38.078798" elapsed="0.773658"/>
</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-05-04T03:31:38.852795" elapsed="0.001063"/>
</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-05-04T03:31:38.860634" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:31:38.860504" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:38.860480" elapsed="0.000234"/>
</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-05-04T03:31:38.864299" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:31:38.864183" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:38.864164" elapsed="0.000221"/>
</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-05-04T03:31:38.864522" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-04T03:31:38.865437" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-05-04T03:31:39.091303" 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-05-04T03:31:38.865152" elapsed="0.226332"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.196656" 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-05-04T03:31:39.091745" elapsed="0.105049"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.208302" 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-05-04T03:31:39.208588" 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-05-04T03:31:39.197041" elapsed="0.011581"/>
</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-05-04T03:31:39.208835" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:31:39.209248" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.209963" 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-05-04T03:31:39.209640" elapsed="0.000377"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T03:31:39.210069" elapsed="0.000053"/>
</return>
<msg time="2026-05-04T03:31:39.210272" 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.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T03:31:38.863823" elapsed="0.346485"/>
</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-05-04T03:31:39.210531" elapsed="0.000628"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T03:31:39.211226" elapsed="0.000035"/>
</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-05-04T03:31:38.860174" elapsed="0.351211"/>
</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-05-04T03:31:39.215395" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:31:39.215220" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:39.215193" elapsed="0.000280"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T03:31:39.215628" elapsed="0.000488"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.216788" level="INFO">Logging into '10.30.171.186:8101' as 'karaf'.</msg>
<msg time="2026-05-04T03:31:39.389881" 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-05-04T03:31:39.216510" elapsed="0.173579"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.414496" 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-05-04T03:31:39.390450" elapsed="0.024186"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.417238" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-04T03:31:39.417409" 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-05-04T03:31:39.414934" elapsed="0.002516"/>
</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-05-04T03:31:39.417665" elapsed="0.000407"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:31:39.418272" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.419214" 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-05-04T03:31:39.418771" elapsed="0.000518"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T03:31:39.419392" elapsed="0.000078"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.186
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T03:31:39.214841" elapsed="0.204839"/>
</kw>
<status status="PASS" start="2026-05-04T03:31:37.137265" elapsed="2.282502"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.422986" 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-05-04T03:31:39.421010" elapsed="0.002069"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.424772" 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-05-04T03:31:39.424400" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-04T03:31:39.425435" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:31:39.424945" elapsed="0.000554"/>
</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-05-04T03:31:39.428657" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:31:39.428396" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:39.428375" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.429223" 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-05-04T03:31:39.429411" 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-05-04T03:31:39.428918" elapsed="0.000531"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.430262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.195" 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-05-04T03:31:39.429637" elapsed="0.000729"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.431131" 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-05-04T03:31:39.430555" elapsed="0.000604"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:31:39.432268" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T03:31:39.432418" 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-05-04T03:31:39.431776" elapsed="0.000675"/>
</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-05-04T03:31:39.432644" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.434547" level="INFO">Logging into '10.30.170.195:22' as 'jenkins'.</msg>
<msg time="2026-05-04T03:31:39.792177" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 03:31:38 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.195
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 03:31:38 2026 from 10.30.170.122
[?2004h[jenkins@releng-48317-709-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-05-04T03:31:39.433883" elapsed="0.358533"/>
</kw>
<msg time="2026-05-04T03:31:39.792504" 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-05-04T03:31:39.433349" elapsed="0.359245"/>
</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-05-04T03:31:39.431387" elapsed="0.361331"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T03:31:39.793599" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T03:41:45.952150" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T03:41:45.952572" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T03:41:45.952646" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-04T03:31:39.792949" elapsed="606.159739"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:41:45.953005" elapsed="0.000688"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.954567" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:45.022 16  switches: flows:  102347 102430 99535 102707 101621 101597 100575 100419 101634 101956 100461 101010 103163 100724 100028 99067  total = 26.987900 per ms 
03:33:45.127 16  switches: flows:  120460 119086 116457 117413 117943 117833 116387 118526 116049 119578 118604 115893 117586 118016 115103 116107  total = 31.298425 per ms 
03:34:45.227 16  switches: flows:  124452 122829 119617 121432 121966 120019 120460 124539 118616 119859 121600 118654 119296 119403 116623 119873  total = 32.100321 per ms 
03:35:45.327 16  switches: flows:  115225 112735 110981 112550 111917 110846 111529 112785 110485 111053 112636 108742 109327 110029 109447 110360  total = 29.627991 per ms 
03:36:45.428 16  switches: flows:  122773 117480 118466 120621 119260 121494 117833 121417 118518 119723 119487 115623 118113 117260 116249 116904  total = 31.634211 per ms 
03:37:45.528 16  switches: flows:  122421 118600 118412 120962 119453 119125 118891 119828 118393 121186 120029 116414 117019 116726 116223 117492  total = 31.633411 per ms 
03:38:45.628 16  switches: flows:  121546 117792 118576 120719 119563 118850 119516 120691 117756 119639 120295 115814 119002 116900 117820 118114  total = 31.657033 per ms 
03:39:45.728 16  switches: flows:  121173 120002 117589 119846 118614 120225 117302 122074 119195 120120 117906 114749 117186 117936 118437 116976  total = 31.602732 per ms 
03:40:45.829 16  switches: flows:  123042 121297 119624 121221 120657 119259 118155 122603 118383 119391 121325 116915 119582 118166 118246 117936  total = 31.876764 per ms 
03:41:45.929 16  switches: flows:  121856 122570 119560 121316 122817 120260 118190 124596 118524 120078 121368 116045 117651 120277 120460 118596  total = 32.015972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29627.99/32100.32/31494.10/10521.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:41:45.953957" elapsed="0.000962"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T03:41:45.955395" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-05-04T03:41:45.955103" elapsed="0.000405"/>
</branch>
<status status="PASS" start="2026-05-04T03:41:45.955048" elapsed="0.000499"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T03:41:45.955694" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:41:45.955638" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-05-04T03:41:45.955613" elapsed="0.000175"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T03:41:45.955838" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T03:41:45.960257" elapsed="0.000812"/>
</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-05-04T03:41:45.961448" elapsed="0.000370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:41:45.962167" elapsed="0.000323"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-04T03:41:45.956331" elapsed="0.006284"/>
</kw>
<msg time="2026-05-04T03:41:45.962969" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-04T03:31:39.425909" elapsed="606.537131"/>
</kw>
<status status="PASS" start="2026-05-04T03:31:39.425529" elapsed="606.537615"/>
</branch>
<status status="PASS" start="2026-05-04T03:31:39.424907" elapsed="606.538276"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.963989" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:45.022 16  switches: flows:  102347 102430 99535 102707 101621 101597 100575 100419 101634 101956 100461 101010 103163 100724 100028 99067  total = 26.987900 per ms 
03:33:45.127 16  switches: flows:  120460 119086 116457 117413 117943 117833 116387 118526 116049 119578 118604 115893 117586 118016 115103 116107  total = 31.298425 per ms 
03:34:45.227 16  switches: flows:  124452 122829 119617 121432 121966 120019 120460 124539 118616 119859 121600 118654 119296 119403 116623 119873  total = 32.100321 per ms 
03:35:45.327 16  switches: flows:  115225 112735 110981 112550 111917 110846 111529 112785 110485 111053 112636 108742 109327 110029 109447 110360  total = 29.627991 per ms 
03:36:45.428 16  switches: flows:  122773 117480 118466 120621 119260 121494 117833 121417 118518 119723 119487 115623 118113 117260 116249 116904  total = 31.634211 per ms 
03:37:45.528 16  switches: flows:  122421 118600 118412 120962 119453 119125 118891 119828 118393 121186 120029 116414 117019 116726 116223 117492  total = 31.633411 per ms 
03:38:45.628 16  switches: flows:  121546 117792 118576 120719 119563 118850 119516 120691 117756 119639 120295 115814 119002 116900 117820 118114  total = 31.657033 per ms 
03:39:45.728 16  switches: flows:  121173 120002 117589 119846 118614 120225 117302 122074 119195 120120 117906 114749 117186 117936 118437 116976  total = 31.602732 per ms 
03:40:45.829 16  switches: flows:  123042 121297 119624 121221 120657 119259 118155 122603 118383 119391 121325 116915 119582 118166 118246 117936  total = 31.876764 per ms 
03:41:45.929 16  switches: flows:  121856 122570 119560 121316 122817 120260 118190 124596 118524 120078 121368 116045 117651 120277 120460 118596  total = 32.015972 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29627.99/32100.32/31494.10/10521.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:41:45.963484" elapsed="0.000619"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-04T03:41:45.964400" elapsed="0.000551"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T03:41:45.965721" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T03:41:45.965870" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29627.99/32100.32/31494.10/10521.21 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-05-04T03:41:45.965252" elapsed="0.000656"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:41:45.966559" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29627.99/32100.32/31494.10/10521.21 | 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-05-04T03:41:45.966143" elapsed="0.000457"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.969376" 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-05-04T03:41:45.966820" elapsed="0.002623"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.972029" level="INFO">29627.99/32100.32/31494.10/10521.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:41:45.969620" elapsed="0.002492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:41:45.974595" 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-05-04T03:41:45.972299" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:41:45.977169" level="INFO">@{result_value_list} = [ 29627.99 | 32100.32 | 31494.10 | 10521.21 ]</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-05-04T03:41:45.974878" elapsed="0.002320"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.977739" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T03:41:45.977830" 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-05-04T03:41:45.977377" elapsed="0.000479"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.982649" level="INFO">min :: 29627.99</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-05-04T03:41:45.978271" elapsed="0.004445"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T03:41:45.978134" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.988049" level="INFO">max :: 32100.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:41:45.983108" elapsed="0.005018"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T03:41:45.982868" elapsed="0.005306"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.992995" level="INFO">avg :: 31494.10</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-05-04T03:41:45.988493" elapsed="0.004586"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T03:41:45.988296" elapsed="0.004827"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:45.998253" level="INFO">stdev :: 10521.21</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-05-04T03:41:45.993450" elapsed="0.004889"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T03:41:45.993250" elapsed="0.005133"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T03:41:45.977932" elapsed="0.020494"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.002842" level="INFO">${min} = 29627.99</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-05-04T03:41:45.998671" elapsed="0.004205"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.006935" level="INFO">${max} = 32100.32</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-05-04T03:41:46.003097" elapsed="0.003869"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.012004" level="INFO">${average} = 31494.10</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-05-04T03:41:46.007186" elapsed="0.004864"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.016330" level="INFO">${stdev} = 10521.21</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-05-04T03:41:46.012289" elapsed="0.004075"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.016964" level="INFO">${date} = 2026-05-04 03:41:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T03:41:46.016570" elapsed="0.000422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.017617" level="INFO">CBench Result: 2026-05-04 03:41:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29627.99,32100.32,31494.10,10521.21</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-05-04T03:41:46.017146" elapsed="0.000531"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T03:41:46.018854" 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-05-04T03:41:46.018378" elapsed="0.000548"/>
</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-05-04T03:41:46.019138" elapsed="0.000511"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T03:41:46.017860" elapsed="0.001858"/>
</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-05-04T03:31:39.423640" elapsed="606.596142"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.020265" 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-05-04T03:41:46.019938" elapsed="0.000402"/>
</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-05-04T03:41:46.020920" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-04T03:41:46.020602" elapsed="0.000691"/>
</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-05-04T03:31:39.419992" elapsed="606.601357"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.023195" 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-05-04T03:41:46.022744" elapsed="0.000514"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.024843" 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-05-04T03:41:46.024499" elapsed="0.000388"/>
</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-05-04T03:41:46.025331" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:41:46.025049" elapsed="0.000346"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-04T03:41:46.028995" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:41:46.028673" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-05-04T03:41:46.028645" elapsed="0.000448"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:41:46.029548" 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-05-04T03:41:46.029688" 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-05-04T03:41:46.029252" elapsed="0.000464"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.030373" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.195" 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-05-04T03:41:46.029858" elapsed="0.000577"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:41:46.031014" 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-05-04T03:41:46.030580" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:41:46.032108" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T03:41:46.032202" 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-05-04T03:41:46.031770" elapsed="0.000457"/>
</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-05-04T03:41:46.032397" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T03:41:46.033755" level="INFO">Logging into '10.30.170.195:22' as 'jenkins'.</msg>
<msg time="2026-05-04T03:41:46.617362" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 03:41:46 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.195
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 03:31:39 2026 from 10.30.170.122
[?2004h[jenkins@releng-48317-709-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-05-04T03:41:46.033296" elapsed="0.584268"/>
</kw>
<msg time="2026-05-04T03:41:46.617652" 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-05-04T03:41:46.032918" elapsed="0.584829"/>
</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-05-04T03:41:46.031353" elapsed="0.586512"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T03:41:46.618419" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T03:51:52.683215" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T03:51:52.683757" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T03:51:52.683866" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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-05-04T03:41:46.618094" elapsed="606.065830"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:51:52.684399" elapsed="0.000709"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.686200" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:51.726 16  switches: flows:  524554 530016 517765 544175 525223 521202 527207 526820 510921 519740 512111 497299 508847 532368 531825 515143  total = 139.086933 per ms 
03:43:51.827 16  switches: flows:  579730 581030 559317 557413 576667 574985 583710 589291 572088 573853 582754 585116 580618 575162 570067 576798  total = 153.384884 per ms 
03:44:51.928 16  switches: flows:  622813 624919 616895 615016 628494 626598 632823 622132 635157 630196 616128 618351 620228 628724 612740 630564  total = 166.083962 per ms 
03:45:52.032 16  switches: flows:  637558 638717 626005 638237 595415 633321 598232 633456 632100 625425 634309 628386 633344 627880 633210 618534  total = 166.947502 per ms 
03:46:52.134 16  switches: flows:  624019 626526 633493 630669 635964 636092 635252 646587 636706 643337 639105 637233 625499 624887 638024 623693  total = 168.666107 per ms 
03:47:52.242 16  switches: flows:  646415 653780 652939 649184 634049 647316 654520 643772 638592 650976 635074 644908 651851 652335 643566 657500  total = 172.302879 per ms 
03:48:52.343 16  switches: flows:  638582 636461 632196 635122 632011 630707 627380 624276 623898 628536 634103 632702 636759 624664 645799 632187  total = 168.306359 per ms 
03:49:52.446 16  switches: flows:  617184 608306 595395 609025 609152 614816 617974 613976 611861 598393 616539 615152 608535 595158 598961 617599  total = 162.191906 per ms 
03:50:52.547 16  switches: flows:  651831 660901 646841 641472 641932 652148 635767 641846 653200 643946 647992 617850 644882 638688 643286 646773  total = 171.533860 per ms 
03:51:52.648 16  switches: flows:  612032 622160 624836 618547 622484 621622 617144 630964 627502 629607 621263 627926 620558 618254 619873 622622  total = 165.678340 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153384.88/172302.88/166121.76/55631.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:51:52.685498" elapsed="0.001017"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T03:51:52.687009" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-05-04T03:51:52.686704" elapsed="0.000453"/>
</branch>
<status status="PASS" start="2026-05-04T03:51:52.686641" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T03:51:52.687460" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-04T03:51:52.687376" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-04T03:51:52.687336" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T03:51:52.687672" elapsed="0.000031"/>
</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-05-04T03:51:52.693387" elapsed="0.000443"/>
</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-05-04T03:51:52.693980" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T03:51:52.694283" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-04T03:51:52.688381" elapsed="0.006075"/>
</kw>
<msg time="2026-05-04T03:51:52.694583" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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-05-04T03:41:46.025826" elapsed="606.668784"/>
</kw>
<status status="PASS" start="2026-05-04T03:41:46.025478" elapsed="606.669185"/>
</branch>
<status status="PASS" start="2026-05-04T03:41:46.025024" elapsed="606.669663"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.695117" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:42:51.726 16  switches: flows:  524554 530016 517765 544175 525223 521202 527207 526820 510921 519740 512111 497299 508847 532368 531825 515143  total = 139.086933 per ms 
03:43:51.827 16  switches: flows:  579730 581030 559317 557413 576667 574985 583710 589291 572088 573853 582754 585116 580618 575162 570067 576798  total = 153.384884 per ms 
03:44:51.928 16  switches: flows:  622813 624919 616895 615016 628494 626598 632823 622132 635157 630196 616128 618351 620228 628724 612740 630564  total = 166.083962 per ms 
03:45:52.032 16  switches: flows:  637558 638717 626005 638237 595415 633321 598232 633456 632100 625425 634309 628386 633344 627880 633210 618534  total = 166.947502 per ms 
03:46:52.134 16  switches: flows:  624019 626526 633493 630669 635964 636092 635252 646587 636706 643337 639105 637233 625499 624887 638024 623693  total = 168.666107 per ms 
03:47:52.242 16  switches: flows:  646415 653780 652939 649184 634049 647316 654520 643772 638592 650976 635074 644908 651851 652335 643566 657500  total = 172.302879 per ms 
03:48:52.343 16  switches: flows:  638582 636461 632196 635122 632011 630707 627380 624276 623898 628536 634103 632702 636759 624664 645799 632187  total = 168.306359 per ms 
03:49:52.446 16  switches: flows:  617184 608306 595395 609025 609152 614816 617974 613976 611861 598393 616539 615152 608535 595158 598961 617599  total = 162.191906 per ms 
03:50:52.547 16  switches: flows:  651831 660901 646841 641472 641932 652148 635767 641846 653200 643946 647992 617850 644882 638688 643286 646773  total = 171.533860 per ms 
03:51:52.648 16  switches: flows:  612032 622160 624836 618547 622484 621622 617144 630964 627502 629607 621263 627926 620558 618254 619873 622622  total = 165.678340 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153384.88/172302.88/166121.76/55631.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:51:52.694827" elapsed="0.000363"/>
</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-05-04T03:51:52.695361" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T03:51:52.696108" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T03:51:52.696197" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 153384.88/172302.88/166121.76/55631.46 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-05-04T03:51:52.695892" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:51:52.696674" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 153384.88/172302.88/166121.76/55631.46 | 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-05-04T03:51:52.696390" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.699089" 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-05-04T03:51:52.696850" elapsed="0.002296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.701539" level="INFO">153384.88/172302.88/166121.76/55631.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:51:52.699292" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:51:52.703946" 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-05-04T03:51:52.701743" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T03:51:52.706608" level="INFO">@{result_value_list} = [ 153384.88 | 172302.88 | 166121.76 | 55631.46 ]</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-05-04T03:51:52.704159" elapsed="0.002477"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.707114" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T03:51:52.707206" 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-05-04T03:51:52.706795" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.712019" level="INFO">min :: 153384.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-05-04T03:51:52.707661" elapsed="0.004414"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T03:51:52.707523" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.716855" level="INFO">max :: 172302.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-05-04T03:51:52.712340" elapsed="0.004572"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T03:51:52.712199" elapsed="0.004749"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.721506" level="INFO">avg :: 166121.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:51:52.717164" elapsed="0.004397"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T03:51:52.717038" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.726185" level="INFO">stdev :: 55631.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T03:51:52.721811" elapsed="0.004429"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T03:51:52.721684" elapsed="0.004591"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T03:51:52.707299" elapsed="0.019022"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.730297" level="INFO">${min} = 153384.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-05-04T03:51:52.726480" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.734573" level="INFO">${max} = 172302.88</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-05-04T03:51:52.730508" elapsed="0.004092"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.738543" level="INFO">${average} = 166121.76</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-05-04T03:51:52.734756" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.742494" level="INFO">${stdev} = 55631.46</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-05-04T03:51:52.738721" elapsed="0.003800"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.743026" level="INFO">${date} = 2026-05-04 03:51:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T03:51:52.742678" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.743751" level="INFO">CBench Result: 2026-05-04 03:51:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,153384.88,172302.88,166121.76,55631.46</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-05-04T03:51:52.743198" elapsed="0.000608"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T03:51:52.744872" 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-05-04T03:51:52.744459" elapsed="0.000480"/>
</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-05-04T03:51:52.745091" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T03:51:52.743945" elapsed="0.001685"/>
</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-05-04T03:41:46.023723" elapsed="606.721969"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.746149" 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-05-04T03:51:52.745841" elapsed="0.000365"/>
</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-05-04T03:51:52.746728" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-05-04T03:51:52.746423" elapsed="0.000637"/>
</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-05-04T03:41:46.021977" elapsed="606.725121"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.748681" 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-05-04T03:51:52.748252" elapsed="0.000487"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.749975" 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-05-04T03:51:52.749635" elapsed="0.000382"/>
</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-05-04T03:51:52.750359" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:51:52.750125" elapsed="0.000294"/>
</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-05-04T03:51:52.753657" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-04T03:51:52.753400" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-05-04T03:51:52.753381" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:51:52.754114" 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-05-04T03:51:52.754253" 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-05-04T03:51:52.753885" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.754882" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.195" 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-05-04T03:51:52.754457" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T03:51:52.755496" 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-05-04T03:51:52.755086" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T03:51:52.756607" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T03:51:52.756702" 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-05-04T03:51:52.756107" elapsed="0.000620"/>
</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-05-04T03:51:52.756888" elapsed="0.000378"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T03:51:52.758165" level="INFO">Logging into '10.30.170.195:22' as 'jenkins'.</msg>
<msg time="2026-05-04T03:51:53.876428" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 03:51:53 UTC 2026

  System load:  0.17               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.195
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 03:41:46 2026 from 10.30.170.122
[?2004h[jenkins@releng-48317-709-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-05-04T03:51:52.757799" elapsed="1.118828"/>
</kw>
<msg time="2026-05-04T03:51:53.876713" 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-05-04T03:51:52.757448" elapsed="1.119347"/>
</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-05-04T03:51:52.755723" elapsed="1.121186"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T03:51:53.877435" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.186 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T04:01:59.918841" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T04:01:59.919445" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T04:01:59.919553" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-04T03:51:53.877120" elapsed="606.042498"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T04:01:59.920076" elapsed="0.000744"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.921995" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:52:58.974 16  switches: flows:  102750 105338 102803 102044 102507 101241 103517 102257 100208 102682 101174 99195 101551 101544 100536 100895  total = 27.170700 per ms 
03:53:59.074 16  switches: flows:  117236 119991 119531 118255 115325 117841 119565 118585 116616 117027 117156 115097 115719 115242 116308 114034  total = 31.173364 per ms 
03:54:59.175 16  switches: flows:  111155 111925 113343 110451 111144 109846 110587 111775 108622 109564 108777 107967 108715 108303 107232 108128  total = 29.243405 per ms 
03:55:59.275 16  switches: flows:  112730 112145 113983 111479 112063 112670 111490 111743 109752 109233 109735 108968 109693 109772 108108 108301  total = 29.481861 per ms 
03:56:59.375 16  switches: flows:  114632 115131 113798 112652 113354 114675 114599 115159 113001 111439 112719 112836 111532 112549 110862 112768  total = 30.144804 per ms 
03:57:59.475 16  switches: flows:  119960 120844 118144 116596 117726 118009 118026 120317 118229 115683 117323 116497 119906 117955 113952 114390  total = 31.340301 per ms 
03:58:59.576 16  switches: flows:  122395 121387 118577 117972 118754 119249 119959 121350 119921 117702 118763 119040 119137 119403 114529 115107  total = 31.667885 per ms 
03:59:59.676 16  switches: flows:  119353 120056 117982 117393 116983 117016 119387 120033 115729 116241 117879 116200 118902 117332 112871 115265  total = 31.258199 per ms 
04:00:59.776 16  switches: flows:  120643 120076 117633 117927 117660 116129 120289 120705 115236 115954 117724 118549 118358 116967 114919 114600  total = 31.337144 per ms 
04:01:59.876 16  switches: flows:  120652 120537 117515 115706 115973 118136 121424 121221 118041 115802 118547 116690 118981 119362 114874 115864  total = 31.436237 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29243.40/31667.89/30787.02/10298.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.921225" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T04:01:59.922808" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-04T04:01:59.922509" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-05-04T04:01:59.922446" elapsed="0.000565"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T04:01:59.923216" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-04T04:01:59.923135" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-05-04T04:01:59.923101" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T04:01:59.923455" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T04:01:59.929110" elapsed="0.000838"/>
</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-05-04T04:01:59.930157" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T04:01:59.930489" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-04T04:01:59.924131" elapsed="0.006514"/>
</kw>
<msg time="2026-05-04T04:01:59.930782" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-04T03:51:52.750760" elapsed="607.180050"/>
</kw>
<status status="PASS" start="2026-05-04T03:51:52.750445" elapsed="607.180416"/>
</branch>
<status status="PASS" start="2026-05-04T03:51:52.750104" elapsed="607.180783"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.931380" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.186: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.171.186. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:52:58.974 16  switches: flows:  102750 105338 102803 102044 102507 101241 103517 102257 100208 102682 101174 99195 101551 101544 100536 100895  total = 27.170700 per ms 
03:53:59.074 16  switches: flows:  117236 119991 119531 118255 115325 117841 119565 118585 116616 117027 117156 115097 115719 115242 116308 114034  total = 31.173364 per ms 
03:54:59.175 16  switches: flows:  111155 111925 113343 110451 111144 109846 110587 111775 108622 109564 108777 107967 108715 108303 107232 108128  total = 29.243405 per ms 
03:55:59.275 16  switches: flows:  112730 112145 113983 111479 112063 112670 111490 111743 109752 109233 109735 108968 109693 109772 108108 108301  total = 29.481861 per ms 
03:56:59.375 16  switches: flows:  114632 115131 113798 112652 113354 114675 114599 115159 113001 111439 112719 112836 111532 112549 110862 112768  total = 30.144804 per ms 
03:57:59.475 16  switches: flows:  119960 120844 118144 116596 117726 118009 118026 120317 118229 115683 117323 116497 119906 117955 113952 114390  total = 31.340301 per ms 
03:58:59.576 16  switches: flows:  122395 121387 118577 117972 118754 119249 119959 121350 119921 117702 118763 119040 119137 119403 114529 115107  total = 31.667885 per ms 
03:59:59.676 16  switches: flows:  119353 120056 117982 117393 116983 117016 119387 120033 115729 116241 117879 116200 118902 117332 112871 115265  total = 31.258199 per ms 
04:00:59.776 16  switches: flows:  120643 120076 117633 117927 117660 116129 120289 120705 115236 115954 117724 118549 118358 116967 114919 114600  total = 31.337144 per ms 
04:01:59.876 16  switches: flows:  120652 120537 117515 115706 115973 118136 121424 121221 118041 115802 118547 116690 118981 119362 114874 115864  total = 31.436237 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29243.40/31667.89/30787.02/10298.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.931053" elapsed="0.000401"/>
</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-05-04T04:01:59.931603" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T04:01:59.932365" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T04:01:59.932459" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29243.40/31667.89/30787.02/10298.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-04T04:01:59.932129" elapsed="0.000355"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T04:01:59.932893" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29243.40/31667.89/30787.02/10298.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T04:01:59.932638" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.935405" 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-05-04T04:01:59.933066" elapsed="0.002401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.939132" level="INFO">29243.40/31667.89/30787.02/10298.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.935629" elapsed="0.003569"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T04:01:59.941740" 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-05-04T04:01:59.939404" elapsed="0.002366"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T04:01:59.944320" level="INFO">@{result_value_list} = [ 29243.40 | 31667.89 | 30787.02 | 10298.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T04:01:59.942014" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.944870" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T04:01:59.944957" 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-05-04T04:01:59.944523" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.950018" level="INFO">min :: 29243.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.945587" elapsed="0.004500"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T04:01:59.945455" elapsed="0.004674"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.954819" level="INFO">max :: 31667.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.950393" elapsed="0.004491"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T04:01:59.950230" elapsed="0.004696"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.959967" level="INFO">avg :: 30787.02</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-05-04T04:01:59.955197" elapsed="0.004836"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T04:01:59.955023" elapsed="0.005051"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.964852" level="INFO">stdev :: 10298.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.960406" elapsed="0.004512"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T04:01:59.960173" elapsed="0.004787"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T04:01:59.945049" elapsed="0.019946"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.969401" level="INFO">${min} = 29243.40</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-05-04T04:01:59.965181" elapsed="0.004254"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.973502" level="INFO">${max} = 31667.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T04:01:59.969623" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.977554" level="INFO">${average} = 30787.02</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-05-04T04:01:59.973713" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.981624" level="INFO">${stdev} = 10298.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T04:01:59.977759" elapsed="0.003896"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.982202" level="INFO">${date} = 2026-05-04 04:01:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T04:01:59.981837" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.982813" level="INFO">CBench Result: 2026-05-04 04:01:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29243.40,31667.89,30787.02,10298.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T04:01:59.982394" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T04:01:59.984068" 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-05-04T04:01:59.983542" elapsed="0.000595"/>
</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-05-04T04:01:59.984292" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T04:01:59.983030" elapsed="0.001835"/>
</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-05-04T03:51:52.749048" elapsed="607.235877"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.985426" 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-05-04T04:01:59.985079" elapsed="0.000403"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T04:01:59.986738" 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-05-04T04:01:59.986228" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-04T04:01:59.987003" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-05-04T04:01:59.986851" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-04T04:01:59.986827" elapsed="0.000270"/>
</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-05-04T04:01:59.987255" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-04T04:01:59.987434" elapsed="0.000021"/>
</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-05-04T04:01:59.987597" 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-05-04T04:01:59.987813" 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-05-04T04:01:59.987966" 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-05-04T04:01:59.988116" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-04T04:01:59.988263" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-04T04:01:59.988512" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-05-04T04:01:59.988371" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-05-04T04:01:59.988353" elapsed="0.000257"/>
</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-05-04T04:01:59.985872" elapsed="0.002791"/>
</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-05-04T03:51:52.747681" elapsed="607.241033"/>
</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-05-04T03:31:36.572591" elapsed="1823.417238"/>
</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>
