<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-19T02:08:58.443625" 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-04-19T02:08:59.008142" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:08:59.008003" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-19T02:08:59.007974" elapsed="0.000266"/>
</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-04-19T02:08:59.008384" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-19T02:08:59.009387" level="INFO">Logging into '10.30.170.35:8101' as 'karaf'.</msg>
<msg time="2026-04-19T02:08:59.936066" 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-04-19T02:08:59.009089" elapsed="0.927211"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T02:08:59.984248" 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-04-19T02:08:59.936619" elapsed="0.047698"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T02:08:59.986008" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-19T02:08:59.986119" 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-04-19T02:08:59.984484" elapsed="0.001665"/>
</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-04-19T02:08:59.986305" elapsed="0.000215"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:08:59.986680" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.987427" 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-04-19T02:08:59.987074" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T02:08:59.987536" elapsed="0.000068"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T02:08:59.007598" elapsed="0.980143"/>
</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-04-19T02:08:59.004015" elapsed="0.983814"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T02:08:59.988441" 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-04-19T02:08:59.988034" elapsed="0.000464"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T02:08:59.988913" 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-04-19T02:08:59.988650" elapsed="0.000336"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.989549" 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-04-19T02:08:59.989154" elapsed="0.000435"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.990174" 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-04-19T02:08:59.989810" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.990754" 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-04-19T02:08:59.990363" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.991269" 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-04-19T02:08:59.990960" elapsed="0.000351"/>
</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-04-19T02:08:59.991643" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:08:59.991410" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:08:59.996158" 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-04-19T02:08:59.995724" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:08:59.997548" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T02:08:59.997633" 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-04-19T02:08:59.996741" elapsed="0.000916"/>
</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-04-19T02:08:59.997867" elapsed="0.000353"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T02:08:59.999239" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-04-19T02:09:00.858503" 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 Sun Apr 19 02:09:00 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.26
  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-694-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-04-19T02:08:59.998723" elapsed="0.859965"/>
</kw>
<msg time="2026-04-19T02:09:00.858783" 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-04-19T02:08:59.998376" elapsed="0.860521"/>
</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-04-19T02:08:59.996390" elapsed="0.862633"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-19T02:09:00.869385" 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-04-19T02:09:00.859246" elapsed="0.011913"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:09:00.871358" elapsed="0.000296"/>
</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-04-19T02:08:59.995191" elapsed="0.876528"/>
</kw>
<status status="PASS" start="2026-04-19T02:08:59.991781" elapsed="0.879978"/>
</branch>
<status status="PASS" start="2026-04-19T02:08:59.991382" elapsed="0.880430"/>
</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-04-19T02:09:00.871975" elapsed="0.000526"/>
</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-04-19T02:09:00.876948" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:09:00.876823" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-19T02:09:00.876785" elapsed="0.000240"/>
</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-04-19T02:09:00.880582" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:09:00.880470" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-19T02:09:00.880451" elapsed="0.000199"/>
</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-04-19T02:09:00.880781" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-19T02:09:00.881668" level="INFO">Logging into '10.30.170.35:8101' as 'karaf'.</msg>
<msg time="2026-04-19T02:09:01.063512" 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-04-19T02:09:00.881403" elapsed="0.182194"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.161710" 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-04-19T02:09:01.063751" elapsed="0.098071"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.167112" 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-04-19T02:09:01.167288" 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-04-19T02:09:01.162001" elapsed="0.005319"/>
</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-04-19T02:09:01.167463" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:09:01.167786" elapsed="0.000172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.168372" 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-04-19T02:09:01.168093" elapsed="0.000344"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T02:09:01.168483" elapsed="0.000038"/>
</return>
<msg time="2026-04-19T02:09:01.168656" 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.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T02:09:00.880113" elapsed="0.288574"/>
</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-04-19T02:09:01.168853" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T02:09:01.169438" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-19T02:09:00.876495" elapsed="0.293071"/>
</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-04-19T02:09:01.173141" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:09:01.173022" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-04-19T02:09:01.173001" elapsed="0.000226"/>
</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-04-19T02:09:01.173356" elapsed="0.000423"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.174194" level="INFO">Logging into '10.30.170.35:8101' as 'karaf'.</msg>
<msg time="2026-04-19T02:09:01.356072" 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-04-19T02:09:01.173941" elapsed="0.182249"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.381887" 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-04-19T02:09:01.356396" elapsed="0.025561"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.383974" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-19T02:09:01.384082" 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-04-19T02:09:01.382114" elapsed="0.001998"/>
</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-04-19T02:09:01.384246" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:09:01.384566" elapsed="0.000163"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.385204" 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-04-19T02:09:01.384881" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-19T02:09:01.385304" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.35
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-19T02:09:01.172696" elapsed="0.212764"/>
</kw>
<status status="PASS" start="2026-04-19T02:08:59.002189" elapsed="2.383332"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.387662" 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-04-19T02:09:01.386609" elapsed="0.001117"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.389179" 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-04-19T02:09:01.388811" elapsed="0.000412"/>
</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-04-19T02:09:01.389540" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:09:01.389301" elapsed="0.000297"/>
</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-04-19T02:09:01.392511" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:09:01.392264" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-19T02:09:01.392244" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.392934" 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-04-19T02:09:01.393072" 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-04-19T02:09:01.392722" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.393656" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.26" 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-04-19T02:09:01.393237" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.394340" 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-04-19T02:09:01.393870" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:09:01.395276" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T02:09:01.395366" 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-04-19T02:09:01.394955" elapsed="0.000434"/>
</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-04-19T02:09:01.395530" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.396730" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-04-19T02:09:01.731987" 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 Sun Apr 19 02:09:00 UTC 2026

  System load:  0.06               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.26
  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: Sun Apr 19 02:09:00 2026 from 10.30.171.52
[?2004h[jenkins@releng-48317-694-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-04-19T02:09:01.396371" elapsed="0.335736"/>
</kw>
<msg time="2026-04-19T02:09:01.732172" 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-04-19T02:09:01.396028" elapsed="0.336210"/>
</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-04-19T02:09:01.394566" elapsed="0.337766"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T02:09:01.732932" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T02:19:07.828275" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T02:19:07.828751" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T02:19:07.828904" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-19T02:09:01.732497" elapsed="606.096468"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:19:07.829389" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.831373" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:06.930 16  switches: flows:  118455 120101 117226 114140 114328 114804 114058 114045 107427 109912 106769 107192 107671 108120 107782 108394  total = 29.840400 per ms 
02:11:07.030 16  switches: flows:  137341 135992 134838 132473 133372 131987 133265 131493 125063 122916 123267 123674 123867 124412 124853 125009  total = 34.339699 per ms 
02:12:07.130 16  switches: flows:  141893 142765 139993 140164 136941 137371 138313 137818 128408 129858 128757 129838 128958 129130 130250 128222  total = 35.751657 per ms 
02:13:07.231 16  switches: flows:  140629 138771 137173 137302 136283 134644 133996 135623 125567 127349 125672 125196 126119 127156 127272 125768  total = 35.016644 per ms 
02:14:07.331 16  switches: flows:  144204 139748 137510 137932 138777 133775 137366 138374 128483 127114 125375 128398 126421 129338 129633 128277  total = 35.452899 per ms 
02:15:07.431 16  switches: flows:  140170 136876 135231 134742 135042 130814 133634 135372 124678 124593 124022 126022 124324 127644 125637 125945  total = 34.687863 per ms 
02:16:07.532 16  switches: flows:  143262 141181 139050 140834 138757 133197 138436 137579 130512 132190 131293 128406 132250 131742 129920 132214  total = 35.953624 per ms 
02:17:07.632 16  switches: flows:  143636 140169 135350 138097 136204 132680 137749 135522 129294 128052 129728 128306 130615 130142 127554 131418  total = 35.515986 per ms 
02:18:07.732 16  switches: flows:  144011 141917 136377 141642 140522 137844 140806 140140 132766 129818 131772 131674 130609 133321 131499 129195  total = 36.171375 per ms 
02:19:07.833 16  switches: flows:  147037 144962 138379 140053 142244 138110 140733 139541 131009 132308 135409 132832 132032 135504 132704 134817  total = 36.566640 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34339.70/36566.64/35495.15/11850.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:19:07.830618" elapsed="0.001034"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T02:19:07.832175" elapsed="0.000092"/>
</return>
<status status="PASS" start="2026-04-19T02:19:07.831872" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-04-19T02:19:07.831782" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T02:19:07.832619" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:19:07.832536" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-04-19T02:19:07.832501" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T02:19:07.832866" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T02:19:07.838467" elapsed="0.000753"/>
</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-04-19T02:19:07.839547" elapsed="0.000381"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:19:07.840222" elapsed="0.000217"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T02:19:07.833623" elapsed="0.006932"/>
</kw>
<msg time="2026-04-19T02:19:07.840868" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-19T02:09:01.389957" elapsed="606.450973"/>
</kw>
<status status="PASS" start="2026-04-19T02:09:01.389625" elapsed="606.451414"/>
</branch>
<status status="PASS" start="2026-04-19T02:09:01.389279" elapsed="606.451811"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.842126" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:10:06.930 16  switches: flows:  118455 120101 117226 114140 114328 114804 114058 114045 107427 109912 106769 107192 107671 108120 107782 108394  total = 29.840400 per ms 
02:11:07.030 16  switches: flows:  137341 135992 134838 132473 133372 131987 133265 131493 125063 122916 123267 123674 123867 124412 124853 125009  total = 34.339699 per ms 
02:12:07.130 16  switches: flows:  141893 142765 139993 140164 136941 137371 138313 137818 128408 129858 128757 129838 128958 129130 130250 128222  total = 35.751657 per ms 
02:13:07.231 16  switches: flows:  140629 138771 137173 137302 136283 134644 133996 135623 125567 127349 125672 125196 126119 127156 127272 125768  total = 35.016644 per ms 
02:14:07.331 16  switches: flows:  144204 139748 137510 137932 138777 133775 137366 138374 128483 127114 125375 128398 126421 129338 129633 128277  total = 35.452899 per ms 
02:15:07.431 16  switches: flows:  140170 136876 135231 134742 135042 130814 133634 135372 124678 124593 124022 126022 124324 127644 125637 125945  total = 34.687863 per ms 
02:16:07.532 16  switches: flows:  143262 141181 139050 140834 138757 133197 138436 137579 130512 132190 131293 128406 132250 131742 129920 132214  total = 35.953624 per ms 
02:17:07.632 16  switches: flows:  143636 140169 135350 138097 136204 132680 137749 135522 129294 128052 129728 128306 130615 130142 127554 131418  total = 35.515986 per ms 
02:18:07.732 16  switches: flows:  144011 141917 136377 141642 140522 137844 140806 140140 132766 129818 131772 131674 130609 133321 131499 129195  total = 36.171375 per ms 
02:19:07.833 16  switches: flows:  147037 144962 138379 140053 142244 138110 140733 139541 131009 132308 135409 132832 132032 135504 132704 134817  total = 36.566640 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 34339.70/36566.64/35495.15/11850.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:19:07.841396" elapsed="0.000818"/>
</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-04-19T02:19:07.842361" elapsed="0.000360"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T02:19:07.843122" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T02:19:07.843213" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 34339.70/36566.64/35495.15/11850.95 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-04-19T02:19:07.842897" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:19:07.843646" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 34339.70/36566.64/35495.15/11850.95 | 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-04-19T02:19:07.843390" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.846117" 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-04-19T02:19:07.843831" elapsed="0.002341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.848551" level="INFO">34339.70/36566.64/35495.15/11850.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:19:07.846318" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:19:07.851056" 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-04-19T02:19:07.848760" elapsed="0.002323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:19:07.853503" level="INFO">@{result_value_list} = [ 34339.70 | 36566.64 | 35495.15 | 11850.95 ]</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-04-19T02:19:07.851272" elapsed="0.002259"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.854047" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T02:19:07.854137" 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-04-19T02:19:07.853706" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.858943" level="INFO">min :: 34339.70</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-04-19T02:19:07.854561" elapsed="0.004439"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T02:19:07.854423" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.863603" level="INFO">max :: 36566.64</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-04-19T02:19:07.859260" elapsed="0.004412"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T02:19:07.859131" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.868323" level="INFO">avg :: 35495.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-04-19T02:19:07.863947" elapsed="0.004434"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T02:19:07.863815" elapsed="0.004601"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.873018" level="INFO">stdev :: 11850.95</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-04-19T02:19:07.868657" elapsed="0.004417"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T02:19:07.868510" elapsed="0.004599"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T02:19:07.854233" elapsed="0.018910"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.877334" level="INFO">${min} = 34339.70</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-04-19T02:19:07.873300" elapsed="0.004063"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.881271" level="INFO">${max} = 36566.64</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-04-19T02:19:07.877519" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.885346" level="INFO">${average} = 35495.15</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-04-19T02:19:07.881453" elapsed="0.003920"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.889277" level="INFO">${stdev} = 11850.95</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-04-19T02:19:07.885524" elapsed="0.003780"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.889840" level="INFO">${date} = 2026-04-19 02:19:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T02:19:07.889465" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.890476" level="INFO">CBench Result: 2026-04-19 02:19:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,34339.70,36566.64,35495.15,11850.95</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-04-19T02:19:07.890047" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T02:19:07.891591" 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-04-19T02:19:07.891185" elapsed="0.000472"/>
</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-04-19T02:19:07.891828" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-19T02:19:07.890675" elapsed="0.001684"/>
</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-04-19T02:09:01.388172" elapsed="606.504249"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.892916" 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-04-19T02:19:07.892577" elapsed="0.000396"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-19T02:19:07.893504" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-19T02:19:07.893199" elapsed="0.000664"/>
</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-04-19T02:09:01.385666" elapsed="606.508237"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.895358" 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-04-19T02:19:07.894956" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.896668" 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-04-19T02:19:07.896337" elapsed="0.000374"/>
</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-04-19T02:19:07.897063" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:19:07.896836" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-19T02:19:07.900118" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:19:07.899870" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-19T02:19:07.899850" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:19:07.900524" 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-04-19T02:19:07.900643" 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-04-19T02:19:07.900331" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.901254" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.35 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.26" 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-04-19T02:19:07.900824" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:19:07.901914" 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-04-19T02:19:07.901499" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:19:07.902888" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T02:19:07.902980" 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-04-19T02:19:07.902562" elapsed="0.000445"/>
</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-04-19T02:19:07.903151" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T02:19:07.904352" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-04-19T02:19:08.475972" 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 Sun Apr 19 02:19:08 UTC 2026

  System load:  0.92               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.26
  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: Sun Apr 19 02:09:01 2026 from 10.30.171.52
[?2004h[jenkins@releng-48317-694-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-04-19T02:19:07.904001" elapsed="0.572179"/>
</kw>
<msg time="2026-04-19T02:19:08.476268" 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-04-19T02:19:07.903642" elapsed="0.572719"/>
</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-04-19T02:19:07.902175" elapsed="0.574329"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T02:19:08.477085" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.35 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T02:29:14.517121" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T02:29:14.517672" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T02:29:14.517779" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.35: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-04-19T02:19:08.476741" elapsed="606.041131"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:29:14.518331" elapsed="0.000955"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.520541" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:20:13.612 16  switches: flows:  584291 594045 589485 593705 593676 592675 578295 596681 582331 584820 579561 586226 581597 587527 583368 588077  total = 156.606000 per ms 
02:21:13.713 16  switches: flows:  634313 632539 636321 644890 635526 632361 627137 638867 633997 624519 638038 639370 640067 635615 632302 636058  total = 169.081007 per ms 
02:22:13.815 16  switches: flows:  630279 640005 640587 641696 636829 646506 633975 630885 632511 635403 628489 636303 632408 641423 629968 630332  total = 169.176010 per ms 
02:23:13.916 16  switches: flows:  640381 635196 636231 633260 645722 631642 629834 646926 637467 635201 636472 633354 638224 635169 641821 639276  total = 169.649587 per ms 
02:24:14.017 16  switches: flows:  637997 643033 627934 641043 632908 625391 627629 631724 637197 636418 624915 634718 630200 633429 636691 629949  total = 168.568533 per ms 
02:25:14.120 16  switches: flows:  635146 629033 632291 636725 629467 635216 630403 629047 636304 627788 619850 631673 627911 631986 626155 633188  total = 167.920387 per ms 
02:26:14.222 16  switches: flows:  635952 634259 629899 635735 631643 630356 637125 629605 634076 635377 633002 637356 622961 626221 632852 628346  total = 168.295863 per ms 
02:27:14.323 16  switches: flows:  645075 646450 654797 656215 650180 651543 646264 653142 642632 639286 652906 650249 647744 646013 636423 647074  total = 172.475810 per ms 
02:28:14.425 16  switches: flows:  655048 656442 657539 663850 652029 648499 661657 662425 664037 656036 660461 660522 652535 648664 652000 660387  total = 174.908078 per ms 
02:29:14.527 16  switches: flows:  642731 647681 650732 657777 656491 650275 655241 645438 643397 644563 653482 656490 643041 646894 648919 651398  total = 172.951446 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 167920.39/174908.08/170336.30/56826.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.519701" elapsed="0.001206"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T02:29:14.521394" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-04-19T02:29:14.521087" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-04-19T02:29:14.521038" elapsed="0.000610"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T02:29:14.521901" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:29:14.521780" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-04-19T02:29:14.521743" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T02:29:14.522113" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-19T02:29:14.526305" elapsed="0.000370"/>
</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-04-19T02:29:14.526842" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:29:14.527143" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T02:29:14.522867" elapsed="0.004430"/>
</kw>
<msg time="2026-04-19T02:29:14.527441" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.35: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-04-19T02:19:07.897470" elapsed="606.629999"/>
</kw>
<status status="PASS" start="2026-04-19T02:19:07.897146" elapsed="606.630373"/>
</branch>
<status status="PASS" start="2026-04-19T02:19:07.896816" elapsed="606.630726"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.528004" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:20:13.612 16  switches: flows:  584291 594045 589485 593705 593676 592675 578295 596681 582331 584820 579561 586226 581597 587527 583368 588077  total = 156.606000 per ms 
02:21:13.713 16  switches: flows:  634313 632539 636321 644890 635526 632361 627137 638867 633997 624519 638038 639370 640067 635615 632302 636058  total = 169.081007 per ms 
02:22:13.815 16  switches: flows:  630279 640005 640587 641696 636829 646506 633975 630885 632511 635403 628489 636303 632408 641423 629968 630332  total = 169.176010 per ms 
02:23:13.916 16  switches: flows:  640381 635196 636231 633260 645722 631642 629834 646926 637467 635201 636472 633354 638224 635169 641821 639276  total = 169.649587 per ms 
02:24:14.017 16  switches: flows:  637997 643033 627934 641043 632908 625391 627629 631724 637197 636418 624915 634718 630200 633429 636691 629949  total = 168.568533 per ms 
02:25:14.120 16  switches: flows:  635146 629033 632291 636725 629467 635216 630403 629047 636304 627788 619850 631673 627911 631986 626155 633188  total = 167.920387 per ms 
02:26:14.222 16  switches: flows:  635952 634259 629899 635735 631643 630356 637125 629605 634076 635377 633002 637356 622961 626221 632852 628346  total = 168.295863 per ms 
02:27:14.323 16  switches: flows:  645075 646450 654797 656215 650180 651543 646264 653142 642632 639286 652906 650249 647744 646013 636423 647074  total = 172.475810 per ms 
02:28:14.425 16  switches: flows:  655048 656442 657539 663850 652029 648499 661657 662425 664037 656036 660461 660522 652535 648664 652000 660387  total = 174.908078 per ms 
02:29:14.527 16  switches: flows:  642731 647681 650732 657777 656491 650275 655241 645438 643397 644563 653482 656490 643041 646894 648919 651398  total = 172.951446 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 167920.39/174908.08/170336.30/56826.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.527682" elapsed="0.000395"/>
</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-04-19T02:29:14.528227" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T02:29:14.528997" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T02:29:14.529087" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 167920.39/174908.08/170336.30/56826.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-19T02:29:14.528758" elapsed="0.000354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:29:14.529517" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 167920.39/174908.08/170336.30/56826.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T02:29:14.529266" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.531929" 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-04-19T02:29:14.529688" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.534326" level="INFO">167920.39/174908.08/170336.30/56826.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.532130" elapsed="0.002250"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:29:14.536805" 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-04-19T02:29:14.534529" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:29:14.539227" level="INFO">@{result_value_list} = [ 167920.39 | 174908.08 | 170336.30 | 56826.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-19T02:29:14.537025" elapsed="0.002229"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.539729" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T02:29:14.539844" 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-04-19T02:29:14.539410" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.544572" level="INFO">min :: 167920.39</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-04-19T02:29:14.540261" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T02:29:14.540118" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.549384" level="INFO">max :: 174908.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.544897" elapsed="0.004544"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T02:29:14.544756" elapsed="0.004720"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.554182" level="INFO">avg :: 170336.30</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-04-19T02:29:14.549691" elapsed="0.004548"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T02:29:14.549565" elapsed="0.004709"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.558802" level="INFO">stdev :: 56826.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.554490" elapsed="0.004371"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T02:29:14.554361" elapsed="0.004535"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T02:29:14.539935" elapsed="0.018992"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.562890" level="INFO">${min} = 167920.39</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-04-19T02:29:14.559087" elapsed="0.003830"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.566928" level="INFO">${max} = 174908.08</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-04-19T02:29:14.563076" elapsed="0.003878"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.571200" level="INFO">${average} = 170336.30</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-04-19T02:29:14.567118" elapsed="0.004114"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.576155" level="INFO">${stdev} = 56826.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-19T02:29:14.571414" elapsed="0.004773"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.576777" level="INFO">${date} = 2026-04-19 02:29:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T02:29:14.576379" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.577473" level="INFO">CBench Result: 2026-04-19 02:29:14,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,167920.39,174908.08,170336.30,56826.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:29:14.577003" elapsed="0.000535"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T02:29:14.578757" 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-04-19T02:29:14.578288" elapsed="0.000591"/>
</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-04-19T02:29:14.579086" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-19T02:29:14.577697" elapsed="0.001952"/>
</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-04-19T02:19:07.895732" elapsed="606.683977"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.580210" 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-04-19T02:29:14.579880" elapsed="0.000388"/>
</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-04-19T02:29:14.580778" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-04-19T02:29:14.580475" elapsed="0.000666"/>
</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-04-19T02:19:07.894247" elapsed="606.686932"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.582567" 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-04-19T02:29:14.582176" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.583897" 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-04-19T02:29:14.583545" elapsed="0.000396"/>
</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-04-19T02:29:14.584287" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:29:14.584065" elapsed="0.000282"/>
</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-04-19T02:29:14.587288" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:29:14.587039" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-19T02:29:14.587019" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:29:14.587684" 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-04-19T02:29:14.587819" 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-04-19T02:29:14.587498" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.588394" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.26" 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-04-19T02:29:14.587979" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-19T02:29:14.589031" 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-04-19T02:29:14.588588" elapsed="0.000472"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:29:14.590116" level="INFO">Length is 0.</msg>
<msg time="2026-04-19T02:29:14.590211" 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-04-19T02:29:14.589646" elapsed="0.000589"/>
</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-04-19T02:29:14.590378" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-19T02:29:14.591574" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-04-19T02:29:15.173158" 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 Sun Apr 19 02:29:14 UTC 2026

  System load:  0.36               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.26
  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: Sun Apr 19 02:19:08 2026 from 10.30.171.52
[?2004h[jenkins@releng-48317-694-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-04-19T02:29:14.591221" elapsed="0.582112"/>
</kw>
<msg time="2026-04-19T02:29:15.173420" 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-04-19T02:29:14.590875" elapsed="0.582628"/>
</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-04-19T02:29:14.589270" elapsed="0.584337"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-19T02:29:15.174073" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.35 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-19T02:39:21.207206" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-19T02:39:21.207806" level="INFO">${stdout} = </msg>
<msg time="2026-04-19T02:39:21.207952" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-19T02:29:15.173806" elapsed="606.034205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:39:21.208459" elapsed="0.000748"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.210337" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:30:20.316 16  switches: flows:  146914 146314 140896 145656 158682 142021 144832 142692 135759 137425 138922 136383 142198 140901 135456 135108  total = 37.835983 per ms 
02:31:20.416 16  switches: flows:  145903 144557 139428 143941 141655 137310 142568 142467 132674 130277 135285 132030 131392 136356 132900 133903  total = 36.649566 per ms 
02:32:20.518 16  switches: flows:  130727 131416 127870 130972 128458 126492 130406 126699 122725 120215 120898 121339 119579 122050 122808 119492  total = 33.312562 per ms 
02:33:20.618 16  switches: flows:  138570 138154 135591 135084 139661 135316 132970 136884 131896 128281 130199 124943 129410 131069 130138 127126  total = 35.362418 per ms 
02:34:20.719 16  switches: flows:  138319 138178 136200 138350 137717 133801 133744 135763 130748 130693 131416 129569 127694 129944 130503 127540  total = 35.443785 per ms 
02:35:20.819 16  switches: flows:  144795 141764 140660 142448 142083 140453 139551 141554 136056 135626 135355 133183 133409 136840 137019 133192  total = 36.838268 per ms 
02:36:20.919 16  switches: flows:  144238 143428 140333 139955 143540 139552 140552 142974 135842 136823 135084 132471 133993 135930 136977 134358  total = 36.872476 per ms 
02:37:21.020 16  switches: flows:  144208 143001 140000 141606 142410 140517 141222 141452 136465 136332 136818 132350 134195 135348 137095 135064  total = 36.906395 per ms 
02:38:21.120 16  switches: flows:  145762 146265 142283 146826 144681 142811 143203 146361 138481 140345 138041 137568 135311 138519 139200 138334  total = 37.670300 per ms 
02:39:21.222 16  switches: flows:  143346 141902 140128 143308 141640 141715 139210 141397 135741 135942 135831 134773 133820 136887 136160 134505  total = 36.875822 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33312.56/37670.30/36214.62/12134.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:39:21.209572" elapsed="0.001086"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-19T02:39:21.211178" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-04-19T02:39:21.210874" elapsed="0.000467"/>
</branch>
<status status="PASS" start="2026-04-19T02:39:21.210795" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-19T02:39:21.211599" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-04-19T02:39:21.211519" elapsed="0.000167"/>
</branch>
<status status="NOT RUN" start="2026-04-19T02:39:21.211484" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-19T02:39:21.211805" elapsed="0.000055"/>
</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-04-19T02:39:21.216564" elapsed="0.000360"/>
</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-04-19T02:39:21.217071" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-19T02:39:21.217372" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-19T02:39:21.212520" elapsed="0.005002"/>
</kw>
<msg time="2026-04-19T02:39:21.217651" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-04-19T02:29:14.584695" elapsed="606.632983"/>
</kw>
<status status="PASS" start="2026-04-19T02:29:14.584373" elapsed="606.633355"/>
</branch>
<status status="PASS" start="2026-04-19T02:29:14.584044" elapsed="606.633708"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.218190" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.35: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.35. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:30:20.316 16  switches: flows:  146914 146314 140896 145656 158682 142021 144832 142692 135759 137425 138922 136383 142198 140901 135456 135108  total = 37.835983 per ms 
02:31:20.416 16  switches: flows:  145903 144557 139428 143941 141655 137310 142568 142467 132674 130277 135285 132030 131392 136356 132900 133903  total = 36.649566 per ms 
02:32:20.518 16  switches: flows:  130727 131416 127870 130972 128458 126492 130406 126699 122725 120215 120898 121339 119579 122050 122808 119492  total = 33.312562 per ms 
02:33:20.618 16  switches: flows:  138570 138154 135591 135084 139661 135316 132970 136884 131896 128281 130199 124943 129410 131069 130138 127126  total = 35.362418 per ms 
02:34:20.719 16  switches: flows:  138319 138178 136200 138350 137717 133801 133744 135763 130748 130693 131416 129569 127694 129944 130503 127540  total = 35.443785 per ms 
02:35:20.819 16  switches: flows:  144795 141764 140660 142448 142083 140453 139551 141554 136056 135626 135355 133183 133409 136840 137019 133192  total = 36.838268 per ms 
02:36:20.919 16  switches: flows:  144238 143428 140333 139955 143540 139552 140552 142974 135842 136823 135084 132471 133993 135930 136977 134358  total = 36.872476 per ms 
02:37:21.020 16  switches: flows:  144208 143001 140000 141606 142410 140517 141222 141452 136465 136332 136818 132350 134195 135348 137095 135064  total = 36.906395 per ms 
02:38:21.120 16  switches: flows:  145762 146265 142283 146826 144681 142811 143203 146361 138481 140345 138041 137568 135311 138519 139200 138334  total = 37.670300 per ms 
02:39:21.222 16  switches: flows:  143346 141902 140128 143308 141640 141715 139210 141397 135741 135942 135831 134773 133820 136887 136160 134505  total = 36.875822 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 33312.56/37670.30/36214.62/12134.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:39:21.217906" elapsed="0.000357"/>
</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-04-19T02:39:21.218411" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-19T02:39:21.219211" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-19T02:39:21.219301" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 33312.56/37670.30/36214.62/12134.83 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-04-19T02:39:21.218991" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:39:21.219730" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 33312.56/37670.30/36214.62/12134.83 | 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-04-19T02:39:21.219477" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.222168" 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-04-19T02:39:21.219926" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.224761" level="INFO">33312.56/37670.30/36214.62/12134.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-19T02:39:21.222368" elapsed="0.002452"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:39:21.227353" 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-04-19T02:39:21.224983" elapsed="0.002397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-19T02:39:21.229792" level="INFO">@{result_value_list} = [ 33312.56 | 37670.30 | 36214.62 | 12134.83 ]</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-04-19T02:39:21.227564" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.230292" level="INFO">Length is 4.</msg>
<msg time="2026-04-19T02:39:21.230379" 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-04-19T02:39:21.229988" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.235100" level="INFO">min :: 33312.56</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-04-19T02:39:21.230781" elapsed="0.004374"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-19T02:39:21.230652" elapsed="0.004536"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.239973" level="INFO">max :: 37670.30</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-04-19T02:39:21.235641" elapsed="0.004388"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-19T02:39:21.235276" elapsed="0.004787"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.244565" level="INFO">avg :: 36214.62</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-04-19T02:39:21.240270" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-19T02:39:21.240146" elapsed="0.004510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.249267" level="INFO">stdev :: 12134.83</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-04-19T02:39:21.244888" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-19T02:39:21.244740" elapsed="0.004616"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-19T02:39:21.230471" elapsed="0.018915"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.253352" level="INFO">${min} = 33312.56</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-04-19T02:39:21.249542" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.257432" level="INFO">${max} = 37670.30</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-04-19T02:39:21.253535" elapsed="0.003924"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.261343" level="INFO">${average} = 36214.62</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-04-19T02:39:21.257611" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.265256" level="INFO">${stdev} = 12134.83</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-04-19T02:39:21.261522" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.265792" level="INFO">${date} = 2026-04-19 02:39:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-19T02:39:21.265441" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.266390" level="INFO">CBench Result: 2026-04-19 02:39:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,33312.56,37670.30,36214.62,12134.83</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-04-19T02:39:21.265985" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-19T02:39:21.267528" 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-04-19T02:39:21.267058" elapsed="0.000538"/>
</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-04-19T02:39:21.267748" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-19T02:39:21.266578" elapsed="0.001714"/>
</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-04-19T02:29:14.582987" elapsed="606.685365"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.268860" 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-04-19T02:39:21.268499" elapsed="0.000419"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-19T02:39:21.270109" 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-04-19T02:39:21.269615" elapsed="0.000521"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-19T02:39:21.270350" elapsed="0.000028"/>
</return>
<status status="PASS" start="2026-04-19T02:39:21.270207" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-04-19T02:39:21.270189" elapsed="0.000242"/>
</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-04-19T02:39:21.270571" 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-04-19T02:39:21.270727" 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-04-19T02:39:21.270912" 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-04-19T02:39:21.271104" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-19T02:39:21.271254" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-19T02:39:21.271400" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-19T02:39:21.271548" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-19T02:39:21.271765" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-19T02:39:21.271629" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-04-19T02:39:21.271613" elapsed="0.000246"/>
</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-04-19T02:39:21.269284" elapsed="0.002626"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-19T02:29:14.581601" elapsed="606.690355"/>
</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-04-19T02:08:58.445164" elapsed="1822.827362"/>
</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>
