<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-22T00:59:25.990551" 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-08-22T00:59:26.545147" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:59:26.544983" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:26.544954" elapsed="0.000291"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:59:26.545390" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T00:59:26.546371" level="INFO">Logging into '10.30.170.127:8101' as 'karaf'.</msg>
<msg time="2026-08-22T00:59:27.133766" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:59:26.546077" elapsed="0.587841"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.182181" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:27.134202" elapsed="0.048049"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.184233" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:59:27.184350" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:59:27.182465" elapsed="0.001916"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:27.184544" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:59:27.184944" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.185684" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:59:27.185323" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:59:27.185797" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:59:26.544608" elapsed="0.641374"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-22T00:59:26.540937" elapsed="0.645120"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T00:59:27.186650" 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-08-22T00:59:27.186259" elapsed="0.000455"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T00:59:27.187152" 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-08-22T00:59:27.186890" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.187801" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T00:59:27.187377" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.188362" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:59:27.188005" elapsed="0.000401"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.188956" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T00:59:27.188554" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.189467" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:59:27.189152" elapsed="0.000359"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-22T00:59:27.189849" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:59:27.189627" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.194378" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:59:27.193960" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.195754" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T00:59:27.195848" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:59:27.195014" elapsed="0.000860"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:59:27.196025" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.197442" level="INFO">Logging into '10.30.171.100:22' as 'jenkins'.</msg>
<msg time="2026-08-22T00:59:27.664422" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 00:58:59 UTC 2026

  System load:  0.47               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.100
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-818-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T00:59:27.196921" elapsed="0.467625"/>
</kw>
<msg time="2026-08-22T00:59:27.664650" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:59:27.196546" elapsed="0.468195"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T00:59:27.194641" elapsed="0.470212"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.672283" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-22T00:59:27.665049" elapsed="0.008972"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:59:27.674402" elapsed="0.000613"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-22T00:59:27.193410" elapsed="0.481744"/>
</kw>
<status status="PASS" start="2026-08-22T00:59:27.189980" elapsed="0.485253"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:27.189577" elapsed="0.485724"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T00:59:27.675686" elapsed="0.001077"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:59:27.684482" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:59:27.684358" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:27.684332" elapsed="0.000229"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:59:27.688142" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:59:27.688022" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:27.688003" 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-08-22T00:59:27.688343" elapsed="0.000459"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.689207" level="INFO">Logging into '10.30.170.127:8101' as 'karaf'.</msg>
<msg time="2026-08-22T00:59:27.873342" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:59:27.688949" elapsed="0.184568"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.967551" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:27.873825" elapsed="0.093805"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.971578" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:59:27.971797" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:59:27.967782" elapsed="0.004046"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:27.971969" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:59:27.972303" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:59:27.973058" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:59:27.972713" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:59:27.973169" elapsed="0.000067"/>
</return>
<msg time="2026-08-22T00:59:27.973396" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:59:27.687668" elapsed="0.285761"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T00:59:27.973581" elapsed="0.000606"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:59:27.974238" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-22T00:59:27.684048" elapsed="0.290323"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-22T00:59:27.978254" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-22T00:59:27.978111" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:27.978086" elapsed="0.000241"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:59:27.978456" elapsed="0.000482"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-22T00:59:27.979534" level="INFO">Logging into '10.30.170.127:8101' as 'karaf'.</msg>
<msg time="2026-08-22T00:59:28.151278" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-22T00:59:27.979266" elapsed="0.172099"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.178550" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:28.151526" elapsed="0.027098"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.180639" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-22T00:59:28.180738" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-22T00:59:28.178772" elapsed="0.001995"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-22T00:59:28.180903" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T00:59:28.181221" elapsed="0.000176"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:59:28.181830" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:59:28.181540" elapsed="0.000339"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-22T00:59:28.181926" elapsed="0.000039"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.127
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-22T00:59:27.977761" elapsed="0.204305"/>
</kw>
<status status="PASS" start="2026-08-22T00:59:26.539009" elapsed="1.643118"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:59:28.183923" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:59:28.182965" elapsed="0.001023"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T00:59:28.185699" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T00:59:28.185329" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T00:59:28.186048" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:59:28.185820" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T00:59:28.189010" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T00:59:28.188763" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:28.188743" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.189419" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T00:59:28.189541" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T00:59:28.189224" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T00:59:28.190140" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.100" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T00:59:28.189723" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.190820" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T00:59:28.190336" elapsed="0.000510"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T00:59:28.191754" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T00:59:28.191844" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T00:59:28.191418" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:59:28.192008" elapsed="0.000358"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.193244" level="INFO">Logging into '10.30.171.100:22' as 'jenkins'.</msg>
<msg time="2026-08-22T00:59:28.552141" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 00:58:59 UTC 2026

  System load:  0.47               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.100
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 00:59:27 2026 from 10.30.171.230
[?2004h[jenkins@releng-48317-818-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T00:59:28.192892" elapsed="0.359367"/>
</kw>
<msg time="2026-08-22T00:59:28.552325" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T00:59:28.192521" elapsed="0.359876"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T00:59:28.191048" elapsed="0.361444"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T00:59:28.552944" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T01:09:34.645228" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T01:09:34.645894" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T01:09:34.646011" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T00:59:28.552702" elapsed="606.093381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:09:34.646605" elapsed="0.000857"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.648683" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:33.759 16  switches: flows:  116882 115584 117359 117096 118977 116812 116871 117923 112015 114108 115768 112420 111577 112825 115829 114337  total = 30.773050 per ms 
01:01:33.860 16  switches: flows:  128263 126610 123570 126512 127590 127463 124201 125778 122423 122329 123082 120402 120747 121287 124126 122260  total = 33.055527 per ms 
01:02:33.961 16  switches: flows:  111839 114293 112215 112252 113609 111472 111657 110503 110436 107303 107388 106907 106490 109776 107121 109423  total = 29.329084 per ms 
01:03:34.062 16  switches: flows:  121086 120088 119558 120344 120547 118117 118656 117314 116956 116705 114229 115840 115372 117485 113724 115932  total = 31.313556 per ms 
01:04:34.163 16  switches: flows:  120930 121214 120183 120834 118435 119539 117208 119748 116371 116766 116627 114714 116210 116621 116916 114394  total = 31.392763 per ms 
01:05:34.264 16  switches: flows:  125161 124629 122418 123996 123400 125944 121436 121755 119965 118995 119235 121106 119813 119936 118513 120825  total = 32.398057 per ms 
01:06:34.365 16  switches: flows:  126340 127540 125716 125940 126139 127066 123428 125111 123168 122825 120518 120909 124563 120445 122461 125119  total = 33.066228 per ms 
01:07:34.466 16  switches: flows:  124604 124916 124772 125173 125123 125476 121798 122502 120689 120861 117638 119717 120963 119886 120927 121647  total = 32.557154 per ms 
01:08:34.567 16  switches: flows:  123847 123291 124516 124387 123549 125663 120414 120891 121203 120176 117812 117805 120365 118995 120118 120103  total = 32.331573 per ms 
01:09:34.668 16  switches: flows:  127589 124994 125239 127362 125828 126930 123633 122962 122905 120986 121328 120105 120722 118881 122192 121779  total = 32.835738 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29329.08/33066.23/32031.08/10736.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.647895" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T01:09:34.649488" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-22T01:09:34.649189" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-08-22T01:09:34.649131" elapsed="0.000605"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T01:09:34.649953" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-22T01:09:34.649869" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:09:34.649833" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T01:09:34.650165" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:09:34.654361" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:09:34.655066" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:09:34.655479" elapsed="0.000157"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T01:09:34.650951" elapsed="0.004761"/>
</kw>
<msg time="2026-08-22T01:09:34.655889" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T00:59:28.186453" elapsed="606.469473"/>
</kw>
<status status="PASS" start="2026-08-22T00:59:28.186135" elapsed="606.469859"/>
</branch>
<status status="PASS" start="2026-08-22T00:59:28.185799" elapsed="606.470229"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.656648" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:33.759 16  switches: flows:  116882 115584 117359 117096 118977 116812 116871 117923 112015 114108 115768 112420 111577 112825 115829 114337  total = 30.773050 per ms 
01:01:33.860 16  switches: flows:  128263 126610 123570 126512 127590 127463 124201 125778 122423 122329 123082 120402 120747 121287 124126 122260  total = 33.055527 per ms 
01:02:33.961 16  switches: flows:  111839 114293 112215 112252 113609 111472 111657 110503 110436 107303 107388 106907 106490 109776 107121 109423  total = 29.329084 per ms 
01:03:34.062 16  switches: flows:  121086 120088 119558 120344 120547 118117 118656 117314 116956 116705 114229 115840 115372 117485 113724 115932  total = 31.313556 per ms 
01:04:34.163 16  switches: flows:  120930 121214 120183 120834 118435 119539 117208 119748 116371 116766 116627 114714 116210 116621 116916 114394  total = 31.392763 per ms 
01:05:34.264 16  switches: flows:  125161 124629 122418 123996 123400 125944 121436 121755 119965 118995 119235 121106 119813 119936 118513 120825  total = 32.398057 per ms 
01:06:34.365 16  switches: flows:  126340 127540 125716 125940 126139 127066 123428 125111 123168 122825 120518 120909 124563 120445 122461 125119  total = 33.066228 per ms 
01:07:34.466 16  switches: flows:  124604 124916 124772 125173 125123 125476 121798 122502 120689 120861 117638 119717 120963 119886 120927 121647  total = 32.557154 per ms 
01:08:34.567 16  switches: flows:  123847 123291 124516 124387 123549 125663 120414 120891 121203 120176 117812 117805 120365 118995 120118 120103  total = 32.331573 per ms 
01:09:34.668 16  switches: flows:  127589 124994 125239 127362 125828 126930 123633 122962 122905 120986 121328 120105 120722 118881 122192 121779  total = 32.835738 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29329.08/33066.23/32031.08/10736.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.656222" elapsed="0.000530"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T01:09:34.656955" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T01:09:34.658097" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T01:09:34.658235" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29329.08/33066.23/32031.08/10736.66 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T01:09:34.657771" elapsed="0.000499"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:09:34.658893" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29329.08/33066.23/32031.08/10736.66 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:09:34.658482" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.661673" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.659134" elapsed="0.002597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.664108" level="INFO">29329.08/33066.23/32031.08/10736.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.661875" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:09:34.666484" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:09:34.664313" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:09:34.668995" level="INFO">@{result_value_list} = [ 29329.08 | 33066.23 | 32031.08 | 10736.66 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:09:34.666715" elapsed="0.002308"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.669483" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T01:09:34.669590" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:09:34.669178" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.674257" level="INFO">min :: 29329.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.670014" elapsed="0.004299"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T01:09:34.669882" elapsed="0.004466"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.678815" level="INFO">max :: 33066.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.674564" elapsed="0.004346"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T01:09:34.674437" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.683538" level="INFO">avg :: 32031.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.679165" elapsed="0.004453"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T01:09:34.679038" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.688475" level="INFO">stdev :: 10736.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.683871" elapsed="0.004668"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T01:09:34.683744" elapsed="0.005027"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T01:09:34.669687" elapsed="0.019129"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.692814" level="INFO">${min} = 29329.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:09:34.688979" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.697938" level="INFO">${max} = 33066.23</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:09:34.692994" elapsed="0.004971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.701913" level="INFO">${average} = 32031.08</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:09:34.698123" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.705874" level="INFO">${stdev} = 10736.66</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:09:34.702091" elapsed="0.003815"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.706424" level="INFO">${date} = 2026-08-22 01:09:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T01:09:34.706069" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.707067" level="INFO">CBench Result: 2026-08-22 01:09:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29329.08,33066.23,32031.08,10736.66</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.706612" elapsed="0.000510"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T01:09:34.708185" 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-08-22T01:09:34.707780" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T01:09:34.708398" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T01:09:34.707279" elapsed="0.001681"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-22T00:59:28.184707" elapsed="606.524314"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.709483" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T01:09:34.709171" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-22T01:09:34.710078" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-08-22T01:09:34.709773" elapsed="0.000641"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T00:59:28.182279" elapsed="606.528178"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.711814" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.711380" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.713153" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T01:09:34.712817" elapsed="0.000379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T01:09:34.713529" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:09:34.713310" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T01:09:34.716518" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:09:34.716274" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-08-22T01:09:34.716255" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T01:09:34.716964" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T01:09:34.717084" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T01:09:34.716757" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.717684" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.100" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:09:34.717245" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T01:09:34.718272" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:09:34.717881" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:09:34.719285" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T01:09:34.719378" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:09:34.718945" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:09:34.719542" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T01:09:34.720763" level="INFO">Logging into '10.30.171.100:22' as 'jenkins'.</msg>
<msg time="2026-08-22T01:09:35.317043" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 01:09:34 UTC 2026

  System load:  1.03               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.100
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 00:59:28 2026 from 10.30.171.230
[?2004h[jenkins@releng-48317-818-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T01:09:34.720393" elapsed="0.597035"/>
</kw>
<msg time="2026-08-22T01:09:35.317642" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:09:34.720034" elapsed="0.597832"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T01:09:34.718505" elapsed="0.599673"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T01:09:35.319423" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.127 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T01:19:42.051522" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T01:19:42.052180" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T01:19:42.052289" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T01:09:35.318702" elapsed="606.733651"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:19:42.052940" elapsed="0.000687"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.054368" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:40.795 16  switches: flows:  473282 468339 472989 467244 471401 482170 457502 475125 458683 439001 451993 463778 461865 460612 467025 464319  total = 123.922133 per ms 
01:11:41.237 16  switches: flows:  440541 459907 449133 449458 432208 503251 370010 467020 453212 388183 451356 448662 441696 515838 454271 426418  total = 118.314520 per ms 
01:12:41.340 16  switches: flows:  567096 574445 573220 564094 563742 578418 577250 576459 581490 579022 571576 579624 577116 574943 575930 578324  total = 152.950426 per ms 
01:13:41.441 16  switches: flows:  598519 606919 600008 598677 609850 596056 598365 601879 601256 602877 595210 593246 595299 600437 609316 599983  total = 159.861621 per ms 
01:14:41.544 16  switches: flows:  603705 603705 604051 593590 600406 601193 600622 602611 599113 599402 592922 599981 600805 609600 592986 596721  total = 159.754194 per ms 
01:15:41.645 16  switches: flows:  625523 624003 622079 620190 622664 628106 628735 626245 625559 630030 616157 625981 625749 628717 621994 620747  total = 166.261706 per ms 
01:16:41.747 16  switches: flows:  592806 587564 594001 592520 583043 596473 589245 594818 597154 591939 589343 586852 603010 590192 588615 589677  total = 157.520227 per ms 
01:17:41.864 16  switches: flows:  590106 596973 586749 586334 597957 580718 585786 592904 585546 585226 592433 587085 587922 594736 597736 579057  total = 156.819381 per ms 
01:18:41.967 16  switches: flows:  612304 609673 608036 603774 611637 615618 611533 612849 609881 615004 604023 603743 610457 612416 619097 608178  total = 162.526511 per ms 
01:19:42.069 16  switches: flows:  622736 619000 623559 617583 619774 619713 623939 616859 604151 616457 579653 616009 606495 615341 611551 620414  total = 163.610946 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118314.52/166261.71/155291.06/53518.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.053882" elapsed="0.000711"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T01:19:42.054911" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-08-22T01:19:42.054714" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-08-22T01:19:42.054680" elapsed="0.000364"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T01:19:42.055175" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-22T01:19:42.055124" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:19:42.055102" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T01:19:42.055329" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:19:42.058870" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:19:42.059595" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:19:42.060005" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T01:19:42.055801" elapsed="0.004423"/>
</kw>
<msg time="2026-08-22T01:19:42.060415" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T01:09:34.713938" elapsed="607.346509"/>
</kw>
<status status="PASS" start="2026-08-22T01:09:34.713632" elapsed="607.346865"/>
</branch>
<status status="PASS" start="2026-08-22T01:09:34.713288" elapsed="607.347233"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.060996" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:40.795 16  switches: flows:  473282 468339 472989 467244 471401 482170 457502 475125 458683 439001 451993 463778 461865 460612 467025 464319  total = 123.922133 per ms 
01:11:41.237 16  switches: flows:  440541 459907 449133 449458 432208 503251 370010 467020 453212 388183 451356 448662 441696 515838 454271 426418  total = 118.314520 per ms 
01:12:41.340 16  switches: flows:  567096 574445 573220 564094 563742 578418 577250 576459 581490 579022 571576 579624 577116 574943 575930 578324  total = 152.950426 per ms 
01:13:41.441 16  switches: flows:  598519 606919 600008 598677 609850 596056 598365 601879 601256 602877 595210 593246 595299 600437 609316 599983  total = 159.861621 per ms 
01:14:41.544 16  switches: flows:  603705 603705 604051 593590 600406 601193 600622 602611 599113 599402 592922 599981 600805 609600 592986 596721  total = 159.754194 per ms 
01:15:41.645 16  switches: flows:  625523 624003 622079 620190 622664 628106 628735 626245 625559 630030 616157 625981 625749 628717 621994 620747  total = 166.261706 per ms 
01:16:41.747 16  switches: flows:  592806 587564 594001 592520 583043 596473 589245 594818 597154 591939 589343 586852 603010 590192 588615 589677  total = 157.520227 per ms 
01:17:41.864 16  switches: flows:  590106 596973 586749 586334 597957 580718 585786 592904 585546 585226 592433 587085 587922 594736 597736 579057  total = 156.819381 per ms 
01:18:41.967 16  switches: flows:  612304 609673 608036 603774 611637 615618 611533 612849 609881 615004 604023 603743 610457 612416 619097 608178  total = 162.526511 per ms 
01:19:42.069 16  switches: flows:  622736 619000 623559 617583 619774 619713 623939 616859 604151 616457 579653 616009 606495 615341 611551 620414  total = 163.610946 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 118314.52/166261.71/155291.06/53518.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.060674" elapsed="0.000414"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T01:19:42.061237" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T01:19:42.061999" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T01:19:42.062088" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 118314.52/166261.71/155291.06/53518.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T01:19:42.061780" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:19:42.062524" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 118314.52/166261.71/155291.06/53518.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:19:42.062268" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.064953" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.062710" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.067403" level="INFO">118314.52/166261.71/155291.06/53518.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.065155" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:19:42.069835" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:19:42.067623" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:19:42.072309" level="INFO">@{result_value_list} = [ 118314.52 | 166261.71 | 155291.06 | 53518.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:19:42.070045" elapsed="0.002292"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.072822" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T01:19:42.072910" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:19:42.072492" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.077809" level="INFO">min :: 118314.52</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.073317" elapsed="0.004548"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T01:19:42.073189" elapsed="0.004712"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.082592" level="INFO">max :: 166261.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.078118" elapsed="0.004532"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T01:19:42.077991" elapsed="0.004694"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.087382" level="INFO">avg :: 155291.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.082900" elapsed="0.004546"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T01:19:42.082773" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.093156" level="INFO">stdev :: 53518.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-08-22T01:19:42.087712" elapsed="0.005578"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T01:19:42.087567" elapsed="0.005802"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T01:19:42.073001" elapsed="0.020439"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.099424" level="INFO">${min} = 118314.52</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:19:42.093826" elapsed="0.005626"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.103386" level="INFO">${max} = 166261.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:19:42.099641" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.107250" level="INFO">${average} = 155291.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:19:42.103567" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.111213" level="INFO">${stdev} = 53518.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:19:42.107460" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.111777" level="INFO">${date} = 2026-08-22 01:19:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T01:19:42.111412" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.112354" level="INFO">CBench Result: 2026-08-22 01:19:42,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,118314.52,166261.71,155291.06,53518.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.111947" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T01:19:42.114079" 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-08-22T01:19:42.113049" elapsed="0.001101"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T01:19:42.114302" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T01:19:42.112551" elapsed="0.002301"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-22T01:09:34.712182" elapsed="607.402729"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.115395" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T01:19:42.115058" elapsed="0.000396"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-22T01:19:42.115972" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-22T01:19:42.115673" elapsed="0.000632"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T01:09:34.710788" elapsed="607.405553"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.117546" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.117170" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.118820" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-22T01:19:42.118473" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-22T01:19:42.119198" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:19:42.118979" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-22T01:19:42.122303" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:19:42.122050" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-08-22T01:19:42.122031" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-22T01:19:42.122721" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-22T01:19:42.122838" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-22T01:19:42.122513" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.123431" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.100" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:19:42.122998" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-22T01:19:42.124075" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:19:42.123674" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:19:42.125074" level="INFO">Length is 0.</msg>
<msg time="2026-08-22T01:19:42.125165" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:19:42.124714" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:19:42.125335" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-22T01:19:42.126510" level="INFO">Logging into '10.30.171.100:22' as 'jenkins'.</msg>
<msg time="2026-08-22T01:19:42.721599" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 22 01:19:42 UTC 2026

  System load:  0.34               Processes:             107
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.100
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 22 01:09:35 2026 from 10.30.171.230
[?2004h[jenkins@releng-48317-818-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-22T01:19:42.126159" elapsed="0.595657"/>
</kw>
<msg time="2026-08-22T01:19:42.721911" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:19:42.125821" elapsed="0.596183"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-22T01:19:42.124301" elapsed="0.597830"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-22T01:19:42.722726" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.127 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-22T01:29:48.903647" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-22T01:29:48.904242" level="INFO">${stdout} = </msg>
<msg time="2026-08-22T01:29:48.904350" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-22T01:19:42.722373" elapsed="606.182041"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:29:48.904908" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.906828" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:47.996 16  switches: flows:  113714 112466 113589 111548 111713 111487 113518 111689 113525 111582 111271 109212 114566 109889 110168 111707  total = 29.860733 per ms 
01:21:48.099 16  switches: flows:  128872 126525 127208 126326 123796 127642 127432 127211 124849 126207 123732 125633 125808 120973 123275 124287  total = 33.440384 per ms 
01:22:48.200 16  switches: flows:  116105 115795 114716 115416 113443 117927 116523 115300 114612 114225 113839 113555 112809 112913 112383 114011  total = 30.508611 per ms 
01:23:48.301 16  switches: flows:  123519 125993 123364 124109 123515 124309 125620 123512 125682 124278 124582 121303 120000 121197 121368 125428  total = 32.908067 per ms 
01:24:48.402 16  switches: flows:  126019 126164 124433 126840 125314 126188 126935 124932 123924 124259 123170 121337 121030 122798 123483 122780  total = 33.104795 per ms 
01:25:48.504 16  switches: flows:  130904 126044 130906 129712 128684 127550 129502 127930 125015 126353 125890 123484 125052 126673 125387 124537  total = 33.837217 per ms 
01:26:48.605 16  switches: flows:  130414 126353 127847 128731 128388 125162 127648 125767 123693 124678 124025 123437 121922 125075 122519 123893  total = 33.436671 per ms 
01:27:48.706 16  switches: flows:  127993 126690 127604 128315 127234 123001 128623 125722 124295 125374 123444 121895 122725 124511 122421 122868  total = 33.322960 per ms 
01:28:48.807 16  switches: flows:  130679 126913 128738 129320 128857 124502 129170 127141 124595 125907 124113 124340 123678 125344 123516 122633  total = 33.601361 per ms 
01:29:48.908 16  switches: flows:  128884 125976 128186 128188 127036 124559 128995 124766 124662 127350 123922 120808 122804 125067 121647 122293  total = 33.363350 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30508.61/33837.22/33058.16/11059.04 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.906011" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-22T01:29:48.907657" elapsed="0.000097"/>
</return>
<status status="PASS" start="2026-08-22T01:29:48.907329" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-08-22T01:29:48.907280" elapsed="0.000612"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-22T01:29:48.908101" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-22T01:29:48.908019" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:29:48.907984" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-22T01:29:48.908306" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-22T01:29:48.914365" elapsed="0.000809"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-22T01:29:48.915517" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-22T01:29:48.915830" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-22T01:29:48.909037" elapsed="0.006945"/>
</kw>
<msg time="2026-08-22T01:29:48.916111" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-22T01:19:42.119642" elapsed="606.796496"/>
</kw>
<status status="PASS" start="2026-08-22T01:19:42.119306" elapsed="606.796883"/>
</branch>
<status status="PASS" start="2026-08-22T01:19:42.118958" elapsed="606.797256"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.916663" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.127:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.127. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:47.996 16  switches: flows:  113714 112466 113589 111548 111713 111487 113518 111689 113525 111582 111271 109212 114566 109889 110168 111707  total = 29.860733 per ms 
01:21:48.099 16  switches: flows:  128872 126525 127208 126326 123796 127642 127432 127211 124849 126207 123732 125633 125808 120973 123275 124287  total = 33.440384 per ms 
01:22:48.200 16  switches: flows:  116105 115795 114716 115416 113443 117927 116523 115300 114612 114225 113839 113555 112809 112913 112383 114011  total = 30.508611 per ms 
01:23:48.301 16  switches: flows:  123519 125993 123364 124109 123515 124309 125620 123512 125682 124278 124582 121303 120000 121197 121368 125428  total = 32.908067 per ms 
01:24:48.402 16  switches: flows:  126019 126164 124433 126840 125314 126188 126935 124932 123924 124259 123170 121337 121030 122798 123483 122780  total = 33.104795 per ms 
01:25:48.504 16  switches: flows:  130904 126044 130906 129712 128684 127550 129502 127930 125015 126353 125890 123484 125052 126673 125387 124537  total = 33.837217 per ms 
01:26:48.605 16  switches: flows:  130414 126353 127847 128731 128388 125162 127648 125767 123693 124678 124025 123437 121922 125075 122519 123893  total = 33.436671 per ms 
01:27:48.706 16  switches: flows:  127993 126690 127604 128315 127234 123001 128623 125722 124295 125374 123444 121895 122725 124511 122421 122868  total = 33.322960 per ms 
01:28:48.807 16  switches: flows:  130679 126913 128738 129320 128857 124502 129170 127141 124595 125907 124113 124340 123678 125344 123516 122633  total = 33.601361 per ms 
01:29:48.908 16  switches: flows:  128884 125976 128186 128188 127036 124559 128995 124766 124662 127350 123922 120808 122804 125067 121647 122293  total = 33.363350 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30508.61/33837.22/33058.16/11059.04 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.916359" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-22T01:29:48.916882" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-22T01:29:48.917650" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-22T01:29:48.917741" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30508.61/33837.22/33058.16/11059.04 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-22T01:29:48.917417" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:29:48.918168" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30508.61/33837.22/33058.16/11059.04 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:29:48.917917" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.920564" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.918337" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.922985" level="INFO">30508.61/33837.22/33058.16/11059.04</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.920781" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:29:48.925360" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:29:48.923188" elapsed="0.002202"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-22T01:29:48.927829" level="INFO">@{result_value_list} = [ 30508.61 | 33837.22 | 33058.16 | 11059.04 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-22T01:29:48.925576" elapsed="0.002280"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.928322" level="INFO">Length is 4.</msg>
<msg time="2026-08-22T01:29:48.928410" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-22T01:29:48.928009" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.933052" level="INFO">min :: 30508.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.928815" elapsed="0.004302"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-22T01:29:48.928688" elapsed="0.004464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.937668" level="INFO">max :: 33837.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.933389" elapsed="0.004335"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-22T01:29:48.933248" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.942348" level="INFO">avg :: 33058.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.937970" elapsed="0.004453"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-22T01:29:48.937841" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.947594" level="INFO">stdev :: 11059.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.942688" elapsed="0.004965"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-22T01:29:48.942541" elapsed="0.005147"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-22T01:29:48.928494" elapsed="0.019225"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.951663" level="INFO">${min} = 30508.61</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:29:48.947879" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.955741" level="INFO">${max} = 33837.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:29:48.951842" elapsed="0.003927"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.959612" level="INFO">${average} = 33058.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:29:48.955920" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.963529" level="INFO">${stdev} = 11059.04</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-22T01:29:48.959791" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.964085" level="INFO">${date} = 2026-08-22 01:29:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-22T01:29:48.963737" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.964681" level="INFO">CBench Result: 2026-08-22 01:29:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30508.61,33837.22,33058.16,11059.04</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-22T01:29:48.964257" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-22T01:29:48.965836" 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-08-22T01:29:48.965365" elapsed="0.000540"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-22T01:29:48.966053" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-22T01:29:48.964890" elapsed="0.001734"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-22T01:19:42.117929" elapsed="606.848755"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.967136" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-22T01:29:48.966831" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-22T01:29:48.968376" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-22T01:29:48.967912" elapsed="0.000491"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-22T01:29:48.968643" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-22T01:29:48.968479" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-08-22T01:29:48.968459" elapsed="0.000274"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.968876" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969031" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969188" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969381" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969529" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969696" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.969841" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-22T01:29:48.970059" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-22T01:29:48.969923" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-08-22T01:29:48.969906" elapsed="0.000233"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-22T01:29:48.967565" elapsed="0.002626"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-22T01:19:42.116653" elapsed="606.853582"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-22T00:59:25.992162" elapsed="1822.978512"/>
</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>
