<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-30T01:43:29.690435" 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-07-30T01:43:30.257814" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:43:30.257676" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:30.257647" elapsed="0.000268"/>
</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-07-30T01:43:30.258059" elapsed="0.000527"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T01:43:30.259057" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-30T01:43:31.103784" 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-07-30T01:43:30.258759" elapsed="0.845226"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.152713" 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-07-30T01:43:31.104312" elapsed="0.048477"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.154507" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T01:43:31.154621" 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-07-30T01:43:31.152965" elapsed="0.001687"/>
</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-07-30T01:43:31.154810" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:43:31.155201" elapsed="0.000238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.155928" 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-07-30T01:43:31.155591" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T01:43:31.156038" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T01:43:30.257299" elapsed="0.898920"/>
</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-07-30T01:43:30.253678" elapsed="0.902675"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T01:43:31.156966" 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-07-30T01:43:31.156556" elapsed="0.000468"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T01:43:31.157452" 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-07-30T01:43:31.157183" elapsed="0.000325"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.158059" 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-07-30T01:43:31.157664" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.158616" 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-07-30T01:43:31.158275" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.159210" 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-07-30T01:43:31.158805" elapsed="0.000433"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.159762" 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-07-30T01:43:31.159423" elapsed="0.000382"/>
</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-07-30T01:43:31.160112" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:43:31.159895" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.164891" 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-07-30T01:43:31.164474" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:43:31.165966" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T01:43:31.166049" 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-07-30T01:43:31.165489" elapsed="0.000584"/>
</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-07-30T01:43:31.166219" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.167637" level="INFO">Logging into '10.30.171.199:22' as 'jenkins'.</msg>
<msg time="2026-07-30T01:43:31.849810" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 01:43:31 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-795-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-07-30T01:43:31.167097" elapsed="0.682844"/>
</kw>
<msg time="2026-07-30T01:43:31.850032" 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-07-30T01:43:31.166747" elapsed="0.683375"/>
</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-07-30T01:43:31.165125" elapsed="0.685115"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.858150" 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-07-30T01:43:31.850474" elapsed="0.009314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:43:31.860172" elapsed="0.000634"/>
</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-07-30T01:43:31.163918" elapsed="0.697028"/>
</kw>
<status status="PASS" start="2026-07-30T01:43:31.160532" elapsed="0.700497"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:31.159868" elapsed="0.701228"/>
</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-07-30T01:43:31.861468" elapsed="0.001023"/>
</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-07-30T01:43:31.870234" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:43:31.870109" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:31.870082" elapsed="0.000250"/>
</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-07-30T01:43:31.873932" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:43:31.873819" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:31.873799" elapsed="0.000203"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T01:43:31.874136" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T01:43:31.875019" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-30T01:43:32.050270" 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-07-30T01:43:31.874755" elapsed="0.175604"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.143323" 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-07-30T01:43:32.050517" elapsed="0.092895"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.147146" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T01:43:32.147347" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-30T01:43:32.143581" elapsed="0.003798"/>
</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-07-30T01:43:32.147520" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:43:32.147864" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.148502" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:43:32.148196" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T01:43:32.148603" elapsed="0.000040"/>
</return>
<msg time="2026-07-30T01:43:32.148780" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T01:43:31.873461" elapsed="0.275352"/>
</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-07-30T01:43:32.148960" elapsed="0.000563"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T01:43:32.149574" 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-07-30T01:43:31.869789" elapsed="0.279921"/>
</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-07-30T01:43:32.153446" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:43:32.153330" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:32.153306" elapsed="0.000211"/>
</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-07-30T01:43:32.153648" elapsed="0.000415"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.154514" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-07-30T01:43:32.341388" 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-07-30T01:43:32.154210" elapsed="0.195497"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.376096" 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-07-30T01:43:32.349936" elapsed="0.026217"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.377951" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T01:43:32.378059" 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-07-30T01:43:32.376315" elapsed="0.001773"/>
</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-07-30T01:43:32.378225" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:43:32.378565" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.379207" 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-07-30T01:43:32.378891" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T01:43:32.379336" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T01:43:32.153001" elapsed="0.226510"/>
</kw>
<status status="PASS" start="2026-07-30T01:43:30.251838" elapsed="2.127739"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.381952" 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-07-30T01:43:32.380618" elapsed="0.001401"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.383509" 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-07-30T01:43:32.383129" elapsed="0.000423"/>
</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-07-30T01:43:32.383873" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:43:32.383633" elapsed="0.000299"/>
</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-07-30T01:43:32.386918" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:43:32.386670" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:32.386650" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.387364" 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-07-30T01:43:32.387488" 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-07-30T01:43:32.387135" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.388075" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.199" 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-07-30T01:43:32.387651" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.388777" 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-07-30T01:43:32.388292" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:43:32.389767" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T01:43:32.389857" 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-07-30T01:43:32.389433" elapsed="0.000447"/>
</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-07-30T01:43:32.390023" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.391242" level="INFO">Logging into '10.30.171.199:22' as 'jenkins'.</msg>
<msg time="2026-07-30T01:43:32.717103" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 01:43:31 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 01:43:31 2026 from 10.30.171.248
[?2004h[jenkins@releng-48317-795-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-07-30T01:43:32.390886" elapsed="0.326339"/>
</kw>
<msg time="2026-07-30T01:43:32.717315" 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-07-30T01:43:32.390535" elapsed="0.326849"/>
</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-07-30T01:43:32.389015" elapsed="0.328466"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T01:43:32.717875" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T01:53:38.828401" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T01:53:38.844076" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T01:53:38.844205" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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-07-30T01:43:32.717642" elapsed="606.126598"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:53:38.848132" elapsed="0.003700"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.853797" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:37.875 16  switches: flows:  106424 107498 109301 106586 108694 105413 105690 106354 103917 106110 106019 102599 104193 105936 107937 105053  total = 28.295400 per ms 
01:45:37.976 16  switches: flows:  126204 126349 127677 127658 126712 126082 120800 126065 126112 125187 121872 121948 124954 124665 125608 122473  total = 33.283751 per ms 
01:46:38.079 16  switches: flows:  123703 125323 125941 125894 124733 122096 120879 125380 123792 124773 119444 120793 123847 122082 124678 121143  total = 32.852653 per ms 
01:47:38.180 16  switches: flows:  112798 112964 115209 112289 114412 111839 108905 112467 110461 112741 110728 109020 111838 111361 112588 111095  total = 29.795500 per ms 
01:48:38.281 16  switches: flows:  125155 123840 125699 124719 123983 122560 121798 123990 124274 124660 122547 119303 122508 123340 125213 124330  total = 32.910394 per ms 
01:49:38.382 16  switches: flows:  122526 121769 123690 124701 122992 121880 119328 123331 122645 123183 119066 117825 120888 122368 122254 120150  total = 32.422485 per ms 
01:50:38.483 16  switches: flows:  118868 119226 118188 117722 118032 114686 114445 116591 115082 118044 113228 113978 115086 116128 117583 114466  total = 30.970839 per ms 
01:51:38.585 16  switches: flows:  117315 116429 116302 116632 115847 113420 112625 114549 111757 114038 113105 111676 112659 112484 114349 113208  total = 30.388787 per ms 
01:52:38.686 16  switches: flows:  129284 129887 127511 129696 128271 125838 124363 126941 125269 126336 124182 124435 125973 126211 127355 125401  total = 33.726072 per ms 
01:53:38.787 16  switches: flows:  128618 129320 127219 128922 127995 125038 124369 127773 124746 126351 123747 123757 125526 126321 126944 126247  total = 33.658692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29795.50/33726.07/32223.24/10829.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:53:38.852686" elapsed="0.002403"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T01:53:38.855469" elapsed="0.000059"/>
</return>
<status status="PASS" start="2026-07-30T01:53:38.855235" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-07-30T01:53:38.855193" elapsed="0.000402"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T01:53:38.855695" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-30T01:53:38.855657" elapsed="0.000080"/>
</branch>
<status status="NOT RUN" start="2026-07-30T01:53:38.855641" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T01:53:38.855792" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T01:53:38.860669" elapsed="0.000431"/>
</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-07-30T01:53:38.861321" elapsed="0.000710"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T01:53:38.862169" elapsed="0.000130"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T01:53:38.857207" elapsed="0.005150"/>
</kw>
<msg time="2026-07-30T01:53:38.862506" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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-07-30T01:43:32.384300" elapsed="606.478237"/>
</kw>
<status status="PASS" start="2026-07-30T01:43:32.383961" elapsed="606.478628"/>
</branch>
<status status="PASS" start="2026-07-30T01:43:32.383610" elapsed="606.479009"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.863150" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:37.875 16  switches: flows:  106424 107498 109301 106586 108694 105413 105690 106354 103917 106110 106019 102599 104193 105936 107937 105053  total = 28.295400 per ms 
01:45:37.976 16  switches: flows:  126204 126349 127677 127658 126712 126082 120800 126065 126112 125187 121872 121948 124954 124665 125608 122473  total = 33.283751 per ms 
01:46:38.079 16  switches: flows:  123703 125323 125941 125894 124733 122096 120879 125380 123792 124773 119444 120793 123847 122082 124678 121143  total = 32.852653 per ms 
01:47:38.180 16  switches: flows:  112798 112964 115209 112289 114412 111839 108905 112467 110461 112741 110728 109020 111838 111361 112588 111095  total = 29.795500 per ms 
01:48:38.281 16  switches: flows:  125155 123840 125699 124719 123983 122560 121798 123990 124274 124660 122547 119303 122508 123340 125213 124330  total = 32.910394 per ms 
01:49:38.382 16  switches: flows:  122526 121769 123690 124701 122992 121880 119328 123331 122645 123183 119066 117825 120888 122368 122254 120150  total = 32.422485 per ms 
01:50:38.483 16  switches: flows:  118868 119226 118188 117722 118032 114686 114445 116591 115082 118044 113228 113978 115086 116128 117583 114466  total = 30.970839 per ms 
01:51:38.585 16  switches: flows:  117315 116429 116302 116632 115847 113420 112625 114549 111757 114038 113105 111676 112659 112484 114349 113208  total = 30.388787 per ms 
01:52:38.686 16  switches: flows:  129284 129887 127511 129696 128271 125838 124363 126941 125269 126336 124182 124435 125973 126211 127355 125401  total = 33.726072 per ms 
01:53:38.787 16  switches: flows:  128618 129320 127219 128922 127995 125038 124369 127773 124746 126351 123747 123757 125526 126321 126944 126247  total = 33.658692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29795.50/33726.07/32223.24/10829.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:53:38.862806" elapsed="0.000422"/>
</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-07-30T01:53:38.863414" elapsed="0.000410"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T01:53:38.864230" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T01:53:38.864343" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29795.50/33726.07/32223.24/10829.57 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-07-30T01:53:38.863992" elapsed="0.000377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:53:38.864791" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29795.50/33726.07/32223.24/10829.57 | 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-07-30T01:53:38.864532" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.867758" 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-07-30T01:53:38.864966" elapsed="0.002850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.870208" level="INFO">29795.50/33726.07/32223.24/10829.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:53:38.867964" elapsed="0.002318"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:53:38.872675" 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-07-30T01:53:38.870436" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T01:53:38.875538" level="INFO">@{result_value_list} = [ 29795.50 | 33726.07 | 32223.24 | 10829.57 ]</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-07-30T01:53:38.872953" elapsed="0.002613"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.876038" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T01:53:38.876126" 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-07-30T01:53:38.875724" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.882402" level="INFO">min :: 29795.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:53:38.877141" elapsed="0.005321"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T01:53:38.876979" elapsed="0.005520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.887054" level="INFO">max :: 33726.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T01:53:38.882726" elapsed="0.004386"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T01:53:38.882594" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.891686" level="INFO">avg :: 32223.24</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-07-30T01:53:38.887387" elapsed="0.004841"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T01:53:38.887238" elapsed="0.005041"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.896890" level="INFO">stdev :: 10829.57</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-07-30T01:53:38.892519" elapsed="0.004429"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T01:53:38.892375" elapsed="0.004609"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T01:53:38.876753" elapsed="0.020265"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.900938" level="INFO">${min} = 29795.50</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-07-30T01:53:38.897195" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.905108" level="INFO">${max} = 33726.07</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T01:53:38.901119" elapsed="0.004030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.909081" level="INFO">${average} = 32223.24</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-07-30T01:53:38.905352" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.913045" level="INFO">${stdev} = 10829.57</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-07-30T01:53:38.909303" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.913638" level="INFO">${date} = 2026-07-30 01:53:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T01:53:38.913245" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.914218" level="INFO">CBench Result: 2026-07-30 01:53:38,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29795.50,33726.07,32223.24,10829.57</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-07-30T01:53:38.913810" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T01:53:38.915972" 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-07-30T01:53:38.914965" elapsed="0.001076"/>
</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-07-30T01:53:38.916196" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T01:53:38.914464" elapsed="0.002297"/>
</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-07-30T01:43:32.382480" elapsed="606.534346"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.917359" 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-07-30T01:53:38.916984" elapsed="0.000434"/>
</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-07-30T01:53:38.917962" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-07-30T01:53:38.917651" elapsed="0.000676"/>
</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-07-30T01:43:32.379736" elapsed="606.538629"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.923642" 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-07-30T01:53:38.922371" elapsed="0.001432"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.926580" 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-07-30T01:53:38.926048" elapsed="0.000592"/>
</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-07-30T01:53:38.927249" elapsed="0.000054"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:53:38.926892" elapsed="0.000465"/>
</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-07-30T01:53:38.932000" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-30T01:53:38.931506" elapsed="0.000573"/>
</branch>
<status status="PASS" start="2026-07-30T01:53:38.931471" elapsed="0.000642"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:53:38.932675" 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-07-30T01:53:38.932855" 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-07-30T01:53:38.932348" elapsed="0.000544"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.933789" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.199" 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-07-30T01:53:38.933082" elapsed="0.000784"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T01:53:38.934457" 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-07-30T01:53:38.934010" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T01:53:38.935421" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T01:53:38.935512" 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-07-30T01:53:38.935063" elapsed="0.000473"/>
</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-07-30T01:53:38.935682" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T01:53:38.936908" level="INFO">Logging into '10.30.171.199:22' as 'jenkins'.</msg>
<msg time="2026-07-30T01:53:39.610555" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 01:53:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 01:43:32 2026 from 10.30.171.248
[?2004h[jenkins@releng-48317-795-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-07-30T01:53:38.936550" elapsed="0.674258"/>
</kw>
<msg time="2026-07-30T01:53:39.610919" 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-07-30T01:53:38.936173" elapsed="0.674862"/>
</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-07-30T01:53:38.934685" elapsed="0.676497"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T01:53:39.611889" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T02:03:45.667445" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T02:03:45.669605" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T02:03:45.669658" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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-07-30T01:53:39.611486" elapsed="606.058200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:03:45.669956" elapsed="0.000475"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.671031" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:44.712 16  switches: flows:  491039 487225 486879 495052 483410 494177 487334 484175 468806 470008 475614 473095 472617 466711 476150 472673  total = 128.082750 per ms 
01:55:44.814 16  switches: flows:  465641 471351 470542 474559 468174 469535 468864 462002 464807 462060 469998 472887 469632 471309 468337 475957  total = 124.882751 per ms 
01:56:44.917 16  switches: flows:  508439 513415 512507 521200 507125 515392 513674 509856 514521 510524 512379 507730 511056 502701 506765 511580  total = 136.083906 per ms 
01:57:45.019 16  switches: flows:  517645 519240 511805 516489 515725 519249 516394 513146 521152 512629 515097 517553 510571 514327 513126 512912  total = 137.220013 per ms 
01:58:45.120 16  switches: flows:  502140 500618 499536 511329 505073 511644 502994 509206 510324 505627 506752 507003 516547 515088 507230 513212  total = 135.177227 per ms 
01:59:45.222 16  switches: flows:  503480 498389 494382 469649 497563 488760 501100 493715 488366 490908 498935 499379 496522 502150 491399 504922  total = 131.771008 per ms 
02:00:45.324 16  switches: flows:  506393 504194 499631 507924 498633 500345 501354 499741 494210 508364 498872 494194 505314 505326 500578 505762  total = 133.620796 per ms 
02:01:45.428 16  switches: flows:  532145 529134 529853 535560 527038 531722 529951 523693 532358 532822 531178 534668 534959 533012 532491 537271  total = 141.551317 per ms 
02:02:45.530 16  switches: flows:  541116 538443 538504 544445 538989 538818 535111 537436 538212 535732 540643 538450 539456 543064 541991 538319  total = 143.570117 per ms 
02:03:45.631 16  switches: flows:  482592 482005 481189 479830 478672 487091 483693 484882 483043 484084 486868 481070 481335 482510 485018 485207  total = 128.601628 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124882.75/143570.12/134719.86/45248.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:03:45.670621" elapsed="0.000589"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T02:03:45.671478" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-07-30T02:03:45.671320" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-07-30T02:03:45.671292" elapsed="0.000286"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T02:03:45.671672" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:03:45.671635" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-07-30T02:03:45.671619" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T02:03:45.671764" elapsed="0.000013"/>
</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-07-30T02:03:45.674969" elapsed="0.000358"/>
</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-07-30T02:03:45.675476" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:03:45.675778" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T02:03:45.672101" elapsed="0.003831"/>
</kw>
<msg time="2026-07-30T02:03:45.676068" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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-07-30T01:53:38.927863" elapsed="606.748232"/>
</kw>
<status status="PASS" start="2026-07-30T01:53:38.927401" elapsed="606.748742"/>
</branch>
<status status="PASS" start="2026-07-30T01:53:38.926849" elapsed="606.749316"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.676613" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:44.712 16  switches: flows:  491039 487225 486879 495052 483410 494177 487334 484175 468806 470008 475614 473095 472617 466711 476150 472673  total = 128.082750 per ms 
01:55:44.814 16  switches: flows:  465641 471351 470542 474559 468174 469535 468864 462002 464807 462060 469998 472887 469632 471309 468337 475957  total = 124.882751 per ms 
01:56:44.917 16  switches: flows:  508439 513415 512507 521200 507125 515392 513674 509856 514521 510524 512379 507730 511056 502701 506765 511580  total = 136.083906 per ms 
01:57:45.019 16  switches: flows:  517645 519240 511805 516489 515725 519249 516394 513146 521152 512629 515097 517553 510571 514327 513126 512912  total = 137.220013 per ms 
01:58:45.120 16  switches: flows:  502140 500618 499536 511329 505073 511644 502994 509206 510324 505627 506752 507003 516547 515088 507230 513212  total = 135.177227 per ms 
01:59:45.222 16  switches: flows:  503480 498389 494382 469649 497563 488760 501100 493715 488366 490908 498935 499379 496522 502150 491399 504922  total = 131.771008 per ms 
02:00:45.324 16  switches: flows:  506393 504194 499631 507924 498633 500345 501354 499741 494210 508364 498872 494194 505314 505326 500578 505762  total = 133.620796 per ms 
02:01:45.428 16  switches: flows:  532145 529134 529853 535560 527038 531722 529951 523693 532358 532822 531178 534668 534959 533012 532491 537271  total = 141.551317 per ms 
02:02:45.530 16  switches: flows:  541116 538443 538504 544445 538989 538818 535111 537436 538212 535732 540643 538450 539456 543064 541991 538319  total = 143.570117 per ms 
02:03:45.631 16  switches: flows:  482592 482005 481189 479830 478672 487091 483693 484882 483043 484084 486868 481070 481335 482510 485018 485207  total = 128.601628 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124882.75/143570.12/134719.86/45248.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:03:45.676322" elapsed="0.000365"/>
</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-07-30T02:03:45.676834" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T02:03:45.677625" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T02:03:45.677714" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124882.75/143570.12/134719.86/45248.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-07-30T02:03:45.677399" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:03:45.678143" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124882.75/143570.12/134719.86/45248.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-07-30T02:03:45.677892" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.680589" 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-07-30T02:03:45.678331" elapsed="0.002314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.683020" level="INFO">124882.75/143570.12/134719.86/45248.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:03:45.680790" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:03:45.685480" 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-07-30T02:03:45.683225" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:03:45.687949" level="INFO">@{result_value_list} = [ 124882.75 | 143570.12 | 134719.86 | 45248.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-07-30T02:03:45.685698" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.688460" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T02:03:45.688547" 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-07-30T02:03:45.688137" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.693501" level="INFO">min :: 124882.75</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-07-30T02:03:45.688969" elapsed="0.004590"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T02:03:45.688840" elapsed="0.004755"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.698133" level="INFO">max :: 143570.12</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-07-30T02:03:45.693815" elapsed="0.004373"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T02:03:45.693687" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.702778" level="INFO">avg :: 134719.86</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-07-30T02:03:45.698482" elapsed="0.004353"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T02:03:45.698351" elapsed="0.004519"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.707422" level="INFO">stdev :: 45248.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-07-30T02:03:45.703086" elapsed="0.004393"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T02:03:45.702957" elapsed="0.004558"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T02:03:45.688647" elapsed="0.018899"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.711719" level="INFO">${min} = 124882.75</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-07-30T02:03:45.707706" elapsed="0.004042"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.716612" level="INFO">${max} = 143570.12</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-07-30T02:03:45.711906" elapsed="0.004734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.720548" level="INFO">${average} = 134719.86</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-07-30T02:03:45.716796" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.724506" level="INFO">${stdev} = 45248.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-07-30T02:03:45.720726" elapsed="0.003807"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.725046" level="INFO">${date} = 2026-07-30 02:03:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T02:03:45.724694" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.725647" level="INFO">CBench Result: 2026-07-30 02:03:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124882.75,143570.12,134719.86,45248.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-07-30T02:03:45.725221" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T02:03:45.726784" 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-07-30T02:03:45.726354" elapsed="0.000498"/>
</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-07-30T02:03:45.727003" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T02:03:45.725840" elapsed="0.001705"/>
</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-07-30T01:53:38.924689" elapsed="606.802917"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.728075" 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-07-30T02:03:45.727757" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-30T02:03:45.728657" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-07-30T02:03:45.728357" elapsed="0.000637"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-30T01:53:38.920649" elapsed="606.808384"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.730301" 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-07-30T02:03:45.729896" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.731569" 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-07-30T02:03:45.731222" elapsed="0.000389"/>
</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-07-30T02:03:45.731940" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:03:45.731720" elapsed="0.000278"/>
</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-07-30T02:03:45.735077" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:03:45.734827" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-30T02:03:45.734808" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T02:03:45.735493" 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-07-30T02:03:45.735611" 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-07-30T02:03:45.735313" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.736193" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.199" 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-07-30T02:03:45.735771" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T02:03:45.736801" 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-07-30T02:03:45.736409" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T02:03:45.737740" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T02:03:45.737829" 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-07-30T02:03:45.737424" elapsed="0.000429"/>
</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-07-30T02:03:45.737993" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T02:03:45.739187" level="INFO">Logging into '10.30.171.199:22' as 'jenkins'.</msg>
<msg time="2026-07-30T02:03:46.377470" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 02:03:45 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 01:53:39 2026 from 10.30.171.248
[?2004h[jenkins@releng-48317-795-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-07-30T02:03:45.738833" elapsed="0.639946"/>
</kw>
<msg time="2026-07-30T02:03:46.379456" 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-07-30T02:03:45.738490" elapsed="0.641056"/>
</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-07-30T02:03:45.737028" elapsed="0.642634"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T02:03:46.380805" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T02:13:52.440581" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T02:13:52.443297" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T02:13:52.443370" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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-07-30T02:03:46.379865" elapsed="606.063549"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:13:52.444248" elapsed="0.003044"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.448165" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:51.499 16  switches: flows:  109178 111726 109050 116906 110786 109886 108949 110341 107841 109914 110177 109505 110215 108559 107932 106788  total = 29.295883 per ms 
02:05:51.600 16  switches: flows:  119001 123440 118190 120618 119084 117672 120378 121781 119742 118298 120460 119115 120150 116140 117941 115948  total = 31.746307 per ms 
02:06:51.700 16  switches: flows:  119952 122832 119232 120476 120805 120222 123439 122784 122047 118028 121385 121294 123512 119852 121388 116840  total = 32.181050 per ms 
02:07:51.800 16  switches: flows:  116897 121207 117858 119255 118758 120318 119147 119576 118914 116790 120612 118612 120799 118387 118713 115075  total = 31.629095 per ms 
02:08:51.901 16  switches: flows:  122767 127439 120716 126491 124970 125995 122745 122436 124718 123080 123596 120445 124365 121805 122531 122203  total = 32.883289 per ms 
02:09:52.001 16  switches: flows:  122613 126490 122715 126362 123736 123820 124022 123088 123513 121476 124030 122357 124531 122074 122877 122303  total = 32.878535 per ms 
02:10:52.102 16  switches: flows:  121925 127559 122638 126611 125089 123245 125992 124366 123962 122476 124096 120749 125378 121912 123173 122842  total = 32.978472 per ms 
02:11:52.202 16  switches: flows:  112298 116708 112921 114197 113637 113439 114688 112978 113581 112603 114406 111744 113674 112051 114736 111635  total = 30.204527 per ms 
02:12:52.302 16  switches: flows:  111395 113735 111240 113654 112396 111834 112808 112711 112217 111086 113182 109773 112320 110215 111128 109438  total = 29.769064 per ms 
02:13:52.403 16  switches: flows:  116962 115553 113655 118762 116500 118400 114650 116361 113786 116102 115351 112927 115956 112485 116439 112894  total = 30.728314 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.06/32978.47/31666.52/10616.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:13:52.447604" elapsed="0.000822"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T02:13:52.448760" elapsed="0.000103"/>
</return>
<status status="PASS" start="2026-07-30T02:13:52.448555" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-07-30T02:13:52.448518" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T02:13:52.449085" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:13:52.449033" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-30T02:13:52.449010" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T02:13:52.449214" elapsed="0.000019"/>
</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-07-30T02:13:52.452602" elapsed="0.000382"/>
</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-07-30T02:13:52.453136" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:13:52.453458" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T02:13:52.450100" elapsed="0.003511"/>
</kw>
<msg time="2026-07-30T02:13:52.453747" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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-07-30T02:03:45.732355" elapsed="606.721419"/>
</kw>
<status status="PASS" start="2026-07-30T02:03:45.732024" elapsed="606.721801"/>
</branch>
<status status="PASS" start="2026-07-30T02:03:45.731699" elapsed="606.722150"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.454302" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:51.499 16  switches: flows:  109178 111726 109050 116906 110786 109886 108949 110341 107841 109914 110177 109505 110215 108559 107932 106788  total = 29.295883 per ms 
02:05:51.600 16  switches: flows:  119001 123440 118190 120618 119084 117672 120378 121781 119742 118298 120460 119115 120150 116140 117941 115948  total = 31.746307 per ms 
02:06:51.700 16  switches: flows:  119952 122832 119232 120476 120805 120222 123439 122784 122047 118028 121385 121294 123512 119852 121388 116840  total = 32.181050 per ms 
02:07:51.800 16  switches: flows:  116897 121207 117858 119255 118758 120318 119147 119576 118914 116790 120612 118612 120799 118387 118713 115075  total = 31.629095 per ms 
02:08:51.901 16  switches: flows:  122767 127439 120716 126491 124970 125995 122745 122436 124718 123080 123596 120445 124365 121805 122531 122203  total = 32.883289 per ms 
02:09:52.001 16  switches: flows:  122613 126490 122715 126362 123736 123820 124022 123088 123513 121476 124030 122357 124531 122074 122877 122303  total = 32.878535 per ms 
02:10:52.102 16  switches: flows:  121925 127559 122638 126611 125089 123245 125992 124366 123962 122476 124096 120749 125378 121912 123173 122842  total = 32.978472 per ms 
02:11:52.202 16  switches: flows:  112298 116708 112921 114197 113637 113439 114688 112978 113581 112603 114406 111744 113674 112051 114736 111635  total = 30.204527 per ms 
02:12:52.302 16  switches: flows:  111395 113735 111240 113654 112396 111834 112808 112711 112217 111086 113182 109773 112320 110215 111128 109438  total = 29.769064 per ms 
02:13:52.403 16  switches: flows:  116962 115553 113655 118762 116500 118400 114650 116361 113786 116102 115351 112927 115956 112485 116439 112894  total = 30.728314 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.06/32978.47/31666.52/10616.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:13:52.453990" elapsed="0.000387"/>
</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-07-30T02:13:52.454527" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T02:13:52.455293" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T02:13:52.455387" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29769.06/32978.47/31666.52/10616.18 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-07-30T02:13:52.455055" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:13:52.455813" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29769.06/32978.47/31666.52/10616.18 | 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-07-30T02:13:52.455563" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.458228" 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-07-30T02:13:52.455985" elapsed="0.002316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.460657" level="INFO">29769.06/32978.47/31666.52/10616.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:13:52.458447" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:13:52.463097" 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-07-30T02:13:52.460887" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T02:13:52.465569" level="INFO">@{result_value_list} = [ 29769.06 | 32978.47 | 31666.52 | 10616.18 ]</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-07-30T02:13:52.463330" elapsed="0.002266"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.466051" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T02:13:52.466138" 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-07-30T02:13:52.465749" elapsed="0.000413"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.471395" level="INFO">min :: 29769.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-07-30T02:13:52.467072" elapsed="0.004381"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T02:13:52.466943" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.475994" level="INFO">max :: 32978.47</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-07-30T02:13:52.471701" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T02:13:52.471575" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.480597" level="INFO">avg :: 31666.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-07-30T02:13:52.476314" elapsed="0.004340"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T02:13:52.476168" elapsed="0.004604"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.485368" level="INFO">stdev :: 10616.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T02:13:52.481010" elapsed="0.004414"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T02:13:52.480873" elapsed="0.004586"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T02:13:52.466753" elapsed="0.018736"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.489668" level="INFO">${min} = 29769.06</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-07-30T02:13:52.485647" elapsed="0.004049"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.493621" level="INFO">${max} = 32978.47</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-07-30T02:13:52.489853" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.497934" level="INFO">${average} = 31666.52</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-07-30T02:13:52.493807" elapsed="0.004154"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.504860" level="INFO">${stdev} = 10616.18</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-07-30T02:13:52.498116" elapsed="0.006773"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.505423" level="INFO">${date} = 2026-07-30 02:13:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T02:13:52.505058" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.506016" level="INFO">CBench Result: 2026-07-30 02:13:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29769.06,32978.47,31666.52,10616.18</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-07-30T02:13:52.505596" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T02:13:52.507183" 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-07-30T02:13:52.506701" elapsed="0.000550"/>
</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-07-30T02:13:52.507421" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T02:13:52.506211" elapsed="0.001736"/>
</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-07-30T02:03:45.730674" elapsed="606.777332"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.508482" 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-07-30T02:13:52.508153" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T02:13:52.509764" 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-07-30T02:13:52.509287" elapsed="0.000505"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-30T02:13:52.510016" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-07-30T02:13:52.509867" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-07-30T02:13:52.509847" elapsed="0.000258"/>
</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-07-30T02:13:52.510249" elapsed="0.000039"/>
</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-07-30T02:13:52.510427" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-30T02:13:52.510588" 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-07-30T02:13:52.510787" elapsed="0.000022"/>
</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-07-30T02:13:52.510941" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-30T02:13:52.511090" elapsed="0.000027"/>
</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-07-30T02:13:52.511245" elapsed="0.000036"/>
</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-07-30T02:13:52.511491" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:13:52.511351" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-30T02:13:52.511333" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-30T02:13:52.508933" elapsed="0.002686"/>
</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-07-30T02:03:45.729361" elapsed="606.782305"/>
</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-07-30T01:43:29.692030" elapsed="1822.820060"/>
</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>
