<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-03T04:52:53.974742" 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-06-03T04:52:54.555451" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-03T04:52:54.555298" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:54.555266" elapsed="0.000289"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-03T04:52:54.555701" elapsed="0.000538"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T04:52:54.556737" level="INFO">Logging into '10.30.171.160:8101' as 'karaf'.</msg>
<msg time="2026-06-03T04:52:55.450144" 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-06-03T04:52:54.556413" elapsed="0.893952"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T04:52:55.500022" 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-06-03T04:52:55.450666" elapsed="0.049522"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T04:52:55.502122" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T04:52:55.502234" 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-06-03T04:52:55.500484" elapsed="0.001780"/>
</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-06-03T04:52:55.502423" elapsed="0.000283"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T04:52:55.502906" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.503794" 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-06-03T04:52:55.503367" elapsed="0.000489"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T04:52:55.503912" elapsed="0.000060"/>
</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.160
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T04:52:54.554901" elapsed="0.949212"/>
</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-06-03T04:52:54.551132" elapsed="0.953047"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T04:52:55.504829" 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-06-03T04:52:55.504377" elapsed="0.000512"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T04:52:55.505294" 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-06-03T04:52:55.505043" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.506004" 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-06-03T04:52:55.505521" elapsed="0.000511"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.506546" 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-06-03T04:52:55.506202" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.507132" 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-06-03T04:52:55.506752" elapsed="0.000406"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.507653" 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-06-03T04:52:55.507331" elapsed="0.000363"/>
</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-06-03T04:52:55.508022" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T04:52:55.507805" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T04:52:55.512640" 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-06-03T04:52:55.512218" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T04:52:55.513991" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T04:52:55.514077" 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-06-03T04:52:55.513491" elapsed="0.000611"/>
</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-06-03T04:52:55.514252" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T04:52:55.515664" level="INFO">Logging into '10.30.170.188:22' as 'jenkins'.</msg>
<msg time="2026-06-03T04:52:56.293589" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 04:52:55 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.188
  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-738-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-06-03T04:52:55.515126" elapsed="0.778666"/>
</kw>
<msg time="2026-06-03T04:52:56.293896" 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-06-03T04:52:55.514776" elapsed="0.779223"/>
</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-06-03T04:52:55.512897" elapsed="0.781246"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.305394" 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-06-03T04:52:56.294376" elapsed="0.012934"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T04:52:56.307591" elapsed="0.000489"/>
</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-06-03T04:52:55.511657" elapsed="0.796520"/>
</kw>
<status status="PASS" start="2026-06-03T04:52:55.508162" elapsed="0.800072"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:55.507778" elapsed="0.800505"/>
</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-06-03T04:52:56.308516" elapsed="0.000804"/>
</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-06-03T04:52:56.318258" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-03T04:52:56.318130" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:56.318103" elapsed="0.000236"/>
</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-06-03T04:52:56.321946" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-03T04:52:56.321830" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:56.321809" elapsed="0.000208"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-03T04:52:56.322153" elapsed="0.000457"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.323045" level="INFO">Logging into '10.30.171.160:8101' as 'karaf'.</msg>
<msg time="2026-06-03T04:52:56.517718" 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-06-03T04:52:56.322775" elapsed="0.195142"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.613693" 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-06-03T04:52:56.518198" elapsed="0.095634"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.620811" 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-06-03T04:52:56.621012" 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-06-03T04:52:56.614061" elapsed="0.006983"/>
</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-06-03T04:52:56.621206" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T04:52:56.621606" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.622305" 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-06-03T04:52:56.621988" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T04:52:56.622408" elapsed="0.000074"/>
</return>
<msg time="2026-06-03T04:52:56.622631" 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.160
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T04:52:56.321451" elapsed="0.301211"/>
</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-06-03T04:52:56.622832" elapsed="0.000535"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T04:52:56.623419" elapsed="0.000031"/>
</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-06-03T04:52:56.317798" elapsed="0.305752"/>
</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-06-03T04:52:56.627352" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-03T04:52:56.627216" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:56.627192" elapsed="0.000232"/>
</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-06-03T04:52:56.627558" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.628436" level="INFO">Logging into '10.30.171.160:8101' as 'karaf'.</msg>
<msg time="2026-06-03T04:52:56.827239" 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-06-03T04:52:56.628175" elapsed="0.199273"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.853910" 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-06-03T04:52:56.827787" elapsed="0.026301"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.857059" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-03T04:52:56.857201" 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-06-03T04:52:56.854409" elapsed="0.002831"/>
</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-06-03T04:52:56.857420" elapsed="0.000335"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T04:52:56.857968" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.858925" 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-06-03T04:52:56.858443" elapsed="0.000556"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-03T04:52:56.859074" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.160
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-03T04:52:56.626883" elapsed="0.232428"/>
</kw>
<status status="PASS" start="2026-06-03T04:52:54.549266" elapsed="2.310140"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.862208" 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-06-03T04:52:56.860810" elapsed="0.001493"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.864297" 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-06-03T04:52:56.863791" elapsed="0.000570"/>
</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-06-03T04:52:56.864809" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-03T04:52:56.864473" elapsed="0.000416"/>
</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-06-03T04:52:56.868458" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T04:52:56.868190" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:56.868169" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.868919" 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-06-03T04:52:56.869051" 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-06-03T04:52:56.868676" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.869858" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.160 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.188" 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-06-03T04:52:56.869266" elapsed="0.000671"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.870755" 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-06-03T04:52:56.870127" elapsed="0.000664"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T04:52:56.871937" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T04:52:56.872052" 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-06-03T04:52:56.871502" elapsed="0.000582"/>
</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-06-03T04:52:56.872259" elapsed="0.000404"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T04:52:56.873812" level="INFO">Logging into '10.30.170.188:22' as 'jenkins'.</msg>
<msg time="2026-06-03T04:52:57.197822" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 04:52:55 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 04:52:56 2026 from 10.30.170.151
[?2004h[jenkins@releng-48317-738-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-06-03T04:52:56.873304" elapsed="0.324763"/>
</kw>
<msg time="2026-06-03T04:52:57.198154" 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-06-03T04:52:56.872872" elapsed="0.325369"/>
</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-06-03T04:52:56.871043" elapsed="0.327319"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T04:52:57.199167" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.160 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T05:03:03.317031" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T05:03:03.317596" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T05:03:03.317710" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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-06-03T04:52:57.198587" elapsed="606.119227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:03:03.318289" elapsed="0.000838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.320342" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:54:02.402 16  switches: flows:  102015 102534 101303 101323 100555 99964 101068 99842 97184 98008 97147 98956 97054 97201 98473 98897  total = 26.525400 per ms 
04:55:02.503 16  switches: flows:  114260 112292 114844 112581 111491 112792 110918 112283 109750 110662 108717 110298 108914 109346 109644 111817  total = 29.627282 per ms 
04:56:02.603 16  switches: flows:  112041 110529 114633 112606 113513 113690 110903 110648 109772 109540 110069 110060 110620 109265 110249 112189  total = 29.622668 per ms 
04:57:02.703 16  switches: flows:  109745 111601 110953 109972 109952 110588 109908 107999 107869 108820 107502 109274 106267 108405 107941 108601  total = 29.041447 per ms 
04:58:02.804 16  switches: flows:  115182 115504 116001 116749 116945 115645 115676 112492 113919 114698 115162 114725 112309 114179 108508 115798  total = 30.507243 per ms 
04:59:02.904 16  switches: flows:  115598 114451 114424 115475 117362 114357 115281 113611 113049 112635 113838 112337 111352 113608 113387 115070  total = 30.379821 per ms 
05:00:03.004 16  switches: flows:  117164 114754 115288 116700 117180 115575 114774 113866 115690 113643 114171 113913 112069 114523 114446 115460  total = 30.602492 per ms 
05:01:03.105 16  switches: flows:  116520 116577 116015 117180 119167 116051 115431 115807 114289 114367 116593 114692 112236 116666 114733 117220  total = 30.840922 per ms 
05:02:03.206 16  switches: flows:  118740 117930 118584 117224 119567 117627 117245 113980 117074 116058 116199 115575 113879 116498 117201 116214  total = 31.107346 per ms 
05:03:03.306 16  switches: flows:  117363 117757 116403 119179 119900 117001 116025 116225 115861 115717 116493 116581 114246 116930 115972 117364  total = 31.098377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29041.45/31107.35/30314.18/10127.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:03:03.319555" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T05:03:03.321188" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-06-03T05:03:03.320883" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-06-03T05:03:03.320823" elapsed="0.000595"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T05:03:03.321640" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:03:03.321553" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-06-03T05:03:03.321516" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T05:03:03.321890" 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-06-03T05:03:03.325927" elapsed="0.000345"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-03T05:03:03.326421" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:03:03.326739" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T05:03:03.322595" elapsed="0.004302"/>
</kw>
<msg time="2026-06-03T05:03:03.327029" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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-06-03T04:52:56.865342" elapsed="606.461715"/>
</kw>
<status status="PASS" start="2026-06-03T04:52:56.864925" elapsed="606.462182"/>
</branch>
<status status="PASS" start="2026-06-03T04:52:56.864441" elapsed="606.462690"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.327588" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:54:02.402 16  switches: flows:  102015 102534 101303 101323 100555 99964 101068 99842 97184 98008 97147 98956 97054 97201 98473 98897  total = 26.525400 per ms 
04:55:02.503 16  switches: flows:  114260 112292 114844 112581 111491 112792 110918 112283 109750 110662 108717 110298 108914 109346 109644 111817  total = 29.627282 per ms 
04:56:02.603 16  switches: flows:  112041 110529 114633 112606 113513 113690 110903 110648 109772 109540 110069 110060 110620 109265 110249 112189  total = 29.622668 per ms 
04:57:02.703 16  switches: flows:  109745 111601 110953 109972 109952 110588 109908 107999 107869 108820 107502 109274 106267 108405 107941 108601  total = 29.041447 per ms 
04:58:02.804 16  switches: flows:  115182 115504 116001 116749 116945 115645 115676 112492 113919 114698 115162 114725 112309 114179 108508 115798  total = 30.507243 per ms 
04:59:02.904 16  switches: flows:  115598 114451 114424 115475 117362 114357 115281 113611 113049 112635 113838 112337 111352 113608 113387 115070  total = 30.379821 per ms 
05:00:03.004 16  switches: flows:  117164 114754 115288 116700 117180 115575 114774 113866 115690 113643 114171 113913 112069 114523 114446 115460  total = 30.602492 per ms 
05:01:03.105 16  switches: flows:  116520 116577 116015 117180 119167 116051 115431 115807 114289 114367 116593 114692 112236 116666 114733 117220  total = 30.840922 per ms 
05:02:03.206 16  switches: flows:  118740 117930 118584 117224 119567 117627 117245 113980 117074 116058 116199 115575 113879 116498 117201 116214  total = 31.107346 per ms 
05:03:03.306 16  switches: flows:  117363 117757 116403 119179 119900 117001 116025 116225 115861 115717 116493 116581 114246 116930 115972 117364  total = 31.098377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29041.45/31107.35/30314.18/10127.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:03:03.327274" elapsed="0.000388"/>
</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-06-03T05:03:03.327827" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T05:03:03.328585" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T05:03:03.328680" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29041.45/31107.35/30314.18/10127.88 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-06-03T05:03:03.328356" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:03:03.329147" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29041.45/31107.35/30314.18/10127.88 | 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-06-03T05:03:03.328879" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.331567" 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-06-03T05:03:03.329320" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.334002" level="INFO">29041.45/31107.35/30314.18/10127.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:03:03.331790" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:03:03.336464" 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-06-03T05:03:03.334207" elapsed="0.002285"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:03:03.338925" level="INFO">@{result_value_list} = [ 29041.45 | 31107.35 | 30314.18 | 10127.88 ]</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-06-03T05:03:03.336693" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.339417" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T05:03:03.339538" 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-06-03T05:03:03.339107" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.344316" level="INFO">min :: 29041.45</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-06-03T05:03:03.339980" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T05:03:03.339845" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.349067" level="INFO">max :: 31107.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:03:03.344630" elapsed="0.004493"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T05:03:03.344502" elapsed="0.004656"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.353666" level="INFO">avg :: 30314.18</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-06-03T05:03:03.349377" elapsed="0.004358"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T05:03:03.349249" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.358286" level="INFO">stdev :: 10127.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-06-03T05:03:03.353994" elapsed="0.004348"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T05:03:03.353866" elapsed="0.004511"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T05:03:03.339635" elapsed="0.018775"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.362281" level="INFO">${min} = 29041.45</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-06-03T05:03:03.358569" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.366254" level="INFO">${max} = 31107.35</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-03T05:03:03.362463" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.370643" level="INFO">${average} = 30314.18</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-06-03T05:03:03.366437" elapsed="0.004233"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.374641" level="INFO">${stdev} = 10127.88</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-06-03T05:03:03.370839" elapsed="0.003829"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.375227" level="INFO">${date} = 2026-06-03 05:03:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T05:03:03.374856" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.375856" level="INFO">CBench Result: 2026-06-03 05:03:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29041.45,31107.35,30314.18,10127.88</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-06-03T05:03:03.375401" elapsed="0.000510"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T05:03:03.377019" 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-06-03T05:03:03.376571" elapsed="0.000515"/>
</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-06-03T05:03:03.377237" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T05:03:03.376085" elapsed="0.001707"/>
</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-06-03T04:52:56.862909" elapsed="606.514945"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.378325" 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-06-03T05:03:03.378008" elapsed="0.000374"/>
</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-06-03T05:03:03.378923" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-06-03T05:03:03.378602" elapsed="0.000662"/>
</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-06-03T04:52:56.859667" elapsed="606.519636"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.380886" 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-06-03T05:03:03.380236" elapsed="0.000708"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.382199" 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-06-03T05:03:03.381855" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-03T05:03:03.382596" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:03:03.382366" elapsed="0.000288"/>
</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-06-03T05:03:03.385837" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:03:03.385570" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-03T05:03:03.385551" elapsed="0.000366"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:03:03.386259" 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-06-03T05:03:03.386376" 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-06-03T05:03:03.386048" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.386970" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.160 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.188" 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-06-03T05:03:03.386535" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:03:03.387595" 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-06-03T05:03:03.387165" elapsed="0.000458"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:03:03.388536" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T05:03:03.388625" 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-06-03T05:03:03.388214" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T05:03:03.388810" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T05:03:03.389998" level="INFO">Logging into '10.30.170.188:22' as 'jenkins'.</msg>
<msg time="2026-06-03T05:03:04.023785" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 05:03:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 04:52:57 2026 from 10.30.170.151
[?2004h[jenkins@releng-48317-738-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-06-03T05:03:03.389631" elapsed="0.634389"/>
</kw>
<msg time="2026-06-03T05:03:04.024115" 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-06-03T05:03:03.389286" elapsed="0.634935"/>
</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-06-03T05:03:03.387840" elapsed="0.636533"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T05:03:04.024977" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.160 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T05:13:11.843789" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T05:13:11.851305" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T05:13:11.851402" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.160: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-06-03T05:03:04.024615" elapsed="607.826825"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:13:11.857041" elapsed="0.005391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.865913" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:04:09.150 16  switches: flows:  554472 538036 568652 552229 548827 549063 535464 541538 543380 536999 539155 537363 533465 528153 533975 529869  total = 144.510667 per ms 
05:05:09.251 16  switches: flows:  470917 479244 492069 479624 471747 478112 485922 488468 492256 477877 436341 491084 491661 478541 473201 476746  total = 127.515664 per ms 
05:06:09.353 16  switches: flows:  529318 518809 514685 502374 507950 434808 513137 496799 373114 356438 461515 506483 479127 486634 493790 508861  total = 127.848568 per ms 
05:07:09.455 16  switches: flows:  587062 585354 586622 574272 583029 580429 594272 587492 582252 576595 587573 586294 584748 586049 581174 589968  total = 155.624527 per ms 
05:08:09.556 16  switches: flows:  555779 546468 564474 551973 545156 548525 557859 562151 534577 530620 530175 546392 547772 554010 531574 534322  total = 145.451730 per ms 
05:09:09.662 16  switches: flows:  519976 504686 491106 515442 496301 512177 504578 512097 510409 506849 515450 500773 506502 505503 511992 507888  total = 135.125167 per ms 
05:10:09.763 16  switches: flows:  350713 435692 439009 442752 436405 440973 437155 432214 430702 420367 450911 437180 444444 437573 451199 450843  total = 115.440645 per ms 
05:11:09.866 16  switches: flows:  403072 413734 384309 449399 423663 473151 352200 403750 477707 414440 370667 367404 438318 482069 426085 430726  total = 111.653284 per ms 
05:12:11.722 16  switches: flows:  374461 362380 366490 348984 363501 357056 361725 353310 366527 354596 367913 366000 357593 350614 365219 366349  total = 93.488996 per ms 
05:13:11.823 16  switches: flows:  387464 402529 403757 389149 416602 405650 394178 408789 404344 399301 406981 410795 397857 405562 416448 402001  total = 107.342805 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 93489.00/155624.53/124387.93/45358.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:13:11.863996" elapsed="0.002141"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T05:13:11.866409" elapsed="0.000493"/>
</return>
<status status="PASS" start="2026-06-03T05:13:11.866245" elapsed="0.000701"/>
</branch>
<status status="PASS" start="2026-06-03T05:13:11.866214" elapsed="0.000759"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T05:13:11.867069" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:13:11.867032" elapsed="0.000077"/>
</branch>
<status status="NOT RUN" start="2026-06-03T05:13:11.867017" elapsed="0.000113"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T05:13:11.867160" elapsed="0.000014"/>
</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-06-03T05:13:11.870298" elapsed="0.000365"/>
</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-06-03T05:13:11.870827" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:13:11.871143" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T05:13:11.867983" elapsed="0.003320"/>
</kw>
<msg time="2026-06-03T05:13:11.871437" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.160: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-06-03T05:03:03.383204" elapsed="608.488260"/>
</kw>
<status status="PASS" start="2026-06-03T05:03:03.382681" elapsed="608.488833"/>
</branch>
<status status="PASS" start="2026-06-03T05:03:03.382342" elapsed="608.489196"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.872016" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:04:09.150 16  switches: flows:  554472 538036 568652 552229 548827 549063 535464 541538 543380 536999 539155 537363 533465 528153 533975 529869  total = 144.510667 per ms 
05:05:09.251 16  switches: flows:  470917 479244 492069 479624 471747 478112 485922 488468 492256 477877 436341 491084 491661 478541 473201 476746  total = 127.515664 per ms 
05:06:09.353 16  switches: flows:  529318 518809 514685 502374 507950 434808 513137 496799 373114 356438 461515 506483 479127 486634 493790 508861  total = 127.848568 per ms 
05:07:09.455 16  switches: flows:  587062 585354 586622 574272 583029 580429 594272 587492 582252 576595 587573 586294 584748 586049 581174 589968  total = 155.624527 per ms 
05:08:09.556 16  switches: flows:  555779 546468 564474 551973 545156 548525 557859 562151 534577 530620 530175 546392 547772 554010 531574 534322  total = 145.451730 per ms 
05:09:09.662 16  switches: flows:  519976 504686 491106 515442 496301 512177 504578 512097 510409 506849 515450 500773 506502 505503 511992 507888  total = 135.125167 per ms 
05:10:09.763 16  switches: flows:  350713 435692 439009 442752 436405 440973 437155 432214 430702 420367 450911 437180 444444 437573 451199 450843  total = 115.440645 per ms 
05:11:09.866 16  switches: flows:  403072 413734 384309 449399 423663 473151 352200 403750 477707 414440 370667 367404 438318 482069 426085 430726  total = 111.653284 per ms 
05:12:11.722 16  switches: flows:  374461 362380 366490 348984 363501 357056 361725 353310 366527 354596 367913 366000 357593 350614 365219 366349  total = 93.488996 per ms 
05:13:11.823 16  switches: flows:  387464 402529 403757 389149 416602 405650 394178 408789 404344 399301 406981 410795 397857 405562 416448 402001  total = 107.342805 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 93489.00/155624.53/124387.93/45358.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:13:11.871700" elapsed="0.000389"/>
</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-06-03T05:13:11.872238" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T05:13:11.873013" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T05:13:11.873103" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 93489.00/155624.53/124387.93/45358.23 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-06-03T05:13:11.872788" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:13:11.873566" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 93489.00/155624.53/124387.93/45358.23 | 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-06-03T05:13:11.873279" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.876171" 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-06-03T05:13:11.873751" elapsed="0.002476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.878620" level="INFO">93489.00/155624.53/124387.93/45358.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:13:11.876373" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:13:11.881157" 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-06-03T05:13:11.878961" elapsed="0.002223"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:13:11.883953" level="INFO">@{result_value_list} = [ 93489.00 | 155624.53 | 124387.93 | 45358.23 ]</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-06-03T05:13:11.881702" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.884437" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T05:13:11.884524" 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-06-03T05:13:11.884133" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.889610" level="INFO">min :: 93489.00</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-06-03T05:13:11.884995" elapsed="0.004671"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T05:13:11.884830" elapsed="0.004872"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.894276" level="INFO">max :: 155624.53</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-06-03T05:13:11.889941" elapsed="0.004396"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T05:13:11.889810" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.898877" level="INFO">avg :: 124387.93</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-06-03T05:13:11.894585" elapsed="0.004348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T05:13:11.894459" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.903492" level="INFO">stdev :: 45358.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:13:11.899182" elapsed="0.004365"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T05:13:11.899054" elapsed="0.004527"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T05:13:11.884615" elapsed="0.018996"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.907573" level="INFO">${min} = 93489.00</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-06-03T05:13:11.903784" elapsed="0.003818"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.911500" level="INFO">${max} = 155624.53</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-06-03T05:13:11.907776" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.915434" level="INFO">${average} = 124387.93</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-06-03T05:13:11.911678" elapsed="0.003783"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.919409" level="INFO">${stdev} = 45358.23</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-06-03T05:13:11.915610" elapsed="0.003825"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.919961" level="INFO">${date} = 2026-06-03 05:13:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T05:13:11.919592" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.920538" level="INFO">CBench Result: 2026-06-03 05:13:11,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,93489.00,155624.53,124387.93,45358.23</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-06-03T05:13:11.920132" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T05:13:11.922138" 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-06-03T05:13:11.921679" elapsed="0.000524"/>
</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-06-03T05:13:11.922352" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T05:13:11.921191" elapsed="0.001701"/>
</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-06-03T05:03:03.381259" elapsed="608.541692"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.923420" 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-06-03T05:13:11.923100" elapsed="0.000374"/>
</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-06-03T05:13:11.923999" elapsed="0.000261"/>
</kw>
<status status="PASS" start="2026-06-03T05:13:11.923685" elapsed="0.000646"/>
</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-06-03T05:03:03.379645" elapsed="608.544724"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.926916" 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-06-03T05:13:11.926437" elapsed="0.000545"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.928235" 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-06-03T05:13:11.927900" elapsed="0.000377"/>
</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-06-03T05:13:11.928649" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:13:11.928417" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-03T05:13:11.932243" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:13:11.931989" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-03T05:13:11.931970" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:13:11.932696" 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-06-03T05:13:11.932845" 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-06-03T05:13:11.932460" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.933487" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.160 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.188" 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-06-03T05:13:11.933016" elapsed="0.000530"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-03T05:13:11.934144" 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-06-03T05:13:11.933685" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:13:11.935091" level="INFO">Length is 0.</msg>
<msg time="2026-06-03T05:13:11.935179" 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-06-03T05:13:11.934772" elapsed="0.000431"/>
</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-06-03T05:13:11.935346" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-03T05:13:11.936558" level="INFO">Logging into '10.30.170.188:22' as 'jenkins'.</msg>
<msg time="2026-06-03T05:13:12.534047" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jun  3 05:13:12 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jun  3 05:03:03 2026 from 10.30.170.151
[?2004h[jenkins@releng-48317-738-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-06-03T05:13:11.936202" elapsed="0.598064"/>
</kw>
<msg time="2026-06-03T05:13:12.534356" 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-06-03T05:13:11.935844" elapsed="0.598595"/>
</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-06-03T05:13:11.934374" elapsed="0.600182"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-03T05:13:12.535106" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.160 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-03T05:23:18.566001" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-03T05:23:18.566614" level="INFO">${stdout} = </msg>
<msg time="2026-06-03T05:23:18.566757" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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-06-03T05:13:12.534794" elapsed="606.032027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:23:18.567350" elapsed="0.001031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.570152" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:14:17.651 16  switches: flows:  111979 110885 112662 110925 110050 109738 113132 111775 108647 110932 109606 107810 111219 110680 109025 108399  total = 29.457733 per ms 
05:15:17.751 16  switches: flows:  115192 114782 118445 115246 111622 114406 117297 117751 110036 113988 112517 110625 114101 116497 112420 111814  total = 30.394905 per ms 
05:16:17.851 16  switches: flows:  117920 115937 119174 117312 117391 115067 117599 118127 114264 117768 115967 114256 115687 117056 113300 112635  total = 30.939292 per ms 
05:17:17.952 16  switches: flows:  118842 117515 120031 118782 119537 115357 119420 119107 116260 117529 115803 116408 115527 118520 115498 112876  total = 31.231285 per ms 
05:18:18.052 16  switches: flows:  113204 112443 113262 110707 113505 113567 111363 115112 108813 113255 111801 111877 113763 110415 111746 109464  total = 29.855126 per ms 
05:19:18.152 16  switches: flows:  112822 116140 114994 114430 117380 113804 114481 116088 113721 113085 113591 112258 113403 114824 112553 111250  total = 30.362986 per ms 
05:20:18.253 16  switches: flows:  118544 118236 119053 117330 117805 119457 120783 119850 118491 117972 118216 117320 118606 116052 115556 114546  total = 31.411156 per ms 
05:21:18.353 16  switches: flows:  117296 117310 117814 117212 117531 120398 119506 119255 115834 117337 116889 117383 118040 117377 116478 114418  total = 31.282367 per ms 
05:22:18.453 16  switches: flows:  117696 118545 117307 115279 119387 118078 120672 120351 115049 119027 116699 116182 118876 115483 116259 115151  total = 31.281742 per ms 
05:23:18.554 16  switches: flows:  118351 118834 118286 116617 118334 120566 120417 121995 115947 119232 117033 118040 119091 117269 115860 116045  total = 31.479363 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29855.13/31479.36/30915.36/10319.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:23:18.569347" elapsed="0.001116"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-03T05:23:18.570981" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-06-03T05:23:18.570646" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-06-03T05:23:18.570594" elapsed="0.000609"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-03T05:23:18.571406" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-03T05:23:18.571327" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-06-03T05:23:18.571293" elapsed="0.000246"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-03T05:23:18.571604" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-03T05:23:18.575883" elapsed="0.000824"/>
</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-06-03T05:23:18.576889" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-03T05:23:18.577270" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-03T05:23:18.572328" elapsed="0.005109"/>
</kw>
<msg time="2026-06-03T05:23:18.577573" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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-06-03T05:13:11.929084" elapsed="606.648516"/>
</kw>
<status status="PASS" start="2026-06-03T05:13:11.928754" elapsed="606.648898"/>
</branch>
<status status="PASS" start="2026-06-03T05:13:11.928391" elapsed="606.649287"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.578180" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.160: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.160. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:14:17.651 16  switches: flows:  111979 110885 112662 110925 110050 109738 113132 111775 108647 110932 109606 107810 111219 110680 109025 108399  total = 29.457733 per ms 
05:15:17.751 16  switches: flows:  115192 114782 118445 115246 111622 114406 117297 117751 110036 113988 112517 110625 114101 116497 112420 111814  total = 30.394905 per ms 
05:16:17.851 16  switches: flows:  117920 115937 119174 117312 117391 115067 117599 118127 114264 117768 115967 114256 115687 117056 113300 112635  total = 30.939292 per ms 
05:17:17.952 16  switches: flows:  118842 117515 120031 118782 119537 115357 119420 119107 116260 117529 115803 116408 115527 118520 115498 112876  total = 31.231285 per ms 
05:18:18.052 16  switches: flows:  113204 112443 113262 110707 113505 113567 111363 115112 108813 113255 111801 111877 113763 110415 111746 109464  total = 29.855126 per ms 
05:19:18.152 16  switches: flows:  112822 116140 114994 114430 117380 113804 114481 116088 113721 113085 113591 112258 113403 114824 112553 111250  total = 30.362986 per ms 
05:20:18.253 16  switches: flows:  118544 118236 119053 117330 117805 119457 120783 119850 118491 117972 118216 117320 118606 116052 115556 114546  total = 31.411156 per ms 
05:21:18.353 16  switches: flows:  117296 117310 117814 117212 117531 120398 119506 119255 115834 117337 116889 117383 118040 117377 116478 114418  total = 31.282367 per ms 
05:22:18.453 16  switches: flows:  117696 118545 117307 115279 119387 118078 120672 120351 115049 119027 116699 116182 118876 115483 116259 115151  total = 31.281742 per ms 
05:23:18.554 16  switches: flows:  118351 118834 118286 116617 118334 120566 120417 121995 115947 119232 117033 118040 119091 117269 115860 116045  total = 31.479363 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29855.13/31479.36/30915.36/10319.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:23:18.577867" elapsed="0.000388"/>
</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-06-03T05:23:18.578407" elapsed="0.000393"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-03T05:23:18.579196" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-03T05:23:18.579288" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29855.13/31479.36/30915.36/10319.31 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-06-03T05:23:18.578964" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:23:18.579743" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29855.13/31479.36/30915.36/10319.31 | 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-06-03T05:23:18.579474" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.582353" 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-06-03T05:23:18.579916" elapsed="0.002493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.584800" level="INFO">29855.13/31479.36/30915.36/10319.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:23:18.582556" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:23:18.587279" 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-06-03T05:23:18.585006" elapsed="0.002300"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-03T05:23:18.589789" level="INFO">@{result_value_list} = [ 29855.13 | 31479.36 | 30915.36 | 10319.31 ]</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-06-03T05:23:18.587514" elapsed="0.002316"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.590310" level="INFO">Length is 4.</msg>
<msg time="2026-06-03T05:23:18.590398" 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-06-03T05:23:18.589987" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.595170" level="INFO">min :: 29855.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-03T05:23:18.590829" elapsed="0.004399"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-03T05:23:18.590683" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.599910" level="INFO">max :: 31479.36</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-06-03T05:23:18.595476" elapsed="0.004494"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-03T05:23:18.595350" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.604862" level="INFO">avg :: 30915.36</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-06-03T05:23:18.600251" elapsed="0.004672"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-03T05:23:18.600107" elapsed="0.004851"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.609666" level="INFO">stdev :: 10319.31</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-06-03T05:23:18.605200" elapsed="0.004560"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-03T05:23:18.605048" elapsed="0.004750"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-03T05:23:18.590489" elapsed="0.019376"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.614146" level="INFO">${min} = 29855.13</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-06-03T05:23:18.610039" elapsed="0.004137"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.618137" level="INFO">${max} = 31479.36</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-06-03T05:23:18.614332" elapsed="0.003833"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.622117" level="INFO">${average} = 30915.36</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-06-03T05:23:18.618318" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.626014" level="INFO">${stdev} = 10319.31</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-06-03T05:23:18.622297" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.626546" level="INFO">${date} = 2026-06-03 05:23:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-03T05:23:18.626198" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.627144" level="INFO">CBench Result: 2026-06-03 05:23:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29855.13,31479.36,30915.36,10319.31</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-06-03T05:23:18.626735" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-03T05:23:18.628385" 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-06-03T05:23:18.627878" elapsed="0.000575"/>
</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-06-03T05:23:18.628604" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-03T05:23:18.627379" elapsed="0.001775"/>
</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-06-03T05:13:11.927312" elapsed="606.701902"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.629667" 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-06-03T05:23:18.629361" elapsed="0.000374"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-03T05:23:18.630996" 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-06-03T05:23:18.630495" elapsed="0.000528"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-03T05:23:18.631277" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-03T05:23:18.631117" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-03T05:23:18.631085" elapsed="0.000292"/>
</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-06-03T05:23:18.631527" 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-06-03T05:23:18.631691" 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-06-03T05:23:18.631873" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-03T05:23:18.632075" elapsed="0.000026"/>
</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-06-03T05:23:18.632249" elapsed="0.000022"/>
</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-06-03T05:23:18.632398" elapsed="0.000019"/>
</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-06-03T05:23:18.632542" 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-06-03T05:23:18.632781" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-03T05:23:18.632626" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-06-03T05:23:18.632608" elapsed="0.000252"/>
</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-06-03T05:23:18.630148" elapsed="0.002766"/>
</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-06-03T05:13:11.925802" elapsed="606.707162"/>
</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-06-03T04:52:53.976355" elapsed="1824.657216"/>
</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>
