<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-02T01:08:59.110768" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:08:59.634184" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:08:59.634049" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-09-02T01:08:59.634021" elapsed="0.000255"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-02T01:08:59.634432" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T01:08:59.635396" level="INFO">Logging into '10.30.170.73:8101' as 'karaf'.</msg>
<msg time="2026-09-02T01:09:00.367411" 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-09-02T01:08:59.635124" elapsed="0.732458"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.415084" 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-09-02T01:09:00.367878" elapsed="0.047263"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.416823" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-02T01:09:00.416926" 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-09-02T01:09:00.415289" elapsed="0.001672"/>
</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-09-02T01:09:00.417113" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:09:00.417496" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.418301" 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-09-02T01:09:00.417936" elapsed="0.000426"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T01:09:00.418420" elapsed="0.000059"/>
</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.73
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-02T01:08:59.633671" elapsed="0.784941"/>
</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-09-02T01:08:59.630274" elapsed="0.788425"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:09:00.419265" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:09:00.418906" elapsed="0.000411"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:09:00.419712" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:09:00.419458" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.420349" 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-09-02T01:09:00.419986" elapsed="0.000390"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.420923" 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-09-02T01:09:00.420531" elapsed="0.000433"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.421443" 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-09-02T01:09:00.421099" elapsed="0.000370"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.421946" 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-09-02T01:09:00.421616" elapsed="0.000370"/>
</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-09-02T01:09:00.422264" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:09:00.422062" elapsed="0.000252"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.426477" 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-09-02T01:09:00.426109" elapsed="0.000393"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:09:00.427472" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:09:00.427548" 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-09-02T01:09:00.427076" elapsed="0.000495"/>
</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-09-02T01:09:00.427722" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.429043" level="INFO">Logging into '10.30.170.50:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:09:00.922087" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Sep  2 01:08:19 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-33-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-09-02T01:09:00.428531" elapsed="0.493733"/>
</kw>
<msg time="2026-09-02T01:09:00.922359" 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-09-02T01:09:00.428215" elapsed="0.494237"/>
</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-09-02T01:09:00.426719" elapsed="0.495853"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.933407" 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-09-02T01:09:00.922818" elapsed="0.012606"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:09:00.935606" elapsed="0.000395"/>
</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-09-02T01:09:00.425600" elapsed="0.510485"/>
</kw>
<status status="PASS" start="2026-09-02T01:09:00.422523" elapsed="0.513609"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:00.422039" elapsed="0.514150"/>
</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-09-02T01:09:00.936392" elapsed="0.000646"/>
</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-09-02T01:09:00.942715" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:09:00.942535" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:00.942505" elapsed="0.000329"/>
</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-09-02T01:09:00.947569" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:09:00.947411" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:00.947387" elapsed="0.000295"/>
</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-09-02T01:09:00.947873" elapsed="0.000554"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T01:09:00.948989" level="INFO">Logging into '10.30.170.73:8101' as 'karaf'.</msg>
<msg time="2026-09-02T01:09:01.183351" 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-09-02T01:09:00.948616" elapsed="0.234920"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.274729" 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-09-02T01:09:01.183887" elapsed="0.091015"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.279000" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-09-02T01:09:01.279234" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-09-02T01:09:01.275161" elapsed="0.004111"/>
</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-09-02T01:09:01.279422" elapsed="0.000298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:09:01.279910" elapsed="0.000255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.280622" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-09-02T01:09:01.280323" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T01:09:01.280768" elapsed="0.000050"/>
</return>
<msg time="2026-09-02T01:09:01.280960" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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.73
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-02T01:09:00.946953" elapsed="0.334037"/>
</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-09-02T01:09:01.281125" elapsed="0.000500"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T01:09:01.281725" elapsed="0.000048"/>
</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-09-02T01:09:00.942142" elapsed="0.339724"/>
</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-09-02T01:09:01.285635" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:09:01.285492" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:01.285464" elapsed="0.000267"/>
</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-09-02T01:09:01.285881" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.286802" level="INFO">Logging into '10.30.170.73:8101' as 'karaf'.</msg>
<msg time="2026-09-02T01:09:01.460449" 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-09-02T01:09:01.286523" elapsed="0.174073"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.480671" 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-09-02T01:09:01.460855" elapsed="0.019874"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.482435" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-02T01:09:01.482529" 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-09-02T01:09:01.480891" elapsed="0.001664"/>
</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-09-02T01:09:01.482690" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:09:01.483013" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.483608" 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-09-02T01:09:01.483325" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-02T01:09:01.483760" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.73
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-02T01:09:01.285130" elapsed="0.198793"/>
</kw>
<status status="PASS" start="2026-09-02T01:08:59.628586" elapsed="1.855394"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.485712" 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-09-02T01:09:01.484769" elapsed="0.001059"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.487277" 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-09-02T01:09:01.486965" elapsed="0.000351"/>
</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-09-02T01:09:01.487607" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:09:01.487386" 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-09-02T01:09:01.490403" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:09:01.490180" elapsed="0.000280"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:01.490162" elapsed="0.000323"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.490824" 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-09-02T01:09:01.490934" 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-09-02T01:09:01.490604" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.491458" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.50" 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-09-02T01:09:01.491076" elapsed="0.000437"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.492090" 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-09-02T01:09:01.491637" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:09:01.492952" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:09:01.493034" 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-09-02T01:09:01.492625" elapsed="0.000430"/>
</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-09-02T01:09:01.493183" elapsed="0.000307"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.494294" level="INFO">Logging into '10.30.170.50:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:09:01.867775" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Sep  2 01:08:19 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Sep  2 01:09:00 2026 from 10.30.171.146
[?2004h[jenkins@releng-50965-33-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-09-02T01:09:01.493977" elapsed="0.373981"/>
</kw>
<msg time="2026-09-02T01:09:01.868040" 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-09-02T01:09:01.493627" elapsed="0.374497"/>
</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-09-02T01:09:01.492295" elapsed="0.375942"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T01:09:01.868730" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:19:08.001702" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:19:08.002215" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:19:08.002309" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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-09-02T01:09:01.868442" elapsed="606.133919"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:19:08.002842" elapsed="0.000683"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.004686" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:07.092 16  switches: flows:  88000 86167 84475 85973 86607 84030 84031 84778 83557 81687 83765 82166 81599 82171 81516 81942  total = 22.374400 per ms 
01:11:07.194 16  switches: flows:  93519 91549 89408 90869 91877 88065 90231 88694 85950 86110 86446 86839 85038 90301 86333 85874  total = 23.578326 per ms 
01:12:07.295 16  switches: flows:  96876 92138 92877 92588 96485 90430 91944 92126 89500 88121 88503 87120 89549 92519 88620 88545  total = 24.258536 per ms 
01:13:07.396 16  switches: flows:  93176 90414 90425 90193 93458 87444 88661 90548 87375 86186 87400 86509 85925 90852 85743 85587  total = 23.625498 per ms 
01:14:07.497 16  switches: flows:  95764 92047 90625 90864 94530 88751 89734 89620 88317 86697 85946 85998 86149 90150 86855 84829  total = 23.741636 per ms 
01:15:07.598 16  switches: flows:  94217 91431 90059 91244 91955 88035 89744 90255 86468 86269 85357 86218 85097 89512 84794 85830  total = 23.568744 per ms 
01:16:07.698 16  switches: flows:  93889 90572 89881 92116 92775 89581 91459 91738 86479 86603 86559 86673 86558 89872 86423 85820  total = 23.743673 per ms 
01:17:07.799 16  switches: flows:  94774 91094 90736 92041 93178 90952 91195 91216 88430 88117 87189 87797 87466 89885 86860 87745  total = 23.937965 per ms 
01:18:07.899 16  switches: flows:  96006 92862 91723 92961 94445 92964 93183 93391 89680 89114 89161 88280 88043 90170 88037 88085  total = 24.261267 per ms 
01:19:08.000 16  switches: flows:  95606 94208 92319 95060 94765 92677 93720 92512 90387 89429 89819 89867 87866 90982 89061 87624  total = 24.390981 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23568.74/24390.98/23900.74/7972.76 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:19:08.003962" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:19:08.005476" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-09-02T01:19:08.005195" elapsed="0.000425"/>
</branch>
<status status="PASS" start="2026-09-02T01:19:08.005140" elapsed="0.000558"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:19:08.005959" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:19:08.005880" elapsed="0.000165"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:19:08.005845" elapsed="0.000242"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:19:08.006155" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-02T01:19:08.011874" elapsed="0.000701"/>
</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-09-02T01:19:08.012937" elapsed="0.000358"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:19:08.013570" elapsed="0.000289"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-02T01:19:08.006892" elapsed="0.007081"/>
</kw>
<msg time="2026-09-02T01:19:08.014254" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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-09-02T01:09:01.488006" elapsed="606.526308"/>
</kw>
<status status="PASS" start="2026-09-02T01:09:01.487698" elapsed="606.526717"/>
</branch>
<status status="PASS" start="2026-09-02T01:09:01.487366" elapsed="606.527107"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.015520" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:07.092 16  switches: flows:  88000 86167 84475 85973 86607 84030 84031 84778 83557 81687 83765 82166 81599 82171 81516 81942  total = 22.374400 per ms 
01:11:07.194 16  switches: flows:  93519 91549 89408 90869 91877 88065 90231 88694 85950 86110 86446 86839 85038 90301 86333 85874  total = 23.578326 per ms 
01:12:07.295 16  switches: flows:  96876 92138 92877 92588 96485 90430 91944 92126 89500 88121 88503 87120 89549 92519 88620 88545  total = 24.258536 per ms 
01:13:07.396 16  switches: flows:  93176 90414 90425 90193 93458 87444 88661 90548 87375 86186 87400 86509 85925 90852 85743 85587  total = 23.625498 per ms 
01:14:07.497 16  switches: flows:  95764 92047 90625 90864 94530 88751 89734 89620 88317 86697 85946 85998 86149 90150 86855 84829  total = 23.741636 per ms 
01:15:07.598 16  switches: flows:  94217 91431 90059 91244 91955 88035 89744 90255 86468 86269 85357 86218 85097 89512 84794 85830  total = 23.568744 per ms 
01:16:07.698 16  switches: flows:  93889 90572 89881 92116 92775 89581 91459 91738 86479 86603 86559 86673 86558 89872 86423 85820  total = 23.743673 per ms 
01:17:07.799 16  switches: flows:  94774 91094 90736 92041 93178 90952 91195 91216 88430 88117 87189 87797 87466 89885 86860 87745  total = 23.937965 per ms 
01:18:07.899 16  switches: flows:  96006 92862 91723 92961 94445 92964 93183 93391 89680 89114 89161 88280 88043 90170 88037 88085  total = 24.261267 per ms 
01:19:08.000 16  switches: flows:  95606 94208 92319 95060 94765 92677 93720 92512 90387 89429 89819 89867 87866 90982 89061 87624  total = 24.390981 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23568.74/24390.98/23900.74/7972.76 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:19:08.014846" elapsed="0.000866"/>
</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-09-02T01:19:08.016239" elapsed="0.000800"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:19:08.017959" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:19:08.018154" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23568.74/24390.98/23900.74/7972.76 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-09-02T01:19:08.017413" elapsed="0.000803"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:19:08.019095" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23568.74/24390.98/23900.74/7972.76 | 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-09-02T01:19:08.018532" elapsed="0.000617"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.024093" 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-09-02T01:19:08.019434" elapsed="0.004770"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.029185" level="INFO">23568.74/24390.98/23900.74/7972.76</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:19:08.024496" elapsed="0.004801"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:19:08.034237" 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-09-02T01:19:08.029596" elapsed="0.004696"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:19:08.039373" level="INFO">@{result_value_list} = [ 23568.74 | 24390.98 | 23900.74 | 7972.76 ]</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-09-02T01:19:08.034698" elapsed="0.004730"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.040412" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:19:08.040594" 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-09-02T01:19:08.039783" elapsed="0.000880"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.048103" level="INFO">min :: 23568.74</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-09-02T01:19:08.041507" elapsed="0.006668"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:19:08.041235" elapsed="0.006984"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.054339" level="INFO">max :: 24390.98</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-09-02T01:19:08.048511" elapsed="0.005901"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:19:08.048338" elapsed="0.006118"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.060321" level="INFO">avg :: 23900.74</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-09-02T01:19:08.054767" elapsed="0.005625"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:19:08.054568" elapsed="0.005868"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.066292" level="INFO">stdev :: 7972.76</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-09-02T01:19:08.060757" elapsed="0.005607"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:19:08.060550" elapsed="0.005857"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:19:08.040828" elapsed="0.025620"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.071601" level="INFO">${min} = 23568.74</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-09-02T01:19:08.066663" elapsed="0.004973"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.078164" level="INFO">${max} = 24390.98</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-09-02T01:19:08.071870" elapsed="0.006328"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.083405" level="INFO">${average} = 23900.74</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-09-02T01:19:08.078404" elapsed="0.005035"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.087697" level="INFO">${stdev} = 7972.76</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-09-02T01:19:08.083670" elapsed="0.004050"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.088193" level="INFO">${date} = 2026-09-02 01:19:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-02T01:19:08.087876" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.088719" level="INFO">CBench Result: 2026-09-02 01:19:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23568.74,24390.98,23900.74,7972.76</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-09-02T01:19:08.088346" elapsed="0.000444"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:19:08.089775" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:19:08.089363" 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-09-02T01:19:08.089967" elapsed="0.000415"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:19:08.088931" elapsed="0.001508"/>
</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-09-02T01:09:01.486370" elapsed="606.604120"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.090941" 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-09-02T01:19:08.090621" elapsed="0.000370"/>
</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-09-02T01:19:08.091435" elapsed="0.000249"/>
</kw>
<status status="PASS" start="2026-09-02T01:19:08.091174" elapsed="0.000584"/>
</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-09-02T01:09:01.484120" elapsed="606.607671"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.092902" 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-09-02T01:19:08.092534" elapsed="0.000417"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.094046" 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-09-02T01:19:08.093756" elapsed="0.000327"/>
</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-09-02T01:19:08.094394" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:19:08.094148" elapsed="0.000298"/>
</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-09-02T01:19:08.097072" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:19:08.096851" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-09-02T01:19:08.096835" elapsed="0.000308"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:19:08.097443" 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-09-02T01:19:08.097663" 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-09-02T01:19:08.097262" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.098203" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.73 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.50" 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-09-02T01:19:08.097828" elapsed="0.000428"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:19:08.098764" 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-09-02T01:19:08.098381" elapsed="0.000408"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:19:08.099598" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:19:08.099697" 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-09-02T01:19:08.099296" elapsed="0.000423"/>
</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-09-02T01:19:08.099858" elapsed="0.000287"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:19:08.100918" level="INFO">Logging into '10.30.170.50:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:19:08.721937" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Sep  2 01:19:08 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.50
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Sep  2 01:09:01 2026 from 10.30.171.146
[?2004h[jenkins@releng-50965-33-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-09-02T01:19:08.100576" elapsed="0.621537"/>
</kw>
<msg time="2026-09-02T01:19:08.722194" 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-09-02T01:19:08.100277" elapsed="0.621997"/>
</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-09-02T01:19:08.098967" elapsed="0.623410"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T01:19:08.722875" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.73 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:29:14.761938" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:29:14.762348" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:29:14.762439" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.73: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-09-02T01:19:08.722577" elapsed="606.039939"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:29:14.762926" elapsed="0.000676"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.764686" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:13.850 16  switches: flows:  614159 625348 621435 620005 624988 621723 613971 608422 598718 606704 611497 610127 602219 601878 618129 629672  total = 163.816583 per ms 
01:21:13.952 16  switches: flows:  624638 639170 637164 646929 636582 637396 637766 636639 635849 639138 632115 645946 635957 641309 636133 642555  total = 169.801328 per ms 
01:22:14.054 16  switches: flows:  610762 616200 616533 618506 612294 614786 610591 611508 612693 616062 616896 617292 617550 616925 619694 613604  total = 163.756650 per ms 
01:23:14.155 16  switches: flows:  642040 639012 641204 638020 648009 630409 638685 646664 640507 639767 642985 648101 651866 636758 644512 642489  total = 170.895184 per ms 
01:24:14.257 16  switches: flows:  633430 622921 643062 635014 642103 633631 629241 636468 641631 624907 635075 633095 642173 631374 639387 637060  total = 169.056988 per ms 
01:25:14.357 16  switches: flows:  623714 615028 613471 618960 608589 617829 616399 620406 614622 618995 614173 624563 613019 627729 624024 619201  total = 164.569896 per ms 
01:26:14.458 16  switches: flows:  644981 645200 640277 635811 642575 645962 647493 645930 644176 647753 645222 644572 639991 640834 643388 642192  total = 171.319424 per ms 
01:27:14.559 16  switches: flows:  627312 623061 635305 628780 629814 631640 626177 622412 627649 627358 630883 630470 633507 629159 629926 627473  total = 167.400546 per ms 
01:28:14.661 16  switches: flows:  596644 594278 596979 595761 586045 588817 597637 589637 585858 595231 593971 588212 591041 594584 600305 591143  total = 157.837277 per ms 
01:29:14.762 16  switches: flows:  627815 628313 631044 626105 626938 632310 625649 636532 625849 629755 632977 626743 628384 636244 636174 635369  total = 167.822826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157837.28/171319.42/166940.01/55793.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:29:14.763968" elapsed="0.001010"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:29:14.765489" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-09-02T01:29:14.765143" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-09-02T01:29:14.765093" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:29:14.765925" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:29:14.765850" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:29:14.765817" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:29:14.766109" elapsed="0.000025"/>
</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-09-02T01:29:14.771512" elapsed="0.000752"/>
</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-09-02T01:29:14.772710" elapsed="0.000428"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:29:14.773426" elapsed="0.000236"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-02T01:29:14.766946" elapsed="0.006850"/>
</kw>
<msg time="2026-09-02T01:29:14.774049" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.73: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-09-02T01:19:08.094780" elapsed="606.679322"/>
</kw>
<status status="PASS" start="2026-09-02T01:19:08.094470" elapsed="606.679727"/>
</branch>
<status status="PASS" start="2026-09-02T01:19:08.094129" elapsed="606.680114"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.775154" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:13.850 16  switches: flows:  614159 625348 621435 620005 624988 621723 613971 608422 598718 606704 611497 610127 602219 601878 618129 629672  total = 163.816583 per ms 
01:21:13.952 16  switches: flows:  624638 639170 637164 646929 636582 637396 637766 636639 635849 639138 632115 645946 635957 641309 636133 642555  total = 169.801328 per ms 
01:22:14.054 16  switches: flows:  610762 616200 616533 618506 612294 614786 610591 611508 612693 616062 616896 617292 617550 616925 619694 613604  total = 163.756650 per ms 
01:23:14.155 16  switches: flows:  642040 639012 641204 638020 648009 630409 638685 646664 640507 639767 642985 648101 651866 636758 644512 642489  total = 170.895184 per ms 
01:24:14.257 16  switches: flows:  633430 622921 643062 635014 642103 633631 629241 636468 641631 624907 635075 633095 642173 631374 639387 637060  total = 169.056988 per ms 
01:25:14.357 16  switches: flows:  623714 615028 613471 618960 608589 617829 616399 620406 614622 618995 614173 624563 613019 627729 624024 619201  total = 164.569896 per ms 
01:26:14.458 16  switches: flows:  644981 645200 640277 635811 642575 645962 647493 645930 644176 647753 645222 644572 639991 640834 643388 642192  total = 171.319424 per ms 
01:27:14.559 16  switches: flows:  627312 623061 635305 628780 629814 631640 626177 622412 627649 627358 630883 630470 633507 629159 629926 627473  total = 167.400546 per ms 
01:28:14.661 16  switches: flows:  596644 594278 596979 595761 586045 588817 597637 589637 585858 595231 593971 588212 591041 594584 600305 591143  total = 157.837277 per ms 
01:29:14.762 16  switches: flows:  627815 628313 631044 626105 626938 632310 625649 636532 625849 629755 632977 626743 628384 636244 636174 635369  total = 167.822826 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 157837.28/171319.42/166940.01/55793.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:29:14.774542" elapsed="0.000764"/>
</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-09-02T01:29:14.775621" elapsed="0.000760"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:29:14.777186" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:29:14.777366" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 157837.28/171319.42/166940.01/55793.33 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-09-02T01:29:14.776726" elapsed="0.000691"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:29:14.778326" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 157837.28/171319.42/166940.01/55793.33 | 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-09-02T01:29:14.777812" elapsed="0.000570"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.783586" 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-09-02T01:29:14.778725" elapsed="0.004974"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.788590" level="INFO">157837.28/171319.42/166940.01/55793.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:29:14.784042" elapsed="0.004660"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:29:14.793727" 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-09-02T01:29:14.789070" elapsed="0.004740"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:29:14.798833" level="INFO">@{result_value_list} = [ 157837.28 | 171319.42 | 166940.01 | 55793.33 ]</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-09-02T01:29:14.794190" elapsed="0.004698"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.799982" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:29:14.800169" 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-09-02T01:29:14.799285" elapsed="0.000939"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.809797" level="INFO">min :: 157837.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:29:14.801343" elapsed="0.008530"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:29:14.800894" elapsed="0.009026"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.816211" level="INFO">max :: 171319.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:29:14.810237" elapsed="0.006043"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:29:14.810051" elapsed="0.006272"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.822190" level="INFO">avg :: 166940.01</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-09-02T01:29:14.816607" elapsed="0.005653"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:29:14.816432" elapsed="0.005872"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.828061" level="INFO">stdev :: 55793.33</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-09-02T01:29:14.822610" elapsed="0.005521"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:29:14.822428" elapsed="0.005746"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:29:14.800371" elapsed="0.027841"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.833198" level="INFO">${min} = 157837.28</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-09-02T01:29:14.828410" elapsed="0.004812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.836900" level="INFO">${max} = 171319.42</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-09-02T01:29:14.833374" elapsed="0.003550"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.840435" level="INFO">${average} = 166940.01</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-09-02T01:29:14.837060" elapsed="0.003414"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.844095" level="INFO">${stdev} = 55793.33</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-09-02T01:29:14.840610" elapsed="0.003509"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.844667" level="INFO">${date} = 2026-09-02 01: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-09-02T01:29:14.844283" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.845225" level="INFO">CBench Result: 2026-09-02 01:29:14,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,157837.28,171319.42,166940.01,55793.33</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-09-02T01:29:14.844845" elapsed="0.000438"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:29:14.846279" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:29:14.845893" elapsed="0.000446"/>
</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-09-02T01:29:14.846490" elapsed="0.000434"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:29:14.845426" elapsed="0.001557"/>
</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-09-02T01:19:08.093226" elapsed="606.753809"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.847465" 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-09-02T01:29:14.847168" elapsed="0.000349"/>
</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-09-02T01:29:14.847987" elapsed="0.000246"/>
</kw>
<status status="PASS" start="2026-09-02T01:29:14.847704" elapsed="0.000591"/>
</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-09-02T01:19:08.092058" elapsed="606.756272"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.849383" 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-09-02T01:29:14.849048" elapsed="0.000386"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.850578" 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-09-02T01:29:14.850256" elapsed="0.000361"/>
</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-09-02T01:29:14.850990" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:29:14.850776" elapsed="0.000266"/>
</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-09-02T01:29:14.853900" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:29:14.853658" elapsed="0.000293"/>
</branch>
<status status="PASS" start="2026-09-02T01:29:14.853641" elapsed="0.000331"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:29:14.854311" 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-09-02T01:29:14.854421" 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-09-02T01:29:14.854109" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.855005" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.50" 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-09-02T01:29:14.854598" elapsed="0.000461"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-02T01:29:14.855580" 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-09-02T01:29:14.855186" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:29:14.856408" level="INFO">Length is 0.</msg>
<msg time="2026-09-02T01:29:14.856501" 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-09-02T01:29:14.856124" elapsed="0.000398"/>
</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-09-02T01:29:14.856648" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-02T01:29:14.857752" level="INFO">Logging into '10.30.170.50:22' as 'jenkins'.</msg>
<msg time="2026-09-02T01:29:15.452794" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Sep  2 01:29:15 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Sep  2 01:19:08 2026 from 10.30.171.146
[?2004h[jenkins@releng-50965-33-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-09-02T01:29:14.857409" elapsed="0.595620"/>
</kw>
<msg time="2026-09-02T01:29:15.453176" 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-09-02T01:29:14.857104" elapsed="0.596198"/>
</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-09-02T01:29:14.855798" elapsed="0.597733"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-02T01:29:15.454277" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.73 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-02T01:39:21.522707" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-02T01:39:21.523214" level="INFO">${stdout} = </msg>
<msg time="2026-09-02T01:39:21.523304" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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-09-02T01:29:15.453884" elapsed="606.069470"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:39:21.523791" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.525575" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:20.627 16  switches: flows:  97347 96772 94566 104007 93147 91996 91327 91977 86773 87727 85365 86972 84497 85008 86995 105238  total = 24.495233 per ms 
01:31:20.727 16  switches: flows:  96546 97614 93345 94345 94778 92504 89628 91192 86931 86340 85518 87604 84990 85616 86232 85007  total = 23.929876 per ms 
01:32:20.827 16  switches: flows:  95920 97484 94002 93682 93843 92457 91232 91727 86513 85716 85478 85205 84246 84509 86853 84741  total = 23.853643 per ms 
01:33:20.927 16  switches: flows:  96103 96048 93456 93788 93809 94101 91767 92984 87209 87101 84966 85391 83601 84854 86569 84650  total = 23.900073 per ms 
01:34:21.028 16  switches: flows:  95066 96089 94475 93398 93566 92234 90289 91867 87675 86038 85277 85368 85314 83689 86801 83458  total = 23.803672 per ms 
01:35:21.128 16  switches: flows:  98725 99043 97304 97071 96960 94386 93275 97224 90587 88187 87568 87502 87720 86559 90341 88344  total = 24.638814 per ms 
01:36:21.228 16  switches: flows:  98361 98000 95652 96337 95690 94628 91529 95681 89890 88298 86789 87340 87994 86902 90269 87639  total = 24.475805 per ms 
01:37:21.328 16  switches: flows:  96616 98611 96137 96536 95930 94309 91505 95520 88378 87256 87296 87453 88026 87259 90330 86729  total = 24.424100 per ms 
01:38:21.428 16  switches: flows:  97526 99395 96611 98527 96637 93348 91656 97042 89996 87616 88479 89963 87489 87293 92099 87992  total = 24.653343 per ms 
01:39:21.529 16  switches: flows:  98350 99207 97267 98971 96089 91732 90369 95135 89263 87052 87717 87729 86171 86851 90272 86925  total = 24.444208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.67/24653.34/24235.95/8085.61 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:39:21.524910" elapsed="0.000990"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-02T01:39:21.526358" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-09-02T01:39:21.526061" elapsed="0.000431"/>
</branch>
<status status="PASS" start="2026-09-02T01:39:21.526016" elapsed="0.000528"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-02T01:39:21.526794" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-09-02T01:39:21.526689" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:39:21.526631" elapsed="0.000289"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-02T01:39:21.526980" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-02T01:39:21.532478" elapsed="0.000722"/>
</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-09-02T01:39:21.533496" elapsed="0.000363"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-02T01:39:21.534125" elapsed="0.000197"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-02T01:39:21.527585" elapsed="0.006878"/>
</kw>
<msg time="2026-09-02T01:39:21.534792" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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-09-02T01:29:14.851352" elapsed="606.683497"/>
</kw>
<status status="PASS" start="2026-09-02T01:29:14.851066" elapsed="606.683883"/>
</branch>
<status status="PASS" start="2026-09-02T01:29:14.850733" elapsed="606.684263"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.535990" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.73: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.73. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:30:20.627 16  switches: flows:  97347 96772 94566 104007 93147 91996 91327 91977 86773 87727 85365 86972 84497 85008 86995 105238  total = 24.495233 per ms 
01:31:20.727 16  switches: flows:  96546 97614 93345 94345 94778 92504 89628 91192 86931 86340 85518 87604 84990 85616 86232 85007  total = 23.929876 per ms 
01:32:20.827 16  switches: flows:  95920 97484 94002 93682 93843 92457 91232 91727 86513 85716 85478 85205 84246 84509 86853 84741  total = 23.853643 per ms 
01:33:20.927 16  switches: flows:  96103 96048 93456 93788 93809 94101 91767 92984 87209 87101 84966 85391 83601 84854 86569 84650  total = 23.900073 per ms 
01:34:21.028 16  switches: flows:  95066 96089 94475 93398 93566 92234 90289 91867 87675 86038 85277 85368 85314 83689 86801 83458  total = 23.803672 per ms 
01:35:21.128 16  switches: flows:  98725 99043 97304 97071 96960 94386 93275 97224 90587 88187 87568 87502 87720 86559 90341 88344  total = 24.638814 per ms 
01:36:21.228 16  switches: flows:  98361 98000 95652 96337 95690 94628 91529 95681 89890 88298 86789 87340 87994 86902 90269 87639  total = 24.475805 per ms 
01:37:21.328 16  switches: flows:  96616 98611 96137 96536 95930 94309 91505 95520 88378 87256 87296 87453 88026 87259 90330 86729  total = 24.424100 per ms 
01:38:21.428 16  switches: flows:  97526 99395 96611 98527 96637 93348 91656 97042 89996 87616 88479 89963 87489 87293 92099 87992  total = 24.653343 per ms 
01:39:21.529 16  switches: flows:  98350 99207 97267 98971 96089 91732 90369 95135 89263 87052 87717 87729 86171 86851 90272 86925  total = 24.444208 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.67/24653.34/24235.95/8085.61 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:39:21.535300" elapsed="0.000843"/>
</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-09-02T01:39:21.536449" elapsed="0.000810"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-02T01:39:21.538685" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-02T01:39:21.538966" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23803.67/24653.34/24235.95/8085.61 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-09-02T01:39:21.537617" elapsed="0.001401"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:39:21.540069" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23803.67/24653.34/24235.95/8085.61 | 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-09-02T01:39:21.539471" elapsed="0.000653"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.545384" 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-09-02T01:39:21.540421" elapsed="0.005078"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.550358" level="INFO">23803.67/24653.34/24235.95/8085.61</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:39:21.545854" elapsed="0.004621"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:39:21.555369" 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-09-02T01:39:21.550831" elapsed="0.004591"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-02T01:39:21.560389" level="INFO">@{result_value_list} = [ 23803.67 | 24653.34 | 24235.95 | 8085.61 ]</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-09-02T01:39:21.555886" elapsed="0.004558"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.561440" level="INFO">Length is 4.</msg>
<msg time="2026-09-02T01:39:21.561674" 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-09-02T01:39:21.560802" elapsed="0.000921"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.569978" level="INFO">min :: 23803.67</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-09-02T01:39:21.562535" elapsed="0.007514"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-02T01:39:21.562273" elapsed="0.007818"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.576084" level="INFO">max :: 24653.34</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-09-02T01:39:21.570364" elapsed="0.005790"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-02T01:39:21.570200" elapsed="0.005997"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.581979" level="INFO">avg :: 24235.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-09-02T01:39:21.576468" elapsed="0.005580"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-02T01:39:21.576301" elapsed="0.005789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.588034" level="INFO">stdev :: 8085.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-02T01:39:21.582350" elapsed="0.005759"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-02T01:39:21.582193" elapsed="0.005960"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-02T01:39:21.561895" elapsed="0.026296"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.593117" level="INFO">${min} = 23803.67</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-09-02T01:39:21.588406" elapsed="0.004744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.598056" level="INFO">${max} = 24653.34</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-09-02T01:39:21.593340" elapsed="0.004749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.603017" level="INFO">${average} = 24235.95</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-09-02T01:39:21.598278" elapsed="0.004772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.607061" level="INFO">${stdev} = 8085.61</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-09-02T01:39:21.603239" elapsed="0.003845"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.607556" level="INFO">${date} = 2026-09-02 01: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-09-02T01:39:21.607241" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.608144" level="INFO">CBench Result: 2026-09-02 01:39:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23803.67,24653.34,24235.95,8085.61</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-09-02T01:39:21.607784" elapsed="0.000409"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-02T01:39:21.609255" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-09-02T01:39:21.608808" elapsed="0.000508"/>
</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-09-02T01:39:21.609450" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-02T01:39:21.608343" elapsed="0.001621"/>
</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-09-02T01:29:14.849728" elapsed="606.760290"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.610436" 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-09-02T01:39:21.610150" elapsed="0.000336"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-02T01:39:21.611605" 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-09-02T01:39:21.611167" elapsed="0.000462"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-02T01:39:21.611888" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-09-02T01:39:21.611722" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-09-02T01:39:21.611702" elapsed="0.000275"/>
</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-09-02T01:39:21.612112" elapsed="0.000019"/>
</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-09-02T01:39:21.612251" elapsed="0.000018"/>
</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-09-02T01:39:21.612390" elapsed="0.000017"/>
</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-09-02T01:39:21.612528" elapsed="0.000023"/>
</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-09-02T01:39:21.612723" elapsed="0.000032"/>
</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-09-02T01:39:21.612870" elapsed="0.000017"/>
</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-09-02T01:39:21.612996" elapsed="0.000017"/>
</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-09-02T01:39:21.613199" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-09-02T01:39:21.613068" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-09-02T01:39:21.613053" elapsed="0.000211"/>
</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-09-02T01:39:21.610870" elapsed="0.002442"/>
</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-09-02T01:29:14.848608" elapsed="606.764745"/>
</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-09-02T01:08:59.112424" elapsed="1822.501369"/>
</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>
