<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-23T01:55:00.528770" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-23T01:55:01.110679" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:55:01.110541" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:01.110510" elapsed="0.000282"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T01:55:01.110938" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T01:55:01.111929" level="INFO">Logging into '10.30.170.168:8101' as 'karaf'.</msg>
<msg time="2026-06-23T01:55:01.919937" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-23T01:55:01.111613" elapsed="0.808516"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T01:55:01.970681" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:01.920460" elapsed="0.050419"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T01:55:01.974141" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-23T01:55:01.974295" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-23T01:55:01.971221" elapsed="0.003114"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:01.974547" elapsed="0.000364"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:55:01.975128" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.976131" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:55:01.975597" elapsed="0.000607"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T01:55:01.976275" elapsed="0.000073"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.168
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-23T01:55:01.110162" elapsed="0.866347"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-23T01:55:01.106552" elapsed="0.870040"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T01:55:01.977336" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-23T01:55:01.976906" elapsed="0.000544"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T01:55:01.978010" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-23T01:55:01.977656" elapsed="0.000427"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.978875" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-23T01:55:01.978288" elapsed="0.000627"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.979570" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-23T01:55:01.979140" elapsed="0.000488"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.980342" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-23T01:55:01.979864" elapsed="0.000513"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.981059" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-23T01:55:01.980589" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-23T01:55:01.981520" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:55:01.981231" elapsed="0.000361"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T01:55:01.987986" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T01:55:01.987405" elapsed="0.000618"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T01:55:01.989424" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T01:55:01.989529" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T01:55:01.988815" elapsed="0.000746"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:55:01.989788" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T01:55:01.991568" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-23T01:55:02.846657" 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 Tue Jun 23 01:55:02 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  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-758-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-23T01:55:01.990924" elapsed="0.855917"/>
</kw>
<msg time="2026-06-23T01:55:02.846936" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:55:01.990434" elapsed="0.856599"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-23T01:55:01.988297" elapsed="0.858864"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-23T01:55:02.860377" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-23T01:55:02.847387" elapsed="0.014813"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:55:02.862471" elapsed="0.000440"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-23T01:55:01.986699" elapsed="0.876305"/>
</kw>
<status status="PASS" start="2026-06-23T01:55:01.981887" elapsed="0.881170"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:01.981196" elapsed="0.881908"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-23T01:55:02.863328" elapsed="0.000756"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-23T01:55:02.870697" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:55:02.870516" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:02.870482" elapsed="0.000354"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-23T01:55:02.876228" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:55:02.876060" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:02.876031" elapsed="0.000301"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T01:55:02.876525" elapsed="0.000656"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T01:55:02.877838" level="INFO">Logging into '10.30.170.168:8101' as 'karaf'.</msg>
<msg time="2026-06-23T01:55:03.087321" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-23T01:55:02.877397" elapsed="0.210127"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.183552" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:03.087920" elapsed="0.095785"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.195886" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-23T01:55:03.196158" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-23T01:55:03.184040" elapsed="0.012151"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:03.196352" elapsed="0.000281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:55:03.196800" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.197499" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:55:03.197176" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T01:55:03.197607" elapsed="0.000057"/>
</return>
<msg time="2026-06-23T01:55:03.197890" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.168
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-23T01:55:02.875498" elapsed="0.322427"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-23T01:55:03.198078" elapsed="0.000575"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T01:55:03.198705" elapsed="0.000047"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-23T01:55:02.870068" elapsed="0.328790"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-23T01:55:03.202687" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-23T01:55:03.202547" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:03.202522" elapsed="0.000255"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T01:55:03.202911" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.204081" level="INFO">Logging into '10.30.170.168:8101' as 'karaf'.</msg>
<msg time="2026-06-23T01:55:03.411159" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-23T01:55:03.203514" elapsed="0.207851"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.436998" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:03.411813" elapsed="0.025250"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.438928" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-23T01:55:03.439040" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-23T01:55:03.437221" elapsed="0.001859"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-23T01:55:03.439234" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T01:55:03.439617" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.440311" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:55:03.439984" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-23T01:55:03.440415" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.168
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-23T01:55:03.202208" elapsed="0.238372"/>
</kw>
<status status="PASS" start="2026-06-23T01:55:01.104724" elapsed="2.335918"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.442999" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:55:03.441841" elapsed="0.001225"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.444573" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-23T01:55:03.444216" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-23T01:55:03.444965" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:55:03.444698" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-23T01:55:03.448046" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-23T01:55:03.447791" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:03.447769" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.448469" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-23T01:55:03.448267" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.449225" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.168 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T01:55:03.448791" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.449960" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T01:55:03.449430" elapsed="0.000560"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T01:55:03.450926" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T01:55:03.451031" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T01:55:03.450575" elapsed="0.000484"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:55:03.451207" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.452526" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-23T01:55:03.796623" 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 Tue Jun 23 01:55:02 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  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: Tue Jun 23 01:55:02 2026 from 10.30.170.228
[?2004h[jenkins@releng-48317-758-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-23T01:55:03.452115" elapsed="0.344696"/>
</kw>
<msg time="2026-06-23T01:55:03.796892" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T01:55:03.451725" elapsed="0.345248"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-23T01:55:03.450196" elapsed="0.346894"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T01:55:03.797602" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.168 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T02:05:09.903565" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T02:05:09.904356" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T02:05:09.904514" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-23T01:55:03.797302" elapsed="606.107309"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:05:09.905202" elapsed="0.000977"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.907031" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:08.966 16  switches: flows:  117270 118138 116022 118436 116106 117800 116025 115245 111463 112494 112959 113578 108798 113907 111299 112017  total = 30.525950 per ms 
01:57:09.067 16  switches: flows:  120984 119410 118804 119331 120001 120127 120964 119102 115861 116807 116748 117045 112594 114479 114677 113775  total = 31.292860 per ms 
01:58:09.168 16  switches: flows:  97779 99155 97579 99413 97481 96794 98662 98357 96298 94934 95893 95325 93097 94792 95186 94695  total = 25.714420 per ms 
01:59:09.268 16  switches: flows:  114099 117033 113130 115263 114287 110752 115272 114616 112625 111332 111246 113921 110933 112061 113092 111148  total = 30.129866 per ms 
02:00:09.368 16  switches: flows:  123286 125975 123837 125286 123954 122525 122433 123772 122701 123378 122755 121534 118719 121000 122722 119636  total = 32.670687 per ms 
02:01:09.469 16  switches: flows:  118734 119895 117562 119349 118296 116587 119646 120134 120453 116410 117726 116962 114361 117287 117302 114821  total = 31.373045 per ms 
02:02:09.569 16  switches: flows:  121425 123940 122005 122177 119433 120738 122207 121746 121874 120938 120370 120672 116774 120306 121706 118106  total = 32.186584 per ms 
02:03:09.669 16  switches: flows:  123087 124414 124096 124704 123512 120783 124323 124232 123477 120372 121490 121444 119705 119713 123498 120925  total = 32.608291 per ms 
02:04:09.770 16  switches: flows:  122483 124680 123023 122636 123444 119726 122267 123366 122093 118287 119774 120472 118884 119981 120802 118197  total = 32.281368 per ms 
02:05:09.870 16  switches: flows:  126996 131019 126502 127750 124656 124939 128136 126188 126269 121760 124321 124576 122289 124156 125675 122489  total = 33.406249 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25714.42/33406.25/31295.93/10655.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.906428" elapsed="0.000900"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T02:05:09.907842" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-23T02:05:09.907524" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-06-23T02:05:09.907460" elapsed="0.000566"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T02:05:09.908184" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-23T02:05:09.908128" elapsed="0.000125"/>
</branch>
<status status="NOT RUN" start="2026-06-23T02:05:09.908104" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T02:05:09.908350" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:05:09.912874" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T02:05:09.913624" elapsed="0.000341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:05:09.914206" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T02:05:09.908951" elapsed="0.005497"/>
</kw>
<msg time="2026-06-23T02:05:09.914672" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-23T01:55:03.445386" elapsed="606.469335"/>
</kw>
<status status="PASS" start="2026-06-23T01:55:03.445056" elapsed="606.469782"/>
</branch>
<status status="PASS" start="2026-06-23T01:55:03.444674" elapsed="606.470208"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.915682" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:08.966 16  switches: flows:  117270 118138 116022 118436 116106 117800 116025 115245 111463 112494 112959 113578 108798 113907 111299 112017  total = 30.525950 per ms 
01:57:09.067 16  switches: flows:  120984 119410 118804 119331 120001 120127 120964 119102 115861 116807 116748 117045 112594 114479 114677 113775  total = 31.292860 per ms 
01:58:09.168 16  switches: flows:  97779 99155 97579 99413 97481 96794 98662 98357 96298 94934 95893 95325 93097 94792 95186 94695  total = 25.714420 per ms 
01:59:09.268 16  switches: flows:  114099 117033 113130 115263 114287 110752 115272 114616 112625 111332 111246 113921 110933 112061 113092 111148  total = 30.129866 per ms 
02:00:09.368 16  switches: flows:  123286 125975 123837 125286 123954 122525 122433 123772 122701 123378 122755 121534 118719 121000 122722 119636  total = 32.670687 per ms 
02:01:09.469 16  switches: flows:  118734 119895 117562 119349 118296 116587 119646 120134 120453 116410 117726 116962 114361 117287 117302 114821  total = 31.373045 per ms 
02:02:09.569 16  switches: flows:  121425 123940 122005 122177 119433 120738 122207 121746 121874 120938 120370 120672 116774 120306 121706 118106  total = 32.186584 per ms 
02:03:09.669 16  switches: flows:  123087 124414 124096 124704 123512 120783 124323 124232 123477 120372 121490 121444 119705 119713 123498 120925  total = 32.608291 per ms 
02:04:09.770 16  switches: flows:  122483 124680 123023 122636 123444 119726 122267 123366 122093 118287 119774 120472 118884 119981 120802 118197  total = 32.281368 per ms 
02:05:09.870 16  switches: flows:  126996 131019 126502 127750 124656 124939 128136 126188 126269 121760 124321 124576 122289 124156 125675 122489  total = 33.406249 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25714.42/33406.25/31295.93/10655.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.915143" elapsed="0.000681"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-23T02:05:09.916084" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T02:05:09.917047" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T02:05:09.917142" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25714.42/33406.25/31295.93/10655.12 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-23T02:05:09.916798" elapsed="0.000369"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:05:09.917597" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25714.42/33406.25/31295.93/10655.12 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:05:09.917333" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.920433" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.917786" elapsed="0.002705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.923295" level="INFO">25714.42/33406.25/31295.93/10655.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.920640" elapsed="0.002729"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:05:09.926033" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:05:09.923567" elapsed="0.002494"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:05:09.928852" level="INFO">@{result_value_list} = [ 25714.42 | 33406.25 | 31295.93 | 10655.12 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:05:09.926289" elapsed="0.002591"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.929356" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T02:05:09.929470" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T02:05:09.929036" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.934683" level="INFO">min :: 25714.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.930023" elapsed="0.004732"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T02:05:09.929848" elapsed="0.004944"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.940132" level="INFO">max :: 33406.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.935048" elapsed="0.005156"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T02:05:09.934894" elapsed="0.005351"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.945527" level="INFO">avg :: 31295.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.940469" elapsed="0.005131"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T02:05:09.940339" elapsed="0.005301"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.950832" level="INFO">stdev :: 10655.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-06-23T02:05:09.946004" elapsed="0.005105"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T02:05:09.945832" elapsed="0.005319"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T02:05:09.929585" elapsed="0.021611"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.955674" level="INFO">${min} = 25714.42</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:05:09.951442" elapsed="0.004260"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.960513" level="INFO">${max} = 33406.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:05:09.955896" elapsed="0.004651"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.964865" level="INFO">${average} = 31295.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:05:09.960763" elapsed="0.004129"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.969652" level="INFO">${stdev} = 10655.12</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:05:09.965063" elapsed="0.004617"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.970339" level="INFO">${date} = 2026-06-23 02:05:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-23T02:05:09.969882" elapsed="0.000489"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.970990" level="INFO">CBench Result: 2026-06-23 02:05:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25714.42,33406.25,31295.93,10655.12</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.970551" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T02:05:09.972432" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-23T02:05:09.971796" elapsed="0.000705"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-23T02:05:09.972656" elapsed="0.000534"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T02:05:09.971209" elapsed="0.002068"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-23T01:55:03.443493" elapsed="606.529866"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.973995" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-23T02:05:09.973560" elapsed="0.000506"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-23T02:05:09.974642" elapsed="0.000368"/>
</kw>
<status status="PASS" start="2026-06-23T02:05:09.974298" elapsed="0.000801"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-23T01:55:03.440875" elapsed="606.534272"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.976958" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.976493" elapsed="0.000527"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.978499" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-23T02:05:09.978107" elapsed="0.000438"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-23T02:05:09.979015" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-23T02:05:09.978707" elapsed="0.000369"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-23T02:05:09.982331" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-23T02:05:09.982057" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-06-23T02:05:09.982034" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T02:05:09.982846" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-23T02:05:09.982567" elapsed="0.000460"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.983690" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.168 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:05:09.983180" elapsed="0.000585"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T02:05:09.984382" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T02:05:09.983910" elapsed="0.000513"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T02:05:09.985467" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T02:05:09.985558" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T02:05:09.985127" elapsed="0.000455"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:05:09.985727" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T02:05:09.987057" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-23T02:05:10.576281" 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 Tue Jun 23 02:05:10 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  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: Tue Jun 23 01:55:03 2026 from 10.30.170.228
[?2004h[jenkins@releng-48317-758-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-23T02:05:09.986666" elapsed="0.589821"/>
</kw>
<msg time="2026-06-23T02:05:10.576575" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:05:09.986273" elapsed="0.590390"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-23T02:05:09.984685" elapsed="0.592114"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T02:05:10.577310" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.168 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T02:15:16.646499" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T02:15:16.646958" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T02:15:16.647030" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-23T02:05:10.577017" elapsed="606.070052"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:15:16.647426" elapsed="0.000609"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.648868" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:15.666 16  switches: flows:  561338 564737 566088 582996 579665 571199 564537 562302 561332 547649 560974 548144 549298 551459 541818 556920  total = 149.507600 per ms 
02:07:15.768 16  switches: flows:  508032 511322 504745 515734 510278 507689 519337 519858 509218 522421 518652 530024 503939 510128 519695 523226  total = 137.007452 per ms 
02:08:15.870 16  switches: flows:  536103 548177 555706 556315 547409 555256 544006 555295 557422 559867 552608 554376 549528 552961 554000 536556  total = 146.679318 per ms 
02:09:15.971 16  switches: flows:  551477 542351 543034 544028 542154 533583 547323 544637 538160 546159 550570 557526 544575 548869 554851 548972  total = 145.393214 per ms 
02:10:16.074 16  switches: flows:  509172 506515 513317 532923 471391 525819 509928 506012 523002 523281 514600 511194 522349 523675 526222 521332  total = 137.112812 per ms 
02:11:16.176 16  switches: flows:  547932 553469 538003 541160 537852 548629 549902 551549 555995 556771 555659 556156 555327 550811 551754 550273  total = 146.438689 per ms 
02:12:16.278 16  switches: flows:  543812 544803 542993 547812 553508 548154 562157 547509 552528 547581 551707 539465 530100 548663 533359 534823  total = 145.237251 per ms 
02:13:16.380 16  switches: flows:  512823 514648 519033 515919 517314 517924 520038 495284 522076 519088 509011 519778 519240 510616 517373 516527  total = 137.211808 per ms 
02:14:16.482 16  switches: flows:  562753 564972 565040 554570 563866 564083 556860 557291 551889 555048 565975 571332 565374 561875 556208 555044  total = 149.286207 per ms 
02:15:16.613 16  switches: flows:  520406 534239 519224 533191 533882 531538 512753 525569 533798 538111 539373 524623 521758 515319 532870 530598  total = 140.484254 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137007.45/149286.21/142761.22/47803.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.648313" elapsed="0.000823"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T02:15:16.649547" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-06-23T02:15:16.649279" elapsed="0.000379"/>
</branch>
<status status="PASS" start="2026-06-23T02:15:16.649232" elapsed="0.000465"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T02:15:16.649864" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-23T02:15:16.649809" elapsed="0.000115"/>
</branch>
<status status="NOT RUN" start="2026-06-23T02:15:16.649784" elapsed="0.000172"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T02:15:16.650002" 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-06-23T02:15:16.653914" elapsed="0.000535"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T02:15:16.654674" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:15:16.655148" elapsed="0.000155"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T02:15:16.650501" elapsed="0.004881"/>
</kw>
<msg time="2026-06-23T02:15:16.655591" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-23T02:05:09.979478" elapsed="606.676155"/>
</kw>
<status status="PASS" start="2026-06-23T02:05:09.979106" elapsed="606.676600"/>
</branch>
<status status="PASS" start="2026-06-23T02:05:09.978679" elapsed="606.677083"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.656454" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:15.666 16  switches: flows:  561338 564737 566088 582996 579665 571199 564537 562302 561332 547649 560974 548144 549298 551459 541818 556920  total = 149.507600 per ms 
02:07:15.768 16  switches: flows:  508032 511322 504745 515734 510278 507689 519337 519858 509218 522421 518652 530024 503939 510128 519695 523226  total = 137.007452 per ms 
02:08:15.870 16  switches: flows:  536103 548177 555706 556315 547409 555256 544006 555295 557422 559867 552608 554376 549528 552961 554000 536556  total = 146.679318 per ms 
02:09:15.971 16  switches: flows:  551477 542351 543034 544028 542154 533583 547323 544637 538160 546159 550570 557526 544575 548869 554851 548972  total = 145.393214 per ms 
02:10:16.074 16  switches: flows:  509172 506515 513317 532923 471391 525819 509928 506012 523002 523281 514600 511194 522349 523675 526222 521332  total = 137.112812 per ms 
02:11:16.176 16  switches: flows:  547932 553469 538003 541160 537852 548629 549902 551549 555995 556771 555659 556156 555327 550811 551754 550273  total = 146.438689 per ms 
02:12:16.278 16  switches: flows:  543812 544803 542993 547812 553508 548154 562157 547509 552528 547581 551707 539465 530100 548663 533359 534823  total = 145.237251 per ms 
02:13:16.380 16  switches: flows:  512823 514648 519033 515919 517314 517924 520038 495284 522076 519088 509011 519778 519240 510616 517373 516527  total = 137.211808 per ms 
02:14:16.482 16  switches: flows:  562753 564972 565040 554570 563866 564083 556860 557291 551889 555048 565975 571332 565374 561875 556208 555044  total = 149.286207 per ms 
02:15:16.613 16  switches: flows:  520406 534239 519224 533191 533882 531538 512753 525569 533798 538111 539373 524623 521758 515319 532870 530598  total = 140.484254 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137007.45/149286.21/142761.22/47803.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.655999" elapsed="0.000566"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-23T02:15:16.656810" elapsed="0.000619"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T02:15:16.658045" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T02:15:16.658139" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137007.45/149286.21/142761.22/47803.15 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-23T02:15:16.657678" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:15:16.658588" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137007.45/149286.21/142761.22/47803.15 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:15:16.658327" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.661136" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.658795" elapsed="0.002402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.663671" level="INFO">137007.45/149286.21/142761.22/47803.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.661352" elapsed="0.002379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:15:16.666407" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:15:16.663907" elapsed="0.002541"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:15:16.670285" level="INFO">@{result_value_list} = [ 137007.45 | 149286.21 | 142761.22 | 47803.15 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:15:16.666795" elapsed="0.003533"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.671123" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T02:15:16.671278" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T02:15:16.670593" elapsed="0.000720"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.679106" level="INFO">min :: 137007.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.671946" elapsed="0.007259"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T02:15:16.671724" elapsed="0.007548"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.684987" level="INFO">max :: 149286.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.679669" elapsed="0.005381"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T02:15:16.679436" elapsed="0.005653"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.689828" level="INFO">avg :: 142761.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.685392" elapsed="0.004506"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T02:15:16.685219" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.694929" level="INFO">stdev :: 47803.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.690204" elapsed="0.004788"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T02:15:16.690045" elapsed="0.004984"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T02:15:16.671414" elapsed="0.023651"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.698991" level="INFO">${min} = 137007.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:15:16.695243" elapsed="0.003776"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.703069" level="INFO">${max} = 149286.21</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:15:16.699199" elapsed="0.003900"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.707095" level="INFO">${average} = 142761.22</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:15:16.703268" elapsed="0.003859"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.711104" level="INFO">${stdev} = 47803.15</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:15:16.707303" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.711675" level="INFO">${date} = 2026-06-23 02:15:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-23T02:15:16.711303" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.712314" level="INFO">CBench Result: 2026-06-23 02:15:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137007.45,149286.21,142761.22,47803.15</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.711889" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T02:15:16.713577" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-23T02:15:16.713056" elapsed="0.000589"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-23T02:15:16.713815" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T02:15:16.712545" elapsed="0.001828"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-23T02:05:09.977413" elapsed="606.737021"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.714949" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-23T02:15:16.714600" elapsed="0.000408"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-23T02:15:16.715546" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-06-23T02:15:16.715233" elapsed="0.000676"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-23T02:05:09.975568" elapsed="606.740381"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.717492" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.717053" elapsed="0.000498"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.718834" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-23T02:15:16.718473" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-23T02:15:16.719271" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-23T02:15:16.719029" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-23T02:15:16.722612" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-23T02:15:16.722350" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-06-23T02:15:16.722329" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-23T02:15:16.723073" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-23T02:15:16.722853" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.723809" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.168 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.158" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:15:16.723361" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-23T02:15:16.724414" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T02:15:16.724010" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T02:15:16.725422" level="INFO">Length is 0.</msg>
<msg time="2026-06-23T02:15:16.725513" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T02:15:16.725047" elapsed="0.000491"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:15:16.725682" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-23T02:15:16.726923" level="INFO">Logging into '10.30.170.158:22' as 'jenkins'.</msg>
<msg time="2026-06-23T02:15:17.310799" 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 Tue Jun 23 02:15:16 UTC 2026

  System load:  0.2                Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.158
  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: Tue Jun 23 02:05:10 2026 from 10.30.170.228
[?2004h[jenkins@releng-48317-758-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-23T02:15:16.726537" elapsed="0.584461"/>
</kw>
<msg time="2026-06-23T02:15:17.311083" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:15:16.726190" elapsed="0.584974"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-23T02:15:16.724647" elapsed="0.586637"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-23T02:15:17.311833" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.168 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-23T02:25:23.415115" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-23T02:25:23.417608" level="INFO">${stdout} = </msg>
<msg time="2026-06-23T02:25:23.417731" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-23T02:15:17.311509" elapsed="606.106325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:25:23.419124" elapsed="0.001385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.421997" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:22.453 16  switches: flows:  111652 113829 113812 112944 111436 112648 110935 111391 109483 109075 108766 109596 109755 109555 110821 110760  total = 29.607633 per ms 
02:17:22.554 16  switches: flows:  108362 109498 110018 109604 105877 107873 108671 105743 106856 106304 104941 105494 106453 103522 105264 105476  total = 28.451772 per ms 
02:18:22.655 16  switches: flows:  112428 113355 112286 112532 110580 113154 111222 110065 112282 110398 108611 109185 110661 108096 108273 109099  total = 29.487857 per ms 
02:19:22.757 16  switches: flows:  113749 116081 115272 115885 113773 117166 117231 115654 115674 115892 114434 114259 116176 111213 112580 110518  total = 30.541553 per ms 
02:20:22.858 16  switches: flows:  116269 116921 118815 118560 117871 120586 120366 119183 117908 120192 118045 117049 119291 114219 115556 113445  total = 31.352281 per ms 
02:21:22.958 16  switches: flows:  109671 110135 111529 112086 111569 114594 113668 112353 112252 112275 110877 110785 112861 108692 108653 108409  total = 29.624000 per ms 
02:22:23.060 16  switches: flows:  113813 117544 116136 115110 111568 112973 114384 113582 111979 113231 114610 112465 112064 112217 112467 109307  total = 30.173791 per ms 
02:23:23.160 16  switches: flows:  106795 105589 107498 107218 106331 107707 107041 105710 105036 106075 106126 104691 105462 105343 104786 102087  total = 28.177862 per ms 
02:24:23.261 16  switches: flows:  92800 94417 93283 93900 92851 93032 92259 91480 93143 93703 92223 92964 92798 91287 91013 89082  total = 24.629464 per ms 
02:25:23.362 16  switches: flows:  109925 111307 110783 109023 109144 109432 109576 109376 108057 107134 106756 106617 107741 105570 105956 104409  total = 28.798676 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24629.46/31352.28/29026.36/9846.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.420979" elapsed="0.001984"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-23T02:25:23.423514" elapsed="0.000159"/>
</return>
<status status="PASS" start="2026-06-23T02:25:23.423182" elapsed="0.000650"/>
</branch>
<status status="PASS" start="2026-06-23T02:25:23.423115" elapsed="0.000801"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-23T02:25:23.424160" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-23T02:25:23.424074" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-06-23T02:25:23.424035" elapsed="0.000263"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-23T02:25:23.424367" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-23T02:25:23.428121" elapsed="0.000364"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-23T02:25:23.428652" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-23T02:25:23.428982" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-23T02:25:23.425511" elapsed="0.003630"/>
</kw>
<msg time="2026-06-23T02:25:23.429276" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-23T02:15:16.719761" elapsed="606.709543"/>
</kw>
<status status="PASS" start="2026-06-23T02:15:16.719361" elapsed="606.709993"/>
</branch>
<status status="PASS" start="2026-06-23T02:15:16.719002" elapsed="606.710376"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.429866" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.168:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.168. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:22.453 16  switches: flows:  111652 113829 113812 112944 111436 112648 110935 111391 109483 109075 108766 109596 109755 109555 110821 110760  total = 29.607633 per ms 
02:17:22.554 16  switches: flows:  108362 109498 110018 109604 105877 107873 108671 105743 106856 106304 104941 105494 106453 103522 105264 105476  total = 28.451772 per ms 
02:18:22.655 16  switches: flows:  112428 113355 112286 112532 110580 113154 111222 110065 112282 110398 108611 109185 110661 108096 108273 109099  total = 29.487857 per ms 
02:19:22.757 16  switches: flows:  113749 116081 115272 115885 113773 117166 117231 115654 115674 115892 114434 114259 116176 111213 112580 110518  total = 30.541553 per ms 
02:20:22.858 16  switches: flows:  116269 116921 118815 118560 117871 120586 120366 119183 117908 120192 118045 117049 119291 114219 115556 113445  total = 31.352281 per ms 
02:21:22.958 16  switches: flows:  109671 110135 111529 112086 111569 114594 113668 112353 112252 112275 110877 110785 112861 108692 108653 108409  total = 29.624000 per ms 
02:22:23.060 16  switches: flows:  113813 117544 116136 115110 111568 112973 114384 113582 111979 113231 114610 112465 112064 112217 112467 109307  total = 30.173791 per ms 
02:23:23.160 16  switches: flows:  106795 105589 107498 107218 106331 107707 107041 105710 105036 106075 106126 104691 105462 105343 104786 102087  total = 28.177862 per ms 
02:24:23.261 16  switches: flows:  92800 94417 93283 93900 92851 93032 92259 91480 93143 93703 92223 92964 92798 91287 91013 89082  total = 24.629464 per ms 
02:25:23.362 16  switches: flows:  109925 111307 110783 109023 109144 109432 109576 109376 108057 107134 106756 106617 107741 105570 105956 104409  total = 28.798676 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24629.46/31352.28/29026.36/9846.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.429542" elapsed="0.000399"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-23T02:25:23.430090" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-23T02:25:23.430991" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-23T02:25:23.431086" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24629.46/31352.28/29026.36/9846.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-23T02:25:23.430636" elapsed="0.000475"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:25:23.431528" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24629.46/31352.28/29026.36/9846.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:25:23.431269" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.433975" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.431700" elapsed="0.002332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.436528" level="INFO">24629.46/31352.28/29026.36/9846.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.434180" elapsed="0.002458"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:25:23.439033" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:25:23.436809" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-23T02:25:23.441518" level="INFO">@{result_value_list} = [ 24629.46 | 31352.28 | 29026.36 | 9846.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-23T02:25:23.439271" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.442030" level="INFO">Length is 4.</msg>
<msg time="2026-06-23T02:25:23.442120" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-23T02:25:23.441700" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.447032" level="INFO">min :: 24629.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.442545" elapsed="0.004546"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-23T02:25:23.442415" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.451716" level="INFO">max :: 31352.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.447358" elapsed="0.004437"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-23T02:25:23.447230" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.456930" level="INFO">avg :: 29026.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.452049" elapsed="0.004958"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-23T02:25:23.451920" elapsed="0.005133"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.463313" level="INFO">stdev :: 9846.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.457338" elapsed="0.006056"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-23T02:25:23.457166" elapsed="0.006276"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-23T02:25:23.442217" elapsed="0.021269"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.467844" level="INFO">${min} = 24629.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:25:23.463709" elapsed="0.004162"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.471749" level="INFO">${max} = 31352.28</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:25:23.468025" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.475638" level="INFO">${average} = 29026.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:25:23.471931" elapsed="0.003734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.479608" level="INFO">${stdev} = 9846.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-23T02:25:23.475834" elapsed="0.003801"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.480170" level="INFO">${date} = 2026-06-23 02:25:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-23T02:25:23.479811" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.480781" level="INFO">CBench Result: 2026-06-23 02:25:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24629.46,31352.28,29026.36,9846.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-23T02:25:23.480341" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-23T02:25:23.482029" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-23T02:25:23.481480" elapsed="0.000619"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-23T02:25:23.482254" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-23T02:25:23.480996" elapsed="0.001811"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-23T02:15:16.717912" elapsed="606.764955"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.483525" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-23T02:25:23.483022" elapsed="0.000559"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-23T02:25:23.484854" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-23T02:25:23.484325" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-23T02:25:23.485118" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-06-23T02:25:23.484965" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-23T02:25:23.484942" elapsed="0.000272"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.485361" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.485517" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.485676" 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-06-23T02:25:23.485889" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.486044" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.486189" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.486332" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-23T02:25:23.486552" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-23T02:25:23.486414" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-23T02:25:23.486397" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-23T02:25:23.483990" elapsed="0.002688"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-23T02:15:16.716462" elapsed="606.770262"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-23T01:55:00.530339" elapsed="1822.958934"/>
</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>
